ports/77146: ftp/lftp does not build using make flag WITH_SOCKS5 on RELENG_5 and RELENG_5_3
Thomas Kempka
t.kempka at web.de
Sat Feb 5 16:20:19 UTC 2005
>Number: 77146
>Category: ports
>Synopsis: ftp/lftp does not build using make flag WITH_SOCKS5 on RELENG_5 and RELENG_5_3
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Feb 05 16:20:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Thomas Kempka
>Release: FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD lala.wurstkoffer-regiert.net 5.3-STABLE FreeBSD 5.3-STABLE #2: Thu Feb 3 10:40:34 CET 2005 root at lala.wurstkoffer-regiert.net:/usr/obj/usr/src/sys/LALA i386
>Description:
The build of ftp/lftp exits with an error on RELENG_5 and RELENG_5_3 systems if the make flag WITH_SOCKS5
is used (net/socks5 has to be installed for this). This problem does not appear on RELENG_5_2 systems.
RELENG_5/RELENG_5_3 make output:
--- begin make output---
[...]
if /bin/sh ../libtool --silent --tag=CXX --mode=compile c++
-DHAVE_CONFIG_H -I. -I. -I../include -I../include
-I/usr/local/include -O -pipe -march=pentium3 -Wall
-Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti
-fno-implement-inlines -Winline -MT netrc.lo -MD -MP -MF
".deps/netrc.Tpo" -c -o netrc.lo netrc.cc; then mv -f
".deps/netrc.Tpo" ".deps/netrc.Plo"; else rm -f ".deps/netrc.Tpo";
exit 1; fi
netrc.cc: In function `bool comment(const char*, FILE*)':
netrc.cc:56: error: `getc' undeclared (first use this function)
netrc.cc:56: error: (Each undeclared identifier is reported only
once for each function it appears in.)
*** Error code 1
Stop in /usr/obj/usr/ports/ftp/lftp/work/lftp-3.0.13/src.
*** Error code 1
Stop in /usr/obj/usr/ports/ftp/lftp/work/lftp-3.0.13.
*** Error code 1
Stop in /usr/ports/ftp/lftp.
--- end make output---
>How-To-Repeat:
1. install net/socks5
2. cd to ftp/lftp and make WITH_SOCKS5=1
>Fix:
not known
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list