Your message dated Fri, 15 Jan 2010 00:58:10 +0000
with message-id <20100115005809.gc3...@master.debian.org>
and subject line Re: Bug#563720: tnftp: FTBFS: undefined reference to `fgetln'
has caused the Debian Bug report #563720,
regarding tnftp: FTBFS: undefined reference to `fgetln'
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
563720: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563720
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tnftp
Version: 20091122
Severity: serious
I get the following error when attempting to compile the tnftp package on the
x86_64 platform:
-bash-4.0# make
make all-recursive
make[1]: Entering directory `/sources/tnftp-20091122'
Making all in libnetbsd
make[2]: Entering directory `/sources/tnftp-20091122/libnetbsd'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/sources/tnftp-20091122/libnetbsd'
Making all in libedit
make[2]: Entering directory `/sources/tnftp-20091122/libedit'
make all-am
make[3]: Entering directory `/sources/tnftp-20091122/libedit'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/sources/tnftp-20091122/libedit'
make[2]: Leaving directory `/sources/tnftp-20091122/libedit'
Making all in src
make[2]: Entering directory `/sources/tnftp-20091122/src'
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o tnftp tnftp-cmds.o
tnftp-cmdtab.o tnftp-complete.o tnftp-domacro.o tnftp-fetch.o tnftp-ftp.o
tnftp-main.o tnftp-progressbar.o tnftp-ruserpass.o tnftp-util.o
../libnetbsd/libnetbsd.la ../libedit/libedit.la -lcurses
gcc -g -O2 -o tnftp tnftp-cmds.o tnftp-cmdtab.o tnftp-complete.o
tnftp-domacro.o tnftp-fetch.o tnftp-ftp.o tnftp-main.o tnftp-progressbar.o
tnftp-ruserpass.o tnftp-util.o ../libnetbsd/.libs/libnetbsd.a
../libedit/.libs/libedit.a -lcurses
../libedit/.libs/libedit.a(libedit_la-el.o): In function `el_source':
/sources/tnftp-20091122/libedit/el.c:449: undefined reference to `fgetln'
../libedit/.libs/libedit.a(libedit_la-history.o): In function `history_save':
/sources/tnftp-20091122/libedit/history.c:728: undefined reference to `strvis'
../libedit/.libs/libedit.a(libedit_la-history.o): In function `history_load':
/sources/tnftp-20091122/libedit/history.c:650: undefined reference to `fgetln'
/sources/tnftp-20091122/libedit/history.c:677: undefined reference to `strunvis'
/sources/tnftp-20091122/libedit/history.c:659: undefined reference to `fgetln'
collect2: ld returned 1 exit status
make[2]: *** [tnftp] Error 1
make[2]: Leaving directory `/sources/tnftp-20091122/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/sources/tnftp-20091122'
make: *** [all] Error 2
OS/platform details
* Kernel: Linux devos64bit 2.6.30.5 #1 SMP Tue Dec 15 08:25:36 PST 2009 x86_64
Intel(R) Xeon(R) CPU X3363 @ 2.83GHz GenuineIntel GNU/Linux
* C Library information: libc-2.10.1.so
* GNU Make version 3.81
--
John Bolton
--- End Message ---
--- Begin Message ---
Version: 20090606-2
On Fri, Jan 15, 2010 at 12:53:12AM +0000, Anibal Monsalve Salazar wrote:
>It compiles for me using pbuilder. The attachment is the complete build
>log file.
--- End Message ---