Summary: | Old version of media-sound/mixxx-1.6.0-r1 failed to build | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Gentoo Sound Team <sound> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Build log |
Description
Diego Elio Pettenò (RETIRED)
2008-11-21 00:02:27 UTC
Created attachment 172578 [details]
Build log
Are you using propietary, like nvidia or ati-drivers? With mesa's GL.h it has been fine. This is just an answer based on a quick look at the build.log. NOTABUG or UPSTREAM if you have propietary drivers installed, try eselecting xorg-x11 as opengl impl. Sorry forgot to comment on this. No, no proprietary drivers installed at this point in the build. (In reply to comment #3) > Sorry forgot to comment on this. > > No, no proprietary drivers installed at this point in the build. > I emailed you about this, you broke the mixxx-1.6.0 with the -r1 revision which I fixed since. It wasn't passing ${myconf} to scons at src_compile because it was declared as local in src_configure() so, all the paths were pointing to /usr/local at that time. EAPI=2 is a crap when it comes to "local myconf" when it's required at src_compile, but defined at src_configure. "local" is not passed from function to function. Please cvs up, and provide a correct build.log, and test your own modifications next time. Thanks. You can use also mixxx-1.6.0 as test case, which I needed to restore to tree as stable candidate for portaudio v19. The -r0 version. I never received a mail about mixxx o_O will check the spam folder later. If the version in tree as of this afternoon is fixed it's already queued up for rebuild, so we'll see. (In reply to comment #6) > I never received a mail about mixxx o_O will check the spam folder later. > If the version in tree as of this afternoon is fixed it's already queued up for > rebuild, so we'll see. > When ${myconf} or similar is also used for emake at compile phase (src_compile), declaring local in src_configure breaks the ebuild. In this case scons was left without parameters. That's just something you need to look out for I guess, personally I haven't seen any benefits from EAPI=2 yet, and I refuse to use it until stable portage supports it. Yeah I got that; as for EAPI=2, trust me that when you have to look for N packages that fail with N different messages it's much better to use EAPI=2 ... And stable portage is supporting this soon already, so. |