Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 443074 - app-text/sgml-common-0.6.3-r5 - configure.in:4: your implementation of AM_INIT_AUTOMAKE comes from an old Automake version. You should recreate aclocal.m4 with aclocal and run automake again.
Summary: app-text/sgml-common-0.6.3-r5 - configure.in:4: your implementation of AM_INI...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-14 12:17 UTC by Markus Walter
Modified: 2013-01-03 06:16 UTC (History)
1 user (show)

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


Attachments
automake.out (automake.out,384 bytes, text/plain)
2012-11-14 12:18 UTC, Markus Walter
Details
emerge --info (info.txt,5.39 KB, text/plain)
2012-11-14 12:18 UTC, Markus Walter
Details
build log (build.log,2.32 KB, text/plain)
2012-11-14 12:24 UTC, Markus Walter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Walter 2012-11-14 12:17:25 UTC
On my fresh amd64 box I see the following failure when merging sgml-common-0.6.3-r5.  I have automake 1.11.6.

***** automake *****
***** PWD: /var/tmp/portage/app-text/sgml-common-0.6.3-r5/work/sgml-common-0.6.3
***** automake --add-missing --copy --foreign

configure.in:4: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:4: old Automake version.  You should recreate aclocal.m4
configure.in:4: with aclocal and run automake again.
configure.in:4: installing `./install-sh'
Comment 1 Markus Walter 2012-11-14 12:18:10 UTC
Created attachment 329518 [details]
automake.out
Comment 2 Markus Walter 2012-11-14 12:18:51 UTC
Created attachment 329520 [details]
emerge --info
Comment 3 Markus Walter 2012-11-14 12:20:07 UTC
Somehow firefox doesn't want to upload the build log -- which however doesn't contain anything specifically interesting. If it's necessary after all please ask, I'll then try to convince firefox after all.
Comment 4 Markus Walter 2012-11-14 12:24:32 UTC
Created attachment 329528 [details]
build log

Firefox is strange ...
Comment 5 Mike Gilbert gentoo-dev 2012-11-14 18:44:29 UTC
Looks like bug 417355. Maybe that didn't fix the issue afterall.
Comment 6 Johan Ymerson 2012-11-16 17:22:30 UTC
I hit this today, trying to do an emerge -e world.
The issue in https://bugs.gentoo.org/show_bug.cgi?id=417355 is definetly still there. I have hit this on multiple machines, and get the feeling it is more common the more CPU's (-jX in MAKEOPTS) or parallell jobs (--jobs=X in EMERGE_DEFAULT_OPTS) i have.
Can this be a parallell build issue?
Comment 7 Johan Ymerson 2012-11-16 17:24:32 UTC
Some additional info, I had to do emerge --resume about 10 times before all packages were rebuilt. Different packages broke with automake errors every time, so it's not just sgml-common.
Comment 8 Markus Walter 2012-11-16 18:34:53 UTC
I can confirm that this is a non-deterministic issue, I saw this issue today with sci-mathematics/maxima, but it only occured every other merge (i.e. in 50% of the tries).
Comment 9 Kobboi 2012-12-13 18:32:39 UTC
I also confirm the seemingly randomness. In a chroot from stage3-amd64-20121107.tar.bz2 and portage-20121209.tar.bz2 (profile set to amd64/10.0/gnome) I sometimes do and sometimes do not get the issue.
Comment 10 Kobboi 2012-12-13 18:34:21 UTC
Forgot to add that I emerge nothing else within that chroot.
Comment 11 Kobboi 2012-12-13 18:44:32 UTC
And that I am not using parallel building at all. I do have 4 cores x 2 (hyperthreading) running.
Comment 12 Mike Gilbert gentoo-dev 2013-01-03 06:16:07 UTC
Since we can't seem to figure this out, I did the next best thing.

+  03 Jan 2013; Mike Gilbert <floppym@gentoo.org>
+  -files/sgml-common-0.6.3-configure.in.patch,
+  -files/sgml-common-0.6.3-htmldir.patch,
+  -files/sgml-common-0.6.3-man_MANS.patch, sgml-common-0.6.3-r5.ebuild:
+  Repackage build system and eliminate eautoreconf to work around bug 443074.