View Single Post
  #1   (View Single Post)  
Old 25th January 2009
terryd terryd is offline
Port Guard
 
Join Date: Nov 2008
Posts: 22
Default Buildworld error

I am trying to upgrade from 7.0-STABLE to 7.1 Release.
I used RELENG_7_1 as my cvsup tag.

But no matter what I try I get error's during make buildworld


Code:
/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/sched-ebb.c: In function 'schedule_ebbs':
/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/sched-ebb.c:542: internal compiler error: in find_idf, at tree-into-ssa.c:1040
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/gnu/usr.bin/cc/cc_int.
*** Error code 1
I did read on google that one person got around it by installing ccache but it didnt work for me

also the error is not all ways the same
Code:
/include  -c asn1_HostAddress.c -o asn1_HostAddress.So
asn1_HostAddress.c: In function 'decode_HostAddress':
asn1_HostAddress.c:52: internal compiler error: in find_idf, at tree-into-ssa.c:1040
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/kerberos5/lib/libasn1.
The machine runs fine and ports build with no problems.
Any info welcome
Thanks

Last edited by terryd; 25th January 2009 at 06:47 PM.
Reply With Quote