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

Bug 831791

Summary: games-fps/gzdoom-4.7.1 fails to compile (MUSL): ld: zipdir.c:(.text+0x704): undefined reference to fts_read
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: William Breathitt Gray <vilhelm.gray>
Status: CONFIRMED ---    
Severity: normal CC: games, gentoo.qxrin, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2022-01-22 09:39:57 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-fps/gzdoom-4.7.1 fails to compile.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-22 09:39:59 UTC
Created attachment 763128 [details]
build.log

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


--   Package 'musl-fts', required by 'virtual:world', not found
-- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) 
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: zipdir.c:(.text+0x704): undefined reference to `fts_read'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: zipdir.c:(.text+0x771): undefined reference to `fts_read'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: zipdir.c:(.text+0x781): undefined reference to `fts_close'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: zipdir.c:(.text+0x7ec): undefined reference to `fts_set'
zipdir.c:(.text+0x6e1): undefined reference to `fts_open'
collect2: error: ld returned 1 exit status
Comment 3 William Breathitt Gray 2022-01-22 14:19:36 UTC
Do you have sys-libs/fts-standalone installed?