Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 592014 - sys-fs/zfs should depend on net-libs/libtirpc when musl is used
Summary: sys-fs/zfs should depend on net-libs/libtirpc when musl is used
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Richard Yao (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2016-08-24 14:07 UTC by acc+gentoo
Modified: 2019-07-10 04:27 UTC (History)
4 users (show)

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


Attachments
emerge --info (emerge-info.txt,4.92 KB, text/plain)
2016-08-24 14:07 UTC, acc+gentoo
Details
Proposed patch to add dependency (zfs-9999-depend-on-libtirpc.patch,396 bytes, patch)
2016-08-24 14:10 UTC, acc+gentoo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description acc+gentoo 2016-08-24 14:07:13 UTC
Created attachment 444028 [details]
emerge --info

sys-fs/zfs-9999 (and probably all other versions) fails to build on hardened/linux/musl/amd64:

configure: error: xdrmem_create() requires tirpc or libc

It should probably pull net-libs/libtirpc as a run-time dependency when on musl libc.
Comment 1 acc+gentoo 2016-08-24 14:10:52 UTC
Created attachment 444030 [details, diff]
Proposed patch to add dependency
Comment 2 Matt Turner gentoo-dev 2019-07-10 04:27:14 UTC
Fixed long ago by commit df1cc0f5f518b877bc29d7b0fa15456203041d0f ("sys-fs/zfs: Fixing bugs #639350 and #642110")