Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 687106 - app-emulation/vkd3d-1.1 - parallel make fails with: libs/vkd3d_version.c: No such file or directory
Summary: app-emulation/vkd3d-1.1 - parallel make fails with: libs/vkd3d_version.c: No ...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords: UPSTREAM
Depends on:
Blocks:
 
Reported: 2019-06-01 02:06 UTC by Peter Levine
Modified: 2019-06-03 17:00 UTC (History)
0 users

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


Attachments
emerge --info (emerge-info.txt,23.41 KB, text/plain)
2019-06-01 02:06 UTC, Peter Levine
Details
build.log (vkd3d-1.1:20190601-010854.log,20.36 KB, text/plain)
2019-06-01 02:07 UTC, Peter Levine
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Levine 2019-06-01 02:06:45 UTC
Created attachment 578234 [details]
emerge --info

Building app-emulation/vkd3d-1.1 using "-j9 -l4" as MAKEOPTS fails with:

> make -j9 -l4 
> make  all-am
> make[1]: Entering directory '/var/tmp/portage/app-emulation/vkd3d-1.1/work/vkd3d-1.1-> abi_x86_32.x86'
> /bin/sh: libs/vkd3d_version.c: No such file or directory
> make[1]: *** [Makefile:1823: libs/vkd3d_version.c] Error 1
> make[1]: Leaving directory '/var/tmp/portage/app-emulation/vkd3d-1.1/work/vkd3d-1.1-> > abi_x86_32.x86'
> make: *** [Makefile:781: all] Error 2

Building with MAKEOPTS="-j1" succeeds.
Comment 1 Peter Levine 2019-06-01 02:07:20 UTC
Created attachment 578236 [details]
build.log
Comment 2 Peter Levine 2019-06-03 17:00:58 UTC
Unreproducible.