From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C8CEF138D15 for ; Sun, 12 Jul 2015 21:03:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBC19E08E1; Sun, 12 Jul 2015 21:03:29 +0000 (UTC) Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D314E08B8 for ; Sun, 12 Jul 2015 21:03:28 +0000 (UTC) Received: by wgxm20 with SMTP id m20so99237330wgx.3 for ; Sun, 12 Jul 2015 14:03:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=25DdMu97D8+NbIlKAoGR0x0EQ5M+S1gu40vgnihGOIM=; b=mWumVl4wQrlAldaYQSw6lHrzBGg4b6n1LxyQ79o85hP5pcGi+deWMdaaOVmxJcz8dC 5JVi8VokB9sxUr3Umv8nJeJyIzmBzJSYmSYsGbDAfgWK5NB2uLhSvbbQdeAzdBbHYlJZ lihXHuIXH329WtsJlWezgWnbylol84+xhyLSbLoLmz5xm3DAO1aC7o3Xz5y8txzEdyAW JXqJhlm20JZTknqT3X+e/JKXqfgWNwPPlbarBH4dNxLDTG57xMObIjusnAIgGrgyFM0D o3RNRr7XCbxc8TfoR/ksIuofw/4NCDZ5AYUr5YR2pUW9Zr7zGkvtxIlLbw6H+meCXm3s tc7g== X-Received: by 10.180.186.138 with SMTP id fk10mr16872664wic.43.1436735007318; Sun, 12 Jul 2015 14:03:27 -0700 (PDT) Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa. [217.169.3.230]) by smtp.gmail.com with ESMTPSA id uc16sm10669155wib.8.2015.07.12.14.03.26 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 12 Jul 2015 14:03:26 -0700 (PDT) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] php (error?) Date: Sun, 12 Jul 2015 22:03:21 +0100 User-Agent: KMail/1.13.7 (Linux/4.0.5-gentoo; KDE/4.14.8; x86_64; ; ) References: In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1714219.FZ9bO3FXbY"; protocol="application/pgp-signature"; micalg=pgp-sha256 Content-Transfer-Encoding: 7bit Message-Id: <201507122203.23068.michaelkintzios@gmail.com> X-Archives-Salt: 8334bdbd-217a-4bb0-9727-0ca0613983d9 X-Archives-Hash: 956d8a683977524fd707a1fe69d51f9f --nextPart1714219.FZ9bO3FXbY Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sunday 12 Jul 2015 20:40:35 James wrote: > Hello, >=20 >=20 > So lately I've been using elogv for a convenience way to ensure no > issues with the most recent packages installed or upgraded. It's a neat > little tool. Today I found this: >=20 > dev-lang/php-5.6.10 - 07/10/2015 {in purple} >=20 > snipped::> >=20 > "This package has a configure.in file which has long been deprecated.=20 > Pleas =E2=94=82update it to use configure.ac instead as newer versions of > autotools will die when it finds this file. See > https://bugs.gentoo.org/426262 for details." >=20 > OK, so I looked the bug. From what I read : > > If we start now, to rename configure.in to configure.ac before > > eautoreconf we will avoid lots of breakages due to the deprecation of > > .in in automake-1.13. >=20 > Makes sense; but I cannot find the file. I get lots of hits for a > "configure.in" in my code trees, but little on the rest of the system; he= re > are the few: >=20 > /usr/portage/dev-lang/lua/files/configure.in > /usr/share/cppunit/examples/money/configure.in > (and quit a few on firefox. >=20 > # equery depends =3Dsys-devel/autoconf-2.13 > * These packages depend on sys-devel/autoconf-2.13: > app-admin/tripwire-2.4.2.2-r3 (sys-devel/autoconf) > app-editors/vim-7.4.273 (sys-devel/autoconf) > app-editors/vim-core-7.4.273 (sys-devel/autoconf) > mail-client/thunderbird-31.7.0 (=3Dsys-devel/autoconf-2.1*) > net-libs/libnet-1.1.6 (sys-devel/autoconf) > net-misc/openssh-6.7_p1 (sys-devel/autoconf) > sys-apps/attr-2.4.47-r1 (sys-devel/autoconf) > www-client/firefox-31.7.0 (=3Dsys-devel/autoconf-2.1*) > www-client/seamonkey-2.33.1-r1 (=3Dsys-devel/autoconf-2.1*) >=20 >=20 > Huh? really? I have versions 2.13 and 2.69 of sys-devel/autoconf install= ed >=20 >=20 > So, I'm kinda head scratching to decide what, if anything to fix? > There much that I did not post, but they are all dead ends like: >=20 > "For more details on how minor version slotting works (PHP_TARGETS) please > read the upgrade guide: http://www.gentoo.org/proj/en/php/php-upgrading.x= ml > " from the elogview of the latest php install. That link is dead. >=20 > Any suggestions? Is elogv borked in this case? >=20 > /var/tmp/portage/php-5.6.10/work/php-5.1.6/config.log does not even > exist.... >=20 > # eselect php list cli > [1] php5.6 * >=20 > Bottom line is I have not use php directly in some time, so it is quite > easy that I missed some info from the devs on php changes..... I did not > see anything in the news system nor pgo. Did you start an emerge of php and then looked in your /var/tmp/portage to= =20 find it? =2D-=20 Regards, Mick --nextPart1714219.FZ9bO3FXbY Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJVotYbAAoJELAdA+zwE4YekgwIANK5wRT5QJF6yIb9Y0rbRSsN gyH/4s3M2LFDQMZVz9BgSJizImnSt8z8HbDGBZod+DkcL5QSAA4u+wtdSZQMJp1H TpEx7Z0/gHJZa9BpxPxXb0m7DHwpSduzfCGQ8M+eWaiFxgw0EsVH6pTbw7CCZC+N WCgU1qlOUZN+dC2Tkc0tkusaoV9019131bKmisP3prWourjvTTg79UkVoO8weWUO s38GZmxooGbC2wpEJy7nNX8rERJo331omyQm3KWkFs8MZ99tl0sAn9GJKPXGpfgE uTBRw8qTL8DvkryDFmXZKPanw8WeBQJj0q/xnuVakbz6uE26Nsl1Q5+eFnZ/7dw= =IgST -----END PGP SIGNATURE----- --nextPart1714219.FZ9bO3FXbY--