ports/147786: ftp/wget: wget-1.12_1 build problem

Garry newgarry at mail.ru
Fri Jun 11 11:20:01 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list