Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831632 - games-roguelike/stone-soup-0.28.0_pre20220107 - crash.cc: fatal error: execinfo.h: No such file or directory
Summary: games-roguelike/stone-soup-0.28.0_pre20220107 - crash.cc: fatal error: execin...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 856418
  Show dependency tree
 
Reported: 2022-01-20 20:15 UTC by Toralf Förster
Modified: 2023-08-14 17:55 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.60 KB, text/plain)
2022-01-20 20:15 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,235.27 KB, text/plain)
2022-01-20 20:15 UTC, Toralf Förster
Details
environment (environment,120.41 KB, text/plain)
2022-01-20 20:15 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,28.98 KB, application/x-bzip)
2022-01-20 20:15 UTC, Toralf Förster
Details
games-roguelike:stone-soup-0.28.0_pre20220107:20220120-183625.log (games-roguelike:stone-soup-0.28.0_pre20220107:20220120-183625.log,25.82 KB, text/plain)
2022-01-20 20:15 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-01-20 20:15:23 UTC
too long lines were shrinked:

x86_64-gentoo-linux-musl-g++ -std=c++11  -pipe -march=native -fno-diagnostics-color -O2    -Wall -Wformat-security -Wundef -Wextra -Wno-missing-field-initializers -Wno-implicit-fallthrough -Wno-type-limits -Wno-uninitialized  -Wno-array-bounds -Wno-format-zero-length -Wmissing-declarations -Wredunda
x86_64-gentoo-linux-musl-g++ -std=c++11  -pipe -march=native -fno-diagnostics-color -O2    -Wall -Wformat-security -Wundef -Wextra -Wno-missing-field-initializers -Wno-implicit-fallthrough -Wno-type-limits -Wno-uninitialized  -Wno-array-bounds -Wno-format-zero-length -Wmissing-declarations -Wredunda
x86_64-gentoo-linux-musl-g++ -std=c++11  -pipe -march=native -fno-diagnostics-color -O2    -Wall -Wformat-security -Wundef -Wextra -Wno-missing-field-initializers -Wno-implicit-fallthrough -Wno-type-limits -Wno-uninitialized  -Wno-array-bounds -Wno-format-zero-length -Wmissing-declarations -Wredunda
x86_64-gentoo-linux-musl-g++ -std=c++11  -pipe -march=native -fno-diagnostics-color -O2    -Wall -Wformat-security -Wundef -Wextra -Wno-missing-field-initializers -Wno-implicit-fallthrough -Wno-type-limits -Wno-uninitialized  -Wno-array-bounds -Wno-format-zero-length -Wmissing-declarations -Wredunda
crash.cc:45:10: fatal error: execinfo.h: No such file or directory
   45 | #include <execinfo.h>
      |          ^~~~~~~~~~~~

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl_hardened-j4-20220118-173105

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-11.2.1 *
clang/llvm (if any):
Python 3.9.10
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
php cli:

  HEAD of ::gentoo
commit e5077e782f6f908649437fee3c075b90e728dd52
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Jan 20 18:21:53 2022 +0000

    2022-01-20 18:21:52 UTC

emerge -qpvO games-roguelike/stone-soup
[ebuild  N    ] games-roguelike/stone-soup-0.28.0_pre20220107  USE="ncurses -debug -sound -test -tiles" LUA_SINGLE_TARGET="lua5-1 -lua5-3"
Comment 1 Toralf Förster gentoo-dev 2022-01-20 20:15:24 UTC
Created attachment 762882 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-01-20 20:15:25 UTC
Created attachment 762883 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-01-20 20:15:27 UTC
Created attachment 762884 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-01-20 20:15:28 UTC
Created attachment 762885 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-01-20 20:15:29 UTC
Created attachment 762886 [details]
games-roguelike:stone-soup-0.28.0_pre20220107:20220120-183625.log
Comment 6 Erik Mackdanz gentoo-dev 2023-07-29 10:56:35 UTC
Someone started a patch long ago but didn't finish it: https://github.com/crawl/crawl/pull/1151
Comment 7 Erik Mackdanz gentoo-dev 2023-07-29 20:18:55 UTC
This upstream issue also mentions a simple patch to crash.cc: https://github.com/crawl/crawl/issues/2446 ... I'll try this the next time I push an update
Comment 8 Larry the Git Cow gentoo-dev 2023-08-14 17:55:12 UTC
The bug has been closed via the following commit(s):

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

commit eaab00c81c45e54fd2174fee1caa92b17c61c50a
Author:     Erik Mackdanz <stasibear@gentoo.org>
AuthorDate: 2023-08-14 17:53:53 +0000
Commit:     Erik Mackdanz <stasibear@gentoo.org>
CommitDate: 2023-08-14 17:55:03 +0000

    games-roguelike/stone-soup: avoid execinfo.h on non-glibc
    
    Upstream: https://github.com/crawl/crawl/issues/2446
    Closes: https://bugs.gentoo.org/831632
    Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>

 games-roguelike/stone-soup/files/avoid-musl-execinfo.patch   | 12 ++++++++++++
 games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild     |  1 +
 games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild       |  1 +
 games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild       |  1 +
 games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild       |  1 +
 games-roguelike/stone-soup/stone-soup-0.29.1.ebuild          |  1 +
 games-roguelike/stone-soup/stone-soup-0.30.1.ebuild          |  1 +
 .../stone-soup/stone-soup-0.31.0_pre20230712.ebuild          |  1 +
 8 files changed, 19 insertions(+)