Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2002 21:21:55 -0500
From:      Michael Smith <msmith@texas.net>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Can't "make buildworld"
Message-ID:  <20020413212155.J30314@staff.texas.net>

next in thread | raw e-mail | index | archive | help
I have a fairly fresh system install of 4.5-RELEASE.  Only thing
I've done is compile a couple ports, bash2 and screen.  I
am trying to update to 4.5-STABLE and get so far as
to do a 'make buildworld'.  It compiles for several minutes, then
bombs out with

===> bin/ls
gcc -O -pipe  -DCOLORLS -Wall -Wformat    -c /usr/src/bin/ls/cmp.c
gcc -O -pipe  -DCOLORLS -Wall -Wformat    -c /usr/src/bin/ls/ls.c
gcc -O -pipe  -DCOLORLS -Wall -Wformat    -c /usr/src/bin/ls/print.c
gcc -O -pipe  -DCOLORLS -Wall -Wformat    -c /usr/src/bin/ls/util.c
gcc -O -pipe  -DCOLORLS -Wall -Wformat     -static -o ls cmp.o ls.o print.o util.o  -lm -ltermcap
print.o: In function `printtime':
print.o(.text+0x722): undefined reference to `nl_langinfo'
*** Error code 1

Stop in /usr/src/bin/ls.
*** Error code 1

Stop in /usr/src/bin.
*** Error code 1

Stop in /usr/src.


Don't know if it matters, but this is on an AMD XP 1700+ with 512Meg of ram.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020413212155.J30314>