From owner-freebsd-current@FreeBSD.ORG Sat Aug 13 16:30:21 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 5C4DC106564A for ; Sat, 13 Aug 2011 16:30:21 +0000 (UTC) (envelope-from ttsestt@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id E64A08FC08 for ; Sat, 13 Aug 2011 16:30:20 +0000 (UTC) Received: by ewy1 with SMTP id 1so2128297ewy.13 for ; Sat, 13 Aug 2011 09:30:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:message-id:user-agent :mime-version:content-type; bh=E/jpo7zTvsEhoD1Azr6Xg76uOb0ELdWX+IcI7iEPqWw=; b=pCwCU2cQJh6BUKKR/vhAjYbzPUAvw+Jx/71NLKBj7IZFoURomugguAP8ZjSpEq1Ijq 6VS11YNdYUUpyTZMHczPThI8As1wSRfKYUp+gXvM1hmNuXzeNOfXQRL75trjMs7QmxS/ 4X76XhmJzlfDE2d4Y4yXljBT/5Dlfjn2TeKeU= Received: by 10.14.150.144 with SMTP id z16mr216545eej.90.1313253019896; Sat, 13 Aug 2011 09:30:19 -0700 (PDT) Received: from localhost (rainbowwarrior.torservers.net [77.247.181.164]) by mx.google.com with ESMTPS id p49sm1791081eef.58.2011.08.13.09.30.17 (version=SSLv3 cipher=OTHER); Sat, 13 Aug 2011 09:30:18 -0700 (PDT) From: Test Rat To: "Hartmann\, O." References: <4E463836.5000402@zedat.fu-berlin.de> <86hb5lv3iw.fsf@gmail.com> Date: Sat, 13 Aug 2011 20:30:13 +0400 Message-ID: <86pqk9gtpm.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain 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: Sat, 13 Aug 2011 16:30:21 -0000 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.