Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 426402 - sci-libs/itpp-4.2-r1 fails autoconf due to automake-1.12 patch
Summary: sci-libs/itpp-4.2-r1 fails autoconf due to automake-1.12 patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Related Packages
URL: https://tinderboxlogs.s3.amazonaws.co...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-13 07:09 UTC by Rick Farina (Zero_Chaos)
Modified: 2012-07-17 15:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info,6.27 KB, text/plain)
2012-07-13 07:11 UTC, Rick Farina (Zero_Chaos)
Details
build.log from failed build (build.log,2.28 KB, text/plain)
2012-07-13 07:12 UTC, Rick Farina (Zero_Chaos)
Details
autoconf output after emerge sync on 7/16 (autoconf.out,275 bytes, text/plain)
2012-07-16 18:42 UTC, Rick Farina (Zero_Chaos)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Farina (Zero_Chaos) gentoo-dev 2012-07-13 07:09:45 UTC
Fails to build
Comment 1 Rick Farina (Zero_Chaos) gentoo-dev 2012-07-13 07:11:48 UTC
Created attachment 318072 [details]
emerge --info
Comment 2 Rick Farina (Zero_Chaos) gentoo-dev 2012-07-13 07:12:32 UTC
Created attachment 318074 [details]
build.log from failed build
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2012-07-15 10:25:48 UTC
I have reproduced this on the tinderbox but I also lack the autoconf.out, do you have it at hand?
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2012-07-15 10:30:57 UTC
Here it is.
Comment 5 Justin Lecher (RETIRED) gentoo-dev 2012-07-15 10:37:25 UTC
As I don't know what fails I only can guess. I just commited a change to the automake-1.12 patch. Please try this one.
Comment 6 Rick Farina (Zero_Chaos) gentoo-dev 2012-07-16 18:42:43 UTC
Created attachment 318356 [details]
autoconf output after emerge sync on 7/16
Comment 7 Justin Lecher (RETIRED) gentoo-dev 2012-07-17 07:51:26 UTC
+*itpp-4.2-r2 (17 Jul 2012)
+
+  17 Jul 2012; Justin Lecher <jlec@gentoo.org> +itpp-4.2-r2.ebuild:
+  revbump, because stable automake do not like AM_PROG_AR, #426402
+
Comment 8 Rick Farina (Zero_Chaos) gentoo-dev 2012-07-17 14:29:53 UTC
(In reply to comment #7)
> +*itpp-4.2-r2 (17 Jul 2012)
> +
> +  17 Jul 2012; Justin Lecher <jlec@gentoo.org> +itpp-4.2-r2.ebuild:
> +  revbump, because stable automake do not like AM_PROG_AR, #426402
> +

***** autoconf *****
***** PWD: /var/tmp/portage/sci-libs/itpp-4.2-r2/work/itpp-4.2
***** autoconf

configure.ac:30: error: possibly undefined macro: AM_PROG_AR
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

Looks like a surprisingly similar error for -r2....
Comment 9 Rick Farina (Zero_Chaos) gentoo-dev 2012-07-17 14:39:27 UTC
of extra special note, while -r2 doesn't build now -r1 does....

was this intentional?
Comment 10 Justin Lecher (RETIRED) gentoo-dev 2012-07-17 15:00:00 UTC
(In reply to comment #9)
> of extra special note, while -r2 doesn't build now -r1 does....
> 
> was this intentional?

In my first commit, I mixed r1 and r2. r2 was the original, where as r1 was patched. That is fixed now.