From owner-freebsd-stable@FreeBSD.ORG Sat Aug 30 08:40:53 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 29E7F1065679; Sat, 30 Aug 2008 08:40:53 +0000 (UTC) (envelope-from hlh@restart.be) Received: from tignes.restart.be (tignes.restart.be [213.251.163.210]) by mx1.freebsd.org (Postfix) with ESMTP id CD0E08FC08; Sat, 30 Aug 2008 08:40:52 +0000 (UTC) (envelope-from hlh@restart.be) Received: from restart.be (avoriaz.tunnel.bel [IPv6:2001:41d0:1:2ad2:1:ffff::]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "avoriaz.restart.be", Issuer "CA master" (verified OK)) by tignes.restart.be (Postfix) with ESMTPS id C6D12E042A; Sat, 30 Aug 2008 10:40:21 +0200 (CEST) Received: from morzine.restart.bel (morzine.restart.bel [IPv6:2001:41d0:1:2ad2:1:2::]) (authenticated bits=0) by restart.be (8.14.3/8.14.3) with ESMTP id m7U8eFpD045376; Sat, 30 Aug 2008 10:40:18 +0200 (CEST) (envelope-from hlh@restart.be) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=restart.be; s=avoriaz; t=1220085621; bh=RU8WNuHap8JHHvIZl6s3qIp0fRqOOMKXX6pGQmO UUaU=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=XBli/YDHaKvg saxvbleJHueDQwuf2k+oQmObB9F5t1Pd6n0oG0TuhV3NyENtUW0120uG5NOcyMLUdrI oAiKWKw== DomainKey-Signature: a=rsa-sha1; s=avoriaz; d=restart.be; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:content-type: content-transfer-encoding:x-scanned-by; b=Bjcmhf8bVZr5vyaU0HXMEQkz4qKdGlyHhjLA6ua4roLE76o7iYn2ZC4dq6/Rw8OoN U3/LL0pdP3WR4YGkbaECg== Message-ID: <48B9076C.1000405@restart.be> Date: Sat, 30 Aug 2008 10:40:12 +0200 From: Henri Hennebert Organization: RestartSoft User-Agent: Thunderbird 2.0.0.16 (X11/20080802) MIME-Version: 1.0 To: John Birrell References: <200808281753.06379.jhb@freebsd.org> <48B7A483.6020803@restart.be> <48B7ABFA.1080809@restart.be> <200808291452.01462.jhb@freebsd.org> <48B8F1A3.7030603@restart.be> <20080830081943.GA43165@what-creek.com> In-Reply-To: <20080830081943.GA43165@what-creek.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on IPv6:2001:41d0:1:2ad2:1:1:: 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:40:53 -0000 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 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 "freebsd-stable-unsubscribe@freebsd.org"