From owner-freebsd-questions Wed Jun 10 01:28:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA26951 for freebsd-questions-outgoing; Wed, 10 Jun 1998 01:28:22 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from interlock.halnet.com (interlock.halnet.com [206.61.34.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA26946 for ; Wed, 10 Jun 1998 01:28:20 -0700 (PDT) (envelope-from Dimitris.Krekoukias@halliburton.com) Received: by interlock.halnet.com id AA11193 (InterLock SMTP Gateway 3.0 for freebsd-questions@FreeBSD.ORG); Wed, 10 Jun 1998 03:28:05 -0500 Received: by interlock.halnet.com (Internal Mail Agent-1); Wed, 10 Jun 1998 03:28:05 -0500 Message-Id: <89EF1ED52E24D111804300805F19E92AA9EE75@ABZEXCH001> From: Dimitris Krekoukias To: "'djv@bedford.net'" , Dimitris Krekoukias Cc: freebsd-questions@FreeBSD.ORG Subject: RE: weird kernel build problem Date: Wed, 10 Jun 1998 09:25:39 +0100 X-Priority: 1 Mime-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Right. I did what Dave suggested, it failed again (tries twice, the last few lines from the output are there for your perusal). It doesn't fail in the same place every time, and this is with the GENERIC kernel - weirdest thing is, it worked again coupla days ago... once. I made sure I kept the resulting kernel, since it contained the SYSV stuff I needed to get KDE running properly. Cheers, Dimitris S -DFFS -DINET -DKERNEL ../../isofs/cd9660/cd9660_bmap.c cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I/usr/include -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../isofs/cd9660/cd9660_lookup.c cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I/usr/include -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../isofs/cd9660/cd9660_node.c cc: Internal compiler error: program cc1 got fatal signal 10 *** Error code 1 another try: S -DFFS -DINET -DKERNEL ../../kern/uipc_syscalls.c cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I/usr/include -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../kern/uipc_usrreq.c cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I/usr/include -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../kern/vfs_bio.c cc: Internal compiler error: program cc1 got fatal signal 11 *** Error code 1 > -----Original Message----- > From: CyberPeasant [SMTP:djv@bedford.net] > Sent: Monday, June 08, 1998 7:23 PM > To: Dimitris.Krekoukias@halliburton.com > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: weird kernel build problem > > Dimitris Krekoukias wrote: > > well, weird for me, anyway. I'm more used to Irix/Solaris/Linux than > > FreeBSD... > > > > I made a little configuration file (copied the GENERIC one, as > > instructed by the handbook), removed what I didn't need, added a few > > bits I did need. > > > > Compiled it, installed it. > > > > Works fine. > > > > I then decided I needed some SYSV-style shared memory, so I put the > > appropriate entry in the file. > > > > Tried to compile again (the config program worked, BTW) - the > compile > > failed. Tried again, it failed at a different stage. > > At this point, inquiring minds want to know /HOW IT FAILED/. > > > I decided to boot using my GENERIC kernel. Tried the whole > config/make > > etc process. Still failed. > > > > Thought there was a problem with my configuration file, so I decided > to > > just try and compile the GENERIC one (after I'd copied it to another > > name). > > > > It failed AGAIN. > > At this point, inquiring minds, blah blah. > > > So, I am > > > > a) Using the standard kernel to boot > > b) Trying to compile the same kernel and failing but what really > pisses > > me off is that > > c) It worked the first time I did it. > > > > I reinstalled FreeBSD just in case I'd screwed up something. > > > > The first time I build the kernel it works. > > > > It fails subsequently. > > try and report: > > cd /usr/src/sys/i386/conf > cp GENERIC MOREFUN > vi MOREFUN > /ident > s/GENERIC/MOREFUN/ > ZZ > config MOREFUN > cd ../../compile/MOREFUN > make clean # not really needed at this point ... > make depend > make > > Report the error messages. > > Dave > -- > DISCLAIMER: If it can be disclaimed, it is. > DISCLAIMER: In particular, I don't represent any organization. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message