Re: makeworld issues

2004-09-30 Thread Subhro
Did you cvsup with src-all? If not then please do so. Also can we have
a look at /etc/make.conf?


On Thu, 30 Sep 2004 17:53:19 -0700 (PDT), Ronnie Clark
[EMAIL PROTECTED] wrote:
 Hello all,
 
 I have been trying for some time to update a system
 via makeworld. The
 system would always error out and not complete its
 update. Someone from
 the list suggested that I cvsup my system, which I did
 multiple time to
 no avail. This morning, I tried again. Still errors
 out. I even went so
 far as to backup my old kernel, and then completely
 remove the
 /usr/src/sys directory and all subdirectories. Then I
 cvsuped again to
 get all new code. Edited the GENERIC kernel to match
 my old kernel and
 tried to makeworld again. Below is the errors I am
 seeing.
 
 Any help is greatly appreciated. Right now, the only
 thing I know to do
 is to rebuild, and I don't want to do that if it can
 be avoided.
 
 Thanks,
 Ron Clark
 
 -=-=-=-=-=-=-=-=-=-
 Error Message:
 -=-=-=-=-=-=-=-=-=-
 
 --
  stage 1: bootstrap tools
 --
 cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386
 DESTDIR=
 INSTALL=sh /usr/src/tools/install.sh make -f
 Makefile.inc1-DBOOTSTRAPPING  -DNOHTML -DNOINFO
 -DNOMAN -DNOPIC
 -DNOPROFILE -DNOSHARED  -DNO_WERROR bootstrap-tools
 echo === games/fortune/strfile;  cd
 /usr/src/games/fortune/strfile;
 make DIRPRFX=games/fortune/strfile/ obj;  make
 DIRPRFX=games/fortune/strfile/ depend;  make
 DIRPRFX=games/fortune/strfile/ all;  make
 DIRPRFX=games/fortune/strfile/
 DESTDIR=/usr/obj/usr/src/i386 install
 === games/fortune/strfile
 /usr/obj/usr/src/i386/usr/src/games/fortune/strfile
 created for
 /usr/src/games/fortune/strfile
 rm -f .depend
 mkdep -f .depend -a-D__FBSDID=__RCSID
 /usr/src/games/fortune/strfile/strfile.c
 echo strfile: /usr/lib/libc.a   .depend
 cc -O -pipe  -Wall-D__FBSDID=__RCSID -c
 /usr/src/games/fortune/strfile/strfile.c
 cc -O -pipe  -Wall-D__FBSDID=__RCSID  -static -o
 strfile strfile.o
 sh /usr/src/tools/install.sh -s -o root -g wheel -m
 555   strfile
 /usr/obj/usr/src/i386/usr/games
 echo === usr.bin/yacc;  cd /usr/src/usr.bin/yacc;
 make
 DIRPRFX=usr.bin/yacc/ obj;  make DIRPRFX=usr.bin/yacc/
 depend;  make
 DIRPRFX=usr.bin/yacc/ all;  make DIRPRFX=usr.bin/yacc/
 DESTDIR=/usr/obj/usr/src/i386 install
 === usr.bin/yacc
 /usr/obj/usr/src/i386/usr/src/usr.bin/yacc created for
 /usr/src/usr.bin/yacc
 rm -f .depend
 mkdep -f .depend -a-D__FBSDID=__RCSID
 /usr/src/usr.bin/yacc/closure.c
 /usr/src/usr.bin/yacc/error.c
 /usr/src/usr.bin/yacc/lalr.c
 /usr/src/usr.bin/yacc/lr0.c
 /usr/src/usr.bin/yacc/main.c
 /usr/src/usr.bin/yacc/mkpar.c
 /usr/src/usr.bin/yacc/output.c
 /usr/src/usr.bin/yacc/reader.c
 /usr/src/usr.bin/yacc/skeleton.c
 /usr/src/usr.bin/yacc/symtab.c
 /usr/src/usr.bin/yacc/verbose.c
 /usr/src/usr.bin/yacc/warshall.c
 echo yacc: /usr/lib/libc.a   .depend
 cc -O -pipe -D__FBSDID=__RCSID -c
 /usr/src/usr.bin/yacc/closure.c
 cc -O -pipe -D__FBSDID=__RCSID -c
 /usr/src/usr.bin/yacc/error.c
 cc: Internal compiler error: program cc1 got fatal
 signal 11
 *** Error code 1
 
 Stop in /usr/src/usr.bin/yacc.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 



-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: makeworld issues

2004-09-30 Thread Kris Kennaway
On Fri, Oct 01, 2004 at 09:10:37AM +0530, Subhro wrote:
 Did you cvsup with src-all? If not then please do so. Also can we have
 a look at /etc/make.conf?

Also, internal compiler errors are almost always hardware-related.

Kris

pgpZA3a7euArr.pgp
Description: PGP signature


Re: Makeworld issues

2004-08-19 Thread Ciprian Badescu
Hi,


I had the same problem. If it's happening in the same place, you need to
perform an update of your sources, else it is a hardware problem (memory,
swap disk, processor is getting to hot, etc). Search in archives and
google for more informations about signal 11 while making world.

For me, a sources update solved the problem.

--
Ciprian Badescu

On Thu, 19 Aug 2004, Ronnie Clark wrote:

 Date: Thu, 19 Aug 2004 07:59:49 -0700 (PDT)
 From: Ronnie Clark [EMAIL PROTECTED]
 To: FreeBSD Questions [EMAIL PROTECTED]
 Subject: Makeworld issues

 Hello,

 I am trying to complete a makeworld on my 4.10 STABLE
 system, to apply the latest source and patches. But, I
 am getting the following stop error:

 yacc -b aicasm_macro_gram -p mm -d -o
 aicasm_macro_gram.c
 /usr/src/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y
 cc -O -pipe  -nostdinc -I/usr/include -I.
 -I/usr/src/sys/dev/aic7xxx/aicasm
 -D__FBSDID=__RCSID -c aicasm_macro_gram.c
 cc: Internal compiler error: program cc1 got fatal
 signal 11
 *** Error code 1

 Stop in /usr/obj/usr/src/sys/KERNEL1.
 *** Error code 1

 Stop in /usr/src.
 *** Error code 1

 Stop in /usr/src.

 Anyone have any ideas why this is happening?

 Thanks,
 Ron Clark

 # uname -a
 FreeBSD my.freebsd.server 4.9-STABLE FreeBSD
 4.9-STABLE #0: Sat Feb 21 14:53:51 CST 2004



 __
 Do you Yahoo!?
 Yahoo! Mail - 50x more storage than other providers!
 http://promotions.yahoo.com/new_mail
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Makeworld issues

2004-08-19 Thread Ronnie Clark
Ciprian, 

Thanks for the info. I did a cvsup before trying again
and the same thing happened. I'll dig some more for
the error code as you suggest. 

Thanks,
Ron Clark


--- Ciprian Badescu [EMAIL PROTECTED]
wrote:

 Hi,
 
 
 I had the same problem. If it's happening in the
 same place, you need to
 perform an update of your sources, else it is a
 hardware problem (memory,
 swap disk, processor is getting to hot, etc). Search
 in archives and
 google for more informations about signal 11 while
 making world.
 
 For me, a sources update solved the problem.
 
 --
 Ciprian Badescu
 
 On Thu, 19 Aug 2004, Ronnie Clark wrote:
 
  Date: Thu, 19 Aug 2004 07:59:49 -0700 (PDT)
  From: Ronnie Clark [EMAIL PROTECTED]
  To: FreeBSD Questions
 [EMAIL PROTECTED]
  Subject: Makeworld issues
 
  Hello,
 
  I am trying to complete a makeworld on my 4.10
 STABLE
  system, to apply the latest source and patches.
 But, I
  am getting the following stop error:
 
  yacc -b aicasm_macro_gram -p mm -d -o
  aicasm_macro_gram.c
 
 /usr/src/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y
  cc -O -pipe  -nostdinc -I/usr/include -I.
  -I/usr/src/sys/dev/aic7xxx/aicasm
  -D__FBSDID=__RCSID -c aicasm_macro_gram.c
  cc: Internal compiler error: program cc1 got fatal
  signal 11
  *** Error code 1
 
  Stop in /usr/obj/usr/src/sys/KERNEL1.
  *** Error code 1
 
  Stop in /usr/src.
  *** Error code 1
 
  Stop in /usr/src.
 
  Anyone have any ideas why this is happening?
 
  Thanks,
  Ron Clark
 
  # uname -a
  FreeBSD my.freebsd.server 4.9-STABLE FreeBSD
  4.9-STABLE #0: Sat Feb 21 14:53:51 CST 2004
 
 
 
  __
  Do you Yahoo!?
  Yahoo! Mail - 50x more storage than other
 providers!
  http://promotions.yahoo.com/new_mail
  ___
  [EMAIL PROTECTED] mailing list
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 




__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]