[Bug 196163] New: audio/fluidsynth: ALSA option breaks build
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Dec 20 17:57:36 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196163
Bug ID: 196163
Summary: audio/fluidsynth: ALSA option breaks build
Product: Ports Tree
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: multimedia at FreeBSD.org
Reporter: mi at ALDAN.algebra.com
Flags: maintainer-feedback?(multimedia at FreeBSD.org)
Assignee: multimedia at FreeBSD.org
Enabling ALSA option breaks the build here (10.1/amd64):
FAILED: /usr/bin/cc -DHAVE_CONFIG_H -Dlibfluidsynth_EXPORTS -O2 -pipe
-march=opteron -I/opt/include/portaudio2 -I/opt/include -fstack-protector
-fno-strict-aliasing -O2 -pipe -march=opteron -I/opt/include/portaudio2
-I/opt/include -fstack-protector -fno-strict-aliasing -fPIC -I. -Isrc
-Isrc/drivers -Isrc/synth -Isrc/rvoice -Isrc/midi -Isrc/utils -Isrc/sfloader
-Isrc/bindings -Iinclude -I/opt/include/glib-2.0 -I/opt/lib/glib-2.0/include
-I/opt/include -I/opt/include/alsa -MMD -MT
src/CMakeFiles/libfluidsynth.dir/drivers/fluid_alsa.c.o -MF
src/CMakeFiles/libfluidsynth.dir/drivers/fluid_alsa.c.o.d -o
src/CMakeFiles/libfluidsynth.dir/drivers/fluid_alsa.c.o -c
src/drivers/fluid_alsa.c
...
src/drivers/fluid_alsa.c:357:8: error: duplicate case value '-32'
case -ESTRPIPE:
^
src/drivers/fluid_alsa.c:350:8: note: previous case defined here
case -EPIPE:
Indeed, both EPIPE and ESTRPIPE are 32...
--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer multimedia at FreeBSD.org
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-multimedia
mailing list