From owner-freebsd-stable Sat Apr 13 19:22: 8 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mw1.texas.net (mw1.texas.net [206.127.30.11]) by hub.freebsd.org (Postfix) with ESMTP id 22AE537B420 for ; Sat, 13 Apr 2002 19:21:57 -0700 (PDT) Received: from staff3.texas.net (staff3.texas.net [207.207.0.40]) by mw1.texas.net (8.11.6/8.11.6) with ESMTP id g3E2LuS02817 for ; Sat, 13 Apr 2002 21:21:56 -0500 (CDT) Received: (from msmith@localhost) by staff3.texas.net (8.11.6/8.11.6) id g3E2LuD29443 for freebsd-stable@FreeBSD.ORG; Sat, 13 Apr 2002 21:21:56 -0500 (CDT) (envelope-from msmith) Date: Sat, 13 Apr 2002 21:21:55 -0500 From: Michael Smith To: freebsd-stable@FreeBSD.ORG Subject: Can't "make buildworld" Message-ID: <20020413212155.J30314@staff.texas.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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