[Bug 193177] New: audio/sdl_mixer: music.c:41: music_modplug.h:3:21: error: modplug.h: No such file or directory (MODPLUG option)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Aug 30 20:27:20 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193177
Bug ID: 193177
Summary: audio/sdl_mixer: music.c:41: music_modplug.h:3:21:
error: modplug.h: No such file or directory (MODPLUG
option)
Product: Ports Tree
Version: Latest
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: jbeich at vfemail.net
Created attachment 146569
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146569&action=edit
error log
$ ls /usr/local/include/**/modplug.h
/usr/local/include/libmodplug/modplug.h
$ pkg-config --cflags libmodplug
-I/usr/local/include
$ make DISABLE_MAKE_JOBS=
===> Building for sdl_mixer-1.2.12_8
gmake[2]: Entering directory 'WRKDIR/SDL_mixer-1.2.12'
/bin/sh ./libtool --mode=compile cc -O2 -pipe -I/usr/local/include
-D_GNU_SOURCE=1 -I/usr/local/include/SDL -I/usr/local/include -D_GNU_SOURCE=1
-D_REENTRANT -D_THREAD_SAFE -fvisibility=hidden -DHAVE_FORK -DCMD_MUSIC
-DWAV_MUSIC -DMODPLUG_MUSIC -I/usr/local/include -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DOGG_MUSIC
-DOGG_DYNAMIC=\"libvorbisfile.so.6\" -DHAVE_SIGNAL_H -DHAVE_SETBUF -MMD -MT
build/music.lo -c music.c -o build/music.lo
libtool: compile: cc -O2 -pipe -I/usr/local/include -D_GNU_SOURCE=1
-I/usr/local/include/SDL -I/usr/local/include -D_GNU_SOURCE=1 -D_REENTRANT
-D_THREAD_SAFE -fvisibility=hidden -DHAVE_FORK -DCMD_MUSIC -DWAV_MUSIC
-DMODPLUG_MUSIC -I/usr/local/include -DMID_MUSIC -DUSE_TIMIDITY_MIDI
-I./timidity -DOGG_MUSIC -DOGG_DYNAMIC=\"libvorbisfile.so.6\" -DHAVE_SIGNAL_H
-DHAVE_SETBUF -MMD -MT build/music.lo -c music.c -fPIC -DPIC -o
build/.libs/music.o
In file included from music.c:41:
./music_modplug.h:3:10: fatal error: 'modplug.h' file not found
#include "modplug.h"
^
1 error generated.
Makefile:151: recipe for target 'build/music.lo' failed
gmake[2]: *** [build/music.lo] Error 1
gmake[2]: Leaving directory 'WRKDIR/SDL_mixer-1.2.12'
*** Error code 1
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list