Date: Fri, 11 Jun 2010 11:13:27 GMT From: Garry <newgarry@mail.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/147786: ftp/wget: wget-1.12_1 build problem Message-ID: <201006111113.o5BBDRAg016395@www.freebsd.org> Resent-Message-ID: <201006111120.o5BBK1Lg031987@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 147786 >Category: ports >Synopsis: ftp/wget: wget-1.12_1 build problem >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 11 11:20:00 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Garry >Release: 6.4-RELEASE-p10 >Organization: >Environment: FreeBSD ispserver.local 6.4-RELEASE-p10 FreeBSD 6.4-RELEASE-p10 #1: Thu Jun 10 17:16:18 UZT 2010 user@ispserver.local:/usr/obj/usr/src/sys/CUSTOM i386 >Description: When i attempt to "make install clean" ftp/wget (wget-1.12_1) system report: .. .. ftp.c: In function `ftp_retrieve_glob': ftp.c:2026: error: `fnmatch' undeclared (first use in this function) ftp.c:2026: error: (Each undeclared identifier is reported only once ftp.c:2026: error: for each function it appears in.) gmake[2]: *** [ftp.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... mv -f .deps/cookies.Tpo .deps/cookies.Po gmake[2]: Leaving directory `/usr/ports/ftp/wget/work/wget-1.12/src' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/ports/ftp/wget/work/wget-1.12/src' gmake: *** [all-recursive] Error 1 *** Error code 1 Stop in /usr/ports/ftp/wget. *** Error code 1 Stop in /usr/ports/ftp/wget. If i install wget-1.12_1 from binary package, wget complains about libraries: # ldd /usr/local/bin/wget /usr/local/bin/wget: libssl.so.6 => not found (0x0) libcrypto.so.6 => not found (0x0) libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x280c6000) libintl.so.9 => /usr/local/lib/libintl.so.9 (0x281bb000) libc.so.7 => not found (0x0) If i install wget-1.11.4_1, wget works perfect: # ldd /usr/local/bin/wget /usr/local/bin/wget: libintl.so.8 => /usr/local/lib/compat/pkg/libintl.so.8 (0x280a5000) libssl.so.4 => /usr/lib/libssl.so.4 (0x280ae000) libcrypto.so.4 => /lib/libcrypto.so.4 (0x280dc000) libc.so.6 => /lib/libc.so.6 (0x281cf000) libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x282b6000) Port Collection updated. >How-To-Repeat: Port Collection need to be updated. # cd /usr/ports/ftp/wget # make install clean >Fix: Install wget-1.11.4_1 from binary package on ftp.freebsd.org. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006111113.o5BBDRAg016395>