Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 662134 - app-emulation/open-vm-tools-10.2.5 scripts/build/rpcgen_wrapper.sh: line 74: -h: command not found
Summary: app-emulation/open-vm-tools-10.2.5 scripts/build/rpcgen_wrapper.sh: line 74: ...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-25 20:59 UTC by Thomas
Modified: 2018-12-18 16:49 UTC (History)
2 users (show)

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


Attachments
Build log from app-emulation/open-vm-tools (build.log,20.09 KB, text/x-log)
2018-07-25 20:59 UTC, Thomas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas 2018-07-25 20:59:48 UTC
Created attachment 541064 [details]
Build log from app-emulation/open-vm-tools

Error compiling app-emulation/open-vm-tools. Looks like in line 74 two variables are not defined leading to executing "-h".
Comment 1 Raphael Schlameuss 2018-08-11 13:09:19 UTC
Same here, seems like 'rpcgen' is missing from system and configure doesn't check for it.

Fixed by updating rpcsvc-proto to latest version 'net-libs/rpcsvc-proto-1.3.1-r1'.

Side note: 'rpcgen' was removed in glibc-2.26 and later.

For reference: https://wiki.gentoo.org/wiki/Glibc_2.26_porting_notes/RPC_implementation
Comment 2 Mike Gilbert gentoo-dev 2018-08-11 16:50:58 UTC
The ebuild already depends on rpcsvc-proto, which depends on glibc[rpc] or provides rpcgen itself. I'm not sure how you got into a state where you don't have rpcgen installed.