From owner-freebsd-current Tue Nov 12 08:12:41 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA02094 for current-outgoing; Tue, 12 Nov 1996 08:12:41 -0800 (PST) Received: from scotty.masternet.it (scotty.masternet.it [194.184.65.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA02067 for ; Tue, 12 Nov 1996 08:12:23 -0800 (PST) Received: from gmarco.eclipse.org.eclipse.org (ts1port12d.masternet.it [194.184.65.34]) by scotty.masternet.it (8.7.5/8.7.3) with SMTP id RAA00849 for ; Tue, 12 Nov 1996 17:12:37 +0100 (MET) Message-Id: <3.0b35.32.19961112170719.0068667c@scotty.masternet.it> X-Sender: gmarco@scotty.masternet.it X-Mailer: Windows Eudora Pro Version 3.0b35 (32) Date: Tue, 12 Nov 1996 17:07:59 +0100 To: current@freebsd.org From: Gianmarco Giovannelli Subject: cc: Internal compiler error (again) Mime-Version: 1.0 Content-Type: text/enriched; charset="us-ascii" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am sorry if this is the right list, but with all the changes to the branches I am a little bit confusing. I posted some days ago a message concerning an error while trying to rebuild the world with the 3.0-current (#ctm 2403). I thought it was my fault so I decide to try the 2.2-stable instead. I remove the entire sources tree (rm -r src), I make the dir again and then I patched till ctm #29 I make world and what happens ? :-) --- cut 2.2 error--- building profiled objc library ranlib libobjc_p.a ===> gnu/lib/libregex cc -O -I/usr/src/gnu/lib/libregex -DHAVE_STRING_H=1 -DSTDC_HEADERS=1 -c /usr/src/gnu/lib/libregex/regex.c -o regex.o building standard gnuregex library ranlib libgnuregex.a cc -p -O -I/usr/src/gnu/lib/libregex -DHAVE_STRING_H=1 -DSTDC_HEADERS=1 -c /usr/src/gnu/lib/libregex/regex.c -o regex.po cc: Internal compiler error: program cc1 got fatal signal 6 *** Error code 1 --- cut 3.0 error--- ranlib libobjc_p.a ===> gnu/lib/libregex cc -O -I/usr/src/gnu/lib/libregex -DHAVE_STRING_H=1 -DSTDC_HEADERS=1 -c /usr/src/gnu/lib/libregex/regex.c -o regex.o building standard gnuregex library ranlib libgnuregex.a cc -p -O -I/usr/src/gnu/lib/libregex -DHAVE_STRING_H=1 -DSTDC_HEADERS=1 -c /usr/src/gnu/lib/libregex/regex.c -o regex.po cc: Internal compiler error: program cc1 got fatal signal 6 *** Error code 1 --- cut --- The same error in the same file of the 3.0-current !!!! Now I begin to think is something related the hardware , is it possible ? I run with a cyrix cpu 6x86 166+, 32mb edo ram 60ns, A2940UW , 2hd 2mb Quantum vp32170 wide scsi, some others devices on scsi bus. Is possible is something concerning the cyrix cpu ? As someone suggested me (Frank Terhaar-Yonkers <) I tried to lower the bus clock to 100mhz instead of 133+, to change the ram (with another bank of 32mb ram edo) but everything continue to not work. I'll try to make world on my laptop (p133, 24mbram) to see if it woks... This is my kernel config : --- cut --- # # # $Id: GMARCO,v0.2 # machine "i386" cpu "I486_CPU" ident GMARCO maxusers 4 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 options SCSI_REPORT_GEOMETRY options SCSI_DELAY=1 options BOUNCE_BUFFERS options UCONSOLE options FAILSAFE options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options SYSVSHM options SYSVSEM options SYSVMSG config kernel root on sd0 controller isa0 controller pci0 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr disk wd2 at wdc1 drive 0 options ATAPI #Enable ATAPI support for IDE bus device wcd0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 controller scbus0 controller ahc0 device sd0 #Hd scsi device st0 #Tape scsi device cd0 #Cd rom Scsi controller snd0 #Generic support for ALL Sound Card device sb0 at isa? port 0x220 irq 5 conflicts drq 1 vector sbintr device opl0 at isa? port 0x388 conflicts device sbmidi0 at isa? port 0x330 device sbxvi0 at isa? drq 5 #Sb16 in 16 BIT DMA 5 device joy0 at isa? port "IO_GAME" device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr device ed0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector edintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device qcam0 at isa? port "IO_LPT1" conflicts flags 1 pseudo-device loop pseudo-device ether pseudo-device log pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip --- cut --- Please let me know anything. Regards... +-------------------------------------+--------------------+ | Internet: gmarco@masternet.it | ,,, | | Internet: gmarco@nettuno.it | (o o) | | BIX : ggiovannelli@bix.com | ---oo0-(_)-0oo--- | | http://www2.masternet.it/ | Gianmarco | +-------------------------------------+--------------------+