[Bug 233501] multimedia/gstreamer-plugins-buzztard: fails to build with fluidsynth 2.x
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Nov 25 11:57:39 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233501
Bug ID: 233501
Summary: multimedia/gstreamer-plugins-buzztard: fails to build
with fluidsynth 2.x
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: needs-patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: multimedia at FreeBSD.org
Reporter: jbeich at FreeBSD.org
Blocks: 233448
Flags: maintainer-feedback?(multimedia at FreeBSD.org)
Assignee: multimedia at FreeBSD.org
src/fluidsynth/gstfluidsynth.c:258:64: error: too few arguments to function
call, expected 3, have 2
ddef = fluid_settings_getnum_default (bag->settings, name);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/usr/local/include/fluidsynth/settings.h:134:1: note:
'fluid_settings_getnum_default' declared here
FLUIDSYNTH_API
^
/usr/local/include/fluidsynth.h:47:24: note: expanded from macro
'FLUIDSYNTH_API'
#define FLUIDSYNTH_API __attribute__ ((visibility ("default")))
^
src/fluidsynth/gstfluidsynth.c:264:64: error: too few arguments to function
call, expected 3, have 2
idef = fluid_settings_getint_default (bag->settings, name);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/usr/local/include/fluidsynth/settings.h:147:1: note:
'fluid_settings_getint_default' declared here
FLUIDSYNTH_API
^
/usr/local/include/fluidsynth.h:47:24: note: expanded from macro
'FLUIDSYNTH_API'
#define FLUIDSYNTH_API __attribute__ ((visibility ("default")))
^
src/fluidsynth/gstfluidsynth.c:269:66: error: too few arguments to function
call, expected 3, have 2
defstr = fluid_settings_getstr_default (bag->settings, name);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/usr/local/include/fluidsynth/settings.h:122:1: note:
'fluid_settings_getstr_default' declared here
FLUIDSYNTH_API
^
/usr/local/include/fluidsynth.h:47:24: note: expanded from macro
'FLUIDSYNTH_API'
#define FLUIDSYNTH_API __attribute__ ((visibility ("default")))
^
src/fluidsynth/gstfluidsynth.c:413:11: error: use of undeclared identifier
'FLUID_CHORUS_DEFAULT_TYPE'
FLUID_CHORUS_DEFAULT_TYPE,
^
build log: https://ptpb.pw/zwBz
Referenced Bugs:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233448
[Bug 233448] audio/fluidsynth: Update to 2.0.2
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list