From owner-svn-src-all@FreeBSD.ORG Mon Oct 22 07:02:28 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 46B54483; Mon, 22 Oct 2012 07:02:28 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id D34768FC0C; Mon, 22 Oct 2012 07:02:27 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1TQC1j-0000bO-4p; Mon, 22 Oct 2012 11:02:19 +0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:Cc:To:From; bh=Azb/7E02SSApFiIK1x42u0jWbO9X+6MyxCLa0mOXreQ=; b=WvWpCckDu0URoD3UJW6pJQvfwmTV5M1B9g8gEfvCp7f3mm0vNUE6lVUH3mT0AyeWJQQ85JFKoZXSyFOEybonnVrY+Bfdv+g9VfJPbobN8VHBUjHSCTsXtxtquR1rHEXE/yM5X0024Bq+RerWzHgwQ9LC6AaHJ9d17t9rjiZENrY=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1TQC0L-000AZG-Q5; Mon, 22 Oct 2012 07:00:54 +0000 From: Jan Beich To: Dimitry Andric Subject: Re: svn commit: r241823 - in head: . etc etc/atf etc/mtree lib lib/atf lib/atf/libatf-c lib/atf/libatf-c++ libexec libexec/atf libexec/atf/atf-check share share/atf share/doc share/doc/atf share/exampl... In-Reply-To: <201210220118.q9M1Ifh5098857__14926.3614825488$1350868751$gmane$org@svn.freebsd.org> (Marcel Moolenaar's message of "Mon, 22 Oct 2012 01:18:41 +0000 (UTC)") Date: Mon, 22 Oct 2012 13:00:47 +0600 References: <201210220118.q9M1Ifh5098857__14926.3614825488$1350868751$gmane$org@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1TQC0L-000AZG-Q5@internal.tormail.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, Marcel Moolenaar , src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2012 07:02:28 -0000 Marcel Moolenaar writes: > Author: marcel > Date: Mon Oct 22 01:18:41 2012 > New Revision: 241823 > URL: http://svn.freebsd.org/changeset/base/241823 > > Log: > Add ATF to the build. This is may be a bit rought around the egdes, > but committing it helps to get everyone on the same page and makes > sure we make progress. [...] atf-run fails to link when using -stdlib=libc++. It works if I remove `throw' from check_stream(). Any clue? test-program.o: In function `(anonymous namespace)::check_stream(std::__1::basic_ostream >&)': /usr/src/usr.bin/atf/atf-run/../../../contrib/atf/atf-run/test-program.cpp:76: undefined reference to `std::__1::basic_ios >::clear(unsigned int)' clang++: error: linker command failed with exit code 1 (use -v to see invocation)