pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

tnftp build failure on Arch Linux



I made a fresh Arch Linux install yesterday, bootstrapped
pkgsrc without any problems, but when I set out to build
some packages, there was a failure in net/tnftp

Parts of the build messages:

[root@myhost ~]# cd /usr/pkgsrc/net/tnftp
[root@myhost tnftp]# bmake

[...]

checking for setprogname... no
checking for sl_init... no
checking for snprintf... yes
checking for strdup... yes
checking for strerror... yes
checking for strlcat... no
checking for strlcpy... no
checking for strptime... yes
checking for strsep... yes
checking for strunvis... yes
checking for strvis... yes
checking for timegm... yes


[So strvis()/strunvis are found by configure, but later:]

ar cr libnetbsd.a fgetln.o setprogname.o sl_init.o strlcat.o strlcpy.o glob.o
ranlib libnetbsd.a
( cd src; /usr/pkg/bin/bmake )
gcc -Wno-error -I/usr/include -I. -I./.. -I. -I.. -I./../libedit  
-I./../libnetbsd -I/usr/include -c cmds.c
gcc -Wno-error -I/usr/include -I. -I./.. -I. -I.. -I./../libedit  
-I./../libnetbsd -I/usr/include -c cmdtab.c
gcc -Wno-error -I/usr/include -I. -I./.. -I. -I.. -I./../libedit  
-I./../libnetbsd -I/usr/include -c complete.c
gcc -Wno-error -I/usr/include -I. -I./.. -I. -I.. -I./../libedit  
-I./../libnetbsd -I/usr/include -c domacro.c
gcc -Wno-error -I/usr/include -I. -I./.. -I. -I.. -I./../libedit  
-I./../libnetbsd -I/usr/include -c fetch.c
gcc -Wno-error -I/usr/include -I. -I./.. -I. -I.. -I./../libedit  
-I./../libnetbsd -I/usr/include -c ftp.c
gcc -Wno-error -I/usr/include -I. -I./.. -I. -I.. -I./../libedit  
-I./../libnetbsd -I/usr/include -c main.c
gcc -Wno-error -I/usr/include -I. -I./.. -I. -I.. -I./../libedit  
-I./../libnetbsd -I/usr/include -c progressbar.c
gcc -Wno-error -I/usr/include -I. -I./.. -I. -I.. -I./../libedit  
-I./../libnetbsd -I/usr/include -c ruserpass.c
gcc -Wno-error -I/usr/include -I. -I./.. -I. -I.. -I./../libedit  
-I./../libnetbsd -I/usr/include -c util.c
gcc -Wno-error -I/usr/include -L../libedit -L/usr/lib -Wl,-R/usr/lib 
-Wl,-R/usr/pkg/lib -L../libnetbsd -o ftp cmds.o cmdtab.o complete.o domacro.o 
fetch.o ftp.o main.o progressbar.o ruserpass.o util.o -ledit -lsocks -ledit 
-ltermcap  -lnetbsd
../libedit/libedit.a(history.o): In function `history_load':
history.c:(.text+0xc21): undefined reference to `strunvis'
collect2: ld returned 1 exit status
*** Error code 1

Stop.
bmake: stopped in /usr/obj/pkg/net/tnftp/work/tnftp-20070806/src
*** Error code 1

Stop.
bmake: stopped in /usr/obj/pkg/net/tnftp/work/tnftp-20070806
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/net/tnftp
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/net/tnftp


-- 
esg%sdf.lonestar.org@localhost
SDF Public Access UNIX System - http://sdf.lonestar.org


Home | Main Index | Thread Index | Old Index