Ebuild stops because of version mismatch of ltmain.sh Installed ltmain.sh is 1.5.10 ltmain.sh sems to have an older version Reproducible: Always Steps to Reproduce: 1. just emerge the package 2. 3. Should be easy to fix, since it's just a slight ebuild modification
I just added a libtoolize --copy --force in the ebuild script, since I don't know anything about ebuilds in general, seems that fixed it ...
Created attachment 51618 [details] The patch that seems to fix it I doubt this is the right way to do it, I don't know much about ebuilds, just a hack that fixed it for me - sorry ....
Comment on attachment 51618 [details] The patch that seems to fix it --- flac-1.1.2.ebuild 2005-02-20 00:01:25.600519024 +0100 +++ flac-1.1.2-new.ebuild 2005-02-20 00:01:15.179103320 +0100 @@ -33,6 +33,7 @@ epatch ${FILESDIR}/${P}-gas.patch epatch ${FILESDIR}/${P}-makefile.patch ./autogen.sh || die "autogen failed" + libtoolize --copy --force elibtoolize --reverse-deps }
i too ran into this problem. somewhat new to gentoo, if i apply your patch to the ebuild file for flac, what command(s) should i issue afterwards to have it merged into my system?
nevermind, i was editing the temporary files under /var instead of the ones under /usr this mismatch issue seems to be affecting many packages i noticed.
The proposed patch works for me.
Attention: Have a look at the bug described in http://bugs.gentoo.org/show_bug.cgi?id=82622 I for now masked the package, since I ran into the bug there.
Already fixed in current portage, also if flac-1.1.2 is masked. Should be closed.
closed as this is fixed