Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 804154 - games-rpg/openglad-0.98_p20200907 fails to compile
Summary: games-rpg/openglad-0.98_p20200907 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-25 14:11 UTC by Agostino Sarubbo
Modified: 2021-07-25 16:47 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,62.35 KB, text/plain)
2021-07-25 14:11 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-07-25 14:11:50 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-rpg/openglad-0.98_p20200907 fails to compile.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-07-25 14:11:52 UTC
Created attachment 726889 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-07-25 14:11:53 UTC
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
Comment 3 Larry the Git Cow gentoo-dev 2021-07-25 16:47:11 UTC
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(-)