From owner-freebsd-current@FreeBSD.ORG Mon Feb 16 08:46:15 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A70416A4CE for ; Mon, 16 Feb 2004 08:46:15 -0800 (PST) Received: from smtp2.actcom.co.il (mail.actcom.net.il [192.114.47.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 921D243D1D for ; Mon, 16 Feb 2004 08:46:14 -0800 (PST) (envelope-from rosti_bsd@yahoo.com) Received: from yahoo.com (line108-59.adsl.actcom.co.il [192.117.108.59]) by smtp2.actcom.co.il (8.12.8/8.12.8) with ESMTP id i1GGkBGf031818 for ; Mon, 16 Feb 2004 18:46:12 +0200 Message-ID: <4030F436.9000904@yahoo.com> Date: Mon, 16 Feb 2004 18:47:50 +0200 From: Rostislav Krasny X-Accept-Language: en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 5.2.1-RC2: buildworld of RELENG_5_2 errors X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 16:46:15 -0000 Hello all. I installed a fresh 5.2.1-RC2 on my Pentium MMX 200MHz system with 128Mb of RAM. After that I cvsup-ed today's RELENG_5_2, ran 'make buildworld' and it failed with following error message: cc -O -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr/obj/usr/src/i386/usr\" -I/usr/obj/usr/src/i386/usr/src/ gnu/usr.bin/cc/cc_int/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_ int/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config -DHAVE_CONFIG_H -DTARGET_NAME=\"i386-unknown-freebsd\" -DIN_GCC -I/usr/obj/usr/src/i386/legacy/usr/include -c insn-recog.c insn-recog.c: In function `recog_29': insn-recog.c:44143: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc/cc_int. *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Then I cleared the /usr/obj as described in section "21.4.6 Remove /usr/obj" of the Handbook and then I ran 'make buildworld' again. This time it failed with different error message: cc -O -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr/obj/usr/src/i386/usr\" -I/usr/obj/usr/src/i386/usr/src/ gnu/usr.bin/cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1/../.. /../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc/config -I. -I/usr/obj/usr/src/i386 /legacy/usr/include -static -L/usr/obj/usr/src/i386/legacy/usr/lib -o cc1 main.o c-parse+%DIKED.o c-lang.o c-decl.o c-opts.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1/../cc_int/libcc_int.a -legacy /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1/../cc_int/libcc_int.a(insn-attrtab.o)(.rodata+0x1bb40): und efined reference to `.L674595248' *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc/cc1. *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. You may suspect hardware problem here but I tested the RAM and the HDD and I didn't find any hardware problem. Is there someone that always successfully builds the world and the kernel of RELENG_5_2 on the same Pentium MMX system with about 128Mb of RAM? Thanks