From owner-svn-src-all@FreeBSD.ORG Sun Aug 31 23:14:24 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 178C4E93; Sun, 31 Aug 2014 23:14:24 +0000 (UTC) Received: from mail-pa0-x235.google.com (mail-pa0-x235.google.com [IPv6:2607:f8b0:400e:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C9C211788; Sun, 31 Aug 2014 23:14:23 +0000 (UTC) Received: by mail-pa0-f53.google.com with SMTP id fa1so10535450pad.26 for ; Sun, 31 Aug 2014 16:14:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=h1/QP7WeYEjlB9blEAgL7lxx5N6ko42CcLsctDvzoZ8=; b=umruFgWAqEDgvooJLTaqIyjMs51flbaLKZS3ZdntA1t1QnGdaSN8WAvW0XB0TUAXWY GPIs1tlBnZ+vqguRHeeleuiN0kMgMGatYiXB47xceWzrAYSvsruTCCIamjCtY+doA9qU znnfurFqtErKc4+e1sCRuCRmns+QNVDm4lKnChLwqviauaznZiewqcF40p89KelEtaS7 X0NvSmnotRgmWpu83sORToWNUmYqEKRpg7UnauxMdP0Jpm6Z9FFCgnGmpnTbqRYbSi5C Nxnjz3CfBm28WwR7OqxhmTcnO4PmJu09BIf01jHELyEF7+Xy+RF2hLb3wR0M4F0Hog5L nh2w== X-Received: by 10.68.136.100 with SMTP id pz4mr33863707pbb.119.1409526862837; Sun, 31 Aug 2014 16:14:22 -0700 (PDT) Received: from [192.168.20.5] (c-98-247-240-204.hsd1.wa.comcast.net. [98.247.240.204]) by mx.google.com with ESMTPSA id e11sm9359021pdm.47.2014.08.31.16.14.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 31 Aug 2014 16:14:22 -0700 (PDT) Content-Type: multipart/signed; boundary="Apple-Mail=_5737E3B2-5CA8-47D7-8EF0-A208D5012416"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r270905 - in stable/10: . contrib/atf contrib/atf/atf-c contrib/atf/atf-c++ contrib/atf/atf-sh etc/mtree lib/atf/libatf-c lib/atf/libatf-c++ lib/atf/libatf-c++/tests lib/atf/libatf-c/te... From: yaneurabeya@gmail.com In-Reply-To: <201408312309.s7VN9NuI026535@svn.freebsd.org> Date: Sun, 31 Aug 2014 16:14:20 -0700 Message-Id: <6FAE3831-F98D-49E6-B919-67386FC1F986@gmail.com> References: <201408312309.s7VN9NuI026535@svn.freebsd.org> To: Garrett Cooper X-Mailer: Apple Mail (2.1878.6) Cc: "freebsd-testing@freebsd.org" , svn-src-all@freebsd.org, Julio Merino X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 31 Aug 2014 23:14:24 -0000 --Apple-Mail=_5737E3B2-5CA8-47D7-8EF0-A208D5012416 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Aug 31, 2014, at 4:09 PM, Garrett Cooper wrote: > Author: ngie > Date: Sun Aug 31 23:09:23 2014 > New Revision: 270905 > URL: http://svnweb.freebsd.org/changeset/base/270905 >=20 > Log: > MFC r266650, r267172 (both by jmmv): >=20 > r266650: >=20 > Change libatf-c and libatf-c++ to be private libraries. >=20 > We should not be leaking these interfaces to the outside world = given > that it's much easier for third-party components to use the = devel/atf > package from ports. >=20 > As a side-effect, we can also drop the ATF pkgconfig and aclocal = files > from the base system. Nothing in the base system needs these, and = it > was quite ugly to have to get them installed only so that a few = ports > could build. The offending ports have been fixed to depend on > devel/atf explicitly. >=20 > Reviewed by: bapt >=20 > r267172: >=20 > Homogenize libatf-* version numbers with upstream. >=20 > The libatf-* major version numbers in FreeBSD were one version = ahead of > upstream because, when atf was first imported into FreeBSD, the = upstream > numbers were not respected. This is just confusing and bound to = cause > problems down the road. >=20 > Fix this by taking advantage of the fact that libatf-* are now = private > and that atf is not yet built by default. However, and = unfortunately, a > clean build is needed for tests to continue working once "make > delete-old-libs" has been run; hence the note in UPDATING. >=20 > Phabric: D701 > Approved by: jmmv (maintainer, mentor) Hi all, If you=92re running stable/10 after this point, please be sure = to run make delete-old-libs as described in UPDATING (prior to = installworld though IIRC). It=92s important because you might run into = runtime linking issues with the tests depending on which compiler you = use, which could cause false positives when run with kyua as the ATF = code. I=92m going to try and get out the MFC for r267181 out before = 10.1 is cut as well, which should make going between CURRENT and = 10-STABLE considerably easier with the test infrastructure. Thanks! -Garrett --Apple-Mail=_5737E3B2-5CA8-47D7-8EF0-A208D5012416 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJUA6xNAAoJEMZr5QU6S73exSoH/A6Isz48cE9TkGmzhE3JmGQS DA526u4LzaP9CadZYjR1pswBPP4y4xHWb0mznFmT3YWD91cC5qT+I4pR7Jm4ktug 4D5dz+lXLuolHx5dekkSXpra0jYup2UBODlw1IbQhRqmIU8hE7MtJGtLIEjoZpPg b3f8LohdSsGtT1qh4SBvKgKCw5snd5zxn/Ni+SQ7CJ8kw1d5p/DlElia+PFqB3YS e4ziKdoKUcKt7PJbefEVkC7mUAcOpO1UIrRDFQm3SOlBFtd0CB9LZCII/9iWBfZu K/tJFqThkejEwQ22SMutqGmPh0l4jahsWAK23/BaVbDkz5EPJ02/Znv1pZ4Bjpg= =Clkr -----END PGP SIGNATURE----- --Apple-Mail=_5737E3B2-5CA8-47D7-8EF0-A208D5012416--