Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 206152 - dev-libs/gmetadom-0.2.3 errors in ebuild
Summary: dev-libs/gmetadom-0.2.3 errors in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-16 20:07 UTC by Evil Compile Person
Modified: 2008-01-17 15:10 UTC (History)
1 user (show)

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 Evil Compile Person 2008-01-16 20:07:08 UTC
>>> Unpacking source...
>>> Unpacking gmetadom-0.2.3.tar.gz to /var/tmp/portage/dev-libs/gmetadom-0.2.3/work
 * Applying gmetadom-0.2.3-gentoo.patch ...
  [ ok ]
 * Applying gmetadom-0.2.3-gcc41.patch ...
  [ ok ]
am-wrapper: /usr/bin/aclocal-1.7 is missing or not executable.
            Please try emerging the correct version of automake.
am-wrapper: /usr/bin/automake-1.7 is missing or not executable.
            Please try emerging the correct version of automake.
am-wrapper: /usr/bin/aclocal-1.7 is missing or not executable.
            Please try emerging the correct version of automake.
autoreconf-2.61: aclocal failed with exit status: 1
 *
 * ERROR: dev-libs/gmetadom-0.2.3 failed.

Hmm, strange

src_unpack() {
        unpack ${A}
        cd ${S}
        epatch ${FILESDIR}/${P}-gentoo.patch

        # Fix gcc 4.1 problems
        epatch ${FILESDIR}/${P}-gcc41.patch

        WANT_AUTOCONF="2.5" WANT_AUTOMAKE="1.7" autoreconf --install --force || die
}

Now I'm not the expert, but I think that is really not how you do it.
The WANT_AUTO* needs to be at the beginning (before autotools inherit?) and not just on the autoreconf line.
Comment 1 Stian Skjelstad 2008-01-17 09:25:05 UTC
emerge --info please
Comment 2 Stian Skjelstad 2008-01-17 09:26:15 UTC
Seems like the ebuild lacks depency on automake and autoconf (with version set)
Comment 3 MATSUU Takuto (RETIRED) gentoo-dev 2008-01-17 15:10:52 UTC
What f*cking ebuild it is!
gmetadom-0.2.6 in cvs.