From owner-freebsd-questions@FreeBSD.ORG Mon Apr 7 13:31:16 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BCEE37B401 for ; Mon, 7 Apr 2003 13:31:16 -0700 (PDT) Received: from relay-2v.club-internet.fr (relay-2v.club-internet.fr [194.158.96.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5676243F75 for ; Mon, 7 Apr 2003 13:31:15 -0700 (PDT) (envelope-from izi@club-internet.fr) Received: from CORINNE.mshome.net (f04a-4-135.d1.club-internet.fr [212.194.75.135]) by relay-2v.club-internet.fr (Postfix) with ESMTP id 8725916E1 for ; Mon, 7 Apr 2003 22:31:13 +0200 (CEST) Date: Mon, 7 Apr 2003 22:31:16 +0200 From: David JL X-Mailer: The Bat! (v1.61) X-Priority: 3 (Normal) Message-ID: <1813750833.20030407223116@club-internet.fr> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: buildworld fails with 4.8 stable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David JL List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2003 20:31:16 -0000 Hello, I'm upgraded to 4.8 STABLE via cvsup but i'm getting an error during buildworld. + Here's the error found during buildworld : $ make -j4 buildworld [...] I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -D__FBSDID=__RCSID -static -o ld eelf_i386.o ldcref.o ldctor.o ldemul.o ldexp.o ldfile.o ldgram.o ldlang.o ldlex.o ldmain.o ldmisc.o ldver.o ldwrite.o lexsup.o mri.o ../libbfd/libbfd.a ../libiberty/libiberty.a ldfile.o: In function `ldfile_open_command_file': ldfile.o(.text+0x535): undefined reference to `saved_script_handle' ldlang.o: In function `load_symbols': ldlang.o(.text+0x1465): undefined reference to `yyparse' ldlex.o: In function `yylex': ldlex.o(.text+0x287): undefined reference to `yylval' ldlex.o(.text+0x2b1): undefined reference to `yylval' ldlex.o(.text+0x2d0): undefined reference to `yylval' ldlex.o(.text+0x2f0): undefined reference to `yylval' ldlex.o(.text+0x2fa): undefined reference to `yylval' ldlex.o(.text+0x30e): more undefined references to `yylval' follow ldmain.o: In function `main': ldmain.o(.text+0x2ec): undefined reference to `force_make_executable' ldmain.o(.text+0x433): undefined reference to `saved_script_handle' ldmain.o(.text+0x478): undefined reference to `yyparse' ldmain.o(.text+0x495): undefined reference to `saved_script_handle' ldmain.o(.text+0x4ca): undefined reference to `saved_script_handle' ldmain.o(.text+0x4e5): undefined reference to `saved_script_handle' ldmain.o(.text+0x506): undefined reference to `saved_script_handle' ldmain.o(.text+0x523): undefined reference to `saved_script_handle' ldmain.o(.text+0x690): undefined reference to `force_make_executable' lexsup.o: In function `parse_args': lexsup.o(.text+0x544): undefined reference to `yyparse' lexsup.o(.text+0x802): undefined reference to `force_make_executable' lexsup.o(.text+0xd4a): undefined reference to `saved_script_handle' lexsup.o(.text+0xd5e): undefined reference to `saved_script_handle' lexsup.o(.text+0xd6d): undefined reference to `yyparse' *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 + Here's the output of uname -a FreeBSD bsdbox.izilan 4.8-STABLE FreeBSD 4.8-STABLE #0: Fri Apr 5 16:10:16 CEST 2002 root@bsdbox.izilan:/usr/obj/usr/src/sys/BSDBOX i386 + Machine : amd duron 750 with a SiS735 chipset and 256 MO SDRAM In fact, i think the uname writes STABLE because i managed to compile (with many warnings) the source without the -j4 option but the installworld failed at the beginning saying he couldn't find touch... ? I was in single user mode and followed the handbook instructions, i'm confused... -- Best regards, David