Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 439162 - stabilize sys-devel/autogen-5.15
Summary: stabilize sys-devel/autogen-5.15
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2012-10-21 13:41 UTC by Nikoli
Modified: 2012-12-01 18:42 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2012-10-21 13:41:05 UTC
autogen-5.12.ebuild has:
DEPEND=">=dev-scheme/guile-1.8
        dev-libs/libxml2"

but should have:
RDEPEND="
        >=dev-scheme/guile-1.8
        dev-libs/libxml2
"
DEPEND="${RDEPEND}"

/usr/bin/autogen links to libguile.so.17; /usr/bin/xml2ag links to libxml2.so.2

Found this bug when updating to grub-2.00-r1 failed:
 * Applying grub-2.00-hardcoded-awk.patch ...                                                            [ ok ]
autogen: error while loading shared libraries: libguile.so.17: cannot open shared object file: No such file or directory
 * ERROR: sys-boot/grub-2.00-r1 failed (prepare phase):
 *   (no error message)

P.S. Why not replace this lines with 'default':
        emake DESTDIR="${D}" install
        dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2012-10-21 22:25:59 UTC
This was already fixed in autogen-5.14.

Arches please stabilize sys-devel/autogen-5.15.
Comment 2 Myckel Habets 2012-10-26 17:34:34 UTC
Builds fine on x86. I do however get the following notification:

 * The ebuild phase 'test' with pid 3453 appears to have left an orphan
 * process running in the background.
Comment 3 Anthony Basile gentoo-dev 2012-10-27 14:55:10 UTC
stable arm ppc ppc64
Comment 4 Anthony Basile gentoo-dev 2012-10-27 15:36:32 UTC
(In reply to comment #2)
> Builds fine on x86. I do however get the following notification:
> 
>  * The ebuild phase 'test' with pid 3453 appears to have left an orphan
>  * process running in the background.

All tests pass.  The tests are shell scripts and I'm guessing something forks into the background and gets orphaned.  It eventually dies because I haven't been able to catch the orphaned process.  I'd only worry if some long lived process gets left behind.  So I'm not going to hunt it down.
Comment 5 Markos Chandras (RETIRED) gentoo-dev 2012-10-28 16:37:59 UTC
amd64 done
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2012-10-30 03:07:51 UTC
Stable for HPPA.
Comment 7 Raúl Porcel (RETIRED) gentoo-dev 2012-12-01 18:42:45 UTC
alpha/ia64/m68k/s390/sh/sparc/x86 stable