Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 439030 - sys-apps/baselayout-2.2 and sys-apps/baselayout-2.1-r1 create /run directory but don't own it
Summary: sys-apps/baselayout-2.2 and sys-apps/baselayout-2.1-r1 create /run directory ...
Status: RESOLVED DUPLICATE of bug 361349
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-20 05:52 UTC by Chris Slycord
Modified: 2012-10-20 16:11 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 Chris Slycord 2012-10-20 05:52:07 UTC
baselayout versions 2.1-r1 and 2.2 have the following in the ebuild:
mkdir -p "${ROOT}"/run

This has the package create the directory while it belongs to no package.

Reproducible: Always

Steps to Reproduce:
1. emerge baselayout
2. equery belongs /run
3.
Actual Results:  
Show that /run belongs to nothing

Expected Results:  
/run belong to the package that created it, namely baselayout. AFAIK, it should use dodir instead of mkdir but I'm no ebuild master
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-10-20 16:11:39 UTC
Bug #361349 comment #56.
Bug #361349 comment #71.

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