Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82612 - flac 1.1.2/Broken ebuild concerning ltmain.sh version mismatch
Summary: flac 1.1.2/Broken ebuild concerning ltmain.sh version mismatch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-19 14:16 UTC by Sven E.
Modified: 2005-03-20 22:46 UTC (History)
3 users (show)

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


Attachments
The patch that seems to fix it (flac-1.1.2.ebuild,1.71 KB, text/plain)
2005-02-19 14:20 UTC, Sven E.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven E. 2005-02-19 14:16:57 UTC
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
Comment 1 Sven E. 2005-02-19 14:17:53 UTC
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 ...
Comment 2 Sven E. 2005-02-19 14:20:56 UTC
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 3 Sven E. 2005-02-19 15:07:12 UTC
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
 }
Comment 4 jason a. westervelt 2005-02-20 01:51:49 UTC
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?
Comment 5 jason a. westervelt 2005-02-20 02:01:12 UTC
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.
Comment 6 Jorge Manuel B. S. Vicetto (RETIRED) gentoo-dev 2005-02-20 09:02:49 UTC
The proposed patch works for me.
Comment 7 Sven E. 2005-02-22 06:04:21 UTC
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.

Comment 8 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-03-20 21:18:36 UTC
Already fixed in current portage, also if flac-1.1.2 is masked. Should be closed.
Comment 9 Jeremy Huddleston (RETIRED) gentoo-dev 2005-03-20 22:46:49 UTC
closed as this is fixed