Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 568624 - media-libs/virglrenderer: @CODE_COVERAGE_RULES@ is not expanded in Makefile.am
Summary: media-libs/virglrenderer: @CODE_COVERAGE_RULES@ is not expanded in Makefile.am
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo QEMU Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-18 11:41 UTC by Perfect Gentleman
Modified: 2015-12-19 21:12 UTC (History)
1 user (show)

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


Attachments
corrected virglrenderer-9999.ebuild (virglrenderer-9999.ebuild,895 bytes, text/plain)
2015-12-18 11:41 UTC, Perfect Gentleman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Perfect Gentleman 2015-12-18 11:41:12 UTC
Created attachment 419590 [details]
corrected virglrenderer-9999.ebuild

configure: creating ./config.status
config.status: creating virglrenderer.pc
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/gallium/auxiliary/Makefile
config.status: creating vtest/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
>>> Source configured.
>>> Compiling source in /tmp/portage/media-libs/virglrenderer-9999/work/virglrenderer-9999 ...
make -j9 
Makefile:934: *** missing separator.  Stop.
 * ERROR: media-libs/virglrenderer-9999::pg_overlay failed (compile phase):
 *   emake failed
Comment 1 Dennis Schridde 2015-12-18 18:27:34 UTC
Please provide a patch.

I assume that the change is: sed -i 's/@CODE_COVERAGE_RULES@//' Makefile || die
This and the error description makes it look like an upstream bug. I.e. report it at: https://virgil3d.github.io/ instead of here.
Comment 2 SpanKY gentoo-dev 2015-12-19 21:10:01 UTC
Comment on attachment 419590 [details]
corrected virglrenderer-9999.ebuild

this is incorrect -- the macro should be expanded rather than thrown away