Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832235 - media-radio/tucnak-4.36 fails to compile: ld: libzia.so: undefined reference to backtrace
Summary: media-radio/tucnak-4.36 fails to compile: ld: libzia.so: undefined reference ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Beierlein
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-28 22:27 UTC by Agostino Sarubbo
Modified: 2022-10-11 05:34 UTC (History)
0 users

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


Attachments
build.log (build.log,145.94 KB, text/plain)
2022-01-28 22:27 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-01-28 22:27:14 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-radio/tucnak-4.34 fails to compile.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-28 22:27:16 UTC
Created attachment 763851 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-28 22:27:17 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: /usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../lib/libzia.so: undefined reference to `backtrace'
collect2: error: ld returned 1 exit status
Comment 3 Agostino Sarubbo gentoo-dev 2022-09-14 13:12:36 UTC
tinderbox_musl has reproduced this issue with version 4.36 - Updating summary.
Comment 4 Thomas Beierlein gentoo-dev 2022-10-10 18:49:58 UTC
Using unw_backtrace from libunwind should do it.  Needs some further tests in next days.
Comment 5 Larry the Git Cow gentoo-dev 2022-10-11 05:34:01 UTC
The bug has been closed via the following commit(s):

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

commit 9c5cb3e5ae603af9a954b70a122bbe0c974f75d2
Author:     Thomas Beierlein <tomjbe@gentoo.org>
AuthorDate: 2022-10-11 05:31:54 +0000
Commit:     Thomas Beierlein <tomjbe@gentoo.org>
CommitDate: 2022-10-11 05:33:45 +0000

    dev-libs/libzia: Fix build with MUSL
    
    Closes: https://bugs.gentoo.org/832235
    Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>

 dev-libs/libzia/libzia-4.34.ebuild | 10 ++++++++--
 dev-libs/libzia/libzia-4.36.ebuild | 10 ++++++++--
 2 files changed, 16 insertions(+), 4 deletions(-)