Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 373309 - sys-boot/plymouth: wrong --localstatedir
Summary: sys-boot/plymouth: wrong --localstatedir
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Amadeusz Żołnowski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-28 09:43 UTC by Arne Flagge
Modified: 2011-07-02 11:53 UTC (History)
0 users

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


Attachments
emerge --info (emerge.info,12.72 KB, text/plain)
2011-06-28 09:44 UTC, Arne Flagge
Details
Ebuild patch (localstatedir.patch,326 bytes, patch)
2011-06-28 09:45 UTC, Arne Flagge
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arne Flagge 2011-06-28 09:43:43 UTC
At the moment configure is run with --localstatedir=/var/lib. Following an excerpt of "equery files plymouth":
/var
/var/lib
/var/lib/lib
/var/lib/lib/plymouth
/var/lib/run
/var/lib/run/plymouth
/var/lib/spool
/var/lib/spool/plymouth

The "lib" directory is already set by the makefile (i guess). To fix this, --localstatedir should be just "/var".

Reproducible: Always
Comment 1 Arne Flagge 2011-06-28 09:44:50 UTC
Created attachment 278449 [details]
emerge --info
Comment 2 Arne Flagge 2011-06-28 09:45:10 UTC
Created attachment 278451 [details, diff]
Ebuild patch
Comment 3 Amadeusz Żołnowski (RETIRED) gentoo-dev 2011-07-02 11:53:00 UTC
I have already fixed it before bug was assigned to me, but thank you for the report.