Date: Sat, 5 Feb 2005 17:16:09 +0100 (CET) From: Thomas Kempka <t.kempka@web.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/77146: ftp/lftp does not build using make flag WITH_SOCKS5 on RELENG_5 and RELENG_5_3 Message-ID: <20050205161609.736491147E@mail.wurstundkuchen.de> Resent-Message-ID: <200502051620.j15GKIdY096339@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050205161609.736491147E>