Summary: | games-rpg/openglad-0.98_p20200907 fails to compile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Games <games> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ionen |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 726889 [details]
build.log
build log and emerge --info
Possible context of error(s): Fatal error: can't create obj/Debug/button.o: No such file or directory Fatal error: can't create obj/Debug/campaign_picker.o: No such file or directory Fatal error: can't create obj/Debug/effect.o: No such file or directory Fatal error: can't create obj/Debug/game.o: No such file or directory Fatal error: can't create obj/Debug/glad.o: No such file or directory Fatal error: can't create obj/Debug/gloader.o: No such file or directory Fatal error: can't create obj/Debug/gparser.o: No such file or directory Fatal error: can't create obj/Debug/graphlib.o: No such file or directory Fatal error: can't create obj/Debug/guy.o: No such file or directory Fatal error: can't create obj/Debug/help.o: No such file or directory Fatal error: can't create obj/Debug/input.o: No such file or directory Fatal error: can't create obj/Debug/intro.o: No such file or directory Fatal error: can't create obj/Debug/level_data.o: No such file or directory Fatal error: can't create obj/Debug/level_editor.o: No such file or directory Fatal error: can't create obj/Debug/level_picker.o: No such file or directory Fatal error: can't create obj/Debug/living.o: No such file or directory Fatal error: can't create obj/Debug/obmap.o: No such file or directory Fatal error: can't create obj/Debug/pal32.o: No such file or directory Fatal error: can't create obj/Debug/picker.o: No such file or directory Fatal error: can't create obj/Debug/pixie_data.o: No such file or directory Fatal error: can't create obj/Debug/pixien.o: No such file or directory Fatal error: can't create obj/Debug/pixie.o: No such file or directory Fatal error: can't create obj/Debug/radar.o: No such file or directory Fatal error: can't create obj/Debug/button.o: No such file or directory The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc94c41489790dde45313e0f4d890e1b39b0c43e commit cc94c41489790dde45313e0f4d890e1b39b0c43e Author: Ionen Wolkens <ionen@gentoo.org> AuthorDate: 2021-07-25 16:24:06 +0000 Commit: Ionen Wolkens <ionen@gentoo.org> CommitDate: 2021-07-25 16:45:20 +0000 games-rpg/openglad: switch to premake:5 to handle race condition 5 works even with old premake4.lua and generates different rules that doesn't seem like can race to create objects before the object dir (not that 100% sure that fixes it). Given nothing else in the tree depends on premake:4, also little reason to hold on to that version if this works. Closes: https://bugs.gentoo.org/804154 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> games-rpg/openglad/openglad-0.98_p20200907.ebuild | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) |