Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28587 - xmms-1.2.8-r1 fails to compile
Summary: xmms-1.2.8-r1 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
: 28607 28608 28641 28701 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-09-13 00:37 UTC by Michal Januszewski (RETIRED)
Modified: 2003-09-14 07:30 UTC (History)
4 users (show)

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


Attachments
updated dtd patch - fixes problems with compilation and cjk (xmms-1.2.8-dtd.patch,53.08 KB, patch)
2003-09-13 00:39 UTC, Michal Januszewski (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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. ***