Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92700 - xmms-nsf-0.0.3 fails sanity check
Summary: xmms-nsf-0.0.3 fails sanity check
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-05-15 05:41 UTC by groepaz
Modified: 2005-05-28 16:34 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 groepaz 2005-05-15 05:41:16 UTC
emerging xmms-nsf fails with

xmms-nsf-0.0.3

*** Gentoo sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.16, ltmain.sh = 1.3.4) ***

Please run:

  libtoolize --copy --force

using

ebuild /usr/portage/media-plugins/xmms-nsf/xmms-nsf-0.0.3.ebuild unpack
cd /var/tmp/portage/xmms-nsf-0.0.3/work/xmms-nsf-0.0.3/
libtoolize --copy --force
ebuild /usr/portage/media-plugins/xmms-nsf/xmms-nsf-0.0.3.ebuild compile
ebuild /usr/portage/media-plugins/xmms-nsf/xmms-nsf-0.0.3.ebuild install
ebuild /usr/portage/media-plugins/xmms-nsf/xmms-nsf-0.0.3.ebuild qmerge
 
it will emerge fine (just like the sanity check suggest)... ebuild should be updated i guess :)


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-05-15 06:32:38 UTC
emerge sync and try again, many bugs with the same error have been fixed in last few days, so it might be already fixed.
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2005-05-15 11:35:37 UTC
Not really related to the libtool.eclass changes (if you want to libtoolize, do it, and dont depend one elibtoolize).

The autoconf/automake stuff was added I suppose because of the -PIC.patch.  I however do not see why autoconf/aclocal is run, as it only touches the .am files.

PS:  Please assign to relevant maintainers so that they can fix it (I do not use xmms/whatever, sorry).

This should fix the issue:

--------
Index: xmms-nsf-0.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/xmms-nsf/xmms-nsf-0.0.3.ebuild,v
retrieving revision 1.13
diff -u -r1.13 xmms-nsf-0.0.3.ebuild
--- xmms-nsf-0.0.3.ebuild       11 Mar 2005 14:23:42 -0000      1.13
+++ xmms-nsf-0.0.3.ebuild       15 May 2005 18:35:10 -0000
@@ -27,10 +27,9 @@
        gnuconfig_update

        export WANT_AUTOMAKE=1.4
-       export WANT_AUTOCONF=2.5
-       aclocal || die
+       # Needed by -PIC.patch (only touches .am files, so not needed
+       # to run aclocal/autoconf)
        automake || die
-       autoconf || die
        elibtoolize
 }
Comment 3 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-28 16:34:58 UTC
fixed in cvs, thanks