| Summary: | emerge media-libs/mesa-7.3-r1 fails to compile with USE="dri" | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alexandre Tatut <atatut> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | ikelos, SebastianLuther |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Build Log from Mesa-7.3r1 failure (on Sparc 64) | ||
|
Description
Alexandre Tatut
2009-06-03 08:04:16 UTC
There is not much we can do without the build.log. Does it fail if you try it again with dri enabled? (In reply to comment #1) > There is not much we can do without the build.log. Does it fail if you try it > again with dri enabled? Hi Sebastian, I'm able to compile the mesa package with the "dri" enabled once the packages needed by xorg-x11 have finished installing. I don't know if it's related with the "intel" drivers. I'm sorry for the missing log, I've first tried to solve the problem and this removed the failed emerge log. I have another system quite identical but not yet in production, I'll see when switching from the "nvidia" driver to the "intel" if this happens again when I'll recompile xorg-x11. I'll post the results if something relevant happens. Cheers (In reply to comment #2) > (In reply to comment #1) > > There is not much we can do without the build.log. Does it fail if you try it > > again with dri enabled? > Hi Sebastian, > I'm able to compile the mesa package with the "dri" enabled once the packages > needed by xorg-x11 have finished installing. I don't know if it's related with > the "intel" drivers. > I'm sorry for the missing log, I've first tried to solve the problem and this > removed the failed emerge log. I have another system quite identical but not > yet in production, I'll see when switching from the "nvidia" driver to the > "intel" if this happens again when I'll recompile xorg-x11. > I'll post the results if something relevant happens. > Cheers Hhhmm no, mesa compiled just fine on the second system, yet it was an already running system with packages compiled, the system I had the trouble with was a new install. Unless we know what actually went wrong, it will be very difficult for us to fix it. I'm therefore marking this bug as NEEDINFO, but do please reopen it as soon as you've got the error message and build.log available... Created attachment 200839 [details] Build Log from Mesa-7.3r1 failure (on Sparc 64) Greetings - This is my first time ever posting a log file, but I experienced a similar failure of mesa-7.3r1 to build following an 'emerge xorg-server' on a Sun Blade 150. I am able to spend some time collecting data, but am not sure exactly what else you would need to see, so I've attached the build log (ascertained from other comments that you need to see this). This is a 'newer' gentoo machine, so it hasn't had much built on it yet, and here's what I actuall saw in the terminal when things broke down: sparc-unknown-linux-gnu-g++ -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O2 -mcpu=ultrasparc mtune=ultrasparc -pipe -ffast-math -fPIC -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DGLX_USE_TLS -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DGLX_DIRECT_RENDERING -DNDEBUG -DLIBRARYBUILD libnurbs/interface/bezierEval.cc -o libnurbs/interface/bezierEval.o sparc-unknown-linux-gnu-g++: mtune=ultrasparc: No such file or directory gmake[4]: *** [libnurbs/interface/bezierEval.o] Error 1 gmake[4]: *** Waiting for unfinished jobs.... gmake[4]: Leaving directory `/var/tmp/portage/media-libs/mesa-7.3-r1/work/Mesa-7.3/src/glu/sgi' gmake[3]: *** [default] Error 1 gmake[3]: Leaving directory `/var/tmp/portage/media-libs/mesa-7.3-r1/work/Mesa-7.3/src/glu/sgi' gmake[2]: *** [default] Error 1 gmake[2]: Leaving directory `/var/tmp/portage/media-libs/mesa-7.3-r1/work/Mesa-7.3/src/glu' make[1]: *** [subdirs] Error 1 make[1]: Leaving directory `/var/tmp/portage/media-libs/mesa-7.3-r1/work/Mesa-7.3/src' make: *** [default] Error 1 * * ERROR: media-libs/mesa-7.3-r1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3065: Called die * The specific snippet of code: * emake || die * The die message: * (no error message) * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/media-libs/mesa-7.3-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-libs/mesa-7.3-r1/temp/environment'. * >>> Failed to emerge media-libs/mesa-7.3-r1, Log file: >>> '/var/tmp/portage/media-libs/mesa-7.3-r1/temp/build.log' * Messages for package media-libs/mesa-7.3-r1: * * ERROR: media-libs/mesa-7.3-r1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3065: Called die * The specific snippet of code: * emake || die * The die message: * (no error message) * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/media-libs/mesa-7.3-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-libs/mesa-7.3-r1/temp/environment'. * * GNU info directory index is up-to-date. Please feel free to let me know what else I can get that would be useful. Regards, Mike |