Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] php (error?)
Date: Sun, 12 Jul 2015 19:40:56
Message-Id: loom.20150712T211116-197@post.gmane.org
1 Hello,
2
3 >>
4 So lately I've been using elogv for a convenience way to ensure no
5 issues with the most recent packages installed or upgraded. It's a neat
6 little tool. Today I found this:
7
8 dev-lang/php-5.6.10 - 07/10/2015 {in purple}
9
10 snipped::>
11
12 "This package has a configure.in file which has long been deprecated. Pleas
13 │update it to use configure.ac instead as newer versions of autotools will
14 die when it finds this file. See https://bugs.gentoo.org/426262 for details."
15
16 OK, so I looked the bug. From what I read :
17
18 > If we start now, to rename configure.in to configure.ac before eautoreconf
19 > we will avoid lots of breakages due to the deprecation of .in in
20 > automake-1.13.
21
22 Makes sense; but I cannot find the file. I get lots of hits for a
23 "configure.in" in my code trees, but little on the rest of the system; here
24 are the few:
25
26 /usr/portage/dev-lang/lua/files/configure.in
27 /usr/share/cppunit/examples/money/configure.in
28 (and quit a few on firefox.
29
30 # equery depends =sys-devel/autoconf-2.13
31 * These packages depend on sys-devel/autoconf-2.13:
32 app-admin/tripwire-2.4.2.2-r3 (sys-devel/autoconf)
33 app-editors/vim-7.4.273 (sys-devel/autoconf)
34 app-editors/vim-core-7.4.273 (sys-devel/autoconf)
35 mail-client/thunderbird-31.7.0 (=sys-devel/autoconf-2.1*)
36 net-libs/libnet-1.1.6 (sys-devel/autoconf)
37 net-misc/openssh-6.7_p1 (sys-devel/autoconf)
38 sys-apps/attr-2.4.47-r1 (sys-devel/autoconf)
39 www-client/firefox-31.7.0 (=sys-devel/autoconf-2.1*)
40 www-client/seamonkey-2.33.1-r1 (=sys-devel/autoconf-2.1*)
41
42
43 Huh? really? I have versions 2.13 and 2.69 of sys-devel/autoconf installed
44
45
46 So, I'm kinda head scratching to decide what, if anything to fix?
47 There much that I did not post, but they are all dead ends like:
48
49 "For more details on how minor version slotting works (PHP_TARGETS) please
50 read the upgrade guide: http://www.gentoo.org/proj/en/php/php-upgrading.xml "
51 from the elogview of the latest php install. That link is dead.
52
53 Any suggestions? Is elogv borked in this case?
54
55 /var/tmp/portage/php-5.6.10/work/php-5.1.6/config.log does not even exist....
56
57 # eselect php list cli
58 [1] php5.6 *
59
60 Bottom line is I have not use php directly in some time, so it is quite
61 easy that I missed some info from the devs on php changes..... I did not
62 see anything in the news system nor pgo.
63
64
65 James

Replies

Subject Author
Re: [gentoo-user] php (error?) Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] php (error?) Michael Orlitzky <mjo@g.o>