Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 547782 - net-misc/iputils-20121221-r2: Emerge fails in postinst phase (clockdiff in wrong dir?)
Summary: net-misc/iputils-20121221-r2: Emerge fails in postinst phase (clockdiff in wr...
Status: RESOLVED DUPLICATE of bug 547752
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-26 09:14 UTC by Klaus Kusche
Modified: 2015-05-02 15:21 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Klaus Kusche 2015-04-26 09:14:07 UTC
I emerged iputils with USE="clockdiff ssl tracepath -SECURITY_HAZARD -arping -caps -doc -filecaps -gnutls -idn -ipv6 -rarpd -rdisc -static -tftpd -traceroute" and got the following error:

ERROR (postinst)

ERROR: net-misc/iputils-20121221-r2::gentoo failed (postinst phase):
  (no error message)

Call stack:
    ebuild.sh, line   93:  Called pkg_postinst
  environment, line 2177:  Called fcaps 'cap_net_raw' 'bin/ping' 'usr/bin/clockdiff'
  environment, line 1175:  Called die
The specific snippet of code:
          chown "${owner}:${group}" "${file}" || die;


Most likely reason:
"clockdiff" is installed to "/usr/sbin",
not to "/usr/bin" as the code above assumes.
Comment 1 Felix Janda 2015-04-26 19:43:47 UTC
Duplicate of bug 547752
Comment 2 Michael Palimaka (kensington) gentoo-dev 2015-05-02 15:21:11 UTC

*** This bug has been marked as a duplicate of bug 547752 ***