[ 13%] Building CXX object cegui/src/CMakeFiles/CEGUIBase-0.dir/Exceptions.cpp.o cd /var/tmp/portage/dev-games/cegui-0.8.7-r1/work/cegui-0.8.7_build/cegui/src && ccache /usr/bin/x86_64-gentoo-linux-musl-g++ -DCEGUIBASE_EXPORTS -I/var/tmp/portage/dev-games/cegui-0.8.7-r1/work/cegui-0.8.7_build/cegui/include -I/var/tmp/portage/dev-games/cegui-0.8.7-r1/work/cegui-0.8.7/cegui/include -DNDEBUG -O2 -pipe -march=native -std=c++14 -fsigned-char -Wall -Wextra -fPIC -o CMakeFiles/CEGUIBase-0.dir/Exceptions.cpp.o -c /var/tmp/portage/dev-games/cegui-0.8.7-r1/work/cegui-0.8.7/cegui/src/Exceptions.cpp /var/tmp/portage/dev-games/cegui-0.8.7-r1/work/cegui-0.8.7/cegui/src/Exceptions.cpp:45:13: fatal error: execinfo.h: No such file or directory 45 | # include <execinfo.h> | ^~~~~~~~~~~~ compilation terminated. ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0_musl-20200328-141627 ------------------------------------------------------------------- Please see the tracker bug for details. gcc-config -l: [1] x86_64-gentoo-linux-musl-9.3.0 * clang version 10.0.0 Target: x86_64-gentoo-linux-musl Thread model: posix InstalledDir: /usr/lib/llvm/10/bin /usr/lib/llvm/10 10.0.0 Available Python interpreters, in order of preference: [1] python3.8 [2] python3.7 [3] python3.6 [4] python2.7 (fallback) Available Ruby profiles: [1] ruby24 (with Rubygems) [2] ruby25 (with Rubygems) * Available Rust versions: [1] rust-1.42.0 * timestamp of HEAD at this tinderbox image: /var/db/repos/gentoo Thu Apr 2 15:39:01 UTC 2020 /var/db/repos/musl Thu Apr 2 13:46:05 UTC 2020 emerge -qpvO dev-games/cegui [ebuild N ] dev-games/cegui-0.8.7-r1 USE="pcre xml -bidi -debug -devil -doc -expat -freeimage -irrlicht -lua -ogre -opengl -python -static-libs -tinyxml -truetype -xerces-c -zip" PYTHON_SINGLE_TARGET="python2_7"
Created attachment 629120 [details] emerge-info.txt
Created attachment 629122 [details] dev-games:cegui-0.8.7-r1:20200402-164745.log
Created attachment 629124 [details] emerge-history.txt
Created attachment 629126 [details] environment
Created attachment 629128 [details] etc.portage.tbz2
Created attachment 629130 [details] logs.tbz2
Created attachment 629132 [details] temp.tbz2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=365bcd090bd85a3be7f7fa14205026e93170ace6 commit 365bcd090bd85a3be7f7fa14205026e93170ace6 Author: James Le Cuirot <chewi@gentoo.org> AuthorDate: 2020-05-16 20:07:11 +0000 Commit: James Le Cuirot <chewi@gentoo.org> CommitDate: 2020-05-16 20:43:26 +0000 dev-games/cegui: Fix build on musl Now the problematic header is only needed when USE=debug and this has just been masked on musl. Closes: https://bugs.gentoo.org/715934 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: James Le Cuirot <chewi@gentoo.org> dev-games/cegui/cegui-0.8.7-r1.ebuild | 1 + dev-games/cegui/files/cegui-0.8.7-musl.patch | 72 ++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07eff95dc31f861a83ee0c89cb06d1981c02bea commit f07eff95dc31f861a83ee0c89cb06d1981c02bea Author: James Le Cuirot <chewi@gentoo.org> AuthorDate: 2020-05-16 20:05:13 +0000 Commit: James Le Cuirot <chewi@gentoo.org> CommitDate: 2020-05-16 20:43:23 +0000 profiles: Mask dev-games/cegui[debug] on musl execinfo.h is required for musl. Bug: https://bugs.gentoo.org/715934 Signed-off-by: James Le Cuirot <chewi@gentoo.org> profiles/features/musl/package.use.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)