From owner-freebsd-current@FreeBSD.ORG Sat Mar 10 06:23:49 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 560531065674 for ; Sat, 10 Mar 2012 06:23:48 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id BB18A8FC0C for ; Sat, 10 Mar 2012 06:23:47 +0000 (UTC) Received: by iahk25 with SMTP id k25so4324664iah.13 for ; Fri, 09 Mar 2012 22:23:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=QBUqwo0i5tig22N36Z0Tg5dh10jIVxEUHfhZsfXmfE0=; b=fYtIzgXxkqLSUw3PzAqRWhsO7fWctdoVK6gPfLhk2WQRu4nPAwjxqtpGGmUgzESHME 6Ds+T9MgHC/HxO1ZcWow73qviOR9hUBzkqrCocMYd9mOS4WRkQLKb46r+jLJemA7Dtbu w7e+TFj8A/bRrRnic8snysu6enFteUWQPUZM4RPzJW4m3Wd3Khl3G/lckSVdCBgSoZxk wckhSWGJOHME1EqVdW8NTHEQHHOLxTBlNT6IBJjDY6x2I/jU7BinURq2XOD7Ocw4fvvU zQvnFJ6Ombeot2Y/HkcH6Wf2ap1Hze3d15LL8LLCHC0cQEkTedVT6cOPGGbIocdXldAc 62qw== Received: by 10.182.86.200 with SMTP id r8mr1943174obz.20.1331360627304; Fri, 09 Mar 2012 22:23:47 -0800 (PST) Received: from bakeneko.local (70-36-223-154.dsl.dynamic.sonic.net. [70.36.223.154]) by mx.google.com with ESMTPS id w6sm10690793obo.9.2012.03.09.22.23.45 (version=SSLv3 cipher=OTHER); Fri, 09 Mar 2012 22:23:46 -0800 (PST) Message-ID: <4F5AF31A.8000001@gmail.com> Date: Fri, 09 Mar 2012 22:22:18 -0800 From: matt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120301 Thunderbird/10.0.1 MIME-Version: 1.0 To: "Conrad J. Sabatier" References: <20120309140408.42f136d5@cox.net> <4F5A788B.8090907@mail.zedat.fu-berlin.de> <20120309233822.789ad2cf@cox.net> <20120309235350.7422a1fe@cox.net> <20120310001933.15e15bbe@cox.net> In-Reply-To: <20120310001933.15e15bbe@cox.net> X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: More of that "Rune" business X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2012 06:23:49 -0000 On 03/09/12 22:19, Conrad J. Sabatier wrote: > On Fri, 9 Mar 2012 23:53:50 -0600 > "Conrad J. Sabatier" wrote: > > [snip] > >> Well, now, this is interesting. Just for curiosity's sake, I tried >> building a new kernel with the fresh source tree I just fetched from >> the svn repository, and it succeeded! Still can't build world, >> though. >> >> The question now is: do I dare install this new kernel and give it a >> try? Cant afford to do any harm to my existing installation. >> >> My latest working kernel is from Feb 23. Just how dangerous might it >> be to try the new one? > Well, alright. The kernel built, installed and booted OK (I used the > old-fashioned kernel build method with config(8)), but buildworld still= > fails the same as before: > > =3D=3D=3D> games/fortune/strfile (obj,depend,all,install) > /usr/obj/usr/src/tmp/usr/src/games/fortune/strfile created > for /usr/src/games/fortune/strfile rm -f .depend > CC=3D'clang' mkdep -f .depend -a > -I/usr/obj/usr/src/tmp/legacy/usr/include > -std=3Dgnu99 /usr/src/games/fortune/strfile/strfile.c echo > strfile: /usr/lib/libc.a /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a= >>> .depend clang -Wall -Wno-error -O2 -pipe -fomit-frame-pointer >>> -std=3Dgnu99 -I/usr/obj/usr/src/tmp/legacy/usr/include >>> -c /usr/src/games/fortune/strfile/strfile.c clang -Wall -Wno-error >>> -O2 -pipe -fomit-frame-pointer -std=3Dgnu99 >>> -I/usr/obj/usr/src/tmp/legacy/usr/include -static >>> -L/usr/obj/usr/src/tmp/legacy/usr/lib -o strfile strfile.o -legacy >>> clang: warning: argument unused during compilation: '-std=3Dgnu99' > strfile.o: In function `main': > /usr/src/games/fortune/strfile/strfile.c:(.text+0x2cc): undefined > reference to > `_ThreadRuneLocale' /usr/src/games/fortune/strfile/strfile.c:(.text+0x3= 72): > undefined reference to `_ThreadRuneLocale' strfile.o: In function > `cmp_str': /usr/src/games/fortune/strfile/strfile.c:(.text+0x839): > undefined reference to > `_ThreadRuneLocale' /usr/src/games/fortune/strfile/strfile.c:(.text+0x8= 98): > undefined reference to > `_ThreadRuneLocale' /usr/src/games/fortune/strfile/strfile.c:(.text+0x9= 81): > undefined reference to `_ThreadRuneLocale' > strfile.o:/usr/src/games/fortune/strfile/strfile.c:(.text+0x9d9): more > undefined references to `_ThreadRuneLocale' follow clang: error: linker= > command failed with exit code 1 (use -v to see invocation) *** > [strfile] Error code 1 > > Stop in /usr/src/games/fortune/strfile. > *** [bootstrap-tools] Error code 1 > > Stop in /usr/src. > *** [_bootstrap-tools] Error code 1 > > Stop in /usr/src. > *** [buildworld] Error code 1 > > Stop in /usr/src. > > > That sound you're hearing right now is me gnashing my teeth. :-) > blow away /usr/obj, /usr/src, csup to current, then do "cd /usr/src/include && make install"? That may fix your system headers enough to allow a buildworld... The rune curse was lifted long ago...sounds like there are some remnants still on your system. Matt "Klaatu barada xlocale..."