Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 450448 - app-arch/rpm-4.10.2 automake maintainer mode
Summary: app-arch/rpm-4.10.2 automake maintainer mode
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Stanislav Ochotnicky (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-05 19:46 UTC by Mike Gilbert
Modified: 2013-01-07 03:13 UTC (History)
1 user (show)

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


Attachments
Suggested ebuild fix (rpm.patch,556 bytes, patch)
2013-01-05 19:48 UTC, Mike Gilbert
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Gilbert gentoo-dev 2013-01-05 19:46:39 UTC
QA Notice: Automake "maintainer mode" detected:

>>> Compiling source in /tmp/portage/app-arch/rpm-4.10.2/work/rpm-4.10.2 ...
make -j7 -l7 
rm -f ./preinstall.am
 cd . && /bin/sh /tmp/portage/app-arch/rpm-4.10.2/work/rpm-4.10.2/missing --run automake-1.12 --foreign Makefile


This happens because of a circular dependency between preinstall.am and Makefile.am.
Comment 1 Mike Gilbert gentoo-dev 2013-01-05 19:48:59 UTC
Created attachment 334570 [details, diff]
Suggested ebuild fix
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2013-01-06 15:22:42 UTC
Cool, just commit it. :-)
Comment 3 Mike Gilbert gentoo-dev 2013-01-07 03:02:23 UTC
Done.