Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 730794 - games-arcade/bomns-0.99.2-r1 fails to compile: level.cpp:166:21: error: non-constant-expression cannot be narrowed from type 'int' to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing]
Summary: games-arcade/bomns-0.99.2-r1 fails to compile: level.cpp:166:21: error: non-c...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-07-05 08:18 UTC by Agostino Sarubbo
Modified: 2025-03-02 19:09 UTC (History)
0 users

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


Attachments
build.log (build.log,23.49 KB, text/plain)
2020-07-05 08:18 UTC, Agostino Sarubbo
Details
other.tar.bz2 (other.tar.bz2,245 bytes, application/x-bzip-compressed-tar)
2020-07-05 08:18 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 2020-07-05 08:18:16 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-arcade/bomns fails to compile.
Discovered on: amd64

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please mention it in the summary and block bug 408963.
Comment 1 Agostino Sarubbo gentoo-dev 2020-07-05 08:18:22 UTC
Created attachment 647654 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-07-05 08:18:25 UTC
Created attachment 647656 [details]
other.tar.bz2

other logs
Comment 3 Agostino Sarubbo gentoo-dev 2021-12-30 16:05:47 UTC
tinderbox has reproduced this issue with version 0.99.2-r1 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2025-03-02 19:09:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43b829c58599cc0a899788e87f47c01c07a79558

commit 43b829c58599cc0a899788e87f47c01c07a79558
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-03-02 12:44:33 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-03-02 18:57:08 +0000

    games-arcade/bomns: update EAPI 7 -> 8, port to C23, fix Clang build
    
    Closes: https://bugs.gentoo.org/730794
    Closes: https://bugs.gentoo.org/936565
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/40847
    Signed-off-by: Sam James <sam@gentoo.org>

 ...mns-0.99.2-r1.ebuild => bomns-0.99.2-r2.ebuild} | 21 ++-----
 games-arcade/bomns/files/bomns-0.99.2-c23.patch    | 26 ++++++++
 games-arcade/bomns/files/bomns-0.99.2-clang.patch  | 35 +++++++++++
 .../bomns/files/bomns-0.99.2-makefile.patch        | 73 ++++++++++++++++++++++
 4 files changed, 138 insertions(+), 17 deletions(-)