Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2014 17:57:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 196163] audio/fluidsynth: ALSA option breaks build
Message-ID:  <bug-196163-12827-2DirjTQic3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196163-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196163-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Mikhail T. <mi@ALDAN.algebra.com> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to
multimedia@FreeBSD.org:
Bug 196163: audio/fluidsynth: ALSA option breaks build
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D196163



--- Description ---
Enabling ALSA option breaks the build here (10.1/amd64):

FAILED: /usr/bin/cc  -DHAVE_CONFIG_H -Dlibfluidsynth_EXPORTS -O2 -pipe
-march=3Dopteron	-I/opt/include/portaudio2 -I/opt/include  -fstack-protector
-fno-strict-aliasing -O2 -pipe -march=3Dopteron  -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@FreeBSD.org> ---
Auto-assigned to maintainer multimedia@FreeBSD.org=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196163-12827-2DirjTQic3>