From owner-freebsd-current@FreeBSD.ORG Sat May 19 14:40:16 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 B84F7106566B; Sat, 19 May 2012 14:40:16 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by mx1.freebsd.org (Postfix) with ESMTP id 1F22D8FC0C; Sat, 19 May 2012 14:40:14 +0000 (UTC) Received: by wibhj8 with SMTP id hj8so836609wib.13 for ; Sat, 19 May 2012 07:40:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; bh=W1qP9qSPPajf1uVPxkUbcZPnFCn0n61vxscc0k3UOvE=; b=kwHVObVcPnILADaYteCDT/Nc6b6W7Cg3xSD+LpPxoM7mm8det5By9O/4bE2QpgaTWJ IvYWJNntGYgm/11PD/TVALH/oEAF6DAY23yeGVpMNmi7+Vs292Mb9E1aoH4XBExnNgx+ PYCljguvI3QdcCVN6SX1MCddUzY3dAFBaIHuEYdFfSanQk75F61JLp4GtSvAMRuW8z5B xd58wPgQlRNxIgM1EO9OGDOkdn8cNAKr10V2cSkPqkN9r/4ewvz/7ndxzEGQgelUS3Z/ 5h0NhkVfCpQa1PBLh0RFyrt4rwcOiDZln6fFw8o46qGpZoMgFFn0hAEbCDeWndWOlxYc uNHw== Received: by 10.216.200.22 with SMTP id y22mr5423146wen.118.1337438414239; Sat, 19 May 2012 07:40:14 -0700 (PDT) Received: from ernst.jennejohn.org (p578E0D2F.dip.t-dialin.net. [87.142.13.47]) by mx.google.com with ESMTPS id o9sm15314014wia.3.2012.05.19.07.40.12 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 19 May 2012 07:40:13 -0700 (PDT) Date: Sat, 19 May 2012 16:40:11 +0200 From: Gary Jennejohn To: "O. Hartmann" Message-ID: <20120519164011.3afd508d@ernst.jennejohn.org> In-Reply-To: <4FB7A63C.70509@zedat.fu-berlin.de> References: <4FB7A63C.70509@zedat.fu-berlin.de> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Current FreeBSD , freebsd-questions@freebsd.org Subject: Re: CURRENT: buildworld fails X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2012 14:40:16 -0000 On Sat, 19 May 2012 15:55:08 +0200 "O. Hartmann" wrote: > Since approx. a week for now, I can not build FreeBSD 10.0-CURRENT/amd64 > anymore! This happens to be on ALL(!) FreeBSD 10 boxes around here I > maintain. > Build is usually performed with CLANG, but also legacy gcc 4.2.1 build > do fail. > > The error is always the same, as documented below. > > I allow to build with "WITH_BSD_SORT" in /etc/src.conf. > > CFLAGS and COPTFLAGS are set to -pipe -O3 -fno-strict-aliasing > -march=native when compiling with CLANG, otherwise the standard is used > as introduced by the vanilla sources. > > What I tried so far: > > a) build and install kernel -> works > b) build and install /usr/src/lib via "make clean cleandepend depend obj > all install" doesn't work anymore, it fails with > ."/usr/src/lib/Makefile", line 179: Malformed conditional (${MK_NAND} != > "no") > "/usr/src/lib/Makefile", line 181: if-less endif > > c) make installincludes from /usr/src works. But it doesn't relief as I > hoped. > > As the error below may suggest, there seems to be an issue with the > libstc++ lib. > Building ports also fails due to errors refering to libstdc++.so. > > I feel helpless at the moment since the problem seems only to be sticky > with me around here. Do others around here also allow the build of new > C++ stuff with > WITH_LIBCPLUSPLUS= YES > in /etc/src.conf? > [snip error output] I just successfully did ``make buildworld'' and ``make buildkernel'' on HEAD updated about 4 hours ago. This is a 6-core AMD64 system. I have WITH_BSD_SORT defined but I DO NOT have WITH_LIBCPLUSPLUS defined in /etc/src.conf. I'm also using the stock gcc in base and not clang. HTH. -- Gary Jennejohn