Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217406 - app-text/rarian should set --localstatedir=/var
Summary: app-text/rarian should set --localstatedir=/var
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal with 1 vote (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 218143 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-04-12 15:42 UTC by srrijkers
Modified: 2008-06-29 22:54 UTC (History)
1 user (show)

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 srrijkers 2008-04-12 15:42:36 UTC
Now it creates /var/lib/lib/rarian because of portage setting --localstatedir to /var/lib. This should be overridden in the ebuild.
Comment 1 Arun Raghavan (RETIRED) gentoo-dev 2008-04-14 07:08:49 UTC
I can confirm this. The default localstatedir used by configure is /var, to which it appends a "/lib/rarian". Looks like our ebuilds should add a --localstatedir=/var to override the portage default. (this is what dbus and dbus-glib do for the same circumstances)
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2008-04-17 18:18:56 UTC
*** Bug 218143 has been marked as a duplicate of this bug. ***
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-06-29 22:54:57 UTC
fixed without a bump, thanks for reporting.