John Birrell wrote:
On Sat, Aug 30, 2008 at 09:07:15AM +0200, Henri Hennebert wrote:
I try, but with the wold of 7.1-PRERELEASE I got

cc: Internal error: Segmentation fault: 11 (program ld)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
*** Error code 1

Henri, please delete the entire contents of your obj directory to
remove the bad tools that have been built there.

When you run 'make buildkernel' it will use the tools from the last
buildworld rather than the installed ones.

For anyone experiencing this problem, you can do a 'make installworld'
with STRIP= as long as you can boot to single user and mount your file
systems.

The problem is occurring when static binaries are installed with the default
option to strip the binaries. It seems that the strip program doesn't like
the presence of the CTF ELF section.

OK - I better understand what's happening.


I believe that the buildworld that you have is OK, even when built with the
CTF data.... it's the installworld when things go bad.

Do you need me to send you any files to recover from this problem?

No problem, I have access to a previous 7.0-STABLE.

Thanks

Henri

--
John Birrell
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to