From owner-freebsd-current Sun Mar 3 13:19:36 2002 Delivered-To: freebsd-current@freebsd.org Received: from sduwebship.student.umd.edu (sduwebship.student.umd.edu [129.2.156.15]) by hub.freebsd.org (Postfix) with ESMTP id A643C37B405 for ; Sun, 3 Mar 2002 13:19:27 -0800 (PST) Received: from localhost (philip@localhost) by sduwebship.student.umd.edu (8.11.6/8.11.6) with ESMTP id g23GMIc96279; Sun, 3 Mar 2002 16:22:18 GMT (envelope-from philip@sduwebship.student.umd.edu) Date: Sun, 3 Mar 2002 16:22:17 +0000 (GMT) From: "Philip M. Gollucci" To: Terry Lambert Cc: Riccardo Torrini , Thierry Herbelot , Subject: Re: 5.0-CURRENT makebuild world fails In-Reply-To: <3C82720F.7D64079D@mindspring.com> Message-ID: <20020303162024.E96218-100000@sduwebship.student.umd.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I took your advice. sysctl -w kern.maxfiles=50000 cd /usr/src make buildworld same file, same place, same error. I did notice that If I do that one compile manually... that file works... But the same fix _does not_ work for the next one. Thanks again. kern.maxvnodes: 49149 kern.maxproc: 1044 kern.maxfiles: 50000 kern.argmax: 65536 kern.maxfilesperproc: 1879 kern.maxprocperuid: 939 kern.ipc.maxsockbuf: 262144 kern.ipc.somaxconn: 128 kern.ipc.max_linkhdr: 16 kern.ipc.max_protohdr: 40 kern.ipc.max_hdr: 56 kern.ipc.max_datalen: 156 kern.ipc.shmmax: 33554432 kern.ipc.maxsockets: 2088 kern.kq_calloutmax: 4096 kern.maxusers: 64 >>> 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/usr/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 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, Terry Lambert wrote: > Riccardo Torrini wrote: > > On 03-Mar-2002 (08:20:46/GMT) Thierry Herbelot wrote: > > >> cc: Internal compiler error: program cc1 got fatal signal 11 > > > > > a signal 11 is generally linked to bad memory chips > > > > ...and/or overclocked CPU :) > > And/or a pmap code bug. > > At boot time, try setting kern.maxfile to 50000 or more in > the loader, and then booting normally. > > -- Terry > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message