hi, libva-intel-driver-9999 currently fails to build. Could someone please confirm this? Making all in mc make[5]: Entering directory '/tmp/portage/x11-libs/libva-intel-driver-9999/work/libva-intel-driver-amd64/src/shaders/h264/mc' cpp -DDEV_ILK -DBOOTSTRAP -I ../ildb/ AllAVC.asm > _mc0.avc_mc.gen5.asm && \ ../../gpp.py _mc0.avc_mc.gen5.asm avc_mc.gen5.asm && \ /usr/local/bin/intel-gen4asm -l list -a -e tmp.export.inc.gen5 -g 5 avc_mc.gen5.asm \ -o /dev/null && \ mv tmp.export.inc.gen5 export.inc.gen5 && \ cpp -DDEV_ILK -I ../ildb/ AllAVC.asm > _mc1.avc_mc.gen5.asm && \ ../../gpp.py _mc1.avc_mc.gen5.asm avc_mc.gen5.asm && \ rm _mc0.avc_mc.gen5.asm _mc1.avc_mc.gen5.asm cpp: error: AllAVC.asm: No such file or directory cpp: warning: '-x c' after last input file has no effect cpp: fatal error: no input files compilation terminated. Makefile:638: recipe for target 'avc_mc.gen5.asm' failed make[5]: *** [avc_mc.gen5.asm] Error 1 make[5]: Leaving directory '/tmp/portage/x11-libs/libva-intel-driver-9999/work/libva-intel-driver-amd64/src/shaders/h264/mc' Makefile:361: recipe for target 'all-recursive' failed make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory '/tmp/portage/x11-libs/libva-intel-driver-9999/work/libva-intel-driver-amd64/src/shaders/h264' Makefile:362: recipe for target 'all-recursive' failed make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory '/tmp/portage/x11-libs/libva-intel-driver-9999/work/libva-intel-driver-amd64/src/shaders' Makefile:956: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/tmp/portage/x11-libs/libva-intel-driver-9999/work/libva-intel-driver-amd64/src' Makefile:523: recipe for target 'all' failed make[1]: *** [all] Error 2 make[1]: Leaving directory '/tmp/portage/x11-libs/libva-intel-driver-9999/work/libva-intel-driver-amd64/src' Makefile:396: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1
Please attach the entire build.log.
Created attachment 372938 [details] build log build.log attached as requested.
Any update on this?
Same problem with the latest x11-libs/libva-intel-driver-1.3.0 release.
(In reply to mummenschanz from comment #0) > /usr/local/bin/intel-gen4asm -l list -a -e tmp.export.inc.gen5 -g 5 I would guess this has something to do with your problem
so the intel-gpu-tools package is broken? could you be a little more specific please?
(In reply to mummenschanz from comment #6) > so the intel-gpu-tools package is broken? could you be a little more > specific please? i doubt the package installs in /usr/local; moreover you need at least version 1.5, which is out since 5 months according to the tag upstream, so this one needs attention too :)
Hi Alexis, ok I see what you mean. You're right I've installed latest(!) intel-gpu-tools from freedesktop git in /usr/local. Gentoo portage only offers up to v1.3 and I couldn't find any working overlay. However you mentioning that helped me pinpoint the culprit! Completely deleting intel-gpu-tools from /usr/local did the trick and x11-libs/libva-intel-driver-9999 compiles without problems. Thanks Dieter