Skip Menu |

This queue is for tickets about the Test-Corpus-Audio-MPD CPAN distribution.

Report information
The Basics
Id: 66573
Status: resolved
Priority: 0/
Queue: Test-Corpus-Audio-MPD

People
Owner: Nobody in particular
Requestors: ALEXBIO [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.110600
Fixed in: (no value)



Subject: unrecognized parameter in config file at line 5: error_file
According to MPD v0.16 changelog the deprecated "error_file" option has been removed (and sort of merged with the "log_file" one). This causes Test::Corpus::Audio::MPD to fail when starting mpd, with the error "unrecognized parameter in config file at line 5: error_file". The attached patch should solve the issue. Cheers
Subject: fix-deprecated-conf-error_file.patch
--- a/share/mpd.conf.template +++ b/share/mpd.conf.template @@ -2,7 +2,6 @@ music_directory "PWD/music" playlist_directory "TMP/playlists" log_file "/dev/null" -error_file "/dev/null" db_file "TMP/music.db" state_file "TMP/state" pid_file "TMP/pid"
thanks - patch applied v1.110710 on its way to cpan. note: to get full credits in git history, i invite you to fork on github and send pull requests. but i'm totally fine with patches in rt... :-)
Il Sab 12 Mar 2011 10:02:47, JQUELIN ha scritto: Show quoted text
> note: to get full credits in git history, i invite you to fork on
github Show quoted text
> and send pull requests. but i'm totally fine with patches in rt... :-)
Ok, I'll remember this for the future Cheers