Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 1998 09:25:39 +0100
From:      Dimitris Krekoukias <Dimitris.Krekoukias@halliburton.com>
To:        "'djv@bedford.net'" <djv@bedford.net>, Dimitris Krekoukias <Dimitris.Krekoukias@halliburton.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   RE: weird kernel build problem
Message-ID:  <89EF1ED52E24D111804300805F19E92AA9EE75@ABZEXCH001>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?89EF1ED52E24D111804300805F19E92AA9EE75>