Bug 209199

Summary: ftp/proftpd: libmemcached enabled - instalation failed
Product: Ports & Packages Reporter: marek.bedy
Component: Individual Port(s)Assignee: Martin Matuska <mm>
Status: Closed FIXED    
Severity: Affects Some People CC: matthew, smh, w.schwarzenfeld
Priority: --- Flags: bugzilla: maintainer-feedback? (mm)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Fix proftpd modules none

Description marek.bedy 2016-05-02 12:48:43 UTC
Hello,

i have a problem with the instalation of the proftpd-1.3.5b port. The compilation runs ok, but a problem is with the instalation, some files are missing. 

# make install
===>  Installing for proftpd-1.3.5b
===>   proftpd-1.3.5b depends on file: /usr/local/lib/libcrypto.so.8 - found
===>   proftpd-1.3.5b depends on shared library: libmemcached.so - found (/usr/local/lib/libmemcached.so)
===>   proftpd-1.3.5b depends on shared library: libpcre.so - found (/usr/local/lib/libpcre.so)
===>   proftpd-1.3.5b depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
===>   Registering installation for proftpd-1.3.5b

pkg-static: Unable to access file /usr/ports/ftp/proftpd/work/stage/usr/local/libexec/proftpd/mod_memcache.a: No such file or directory
pkg-static: Unable to access file /usr/ports/ftp/proftpd/work/stage/usr/local/libexec/proftpd/mod_memcache.so: No such file or directory
pkg-static: Unable to access file /usr/ports/ftp/proftpd/work/stage/usr/local/libexec/proftpd/mod_tls_memcache.a: No such file or directory
pkg-static: Unable to access file /usr/ports/ftp/proftpd/work/stage/usr/local/libexec/proftpd/mod_tls_memcache.so: No such file or directory
*** Error code 74

Stop.
make[1]: stopped in /usr/ports/ftp/proftpd
*** Error code 1

Stop.
make: stopped in /usr/ports/ftp/proftpd
Comment 1 Steven Hartland freebsd_committer freebsd_triage 2016-05-04 13:56:51 UTC
Created attachment 169964 [details]
Fix proftpd modules

The attached patch fixes the use of modules in proftpd which was broken by r413681
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-05-04 18:07:45 UTC
A commit references this bug:

Author: mm
Date: Wed May  4 18:06:58 UTC 2016
New revision: 414606
URL: https://svnweb.freebsd.org/changeset/ports/414606

Log:
  Include bsd.port.options.mk

  PR:	ports/209199

Changes:
  head/ftp/proftpd/Makefile
Comment 3 marek.bedy 2016-05-05 11:14:08 UTC
Solved.
Comment 4 Matthew Seaman freebsd_committer freebsd_triage 2017-06-09 16:40:28 UTC
This appears to have been fixed?  I there any reason to keep the PR open?
Comment 5 Walter Schwarzenfeld 2018-01-14 01:10:55 UTC
Forgotten to close?