Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 687106

Summary: app-emulation/vkd3d-1.1 - parallel make fails with: libs/vkd3d_version.c: No such file or directory
Product: Gentoo Linux Reporter: Peter Levine <plevine457>
Component: Current packagesAssignee: Wine Maintainers <wine>
Status: RESOLVED WORKSFORME    
Severity: normal Keywords: UPSTREAM
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.winehq.org/show_bug.cgi?id=47307
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
build.log

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.