Bug 161305 - Unable to build ftp/proftpd
Summary: Unable to build ftp/proftpd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-05 16:40 UTC by Peter Palmreuther
Modified: 2011-10-05 21:29 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Palmreuther 2011-10-05 16:40:07 UTC
Since port upgrade to 1.3.3f I can't build port ftp/proftpd anymore.
Output is

--- 8>< -----
===>  License GPLv2 accepted by the user
===>  Found saved configuration for proftpd-1.3.3c_1
===>  Extracting for proftpd-1.3.3f
=> SHA256 Checksum OK for proftpd-1.3.3f.tar.bz2.
=> No SHA256 checksum recorded for mod_clamav-0.11rc.tar.gz.
=> No suitable checksum found for mod_clamav-0.11rc.tar.gz.
*** Error code 1

Stop in /usr/ports/ftp/proftpd.
--- 8>< -----

I have 'WITH_CLAMAV' set (using 'make config') and once I put

--- 8>< -----
SHA256 (mod_clamav-0.11rc.tar.gz) = 87630eb1866066d6320ee711897d8998b8f4915c0498b2e78cc0464abd34855a	 
SIZE (mod_clamav-0.11rc.tar.gz) = 5115
--- 8>< -----

into 'distinfo' it works.
With last port update this file was modified in a way two additional checksum and size information have been deleted. I guess accidentally. Can't check myself if 'mod_sqsl_tds' related information are still necessary, but guess chances are high.

Fix: 

Insert SHA256 checksum and SIZE of "mod_clamav-0.11rc.tar.gz" into "distinfo".
How-To-Repeat: Try to build ftp/proftpd with "WITH_CLAMAV" set
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-05 16:40:17 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-05 16:40:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-10-05 21:07:09 UTC
mm          2011-10-05 20:06:55 UTC

  FreeBSD ports repository

  Modified files:
    ftp/proftpd          Makefile distinfo 
  Log:
  Fix distinfo and its creation
  
  PR:     ports/161305
  
  Revision  Changes    Path
  1.194     +2 -2      ports/ftp/proftpd/Makefile
  1.69      +4 -0      ports/ftp/proftpd/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Martin Matuska freebsd_committer freebsd_triage 2011-10-05 21:29:24 UTC
State Changed
From-To: open->closed

Resolved. Thanks!