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

Bug 832743

Summary: sci-electronics/klayout-0.28.9 fails to compile with musl : laySignalHandler.cc:44:12: fatal error: execinfo.h: No such file or directory
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Andreas K. Hüttel <dilfridge>
Status: CONFIRMED ---    
Severity: normal CC: sci-electronics
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/KLayout/klayout/issues/990
Whiteboard: tracking upstream; musl
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 856418    
Attachments: build.log.xz

Description Agostino Sarubbo gentoo-dev 2022-02-05 08:02:53 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-electronics/klayout-0.27.3 fails to compile.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-02-05 08:02:59 UTC
Created attachment 764373 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2022-02-05 08:03:00 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


                 from /usr/include/qt5/QtCore/QJsonParseError:1,
                 from /usr/include/qt5/QtNetwork/QSslError:1,
                 from /usr/include/qt5/QtSql/QSqlError:1,
../../src/lay/lay/laySignalHandler.cc:44:12: fatal error: execinfo.h: No such file or directory
../../src/lay/lay/laySignalHandler.cc:44:12: fatal error: execinfo.h: No such file or directory
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2022-02-06 00:55:13 UTC
Filed upstream bug
Comment 4 Agostino Sarubbo gentoo-dev 2022-09-26 09:20:20 UTC
tinderbox_musl has reproduced this issue with version 0.27.10 - Updating summary.
Comment 5 Andreas K. Hüttel archtester gentoo-dev 2023-06-12 20:11:12 UTC
Upstream suggestion:

> If there is no execinfo.h available, you can try to exclude the stack trace code with some proper #if defined(...) in laySignalHandler.cc.
Comment 6 Agostino Sarubbo gentoo-dev 2024-02-16 10:28:13 UTC
tinderbox_musl has reproduced this issue with version 0.28.9 - Updating summary.