Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 327959 - mpdscribble-0.19 creates conf.: /etc/f=mpdscribble.conf
Summary: mpdscribble-0.19 creates conf.: /etc/f=mpdscribble.conf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Christoph Mende (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-12 17:25 UTC by Kristian Niemi
Modified: 2010-09-10 19:02 UTC (History)
2 users (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 Kristian Niemi 2010-07-12 17:25:09 UTC
Stable mpdscribble-0.19 creates configuration file at "/etc/f=mpdscribble.conf".

Reproducible: Always

Steps to Reproduce:
1. emerge =media-sound/mpdscribble-0.19

Actual Results:  
Configuration found at "/etc/f=mpdscribble.conf".

Expected Results:  
Surely configuration should actually be "/etc/mpdscribble.conf"?
Comment 1 Nikolaj Šujskij 2010-07-20 11:20:56 UTC
Confirmed. Seems like upstream bug, though (-:E
Comment 2 Christoph Mende (RETIRED) gentoo-dev 2010-09-10 19:02:12 UTC
+  06 Sep 2010; <angelos@gentoo.org> mpdscribble-0.19.ebuild,
+  +files/mpdscribble-0.19-config_path.patch:
+  Fix config file install path (bug #327959)

This was actually not a mpdscribble bug but rather an automake "feature".
The old am__strip_dir macro worked like this: dest=$(am__strip_dir) -> dest=mpdscribble.conf
But with 1.11 it's supposed to be used like this: $(am__strip_dir) -> f=mpdscribble.conf
I've changed Makefile.am to use the new behaviour and force automake 1.11 now.