Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 504936 - x11-libs/libva-intel-driver-9999 - cpp: error: AllAVC.asm: No such file or directory
Summary: x11-libs/libva-intel-driver-9999 - cpp: error: AllAVC.asm: No such file or di...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-18 07:32 UTC by mummenschanz
Modified: 2014-03-31 11:43 UTC (History)
4 users (show)

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


Attachments
build log (build.log,29.18 KB, text/plain)
2014-03-18 14:03 UTC, mummenschanz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mummenschanz 2014-03-18 07:32:22 UTC
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
Comment 1 Alex Xu (Hello71) 2014-03-18 13:24:02 UTC
Please attach the entire build.log.
Comment 2 mummenschanz 2014-03-18 14:03:54 UTC
Created attachment 372938 [details]
build log

build.log attached as requested.
Comment 3 mummenschanz 2014-03-26 14:16:31 UTC
Any update on this?
Comment 4 teidakankan 2014-03-28 21:36:54 UTC
Same problem with the latest x11-libs/libva-intel-driver-1.3.0 release.
Comment 5 Alexis Ballier gentoo-dev 2014-03-29 21:02:15 UTC
(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
Comment 6 mummenschanz 2014-03-30 11:32:06 UTC
so the intel-gpu-tools package is broken? could you be a little more specific please?
Comment 7 Alexis Ballier gentoo-dev 2014-03-30 14:55:06 UTC
(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 :)
Comment 8 mummenschanz 2014-03-31 11:43:30 UTC
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