[Pkg-mpd-maintainers] Bug#725535: Bug#725535: mpd: FTBFS: src/decoder/modplug_decoder_plugin.c:25:21: fatal error: modplug.h: No such file or directory

Florian Schlichting fsfs at debian.org
Sun Oct 6 21:42:43 UTC 2013


Control: tags 725535 confirmed patch

> During a rebuild of all packages in sid, your package failed to build on
> amd64.
> 
> This is related to
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652139
> One need to #include <libmodplug/modplug.h>

indeed, and that's apparently all that's needed:

--- a/src/decoder/modplug_decoder_plugin.c
+++ b/src/decoder/modplug_decoder_plugin.c
@@ -22,7 +22,7 @@
 #include "tag_handler.h"

 #include <glib.h>
-#include <modplug.h>
+#include <libmodplug/modplug.h>
 #include <assert.h>

 #undef G_LOG_DOMAIN


I'm not uploading this fix for the moment as mpd is part of the ongoing
libav9 transition
(http://release.debian.org/transitions/html/libav9.html).

Florian



More information about the Pkg-mpd-maintainers mailing list