From owner-freebsd-current@FreeBSD.ORG Sun Aug 14 10:39:43 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA26B1065670 for ; Sun, 14 Aug 2011 10:39:43 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 864658FC0C for ; Sun, 14 Aug 2011 10:39:43 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1QsY6Y-0007Kw-M0>; Sun, 14 Aug 2011 12:39:42 +0200 Received: from e178037016.adsl.alicedsl.de ([85.178.37.16] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1QsY6Y-0003RU-Is>; Sun, 14 Aug 2011 12:39:42 +0200 Message-ID: <4E47A5EE.3010509@zedat.fu-berlin.de> Date: Sun, 14 Aug 2011 12:39:42 +0200 From: "Hartmann, O." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110712 Thunderbird/5.0 MIME-Version: 1.0 To: Test Rat References: <4E463836.5000402@zedat.fu-berlin.de> <86hb5lv3iw.fsf@gmail.com> <86pqk9gtpm.fsf@gmail.com> In-Reply-To: <86pqk9gtpm.fsf@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.37.16 Cc: FreeBSD Current Subject: Re: FreeBSD 9.0-BETA1/amd64 r224808: buildworld failure: ===> lib/clang/include (all), 1 error, *** Error code 2, 1 error, *** Error code 2, 1 error 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: Sun, 14 Aug 2011 10:39:43 -0000 On 08/13/11 18:30, Test Rat wrote: > Test Rat writes: > > [...] >> Remaking `cat' >> Results of making cat: >> clang -O2 -pipe -O3 -Qunused-arguments -fcolor-diagnostics >> -march=native -g -fno-omit-frame-pointer -std=gnu99 -fstack-protector >> -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter >> -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type >> -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter >> -Wcast-align -Wchar-subscripts -Winline -Wnested-externs >> -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -o cat >> cat.o >> /home/foo/.cache/a/freebsd/tmp/usr/lib/libc.so: undefined reference to `_nsyylex' >> /home/foo/.cache/a/freebsd/tmp/usr/lib/libc.so: undefined reference to `_nsyyin' >> /home/foo/.cache/a/freebsd/tmp/usr/lib/libc.so: undefined reference to `_nsyytext' >> /home/foo/.cache/a/freebsd/tmp/usr/lib/libc.so: undefined reference to `_nsyyerror' >> /home/foo/.cache/a/freebsd/tmp/usr/lib/libc.so: undefined reference to `_nsyylineno' >> clang: error: linker command failed with exit code 1 (use -v to see invocation) >> *** Error code 1 > FYI, above error was tracked to broken /dev/stdout and fixed in r224842. Thanks, will try. I'm still with -r224810 ... Oliver