Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39158 - traceroute installs as bin:bin instead of root:root
Summary: traceroute installs as bin:bin instead of root:root
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-23 06:53 UTC by splite
Modified: 2004-03-01 20:18 UTC (History)
1 user (show)

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


Attachments
patch to traceroute-1.4_p12-r2.ebuild to install files as root:root instead of bin:bin (traceroute-1.4_p12-r2.ebuild.patch,294 bytes, patch)
2004-01-23 06:54 UTC, splite
Details | Diff
fowners clears suid bit on linux, so fperms should be done after fowners (traceroute-ebuild-perm-fix.patch,613 bytes, patch)
2004-02-29 19:34 UTC, Matthias Foerste
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description splite 2004-01-23 06:53:27 UTC
traceroute-1.4_p12-r2 installs files with owner bin:bin instead of root:root.  A patch to traceroute-1.4_p12-r2.ebuild is attached.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 splite 2004-01-23 06:54:12 UTC
Created attachment 24287 [details, diff]
patch to traceroute-1.4_p12-r2.ebuild to install files as root:root instead of bin:bin
Comment 2 SpanKY gentoo-dev 2004-01-24 19:16:03 UTC
weird, on my machine it always installed as root:bin ...

added an fowners root:root to src_install(), thanks
Comment 3 Matthias Foerste 2004-02-29 19:34:54 UTC
Created attachment 26641 [details, diff]
fowners clears suid bit on linux, so fperms should be done after fowners
Comment 4 SpanKY gentoo-dev 2004-03-01 20:18:40 UTC
err yep, fixed in cvs, thanks