From owner-freebsd-stable@FreeBSD.ORG Sat Aug 30 08:19:44 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EA691065675; Sat, 30 Aug 2008 08:19:44 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.freebsd.org (Postfix) with ESMTP id 57E3B8FC31; Sat, 30 Aug 2008 08:19:44 +0000 (UTC) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id ACCBF7439B; Sat, 30 Aug 2008 08:19:43 +0000 (GMT) Date: Sat, 30 Aug 2008 08:19:43 +0000 From: John Birrell To: Henri Hennebert Message-ID: <20080830081943.GA43165@what-creek.com> References: <200808281753.06379.jhb@freebsd.org> <48B7A483.6020803@restart.be> <48B7ABFA.1080809@restart.be> <200808291452.01462.jhb@freebsd.org> <48B8F1A3.7030603@restart.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48B8F1A3.7030603@restart.be> User-Agent: Mutt/1.4.2.3i Cc: stable@freebsd.org, John Baldwin Subject: Re: Possible ZFS patch, please test! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2008 08:19:44 -0000 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 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