From owner-freebsd-questions Sun Mar 3 6:25: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from encontacto.net (adsl-64-173-182-158.dsl.mtry01.pacbell.net [64.173.182.158]) by hub.freebsd.org (Postfix) with ESMTP id 45AEC37B419; Sun, 3 Mar 2002 06:24:36 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) (uid 0) by encontacto.net with local; Sun, 03 Mar 2002 06:24:35 -0800 Received: from 64.173.182.155 ( [64.173.182.155]) as user eculp@mexcomusa.net@mail.mexcomusa.net by Mail.MexComUSA.Net with HTTP; Sun, 3 Mar 2002 06:24:35 -0800 Message-ID: <1015165475.3c82322315fdf@Mail.MexComUSA.Net> Date: Sun, 3 Mar 2002 06:24:35 -0800 From: Edwin Culp To: "Philip M. Gollucci" Cc: freebsd-questions@FreeBSD.ORG, current@FreeBSD.ORG Subject: RE: 5.0-CURRENT makebuild world fails References: <20020303053843.H93697-100000@sduwebship.student.umd.edu> In-Reply-To: <20020303053843.H93697-100000@sduwebship.student.umd.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 64.173.182.155 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've cvsuped and built world and new kernels on 6 machines this morning. Two are SMP PIII's, 3 PIII servers, and my laptop, with no problems. I did the same yesterday morning. All cvsups at 3-5 am PST. All seperate builds and in seperate locations. This probably doesn't help but hopefully you will be able to dig a bit deeper and find the solution. It sure is strange. BTW, I can only speak about current boxes. ed Quoting "Philip M. Gollucci" : > I've verified it on an an additional 3 machines. > > 5.0-CURRENT > 4.5-STABLE > 4.4-RELEASE > > that doesn't include the original > 4.5-RELEASE > > I highly doubt its cpu or memory at this point ? > > Any other great ideas ? > > Thanks for the help. > > > END > ------------------------------------------------------------------------------ > Philip M. Gollucci (p6m7g8) philip@p6m7g8.com 301.314.3118 > > Science, Discovery, & the Universe (UMCP) > Webmaster & Webship Teacher > URL: http://www.sdu.umd.edu > > EJPress.com > Database/PERL Programmer & System Admin > URL : http://www.ejournalpress.com > > Resume : http://p6m7g8.com/Work/index.html > > > On Sun, 3 Mar 2002, Manoj K S wrote: > > > I too have got the same error after a make depend. > > but it is on FreeBSD4.4 . > > If i am able to come out of it, i will help you too. > > > > > > -----Original Message----- > > From: Philip M. Gollucci [mailto:philip@sduwebship.student.umd.edu] > > Sent: Sunday, March 03, 2002 8:09 AM > > To: freebsd-questions@FreeBSD.ORG > > Cc: current@FreeBSD.ORG > > Subject: 5.0-CURRENT makebuild world fails > > > > > > For about the past 2 weeks or so, I've gotten the below error and I don't > > know what to do about it. > > This is on a FBSD4.5-RELEASE system w/ custom kernel. > > > > > > -------------------------------------------------------------- > > >>> stage 4: building libraries > > -------------------------------------------------------------- > > cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 > > OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec > > PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.6.0 > > GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin > > GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font > > GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac > > DESTDIR=/usr/obj/usr/src/i386 INSTALL="sh /usr/src/tools/install.sh" > > > PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/u > > sr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin > > make -f Makefile.inc1 -DNOHTML -DNOINFO -DNOMAN -DNOFSCHG libraries > > cd /usr/src/lib/csu/i386-elf; make depend; make all; make install > > rm -f .depend > > mkdep -f .depend -a -I/usr/src/lib/csu/i386-elf/../common > > /usr/src/lib/csu/i386-elf/crti.S /usr/src/lib/csu/i386-elf/crtn.S > > mkdep -f .depend -a -I/usr/src/lib/csu/i386-elf/../common > > /usr/src/lib/csu/i386-elf/crt1.c > > cd /usr/src/lib/csu/i386-elf; make _EXTRADEPEND > > cc -O2 -Wall -pipe -pedantic -ansi -march=pentiumpro -elf -Wall > > -fkeep-inline-functions -I/usr/src/lib/csu/i386-elf/../common -c > > /usr/src/lib/csu/i386-elf/crt1.c -o crt1.o > > /usr/src/lib/csu/i386-elf/crt1.c: In function `_start': > > /usr/src/lib/csu/i386-elf/crt1.c:70: warning: ANSI C forbids > braced-groups > > within expressions > > cc: Internal compiler error: program cc1 got fatal signal 11 > > *** Error code 1 > > > > Stop in /usr/src/lib/csu/i386-elf. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > > > > > END > > > ---------------------------------------------------------------------------- > > -- > > Philip M. Gollucci (p6m7g8) philip@p6m7g8.com 301.314.3118 > > > > Science, Discovery, & the Universe (UMCP) > > Webmaster & Webship Teacher > > URL: http://www.sdu.umd.edu > > > > EJPress.com > > Database/PERL Programmer & System Admin > > URL : http://www.ejournalpress.com > > > > Resume : http://p6m7g8.com/Work/index.html > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > ------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message