| Bug#: 217406 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: gnome@gentoo.org | Reported By: srrijkers@gmail.com | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: app-text/rarian should set --localstatedir=/var | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2008-04-12 15:42 0000 | |||
| Description: | Opened: 2008-04-12 15:42 0000 |
Now it creates /var/lib/lib/rarian because of portage setting --localstatedir to /var/lib. This should be overridden in the ebuild.
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)
*** Bug 218143 has been marked as a duplicate of this bug. ***
fixed without a bump, thanks for reporting.