Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 28587

Summary: xmms-1.2.8-r1 fails to compile
Product: Gentoo Linux Reporter: Michal Januszewski (RETIRED) <spock>
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal CC: brian, plate, seemant, stephen
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: updated dtd patch - fixes problems with compilation and cjk

Description Michal Januszewski (RETIRED) gentoo-dev 2003-09-13 00:37:58 UTC
The problem is in the newly added dtd (dynamic taste detection) patch. It
modifies makefile.am but does not modify makefile.in. Since automake is not run,
not all object files are created and unresolved symbol errors occur.
Additionally, the patch will not work if russian-charset patch is not applied
(and it is not applied for those who have cjk in their use flags).
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2003-09-13 00:39:16 UTC
Created attachment 17625 [details, diff]
updated dtd patch - fixes problems with compilation and cjk
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-09-13 11:31:48 UTC
*** Bug 28607 has been marked as a duplicate of this bug. ***
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-09-13 11:32:05 UTC
*** Bug 28608 has been marked as a duplicate of this bug. ***
Comment 4 SpanKY gentoo-dev 2003-09-13 11:55:36 UTC
automake is run, it's the last thing in src_compile:
        export WANT_AUTOCONF_2_5=1
        for x in . libxmms ; do
                cd ${S}/${x}
                automake --gnu --add-missing --include-deps Makefile || die
        done
Comment 5 SpanKY gentoo-dev 2003-09-13 12:39:07 UTC
whoops current automake cmd doesnt regenerate Makefile.in

removed the 'Makefile' option to automake and it should work now
Comment 6 SpanKY gentoo-dev 2003-09-13 13:44:18 UTC
*** Bug 28641 has been marked as a duplicate of this bug. ***
Comment 7 Ulrich Plate (RETIRED) gentoo-dev 2003-09-14 07:21:51 UTC
Oops. Please mark bug #28701 as duplicate, too. I just submitted that one. 
Wonder why searching for "xmms" didn't yield this bug report... Anyway, 
thanks for the quick fix.
Comment 8 Martin Holzer (RETIRED) gentoo-dev 2003-09-14 07:30:57 UTC
*** Bug 28701 has been marked as a duplicate of this bug. ***