Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 715934

Summary: dev-games/cegui-0.8.7-r1 : /.../Exceptions.cpp: fatal error: execinfo.h: No such file or directory
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo musl team <musl>
Status: RESOLVED FIXED    
Severity: normal CC: games
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 713786, 716422    
Attachments: emerge-info.txt
dev-games:cegui-0.8.7-r1:20200402-164745.log
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
temp.tbz2

Description Toralf Förster gentoo-dev 2020-04-02 17:19:21 UTC
[ 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"
Comment 1 Toralf Förster gentoo-dev 2020-04-02 17:19:24 UTC
Created attachment 629120 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-02 17:19:27 UTC
Created attachment 629122 [details]
dev-games:cegui-0.8.7-r1:20200402-164745.log
Comment 3 Toralf Förster gentoo-dev 2020-04-02 17:19:30 UTC
Created attachment 629124 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-04-02 17:19:35 UTC
Created attachment 629126 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-04-02 17:19:37 UTC
Created attachment 629128 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-04-02 17:19:40 UTC
Created attachment 629130 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-04-02 17:19:43 UTC
Created attachment 629132 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2020-05-16 20:43:56 UTC
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(-)