Re: error during make buildkernel in 5.2.1

2004-08-11 Thread Mike
Mike wrote:
Greetings:
This is my first foray into 5.2.1.  I installed and ran cvsup (standard 
and for ports).  I went to build the kernel and and make buildkernel 
died.  Here is the error message.  Any comments or hints would be helpful.

# make buildkernel KERNEL=TRITON
/usr/src/sys/modules/agp/../../pci/agp_nvidia.c: In function 
`agp_nvidia_attach':
/usr/src/sys/modules/agp/../../pci/agp_nvidia.c:27: error: insn does not 
satisfy its constraints:
(insn 702 701 1789 34 ./agp_if.h:23 (set (reg:SI 0 ax)
(plus:SI (plus:SI (reg/v:SI 0 ax [orig:197 anonymous ] [197])
(mem:SI (plus:SI (reg/f:SI 6 bp)
(const_int -36 [0xffdc])) [0 
apbase+0 S4 A8]))
(const_int -1 [0x]))) 134 {*lea_1} 
(insn_list 694 (nil))
(nil))
/usr/src/sys/modules/agp/../../pci/agp_nvidia.c:27: internal compiler 
error: in reload_cse_simplify_operands, at postreload.c:378
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://gcc.gnu.org/bugs.html for instructions.
*** Error code 1

Stop in /usr/src/sys/modules/agp.
*** Error code 1
Stop in /usr/src/sys/modules.
*** Error code 1
Stop in /usr/obj/usr/src/sys/TRITON.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
Thanks,
Michael
UPDATE:
I have since tried to make build world several times (4 times).  Each 
make buildworld crashed due to a segmentation fault.  In each case the 
segmentation fault was different.

I suspect that I might have faulty hardware (RAM?).  I'll try a 
different stick of RAM and I might check the IDE HD ribbon cable.

Thanks for your input.
Michael


___
[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: error during make buildkernel in 5.2.1

2004-08-10 Thread Garance A Drosihn
At 5:15 PM -0700 8/10/04, Mike wrote:
Greetings:
This is my first foray into 5.2.1.  I installed and ran cvsup
(standard and for ports).  I went to build the kernel and and
make buildkernel died.  Here is the error message.  Any
comments or hints would be helpful.
Did you just install 5.2.1 from the CD?  Or are you trying to
upgrade some older release to 5.2.1 via cvsup?  What lines were
in the cvsup control file that you used?
--
Garance Alistair Drosehn=   [EMAIL PROTECTED]
Senior Systems Programmer   or  [EMAIL PROTECTED]
Rensselaer Polytechnic Instituteor  [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: error during make buildkernel in 5.2.1

2004-08-10 Thread Dan MacMillan
From: Mike

 This is my first foray into 5.2.1.  I installed and ran cvsup
(standard
 and for ports).  I went to build the kernel and and make buildkernel
 died.  Here is the error message.  Any comments or hints would be
helpful.

 # make buildkernel KERNEL=TRITON

 ...

I believe that should be:

make buildkernel KERNCONF=TRITON

--
Danny MacMillan

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


Re: error during make buildkernel in 5.2.1

2004-08-10 Thread Ryan
To update your system, you should use the following procedure:

# make buildworld
# make buildkernel KERNCONF=TRITON
# make installkernel KERNCONF=TRITON
# reboot
You should boot in single user mode (using boot -s from loader prompt for
example). Then run:

# mergemaster -p
# make installworld
# mergemaster
# reboot
- Original Message - 
From: Dan MacMillan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; freebsd-questions
[EMAIL PROTECTED]
Sent: Tuesday, August 10, 2004 10:52 PM
Subject: RE: error during make buildkernel in 5.2.1


 From: Mike
 
  This is my first foray into 5.2.1.  I installed and ran cvsup
 (standard
  and for ports).  I went to build the kernel and and make buildkernel
  died.  Here is the error message.  Any comments or hints would be
 helpful.
 
  # make buildkernel KERNEL=TRITON
 
  ...

 I believe that should be:

 make buildkernel KERNCONF=TRITON

 --
 Danny MacMillan

 ___
 [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]