Summary: | mixxx fails to emerge: scons: building terminated because of errors. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ari Malinen <ari.malinen> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED WORKSFORME | ||
Severity: | enhancement | ||
Priority: | Normal | ||
Version: | 10.1 | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
mixxx-build.log
Patch for mixxx-1.10.1.ebuild |
Description
Ari Malinen
2012-07-07 16:32:15 UTC
Both mixxx ebuilds (also the stable one) should probably depend on media-libs/taglib[mp4] instead of just media-libs/taglib. You can see if it just this simple dependency problem by doing: USE="mp4" emerge --oneshot taglib mixxx After some compile tests I'm quite certain that the problem is just the missing USE-dep. Both amd64 and ~amd64 ebuilds of mixxx fail with the same missing functions error if taglib is built with USE="-mp4" and pass if taglib is built with USE="mp4". Yes, media-sound/mixxx builds fine with : USE="mp4" emerge --oneshot taglib mixxx I will try to deliver fixed ebuild asap. Kiitos helvetisti artsi! :) Created attachment 317582 [details]
Patch for mixxx-1.10.1.ebuild
|