Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 855635 - games-roguelike/stone-soup-0.29.0_pre20220701 fails to compile: clua.h:4:10: fatal error: lua.h: No such file or directory
Summary: games-roguelike/stone-soup-0.29.0_pre20220701 fails to compile: clua.h:4:10: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Erik Mackdanz
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-02 07:15 UTC by Agostino Sarubbo
Modified: 2022-07-02 14:53 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,93.68 KB, text/plain)
2022-07-02 07:15 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 2022-07-02 07:15:24 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-roguelike/stone-soup-0.29.0_pre20220701 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-07-02 07:15:26 UTC
Created attachment 789401 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-07-02 07:15:27 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


clua.h:4:10: fatal error: lua.h: No such file or directory
cluautil.h:11:10: fatal error: lua.h: No such file or directory
Package 'lua5.1', required by 'virtual:world', not found
clua.h:4:10: fatal error: lua.h: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-07-02 14:53:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe0c7d487aa32ab3a3a54c9b6cbc6f258b30474

commit 3fe0c7d487aa32ab3a3a54c9b6cbc6f258b30474
Author:     Erik Mackdanz <stasibear@gentoo.org>
AuthorDate: 2022-07-02 14:50:23 +0000
Commit:     Erik Mackdanz <stasibear@gentoo.org>
CommitDate: 2022-07-02 14:52:41 +0000

    games-roguelike/stone-soup: lua 5.1 only
    
    Upstream is explicit:
    https://github.com/crawl/crawl/blob/master/crawl-ref/INSTALL.md#other-linux--unix
    
    Closes: https://bugs.gentoo.org/855635
    Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>

 games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild        | 2 +-
 games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild          | 2 +-
 games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild          | 2 +-
 games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild          | 2 +-
 games-roguelike/stone-soup/stone-soup-0.29.0_pre20220701.ebuild | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)