Date: Sat, 30 Aug 2008 08:19:43 +0000 From: John Birrell <jb@what-creek.com> To: Henri Hennebert <hlh@restart.be> Cc: stable@freebsd.org, John Baldwin <jhb@freebsd.org> Subject: Re: Possible ZFS patch, please test! Message-ID: <20080830081943.GA43165@what-creek.com> In-Reply-To: <48B8F1A3.7030603@restart.be> References: <200808281753.06379.jhb@freebsd.org> <48B7A483.6020803@restart.be> <48B7ABFA.1080809@restart.be> <200808291452.01462.jhb@freebsd.org> <48B8F1A3.7030603@restart.be>
next in thread | previous in thread | raw e-mail | index | archive | help
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. 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? -- John Birrell
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080830081943.GA43165>