pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/38069: bootstrap --unprivilaged failed on Linux because of undefined symbol in tnftp
The following reply was made to PR pkg/38069; it has been noted by GNATS.
From: Tobias Nygren <tnn%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: BAKAITO <bakaito9%gmail.com@localhost>
Subject: Re: pkg/38069: bootstrap --unprivilaged failed on Linux because of
undefined symbol in tnftp
Date: Wed, 20 Feb 2008 00:19:06 +0100
> No, glibc does not support strl* functions. Discussed in 2002,2004
> but rejected[1,2].
> And in bmake's and libnbcompat's ./configure process, all strl* check
> retun no.
> I think this is a tnftp's problem.
In the configure log originally posted (from tnftp), you have:
checking for strlcat... yes
checking for strlcpy... yes
That's rather strange. On my debian unstable system I have:
checking for strlcat... no
checking for strlcpy... no
Can you please try to find out why the configure script does
the wrong thing? Does this command produce empty output?
echo "#include <string.h>" | gcc -E - | grep strlcat
Home |
Main Index |
Thread Index |
Old Index