Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4289 - xmms-1.2.7-r10 build failure
Summary: xmms-1.2.7-r10 build failure
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-28 09:53 UTC by Terje Bergström
Modified: 2003-02-04 19: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 Terje Bergström 2002-06-28 09:53:04 UTC
When I try to build xmms-1.2.7-r10 (or -r8) I get the following error right after configuring:  Configuration:   Install path:               /usr   Current xmms                /usr/bin/xmms   Build esd plugin:           yes   Build mikmod plugin:        yes   Build Ogg Vorbis plugin:    yes   Build Solaris plugin:       no   Build gnomexmms:            no   Build OpenGL plugins:       yes   Pthread flag:               -lpthread   Use one plugin dir:         no   Allow user plugin dir:      yes   cd . && aclocal aclocal: /usr/share/aclocal/gimpprint.m4: 698: duplicated macro `_AM_PATH_GIMPPR INT_CHECK_REGISTER_DEFAULTS' make: *** [aclocal.m4] Error 1 cd . && aclocal aclocal: /usr/share/aclocal/gimpprint.m4: 698: duplicated macro `_AM_PATH_GIMPPR INT_CHECK_REGISTER_DEFAULTS' make: *** [aclocal.m4] Error 1  !!! ERROR: The ebuild did not complete successfully. !!! Function src_compile, Line 89, Exitcode 2 !!! (no error message)   ...done! >>> emerge media-sound/xmms-1.2.7-r10 to / >>> md5 ;-) xmms-1.2.7.tar.gz >>> md5 ;-) plover-xmms127.tar.gz >>> md5 ;-) xmms-1.2.7-mmx.patch.gz !!! emerge aborting on  /usr/portage/media-sound/xmms/xmms-1.2.7-r10.ebuild .  I have the whole script available, if it is needed.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-28 10:09:35 UTC
This is actually a problem with gimp-print-cups and automake.  I don't know
where the macros are being duplicated, though.  Either way, there should be no
/usr/share/aclocal-1* files in your directory.

LostLogic, I leave it to you :P
Comment 2 Terje Bergström 2002-06-28 12:54:04 UTC
When I checked the contents of /usr/share/aclocal-1.*, I noticed that  I have the directories aclocal-1.4, aclocal-1.5 and aclocal-1.6. They all belong to package automake according to qpkg. I seem to have the  versions 1.6.1-r4 and 1.6.1-r5 of automake installed, but no versions 1.4 or 1.5. 
Comment 3 Brandon Low (RETIRED) gentoo-dev 2002-06-28 14:32:14 UTC
hmm, I dunno what browser you are using to post here, but it isn't wrapping 
long lines which makes things hard to read.

I believe that the situation with automake is that automake 1.6.1-r4 installs 
1.4 and 1.5 as well and then a wrapper script to decide which to use.  I 
believe that this problem can be traced to a bad .m4 file from gimp print but I 
don't really know m4 so I'm unsure how to fix it, I will be contacting the gimp-
print-cups people later today hopefully.

--Brandon
Comment 4 Brandon Low (RETIRED) gentoo-dev 2002-06-28 18:53:02 UTC
emerge gimp-print-cups-4.3.0-r1 and this will work... hopefully I didn't break
anyone else :)
Comment 5 Terje Bergström 2002-06-29 07:16:44 UTC
emerging gimp-print-cups-4.3.0-r1 really allows me to recompile xmms.