Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#39683 - [xmms2] fix for modplug.h
Attached to Project:
Community Packages
Opened by Kevin Mihelich (kmihelich) - Saturday, 29 March 2014, 23:43 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 31 March 2014, 11:48 GMT
Opened by Kevin Mihelich (kmihelich) - Saturday, 29 March 2014, 23:43 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 31 March 2014, 11:48 GMT
|
DetailsDescription: In the libmodplug package, modplug.h is in /usr/include/libmodplug/modplug.h.
This build error can be fixed with: sed -i 's|modplug.h|libmodplug/modplug.h|' src/plugins/modplug/modplug.c Additional info: * package version(s) * config and/or log files etc. [ 81/323] c: src/plugins/wavpack/wavpack.c -> _build_/src/plugins/wavpack/wavpack.c.1.o ../src/plugins/modplug/modplug.c:12:21: fatal error: modplug.h: No such file or directory #include <modplug.h> Steps to reproduce: Build using a clean chroot with up to date packages. |
This task depends upon