nE0sIghT / vortex-overlay

Gentoo Vortex overlay
15 stars 4 forks source link

games-emulation/libretro-sameboy: Possible parallel Make failure #32

Closed winny- closed 4 years ago

winny- commented 4 years ago

Hello! Thank you for putting a lot of effort into enabling retroarch be one of my guilty pleasures on Gentoo!

Emerge output & emerge --info here.

I was able to compile sameboy with MAKEOPTS=-j1 successfully. It appears a build step is ran twice:

make[1]: Entering directory '/var/tmp/portage/games-emulation/libretro-sameboy-0.12_pre20191130/work/SameBoy-436dc0b67a0e392ff0e0e1c05f16e9292f4245eb'
make[1]: Entering directory '/var/tmp/portage/games-emulation/libretro-sameboy-0.12_pre20191130/work/SameBoy-436dc0b67a0e392ff0e0e1c05f16e9292f4245eb'
rgbgfx -d 1 -h -o build/obj/BootROMs/SameBoyLogo.1bpp BootROMs/SameBoyLogo.png
x86_64-pc-linux-gnu-gcc BootROMs/pb8.c -o build/pb8
make -C .. build/bin/BootROMs/sgb_boot.bin
x86_64-pc-linux-gnu-gcc BootROMs/pb8.c -o build/pb8
make[1]: Entering directory '/var/tmp/portage/games-emulation/libretro-sameboy-0.12_pre20191130/work/SameBoy-436dc0b67a0e392ff0e0e1c05f16e9292f4245eb'
x86_64-pc-linux-gnu-gcc BootROMs/pb8.c -o build/pb8
make -C .. build/bin/BootROMs/sgb2_boot.bin
make[1]: Entering directory '/var/tmp/portage/games-emulation/libretro-sameboy-0.12_pre20191130/work/SameBoy-436dc0b67a0e392ff0e0e1c05f16e9292f4245eb'
/var/tmp/portage/games-emulation/libretro-sameboy-0.12_pre20191130/work/SameBoy-436dc0b67a0e392ff0e0e1c05f16e9292f4245eb/build/pb8 -l 384 build/obj/BootROMs/SameBoyLogo.1bpp build/obj/BootROMs/SameBoyLogo.pb8
/var/tmp/portage/games-emulation/libretro-sameboy-0.12_pre20191130/work/SameBoy-436dc0b67a0e392ff0e0e1c05f16e9292f4245eb/build/pb8 -l 384 build/obj/BootROMs/SameBoyLogo.1bpp build/obj/BootROMs/SameBoyLogo.pb8
make[1]: execvp: /var/tmp/portage/games-emulation/libretro-sameboy-0.12_pre20191130/work/SameBoy-436dc0b67a0e392ff0e0e1c05f16e9292f4245eb/build/pb8: Text file busy
make[1]: *** [Makefile:335: build/obj/BootROMs/SameBoyLogo.pb8] Error 127
make[1]: Leaving directory '/var/tmp/portage/games-emulation/libretro-sameboy-0.12_pre20191130/work/SameBoy-436dc0b67a0e392ff0e0e1c05f16e9292f4245eb'
make: *** [Makefile:299: ../build/bin/BootROMs/sgb_boot.bin] Error 2
make: *** Waiting for unfinished jobs....
nE0sIghT commented 4 years ago

Please try latest version - I can not reproduce this issue with it.

nE0sIghT commented 4 years ago

Reopen if it's still issue