From owner-freebsd-hackers@FreeBSD.ORG Mon Dec 24 03:55:17 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 724BDAD9; Mon, 24 Dec 2012 03:55:17 +0000 (UTC) (envelope-from bright@mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 5125B8FC0A; Mon, 24 Dec 2012 03:55:17 +0000 (UTC) Received: from Alfreds-MacBook-Pro-9.local (c-67-180-208-218.hsd1.ca.comcast.net [67.180.208.218]) by elvis.mu.org (Postfix) with ESMTPSA id 635621A3C6F; Sun, 23 Dec 2012 19:55:16 -0800 (PST) Message-ID: <50D7D229.6050302@mu.org> Date: Sun, 23 Dec 2012 19:55:21 -0800 From: Alfred Perlstein User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Garrett Cooper Subject: Re: [PATCH] Add WITH_DEBUG_FILES knob to enable separate debug files References: <20121222164602.GB32022@sandvine.com> <1Tmb5f-000Jy5-CT@internal.tormail.org> <50D684D7.8050906@mu.org> <50D699E3.3090606@mu.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org, Ed Maste , Jan Beich X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2012 03:55:17 -0000 On 12/23/12 7:20 PM, Garrett Cooper wrote: > On Sat, Dec 22, 2012 at 9:42 PM, Alfred Perlstein wrote: > > ... > lfred/freebsd/tmp/usr/bin/ld: __vdso_gettimeofday.So: > invalid SHT_GROUP entry > /usr/obj/usr/home/alfred/freebsd/tmp/usr/bin/ld: __vdso_gettimeofday.So: no > group info for section .text.__vdso_gettimeofday > /usr/obj/usr/home/alfred/freebsd/tmp/usr/bin/ld: __vdso_gettimeofday.So: no > group info for section .text.__vdso_clock_gettime > /usr/obj/usr/home/alfred/freebsd/tmp/usr/bin/ld: __vdso_gettimeofday.So: > unknown [0] section `' in group [__vdso_gettimeofday] > /usr/obj/usr/home/alfred/freebsd/tmp/usr/bin/ld: __vdso_gettimeofday.So: > unknown [0] section `' in group [__vdso_clock_gettime] > __vdso_gettimeofday.So: file not recognized: File format not recognized > cc: error: linker command failed with exit code 1 (use -v to see invocation) > *** [libc.so.7.full] Error code 1 > 1 error > *** [lib/libc__L] Error code 2 > 1 error > *** [libraries] Error code 2 > 1 error > *** [_libraries] Error code 2 > 1 error > *** [buildworld] Error code 2 > 1 error > Is RANLIB not being called properly (for lack of a better example: > https://forums.oracle.com/forums/thread.jspa?messageID=8438118 )? > Cheers, > -Garrett > I had "WITH_CTF=yes" in my /etc/make.conf so this appears to be fallout of WITH_CTF=yes. Basically this seems incompatible with dtrace unless I figure it out further. -Alfred