From owner-freebsd-current@FreeBSD.ORG Sat Nov 26 03:30:33 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44654106566B for ; Sat, 26 Nov 2011 03:30:33 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 097058FC12 for ; Sat, 26 Nov 2011 03:30:33 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:f4:4c4f:15d2:6f4f] (unknown [IPv6:2001:7b8:3a7:0:f4:4c4f:15d2:6f4f]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id C878C5C37; Sat, 26 Nov 2011 04:30:31 +0100 (CET) Message-ID: <4ED05D56.4090800@FreeBSD.org> Date: Sat, 26 Nov 2011 04:30:30 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111115 Thunderbird/9.0 MIME-Version: 1.0 To: current@freebsd.org References: <201111252230.pAPMU0Iw043666@freebsd-current.sentex.ca> In-Reply-To: <201111252230.pAPMU0Iw043666@freebsd-current.sentex.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: [head tinderbox] failure on powerpc/powerpc 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, 26 Nov 2011 03:30:33 -0000 On 2011-11-25 23:30, FreeBSD Tinderbox wrote: ... >>>> stage 4.2: building libraries > [...] > c++ -fpic -DPIC -O2 -pipe -I/src/lib/libcxxrt/../../contrib/libcxxrt -fstack-protector -c /src/lib/libcxxrt/../../contrib/libcxxrt/memory.cc -o memory.So > c++ -fpic -DPIC -O2 -pipe -I/src/lib/libcxxrt/../../contrib/libcxxrt -fstack-protector -c /src/lib/libcxxrt/../../contrib/libcxxrt/auxhelper.cc -o auxhelper.So > c++ -fpic -DPIC -O2 -pipe -I/src/lib/libcxxrt/../../contrib/libcxxrt -fstack-protector -c /src/lib/libcxxrt/../../contrib/libcxxrt/exception.cc -o exception.So > c++ -fpic -DPIC -O2 -pipe -I/src/lib/libcxxrt/../../contrib/libcxxrt -fstack-protector -c /src/lib/libcxxrt/../../contrib/libcxxrt/stdexcept.cc -o stdexcept.So > c++ -fpic -DPIC -O2 -pipe -I/src/lib/libcxxrt/../../contrib/libcxxrt -fstack-protector -c /src/lib/libcxxrt/../../contrib/libcxxrt/typeinfo.cc -o typeinfo.So > c++ -fpic -DPIC -O2 -pipe -I/src/lib/libcxxrt/../../contrib/libcxxrt -fstack-protector -c /src/lib/libcxxrt/../../contrib/libcxxrt/guard.cc -o guard.So > building shared library libcxxrt.so.1 > /obj/powerpc.powerpc/src/tmp/usr/bin/ld: cannot find -lpthread Sorry about the breakage, this should be fixed by r227987.