Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 877423 - virtual/rpcgen: proposal for building without NIS support
Summary: virtual/rpcgen: proposal for building without NIS support
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-17 10:47 UTC by Jocelyn Mayer
Modified: 2022-10-17 21:01 UTC (History)
3 users (show)

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


Attachments
virtual/rpcgen ebuild proposal (rpcgen-0.ebuild,762 bytes, text/plain)
2022-10-17 10:55 UTC, Jocelyn Mayer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jocelyn Mayer 2022-10-17 10:47:23 UTC
rpcgen is missing when NIS support is disabled, ie when net-libs/libnsl and / or 
net-libs/rpcsvc-proto have not been built.
However, rpcgen can also be provided by the net-fs/nfs-utils package.
Thus, this proposal is to add a new virtual/rpcgen package with a single USE="nis" flag in order to be able to find a package able to provide the rpcgen tool.

Reproducible: Always

Steps to Reproduce:
1. Build without NIS support, masking net-libs/libnsl and net-libs/rpcsvc-proto
2. Try to build: net-fs/nfs-utils, net-fs/samba, sys-auth/pam_skey, sys-libs/tevent
3. Dependencies cannot be satisfied and / or build fails because of missing rpcgen tool
Actual Results:  
Build fails because of lack of rpcgen tool

Expected Results:  
rpcgen tool can also be provided by net-fs/nfs-utils, when requested

For this to be usable, net-fs/nfs-utils also needs to be patched
Comment 1 Jocelyn Mayer 2022-10-17 10:55:22 UTC
Created attachment 824569 [details]
virtual/rpcgen ebuild proposal