https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: games-simulation/simutrans-123.0.1-r1 calls commands that do not exist. Discovered on: amd64 (internal ref: lto_tinderbox) NOTE: This machine uses lto with CFLAGS=-flto -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing Please look for 'command not found' and/or 'no such file or directory'.
Created attachment 792242 [details] build.log build log and emerge --info
The result of the svn command is not used and the error is not fatal. This is a duplicate of <https://bugs.gentoo.org/859229>. Ideally the svn command should be prevented to get rid of the error, so i'm keeping this open.
(In reply to tastytea from comment #2) > This is a duplicate of <https://bugs.gentoo.org/859229>. This is not a duplicate of 859229. 859229 Reports about -Werror=strict-aliasing This bug reports a command that does not exists (svn) Have the same build log does not mean that is a duplicate.
Fine, it's not a duplicate, it's just not a bug. 🙄
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4949b8926f053ad70e7f02b609e8c02d37fec4c commit c4949b8926f053ad70e7f02b609e8c02d37fec4c Author: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> AuthorDate: 2022-08-07 16:40:23 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2022-08-28 08:22:10 +0000 games-simulation/simutrans: silence svn and git warnings This commit sets svn to 0 and removes the check. The check could never have been 1, because we are not in an svn. For the same reason it also sets GIT_HASH to nothing instead of trying to run git. The svn revision is supplied in the ebuild, because it is needed for network games. Closes: https://bugs.gentoo.org/859226 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org> ...utrans-123.0.1-silence-svn-and-git-errors.patch | 46 ++++++++++++++++++++++ .../simutrans/simutrans-123.0.1-r1.ebuild | 2 + 2 files changed, 48 insertions(+)