maintainer-feedback requested: [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:38 UTC 2018


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-multimedia mailing
list <multimedia at FreeBSD.org> for maintainer-feedback:
Bug 233501: multimedia/gstreamer-plugins-buzztard: fails to build with
fluidsynth 2.x
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233501



--- Description ---
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


More information about the freebsd-multimedia mailing list