Port-sparc archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: ntpd wedged by libc?
On 2/14/2012 14:03, Christos Zoulas wrote:
In article<4F3ABC02.2020400%acarver.net@localhost>,
AGC<agcarver+netbsd%acarver.net@localhost> wrote:
On 2/13/2012 21:46, AGC wrote:
On 2/13/2012 21:10, Brett Lymn wrote:
On Mon, Feb 13, 2012 at 08:54:57PM -0800, AGC wrote:
I downloaded the whole tree by CVS but still nothing:
# make
building rem.S from /mnt/src/lib/libc/arch/sparc/gen/divrem.m4
sh: /mnt/src/tooldir.NetBSD-5.1-sparc/bin/nbm4: not found
*** Error code 127
Stop.
make: stopped in /mnt/src/lib/libc
either:
a) cd /mnt/src&& ./build.sh tools
and then run make
or
b) make USETOOLS=no
Thanks, I never found that command line option online. Seems to be
compiling now, we'll see if it goes through.
USETOOLS=no got it compiling up until:
add NOLINT=yes
christos
Still errors out but in a slightly different place:
cc1: warnings being treated as errors
/mnt/src/lib/libc/nameser/ns_name.c: In function '__ns_name_pton':
/mnt/src/lib/libc/nameser/ns_name.c:209: warning: implicit declaration
of function 'ns_name_pton2'
/mnt/src/lib/libc/nameser/ns_name.c: At top level:
/mnt/src/lib/libc/nameser/ns_name.c:225: warning: no previous prototype
for 'ns_name_pton2'
/mnt/src/lib/libc/nameser/ns_name.c: In function '__ns_name_unpack':
/mnt/src/lib/libc/nameser/ns_name.c:414: warning: implicit declaration
of function 'ns_name_unpack2'
/mnt/src/lib/libc/nameser/ns_name.c: At top level:
/mnt/src/lib/libc/nameser/ns_name.c:428: warning: no previous prototype
for 'ns_name_unpack2'
/mnt/src/lib/libc/nameser/ns_name.c:727: error: expected ')' before 'nname'
/mnt/src/lib/libc/nameser/ns_name.c:749: error: expected ')' before 'a'
/mnt/src/lib/libc/nameser/ns_name.c:774: error: expected ')' before 'a'
/mnt/src/lib/libc/nameser/ns_name.c:797: error: expected ')' before 'nname'
/mnt/src/lib/libc/nameser/ns_name.c:847: error: expected ')' before 'nname'
*** Error code 1
Home |
Main Index |
Thread Index |
Old Index