giovanni@Rivendell /media/giovanni/MIBrepos/ABFRepos/Sound/linuxsampler (rosa2014.1) $ abf rpmbuild Fetching file linuxsampler-1.0.0.tar.bz2 Executing rpmbuild... Executing(%prep): /bin/sh -e /home/giovanni/rpm/tmp/rpm-tmp.64441 + umask 022 + cd /tmp/abf/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /tmp/abf/rpmbuild/BUILD + rm -rf linuxsampler-2.0.0 + /usr/bin/bzip2 -dc /tmp/abf/rpmbuild/linuxsampler-2.0.0.tar.bz2 + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd linuxsampler-2.0.0 + exit 0 Executing(%build): /bin/sh -e /home/giovanni/rpm/tmp/rpm-tmp.64441 + umask 022 + cd /tmp/abf/rpmbuild/BUILD + cd linuxsampler-2.0.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC' + export CFLAGS + CXXFLAGS='-O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC' + export CXXFLAGS + FFLAGS='-O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC' + export FFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu' + export LDFLAGS + CONFIGURE_TOP=. + /usr/lib/rpm/mandriva/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mandriva/drop-ld-no-undefined-for-shared-lib-modules-in-libtool Modifying ltmain.sh underlinking for plugins (cf http://wiki.mandriva.com/en/Underlinking) + /usr/lib/rpm/mandriva/fix-libtool-ltmain-from-overlinking Fixing libtool's ltmain.sh to prevent overlinking (cf http://wiki.mandriva.com/en/Overlinking) + /usr/lib/rpm/mandriva/fix-libtool-from-moving-options-after-libs . Fixing libtool inside configure to pass -Wl,xxx options before libraries + /usr/lib/rpm/mandriva/fix-dlsearch-path-in-libtool-for-multilib . lib64 Forcing run-time library search path definition in configure to prevent libtool from adding rpath for standard directories (configure was generated with libtool without support for autodetection) + '[' -f ./configure.in -o -f ./configure.ac ']' + CONFIGURE_XPATH='--x-includes=/usr/include --x-libraries=/usr/lib64' + ./configure --build=x86_64-unknown-linux-gnu --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib64 --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --x-includes=/usr/include --x-libraries=/usr/lib64 --disable-static --disable-arts-driver --disable-artstest --disable-midishare-driver checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for bison... bison -y checking whether byte ordering is bigendian... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether x86 architecture... yes checking for mmsystem.h... no checking whether UNIX98 compatible... yes checking features.h usability... yes checking features.h presence... yes checking for features.h... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for NPTL bug... no checking uuid/uuid.h usability... yes checking uuid/uuid.h presence... yes checking for uuid/uuid.h... yes checking for library containing uuid_generate... -luuid checking alsa/asoundlib.h usability... yes checking alsa/asoundlib.h presence... yes checking for alsa/asoundlib.h... yes checking for main in -lasound... yes checking Alsa version... 1.1.0 checking for JACK... yes checking for jack_client_name_size... yes checking for jack_client_open... yes checking for jack_on_info_shutdown... yes checking jack/midiport.h usability... yes checking jack/midiport.h presence... yes checking for jack/midiport.h... yes checking for jack_midi_get_event_count... yes ARTS support disabled by configure script parameter checking for ASIO headerfile: ./ASIOSDK2/common/asio.h ....no MidiShare support disabled by configure script parameter checking CoreMIDI/CoreMIDI.h usability... no checking CoreMIDI/CoreMIDI.h presence... no checking for CoreMIDI/CoreMIDI.h... no checking CoreAudio/CoreAudio.h usability... no checking CoreAudio/CoreAudio.h presence... no checking for CoreAudio/CoreAudio.h... no checking for mmsystem.h... (cached) no checking dssi.h usability... yes checking dssi.h presence... yes checking for dssi.h... yes checking for LV2... yes checking AudioUnit/AudioUnit.h usability... no checking AudioUnit/AudioUnit.h presence... no checking for AudioUnit/AudioUnit.h... no checking for GIG... yes yes, found libgig 4.0.0 checking for SNDFILE... yes yes, found libsndfile 1.0 checking whether SF_FORMAT_VORBIS is declared... yes checking whether SF_FORMAT_FLAC is declared... yes checking for SF_INSTRUMENT.loops... yes checking for SQLITE3... yes benchmarking for the best (signed) triangular oscillator algorithm... integer math using abs() benchmarking for the best (unsigned) triangular oscillator algorithm... integer math using abs() checking for stdlib.h... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile config.status: creating man/linuxsampler.1 config.status: creating man/lscp.1 config.status: creating src/Makefile config.status: creating src/db/Makefile config.status: creating src/network/Makefile config.status: creating src/engines/Makefile config.status: creating src/engines/gig/Makefile config.status: creating src/engines/sf2/Makefile config.status: creating src/engines/sfz/Makefile config.status: creating src/engines/common/Makefile config.status: creating src/effects/Makefile config.status: creating src/common/Makefile config.status: creating src/testcases/Makefile config.status: creating src/drivers/Makefile config.status: creating src/drivers/audio/Makefile config.status: creating src/drivers/midi/Makefile config.status: creating src/plugins/Makefile config.status: creating src/hostplugins/Makefile config.status: creating src/hostplugins/dssi/Makefile config.status: creating src/hostplugins/lv2/Makefile config.status: creating src/hostplugins/lv2/manifest.ttl config.status: creating src/hostplugins/vst/Makefile config.status: creating src/hostplugins/au/Makefile config.status: creating src/scriptvm/Makefile config.status: creating src/shell/Makefile config.status: creating linuxsampler.spec config.status: creating debian/Makefile config.status: creating Artwork/Makefile config.status: creating scripts/Makefile config.status: creating osx/Makefile config.status: creating osx/linuxsampler.xcodeproj/Makefile config.status: creating Documentation/Makefile config.status: creating Documentation/Engines/Makefile config.status: creating Documentation/Engines/gig/Makefile config.status: creating linuxsampler.pc config.status: creating Doxyfile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands ##################################################################### # LinuxSampler Configuration # #-------------------------------------------------------------------# # Release Version: 2.0.0 # LSCP Version: 1.7 #------------------------------------------------------------------- # Assembly Optimizations: yes # Development Mode: no # Debug Level: 1 # Use Exceptions in RT Context: no # Preload Samples: 32768 # Maximum Pitch: 4 (octaves) # Maximum Events: 1024 # Envelope Bottom Level: 0.001 (linear) # Envelope Minimum Release Time: 0.0025 s # Streams to be refilled per Disk Thread Cycle: 4 # Minimum Stream Refill Size: 1024 # Maximum Stream Refill Size: 65536 # Stream Size: 262144 # Default Maximum Disk Streams: 90 # Default Maximum Voices: 64 # Default Subfragment Size: 32 # Default Global Volume Attenuation: 0.35 # Voice Stealing Algorithm: oldestvoiceonkey # Signed Triangular Oscillator Algorithm: intmathabs # Unsigned Triangular Oscillator Algorithm: intmathabs # SysEx Buffer Size: 2048 Byte # Min. Portamento Time: 0.1 s # Max. Portamento Time: 32 s # Default Portamento Time: 1 s # Force Filter Usage: no # Filter Cutoff Minimum: 100.0 Hz # Filter Cutoff Maximum: 10000.0 Hz # Override Filter Cutoff Controller: no # Override Filter Resonance Controller: no # Override Filter Type: no # Assert GS SysEx Checksum: no # Process Muted Channels: no # Process All-Notes-Off MIDI message: yes # Apply global volume SysEx by MIDI port: no # Interpolate Volume: yes # Instruments database support: yes # Instruments DB default location: /var/lib/linuxsampler/instruments.db # Plugin Path: /usr/lib64/linuxsampler/plugins #------------------------------------------------------------------- # MIDI Input Drivers: # ALSA: yes, JACK: yes, CoreMIDI: no, MME: no, MidiShare: no #------------------------------------------------------------------- # Audio Output Drivers: # ALSA: yes, JACK: yes, ARTS: no, CoreAudio: no, ASIO: no #------------------------------------------------------------------- # Sampler Engines: # GIG: yes, SF2: yes, SFZ: yes #------------------------------------------------------------------- # Effect plugin systems for internal effects: # LADSPA: yes #------------------------------------------------------------------- # Building sampler as plugin for following host standards: # DSSI: yes, LV2: yes, VST: no, AU: no #-------------------------------------------------------------------# # Read './configure --help' or file 'configure.in' for details. # ##################################################################### Good. Now type 'make' to compile, followed by 'make install' as root. + /usr/bin/make -j4 /usr/bin/make all-recursive make[1]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0' Making all in man make[2]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/man' Making all in src make[2]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src' Making all in scriptvm make[3]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/scriptvm' /usr/bin/make all-am make[4]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/scriptvm' depbase=`echo common.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT common.lo -MD -MP -MF $depbase.Tpo -c -o common.lo common.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo scanner.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT scanner.lo -MD -MP -MF $depbase.Tpo -c -o scanner.lo scanner.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT parser.lo -MD -MP -MF $depbase.Tpo -c -o parser.lo parser.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo tree.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT tree.lo -MD -MP -MF $depbase.Tpo -c -o tree.lo tree.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.cpp -fPIC -DPIC -o .libs/parser.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.cpp -fPIC -DPIC -o .libs/common.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT scanner.lo -MD -MP -MF .deps/scanner.Tpo -c scanner.cpp -fPIC -DPIC -o .libs/scanner.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT tree.lo -MD -MP -MF .deps/tree.Tpo -c tree.cpp -fPIC -DPIC -o .libs/tree.o depbase=`echo CoreVMFunctions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT CoreVMFunctions.lo -MD -MP -MF $depbase.Tpo -c -o CoreVMFunctions.lo CoreVMFunctions.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT CoreVMFunctions.lo -MD -MP -MF .deps/CoreVMFunctions.Tpo -c CoreVMFunctions.cpp -fPIC -DPIC -o .libs/CoreVMFunctions.o depbase=`echo ScriptVM.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT ScriptVM.lo -MD -MP -MF $depbase.Tpo -c -o ScriptVM.lo ScriptVM.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT ScriptVM.lo -MD -MP -MF .deps/ScriptVM.Tpo -c ScriptVM.cpp -fPIC -DPIC -o .libs/ScriptVM.o In file included from ScriptVM.cpp:14:0: ScriptVM.cpp: In member function 'LinuxSampler::VMParserContext* LinuxSampler::ScriptVM::loadScript(std::istream*)': ScriptVM.cpp:114:107: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] dmsg(2,("Allocating %d bytes of global int VM memory.\n", context->globalIntVarCount * sizeof(int))); ^ ../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ScriptVM.cpp: In member function 'LinuxSampler::VMExecContext* LinuxSampler::ScriptVM::createExecContext(LinuxSampler::VMParserContext*)': ScriptVM.cpp:157:82: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] parserCtx->requiredMaxStackSize * sizeof(ExecContext::StackFrame))); ^ ../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ScriptVM.cpp:163:82: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] dmsg(2,("Allocated %d bytes polyphonic memory.\n", polySize * sizeof(int))); ^ ../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplerscriptvm.la common.lo scanner.lo parser.lo tree.lo CoreVMFunctions.lo ScriptVM.lo -luuid libtool: link: ar cru .libs/liblinuxsamplerscriptvm.a .libs/common.o .libs/scanner.o .libs/parser.o .libs/tree.o .libs/CoreVMFunctions.o .libs/ScriptVM.o libtool: link: ranlib .libs/liblinuxsamplerscriptvm.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplerscriptvm.la" && ln -s "../liblinuxsamplerscriptvm.la" "liblinuxsamplerscriptvm.la" ) make[4]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/scriptvm' make[3]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/scriptvm' Making all in db make[3]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/db' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT liblinuxsamplerdb_la-InstrumentsDb.lo -MD -MP -MF .deps/liblinuxsamplerdb_la-InstrumentsDb.Tpo -c -o liblinuxsamplerdb_la-InstrumentsDb.lo `test -f 'InstrumentsDb.cpp' || echo './'`InstrumentsDb.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT liblinuxsamplerdb_la-InstrumentsDbUtilities.lo -MD -MP -MF .deps/liblinuxsamplerdb_la-InstrumentsDbUtilities.Tpo -c -o liblinuxsamplerdb_la-InstrumentsDbUtilities.lo `test -f 'InstrumentsDbUtilities.cpp' || echo './'`InstrumentsDbUtilities.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT liblinuxsamplerdb_la-InstrumentsDb.lo -MD -MP -MF .deps/liblinuxsamplerdb_la-InstrumentsDb.Tpo -c InstrumentsDb.cpp -fPIC -DPIC -o .libs/liblinuxsamplerdb_la-InstrumentsDb.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT liblinuxsamplerdb_la-InstrumentsDbUtilities.lo -MD -MP -MF .deps/liblinuxsamplerdb_la-InstrumentsDbUtilities.Tpo -c InstrumentsDbUtilities.cpp -fPIC -DPIC -o .libs/liblinuxsamplerdb_la-InstrumentsDbUtilities.o mv -f .deps/liblinuxsamplerdb_la-InstrumentsDbUtilities.Tpo .deps/liblinuxsamplerdb_la-InstrumentsDbUtilities.Plo mv -f .deps/liblinuxsamplerdb_la-InstrumentsDb.Tpo .deps/liblinuxsamplerdb_la-InstrumentsDb.Plo /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplerdb.la liblinuxsamplerdb_la-InstrumentsDb.lo liblinuxsamplerdb_la-InstrumentsDbUtilities.lo -lsqlite3 -luuid libtool: link: ar cru .libs/liblinuxsamplerdb.a .libs/liblinuxsamplerdb_la-InstrumentsDb.o .libs/liblinuxsamplerdb_la-InstrumentsDbUtilities.o libtool: link: ranlib .libs/liblinuxsamplerdb.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplerdb.la" && ln -s "../liblinuxsamplerdb.la" "liblinuxsamplerdb.la" ) make[3]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/db' Making all in network make[3]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/network' depbase=`echo lscpparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT lscpparser.lo -MD -MP -MF $depbase.Tpo -c -o lscpparser.lo lscpparser.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo lscpserver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT lscpserver.lo -MD -MP -MF $depbase.Tpo -c -o lscpserver.lo lscpserver.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo lscpresultset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT lscpresultset.lo -MD -MP -MF $depbase.Tpo -c -o lscpresultset.lo lscpresultset.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo lscp_shell_reference.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT lscp_shell_reference.lo -MD -MP -MF $depbase.Tpo -c -o lscp_shell_reference.lo lscp_shell_reference.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT lscpserver.lo -MD -MP -MF .deps/lscpserver.Tpo -c lscpserver.cpp -fPIC -DPIC -o .libs/lscpserver.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT lscp_shell_reference.lo -MD -MP -MF .deps/lscp_shell_reference.Tpo -c lscp_shell_reference.cpp -fPIC -DPIC -o .libs/lscp_shell_reference.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT lscpresultset.lo -MD -MP -MF .deps/lscpresultset.Tpo -c lscpresultset.cpp -fPIC -DPIC -o .libs/lscpresultset.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT lscpparser.lo -MD -MP -MF .deps/lscpparser.Tpo -c lscpparser.cpp -fPIC -DPIC -o .libs/lscpparser.o depbase=`echo lscpevent.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT lscpevent.lo -MD -MP -MF $depbase.Tpo -c -o lscpevent.lo lscpevent.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT lscpevent.lo -MD -MP -MF .deps/lscpevent.Tpo -c lscpevent.cpp -fPIC -DPIC -o .libs/lscpevent.o lscpserver.cpp: In member function 'virtual int LinuxSampler::LSCPServer::Main()': lscpserver.cpp:397:36: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] if (bind(hSocket, (sockaddr*) &SocketAddress, sizeof(sockaddr_in)) < 0) { ^ lscpserver.cpp:400:44: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] if (bind(hSocket, (sockaddr*) &SocketAddress, sizeof(sockaddr_in)) < 0) { ^ lscpserver.cpp:554:45: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] int socket = accept(hSocket, (sockaddr*) &client, (socklen_t*) &length); ^ lscpserver.cpp: In member function 'String LinuxSampler::LSCPServer::GetChannelInfo(uint)': lscpserver.cpp:1253:101: warning: 'LinuxSampler::MidiInputDevice* LinuxSampler::SamplerChannel::GetMidiInputDevice()' is deprecated (declared at ../Sampler.h:258) [-Wdeprecated-declarations] result.Add("MIDI_INPUT_DEVICE", GetMidiInputDeviceIndex(pSamplerChannel->GetMidiInputDevice())); ^ lscpserver.cpp:1254:73: warning: 'int LinuxSampler::SamplerChannel::GetMidiInputPort()' is deprecated (declared at ../Sampler.h:237) [-Wdeprecated-declarations] result.Add("MIDI_INPUT_PORT", pSamplerChannel->GetMidiInputPort()); ^ In file included from lscpparser.h:41:0, from lscpserver.h:45, from lscpserver.cpp:28: lscpserver.cpp: In member function 'String LinuxSampler::LSCPServer::GetMidiInputDriverParameterInfo(String, String, std::map, std::basic_string >)': lscpserver.cpp:1452:161: warning: format '%d' expects argument of type 'int', but argument 4 has type 'std::map, std::basic_string >::size_type {aka long unsigned int}' [-Wformat=] dmsg(2,("LSCPServer: GetMidiInputDriverParameterInfo(Driver=%s,Parameter=%s,DependencyListSize=%d)\n",Driver.c_str(),Parameter.c_str(),DependencyList.size())); ^ ../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ lscpserver.cpp: In member function 'String LinuxSampler::LSCPServer::GetAudioOutputDriverParameterInfo(String, String, std::map, std::basic_string >)': lscpserver.cpp:1480:163: warning: format '%d' expects argument of type 'int', but argument 4 has type 'std::map, std::basic_string >::size_type {aka long unsigned int}' [-Wformat=] dmsg(2,("LSCPServer: GetAudioOutputDriverParameterInfo(Driver=%s,Parameter=%s,DependencyListSize=%d)\n",Driver.c_str(),Parameter.c_str(),DependencyList.size())); ^ ../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ lscpserver.cpp: In member function 'String LinuxSampler::LSCPServer::GetAudioOutputChannelInfo(uint, uint)': lscpserver.cpp:1637:96: warning: too many arguments for format [-Wformat-extra-args] dmsg(2,("LSCPServer: GetAudioOutputChannelInfo(DeviceId=%d,ChannelId)\n",DeviceId,ChannelId)); ^ ../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ lscpserver.cpp: In member function 'String LinuxSampler::LSCPServer::SetMIDIInputPort(uint, uint)': lscpserver.cpp:2004:51: warning: 'void LinuxSampler::SamplerChannel::SetMidiInputPort(int)' is deprecated (declared at ../Sampler.h:169) [-Wdeprecated-declarations] pSamplerChannel->SetMidiInputPort(MIDIPort); ^ lscpserver.cpp: In member function 'String LinuxSampler::LSCPServer::SetMIDIInputDevice(uint, uint)': lscpserver.cpp:2035:52: warning: 'void LinuxSampler::SamplerChannel::SetMidiInputDevice(LinuxSampler::MidiInputDevice*)' is deprecated (declared at ../Sampler.h:143) [-Wdeprecated-declarations] pSamplerChannel->SetMidiInputDevice(pDevice); ^ lscpserver.cpp: In member function 'String LinuxSampler::LSCPServer::SetMIDIInputType(String, uint)': lscpserver.cpp:2073:52: warning: 'void LinuxSampler::SamplerChannel::SetMidiInputDevice(LinuxSampler::MidiInputDevice*)' is deprecated (declared at ../Sampler.h:143) [-Wdeprecated-declarations] pSamplerChannel->SetMidiInputDevice(pDevice); ^ lscpserver.cpp: In member function 'String LinuxSampler::LSCPServer::SetMIDIInput(uint, uint, uint, uint)': lscpserver.cpp:2094:83: warning: 'void LinuxSampler::SamplerChannel::SetMidiInput(LinuxSampler::MidiInputDevice*, int, LinuxSampler::midi_chan_t)' is deprecated (declared at ../Sampler.h:207) [-Wdeprecated-declarations] pSamplerChannel->SetMidiInput(pDevice, MIDIPort, (midi_chan_t) MIDIChannel); ^ /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplernetwork.la lscpparser.lo lscpserver.lo lscpresultset.lo lscp_shell_reference.lo lscpevent.lo -luuid libtool: link: ar cru .libs/liblinuxsamplernetwork.a .libs/lscpparser.o .libs/lscpserver.o .libs/lscpresultset.o .libs/lscp_shell_reference.o .libs/lscpevent.o libtool: link: ranlib .libs/liblinuxsamplernetwork.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplernetwork.la" && ln -s "../liblinuxsamplernetwork.la" "liblinuxsamplernetwork.la" ) make[3]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/network' Making all in engines make[3]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines' Making all in gig make[4]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines/gig' depbase=`echo DiskThread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DiskThread.lo -MD -MP -MF $depbase.Tpo -c -o DiskThread.lo DiskThread.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo EGADSR.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EGADSR.lo -MD -MP -MF $depbase.Tpo -c -o EGADSR.lo EGADSR.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo EGDecay.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EGDecay.lo -MD -MP -MF $depbase.Tpo -c -o EGDecay.lo EGDecay.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo Engine.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Engine.lo -MD -MP -MF $depbase.Tpo -c -o Engine.lo Engine.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EGADSR.lo -MD -MP -MF .deps/EGADSR.Tpo -c EGADSR.cpp -fPIC -DPIC -o .libs/EGADSR.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DiskThread.lo -MD -MP -MF .deps/DiskThread.Tpo -c DiskThread.cpp -fPIC -DPIC -o .libs/DiskThread.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EGDecay.lo -MD -MP -MF .deps/EGDecay.Tpo -c EGDecay.cpp -fPIC -DPIC -o .libs/EGDecay.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Engine.lo -MD -MP -MF .deps/Engine.Tpo -c Engine.cpp -fPIC -DPIC -o .libs/Engine.o In file included from ../../common/RTMath.h:29:0, from EGDecay.h:28, from EGDecay.cpp:24: EGDecay.cpp: In member function 'void LinuxSampler::gig::EGDecay::trigger(float, float, unsigned int)': EGDecay.cpp:40:61: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat=] dmsg(4,("Depth=%d, DecayTime=%f\n", Depth, DecayTime)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo Filter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Filter.lo -MD -MP -MF $depbase.Tpo -c -o Filter.lo Filter.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Filter.lo -MD -MP -MF .deps/Filter.Tpo -c Filter.cpp -fPIC -DPIC -o .libs/Filter.o depbase=`echo InstrumentScriptVM.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentScriptVM.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentScriptVM.lo InstrumentScriptVM.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentScriptVM.lo -MD -MP -MF .deps/InstrumentScriptVM.Tpo -c InstrumentScriptVM.cpp -fPIC -DPIC -o .libs/InstrumentScriptVM.o DiskThread.cpp:32:155: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] LinuxSampler::Stream* LinuxSampler::DiskThreadBase< ::gig::DimensionRegion, gig::InstrumentResourceManager>::SLOT_RESERVED = (LinuxSampler::Stream*) &SLOT_RESERVED; ^ In file included from ../common/AbstractInstrumentManager.h:15:0, from ../InstrumentManagerBase.h:28, from DiskThread.h:28, from Engine.h:28, from Engine.cpp:25: ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::ProcessHardcodedControllers(LinuxSampler::EngineChannel*, Pool::Iterator&) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument; Pool::Iterator = RTListBase::_Iterator]': Engine.cpp:113:9: required from here ../EngineBase.h:1158:112: warning: format '%d' expects argument of type 'int', but argument 3 has type 'double' [-Wformat=] dmsg(4,("Note Reverb Send NRPN received (note=%d,send=%d).\n", note, reverb)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:1166:112: warning: format '%d' expects argument of type 'int', but argument 3 has type 'double' [-Wformat=] dmsg(4,("Note Chorus Send NRPN received (note=%d,send=%d).\n", note, chorus)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument]': Engine.cpp:354:2: required from here ../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument]': Engine.cpp:354:2: required from here ../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo InstrumentScriptVMFunctions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentScriptVMFunctions.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentScriptVMFunctions.lo InstrumentScriptVMFunctions.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentScriptVMFunctions.lo -MD -MP -MF .deps/InstrumentScriptVMFunctions.Tpo -c InstrumentScriptVMFunctions.cpp -fPIC -DPIC -o .libs/InstrumentScriptVMFunctions.o depbase=`echo InstrumentResourceManager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentResourceManager.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentResourceManager.lo InstrumentResourceManager.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentResourceManager.lo -MD -MP -MF .deps/InstrumentResourceManager.Tpo -c InstrumentResourceManager.cpp -fPIC -DPIC -o .libs/InstrumentResourceManager.o depbase=`echo Stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Stream.lo -MD -MP -MF $depbase.Tpo -c -o Stream.lo Stream.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Stream.lo -MD -MP -MF .deps/Stream.Tpo -c Stream.cpp -fPIC -DPIC -o .libs/Stream.o In file included from Stream.cpp:26:0: Stream.cpp: In member function 'virtual long int LinuxSampler::gig::Stream::Read(uint8_t*, long int)': Stream.cpp:55:127: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->PlaybackState.position)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Stream.cpp:55:127: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->PlaybackState.position)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Stream.cpp:71:117: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->SampleOffset)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Stream.cpp:71:117: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->SampleOffset)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ In file included from ../common/AbstractInstrumentManager.h:15:0, from ../InstrumentManagerBase.h:28, from InstrumentResourceManager.h:33, from InstrumentResourceManager.cpp:26: InstrumentResourceManager.cpp: In static member function 'static void LinuxSampler::gig::InstrumentResourceManager::OnInstrumentLoadingProgress(gig::progress_t*)': InstrumentResourceManager.cpp:72:82: warning: spurious trailing '%' in format [-Wformat=] dmsg(7,("gig::InstrumentResourceManager: progress %f%", pProgress->factor)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ InstrumentResourceManager.cpp: In member function 'void LinuxSampler::gig::InstrumentResourceManager::CacheInitialSamples(gig::Sample*, uint)': InstrumentResourceManager.cpp:679:141: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] dmsg(3,("Caching whole sample (sample name: \"%s\", sample size: %d)\n", pSample->pInfo->Name.c_str(), pSample->SamplesTotal)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ InstrumentResourceManager.cpp:681:96: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] dmsg(4,("Cached %d Bytes, %d silence bytes.\n", buf.Size, buf.NullExtensionSize)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ InstrumentResourceManager.cpp:681:96: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] dmsg(4,("Cached %d Bytes, %d silence bytes.\n", buf.Size, buf.NullExtensionSize)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ InstrumentResourceManager.cpp: In member function 'void LinuxSampler::gig::InstrumentResourceManager::UncacheInitialSamples(gig::Sample*)': InstrumentResourceManager.cpp:692:48: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Sample*' [-Wformat=] dmsg(1,("Uncaching sample %x\n",pSample)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument]': InstrumentResourceManager.cpp:416:65: required from here ../common/../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument]': InstrumentResourceManager.cpp:485:64: required from here ../common/../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo Voice.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Voice.lo -MD -MP -MF $depbase.Tpo -c -o Voice.lo Voice.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Voice.lo -MD -MP -MF .deps/Voice.Tpo -c Voice.cpp -fPIC -DPIC -o .libs/Voice.o depbase=`echo Synthesizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Synthesizer.lo -MD -MP -MF $depbase.Tpo -c -o Synthesizer.lo Synthesizer.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Synthesizer.lo -MD -MP -MF .deps/Synthesizer.Tpo -c Synthesizer.cpp -fPIC -DPIC -o .libs/Synthesizer.o In file included from ../../common/Features.h:27:0, from Voice.cpp:25: Voice.cpp: In member function 'virtual void LinuxSampler::gig::Voice::ProcessGroupEvent(RTList::Iterator&)': Voice.cpp:490:81: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'LinuxSampler::gig::Voice*' [-Wformat=] dmsg(4,("Voice %x processGroupEvents event type=%d", this, itEvent->Type)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Voice.cpp:503:44: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'LinuxSampler::gig::Voice*' [-Wformat=] dmsg(4,("Voice %x - kill", this)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument]': Voice.cpp:526:2: required from here ../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument]': Voice.cpp:526:2: required from here ../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo Profiler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Profiler.lo -MD -MP -MF $depbase.Tpo -c -o Profiler.lo Profiler.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Profiler.lo -MD -MP -MF .deps/Profiler.Tpo -c Profiler.cpp -fPIC -DPIC -o .libs/Profiler.o depbase=`echo EngineChannel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineChannel.lo -MD -MP -MF $depbase.Tpo -c -o EngineChannel.lo EngineChannel.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineChannel.lo -MD -MP -MF .deps/EngineChannel.Tpo -c EngineChannel.cpp -fPIC -DPIC -o .libs/EngineChannel.o depbase=`echo SmoothVolume.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT SmoothVolume.lo -MD -MP -MF $depbase.Tpo -c -o SmoothVolume.lo SmoothVolume.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT SmoothVolume.lo -MD -MP -MF .deps/SmoothVolume.Tpo -c SmoothVolume.cpp -fPIC -DPIC -o .libs/SmoothVolume.o In file included from ../common/../../common/RTMath.h:29:0, from ../common/Event.h:28, from ../AbstractEngine.h:37, from EngineChannel.h:28, from EngineChannel.cpp:25: ../EngineChannelBase.h: In instantiation of 'void LinuxSampler::EngineChannelBase::OnResourceProgress(float) [with V = LinuxSampler::gig::Voice; R = gig::DimensionRegion; I = gig::Instrument]': EngineChannel.cpp:194:2: required from here ../EngineChannelBase.h:274:74: warning: spurious trailing '%' in format [-Wformat=] dmsg(7,("EngineChannelBase: progress %d%", InstrumentStat)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument]': EngineChannel.cpp:194:2: required from here ../common/../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument]': EngineChannel.cpp:194:2: required from here ../common/../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ /bin/sh ../../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -I/usr/include/libgig -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplergigengine.la DiskThread.lo EGADSR.lo EGDecay.lo Engine.lo Filter.lo InstrumentScriptVM.lo InstrumentScriptVMFunctions.lo InstrumentResourceManager.lo Stream.lo Voice.lo Synthesizer.lo Profiler.lo EngineChannel.lo SmoothVolume.lo -L/usr/lib64/libgig -lgig -luuid libtool: link: ar cru .libs/liblinuxsamplergigengine.a .libs/DiskThread.o .libs/EGADSR.o .libs/EGDecay.o .libs/Engine.o .libs/Filter.o .libs/InstrumentScriptVM.o .libs/InstrumentScriptVMFunctions.o .libs/InstrumentResourceManager.o .libs/Stream.o .libs/Voice.o .libs/Synthesizer.o .libs/Profiler.o .libs/EngineChannel.o .libs/SmoothVolume.o libtool: link: ranlib .libs/liblinuxsamplergigengine.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplergigengine.la" && ln -s "../liblinuxsamplergigengine.la" "liblinuxsamplergigengine.la" ) make[4]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines/gig' Making all in sf2 make[4]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines/sf2' depbase=`echo InstrumentResourceManager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentResourceManager.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentResourceManager.lo InstrumentResourceManager.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo DiskThread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DiskThread.lo -MD -MP -MF $depbase.Tpo -c -o DiskThread.lo DiskThread.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo EngineChannel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineChannel.lo -MD -MP -MF $depbase.Tpo -c -o EngineChannel.lo EngineChannel.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo Engine.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Engine.lo -MD -MP -MF $depbase.Tpo -c -o Engine.lo Engine.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Engine.lo -MD -MP -MF .deps/Engine.Tpo -c Engine.cpp -fPIC -DPIC -o .libs/Engine.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineChannel.lo -MD -MP -MF .deps/EngineChannel.Tpo -c EngineChannel.cpp -fPIC -DPIC -o .libs/EngineChannel.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentResourceManager.lo -MD -MP -MF .deps/InstrumentResourceManager.Tpo -c InstrumentResourceManager.cpp -fPIC -DPIC -o .libs/InstrumentResourceManager.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DiskThread.lo -MD -MP -MF .deps/DiskThread.Tpo -c DiskThread.cpp -fPIC -DPIC -o .libs/DiskThread.o DiskThread.cpp:32:146: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] LinuxSampler::Stream* LinuxSampler::DiskThreadBase< ::sf2::Region, sf2::InstrumentResourceManager>::SLOT_RESERVED = (LinuxSampler::Stream*) &SLOT_RESERVED; ^ In file included from ../common/AbstractInstrumentManager.h:15:0, from ../InstrumentManagerBase.h:28, from InstrumentResourceManager.h:36, from InstrumentResourceManager.cpp:27: ../InstrumentManagerBase.h: In instantiation of 'void LinuxSampler::InstrumentManagerBase::CacheInitialSamples(S*, uint) [with F = sf2::File; I = sf2::Preset; R = sf2::Region; S = sf2::Sample; uint = unsigned int]': InstrumentResourceManager.cpp:155:21: required from here ../InstrumentManagerBase.h:215:155: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] dmsg(3,("Caching whole sample (sample name: \"%s\", sample size: %d)\n", pSample->GetName().c_str(), pSample->GetTotalFrameCount())); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../InstrumentManagerBase.h:217:104: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] dmsg(4,("Cached %d Bytes, %d silence bytes.\n", buf.Size, buf.NullExtensionSize)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../InstrumentManagerBase.h:217:104: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] dmsg(4,("Cached %d Bytes, %d silence bytes.\n", buf.Size, buf.NullExtensionSize)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ In file included from ../common/AbstractInstrumentManager.h:15:0, from ../InstrumentManagerBase.h:28, from DiskThread.h:28, from Engine.h:28, from Engine.cpp:25: ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::ProcessHardcodedControllers(LinuxSampler::EngineChannel*, Pool::Iterator&) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset; Pool::Iterator = RTListBase::_Iterator]': Engine.cpp:55:9: required from here ../EngineBase.h:1158:112: warning: format '%d' expects argument of type 'int', but argument 3 has type 'double' [-Wformat=] dmsg(4,("Note Reverb Send NRPN received (note=%d,send=%d).\n", note, reverb)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:1166:112: warning: format '%d' expects argument of type 'int', but argument 3 has type 'double' [-Wformat=] dmsg(4,("Note Chorus Send NRPN received (note=%d,send=%d).\n", note, chorus)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset]': InstrumentResourceManager.cpp:267:2: required from here ../common/../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset]': InstrumentResourceManager.cpp:267:2: required from here ../common/../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ In file included from ../common/../../common/RTMath.h:29:0, from ../common/Event.h:28, from ../AbstractEngine.h:37, from EngineChannel.h:28, from EngineChannel.cpp:25: ../EngineChannelBase.h: In instantiation of 'void LinuxSampler::EngineChannelBase::OnResourceProgress(float) [with V = LinuxSampler::sf2::Voice; R = sf2::Region; I = sf2::Preset]': EngineChannel.cpp:155:2: required from here ../EngineChannelBase.h:274:74: warning: spurious trailing '%' in format [-Wformat=] dmsg(7,("EngineChannelBase: progress %d%", InstrumentStat)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset]': EngineChannel.cpp:155:2: required from here ../common/../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset]': EngineChannel.cpp:155:2: required from here ../common/../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset]': Engine.cpp:172:2: required from here ../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset]': Engine.cpp:172:2: required from here ../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo Voice.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Voice.lo -MD -MP -MF $depbase.Tpo -c -o Voice.lo Voice.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Voice.lo -MD -MP -MF .deps/Voice.Tpo -c Voice.cpp -fPIC -DPIC -o .libs/Voice.o In file included from Voice.h:28:0, from Voice.cpp:25: ../common/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset]': Voice.cpp:363:2: required from here ../common/../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset]': Voice.cpp:363:2: required from here ../common/../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo SF2SignalUnitRack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT SF2SignalUnitRack.lo -MD -MP -MF $depbase.Tpo -c -o SF2SignalUnitRack.lo SF2SignalUnitRack.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT SF2SignalUnitRack.lo -MD -MP -MF .deps/SF2SignalUnitRack.Tpo -c SF2SignalUnitRack.cpp -fPIC -DPIC -o .libs/SF2SignalUnitRack.o depbase=`echo Stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Stream.lo -MD -MP -MF $depbase.Tpo -c -o Stream.lo Stream.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Stream.lo -MD -MP -MF .deps/Stream.Tpo -c Stream.cpp -fPIC -DPIC -o .libs/Stream.o In file included from Stream.cpp:29:0: Stream.cpp: In member function 'virtual long int LinuxSampler::sf2::Stream::Read(uint8_t*, long int)': Stream.cpp:57:127: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->PlaybackState.position)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Stream.cpp:57:127: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->PlaybackState.position)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Stream.cpp:73:117: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->SampleOffset)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Stream.cpp:73:117: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->SampleOffset)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ /bin/sh ../../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -I/usr/include/libgig -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplersf2engine.la InstrumentResourceManager.lo DiskThread.lo EngineChannel.lo Engine.lo Voice.lo SF2SignalUnitRack.lo Stream.lo -L/usr/lib64/libgig -lgig -luuid libtool: link: ar cru .libs/liblinuxsamplersf2engine.a .libs/InstrumentResourceManager.o .libs/DiskThread.o .libs/EngineChannel.o .libs/Engine.o .libs/Voice.o .libs/SF2SignalUnitRack.o .libs/Stream.o libtool: link: ranlib .libs/liblinuxsamplersf2engine.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplersf2engine.la" && ln -s "../liblinuxsamplersf2engine.la" "liblinuxsamplersf2engine.la" ) make[4]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines/sf2' Making all in sfz make[4]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines/sfz' depbase=`echo sfz.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT sfz.lo -MD -MP -MF $depbase.Tpo -c -o sfz.lo sfz.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo InstrumentResourceManager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentResourceManager.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentResourceManager.lo InstrumentResourceManager.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo DiskThread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DiskThread.lo -MD -MP -MF $depbase.Tpo -c -o DiskThread.lo DiskThread.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo EngineChannel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineChannel.lo -MD -MP -MF $depbase.Tpo -c -o EngineChannel.lo EngineChannel.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT sfz.lo -MD -MP -MF .deps/sfz.Tpo -c sfz.cpp -fPIC -DPIC -o .libs/sfz.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DiskThread.lo -MD -MP -MF .deps/DiskThread.Tpo -c DiskThread.cpp -fPIC -DPIC -o .libs/DiskThread.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentResourceManager.lo -MD -MP -MF .deps/InstrumentResourceManager.Tpo -c InstrumentResourceManager.cpp -fPIC -DPIC -o .libs/InstrumentResourceManager.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineChannel.lo -MD -MP -MF .deps/EngineChannel.Tpo -c EngineChannel.cpp -fPIC -DPIC -o .libs/EngineChannel.o DiskThread.cpp:32:146: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] LinuxSampler::Stream* LinuxSampler::DiskThreadBase< ::sfz::Region, sfz::InstrumentResourceManager>::SLOT_RESERVED = (LinuxSampler::Stream*) &SLOT_RESERVED; ^ In file included from ../common/AbstractInstrumentManager.h:15:0, from ../InstrumentManagerBase.h:28, from InstrumentResourceManager.h:36, from InstrumentResourceManager.cpp:27: ../InstrumentManagerBase.h: In instantiation of 'void LinuxSampler::InstrumentManagerBase::CacheInitialSamples(S*, uint) [with F = sfz::File; I = sfz::Instrument; R = sfz::Region; S = LinuxSampler::Sample; uint = unsigned int]': InstrumentResourceManager.cpp:119:13: required from here ../InstrumentManagerBase.h:215:155: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] dmsg(3,("Caching whole sample (sample name: \"%s\", sample size: %d)\n", pSample->GetName().c_str(), pSample->GetTotalFrameCount())); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../InstrumentManagerBase.h:217:104: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] dmsg(4,("Cached %d Bytes, %d silence bytes.\n", buf.Size, buf.NullExtensionSize)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../InstrumentManagerBase.h:217:104: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] dmsg(4,("Cached %d Bytes, %d silence bytes.\n", buf.Size, buf.NullExtensionSize)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ In file included from ../common/../../common/RTMath.h:29:0, from ../common/Event.h:28, from ../AbstractEngine.h:37, from EngineChannel.h:28, from EngineChannel.cpp:25: ../EngineChannelBase.h: In instantiation of 'void LinuxSampler::EngineChannelBase::OnResourceProgress(float) [with V = LinuxSampler::sfz::Voice; R = sfz::Region; I = sfz::Instrument]': EngineChannel.cpp:168:2: required from here ../EngineChannelBase.h:274:74: warning: spurious trailing '%' in format [-Wformat=] dmsg(7,("EngineChannelBase: progress %d%", InstrumentStat)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo Engine.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Engine.lo -MD -MP -MF $depbase.Tpo -c -o Engine.lo Engine.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Engine.lo -MD -MP -MF .deps/Engine.Tpo -c Engine.cpp -fPIC -DPIC -o .libs/Engine.o In file included from ../common/AbstractInstrumentManager.h:15:0, from ../InstrumentManagerBase.h:28, from DiskThread.h:28, from Engine.h:28, from Engine.cpp:25: ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::ProcessHardcodedControllers(LinuxSampler::EngineChannel*, Pool::Iterator&) [with V = LinuxSampler::sfz::Voice; RR = sfz::Region; R = sfz::Region; D = LinuxSampler::sfz::DiskThread; IM = LinuxSampler::sfz::InstrumentResourceManager; I = sfz::Instrument; Pool::Iterator = RTListBase::_Iterator]': Engine.cpp:81:9: required from here ../EngineBase.h:1158:112: warning: format '%d' expects argument of type 'int', but argument 3 has type 'double' [-Wformat=] dmsg(4,("Note Reverb Send NRPN received (note=%d,send=%d).\n", note, reverb)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:1166:112: warning: format '%d' expects argument of type 'int', but argument 3 has type 'double' [-Wformat=] dmsg(4,("Note Chorus Send NRPN received (note=%d,send=%d).\n", note, chorus)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::sfz::Voice; RR = sfz::Region; R = sfz::Region; D = LinuxSampler::sfz::DiskThread; IM = LinuxSampler::sfz::InstrumentResourceManager; I = sfz::Instrument]': Engine.cpp:270:2: required from here ../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sfz::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sfz::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::sfz::Voice; RR = sfz::Region; R = sfz::Region; D = LinuxSampler::sfz::DiskThread; IM = LinuxSampler::sfz::InstrumentResourceManager; I = sfz::Instrument]': Engine.cpp:270:2: required from here ../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sfz::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sfz::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo Voice.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Voice.lo -MD -MP -MF $depbase.Tpo -c -o Voice.lo Voice.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Voice.lo -MD -MP -MF .deps/Voice.Tpo -c Voice.cpp -fPIC -DPIC -o .libs/Voice.o depbase=`echo Stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Stream.lo -MD -MP -MF $depbase.Tpo -c -o Stream.lo Stream.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Stream.lo -MD -MP -MF .deps/Stream.Tpo -c Stream.cpp -fPIC -DPIC -o .libs/Stream.o In file included from Voice.h:28:0, from Voice.cpp:25: Voice.cpp: In member function 'virtual void LinuxSampler::sfz::Voice::ProcessGroupEvent(RTList::Iterator&)': Voice.cpp:283:81: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'LinuxSampler::sfz::Voice*' [-Wformat=] dmsg(4,("Voice %x processGroupEvents event type=%d", this, itEvent->Type)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Voice.cpp:287:44: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'LinuxSampler::sfz::Voice*' [-Wformat=] dmsg(4,("Voice %x - kill", this)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ In file included from Stream.cpp:29:0: Stream.cpp: In member function 'virtual long int LinuxSampler::sfz::Stream::Read(uint8_t*, long int)': Stream.cpp:50:127: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->PlaybackState.position)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Stream.cpp:50:127: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->PlaybackState.position)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Stream.cpp:66:117: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->SampleOffset)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Stream.cpp:66:117: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->SampleOffset)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo EGADSR.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EGADSR.lo -MD -MP -MF $depbase.Tpo -c -o EGADSR.lo EGADSR.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EGADSR.lo -MD -MP -MF .deps/EGADSR.Tpo -c EGADSR.cpp -fPIC -DPIC -o .libs/EGADSR.o depbase=`echo EG.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EG.lo -MD -MP -MF $depbase.Tpo -c -o EG.lo EG.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EG.lo -MD -MP -MF .deps/EG.Tpo -c EG.cpp -fPIC -DPIC -o .libs/EG.o depbase=`echo SfzSignalUnitRack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT SfzSignalUnitRack.lo -MD -MP -MF $depbase.Tpo -c -o SfzSignalUnitRack.lo SfzSignalUnitRack.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT SfzSignalUnitRack.lo -MD -MP -MF .deps/SfzSignalUnitRack.Tpo -c SfzSignalUnitRack.cpp -fPIC -DPIC -o .libs/SfzSignalUnitRack.o depbase=`echo LookupTable.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT LookupTable.lo -MD -MP -MF $depbase.Tpo -c -o LookupTable.lo LookupTable.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT LookupTable.lo -MD -MP -MF .deps/LookupTable.Tpo -c LookupTable.cpp -fPIC -DPIC -o .libs/LookupTable.o In file included from LookupTable.cpp:26:0: LookupTable.cpp: In constructor 'sfz::LookupTable::LookupTable(const sfz::Instrument*, int)': LookupTable.cpp:187:59: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::vector >::size_type {aka long unsigned int}' [-Wformat=] instrument->regions.size(), regions.size())); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ LookupTable.cpp:187:59: warning: format '%d' expects argument of type 'int', but argument 3 has type 'std::vector >::size_type {aka long unsigned int}' [-Wformat=] instrument->regions.size(), regions.size())); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ LookupTable.cpp:207:62: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::vector::size_type {aka long unsigned int}' [-Wformat=] dmsg(2,("qargs %d: %s\n", i, dimDefs[dims[i]].str)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ LookupTable.cpp:232:49: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::vector::size_type {aka long unsigned int}' [-Wformat=] dmsg(2,("ccargs %d: %d\n", i, ccs[i])); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ /bin/sh ../../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplersfzengine.la sfz.lo InstrumentResourceManager.lo DiskThread.lo EngineChannel.lo Engine.lo Voice.lo Stream.lo EGADSR.lo EG.lo SfzSignalUnitRack.lo LookupTable.lo -luuid libtool: link: ar cru .libs/liblinuxsamplersfzengine.a .libs/sfz.o .libs/InstrumentResourceManager.o .libs/DiskThread.o .libs/EngineChannel.o .libs/Engine.o .libs/Voice.o .libs/Stream.o .libs/EGADSR.o .libs/EG.o .libs/SfzSignalUnitRack.o .libs/LookupTable.o libtool: link: ranlib .libs/liblinuxsamplersfzengine.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplersfzengine.la" && ln -s "../liblinuxsamplersfzengine.la" "liblinuxsamplersfzengine.la" ) make[4]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines/sfz' Making all in common make[4]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines/common' depbase=`echo Event.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Event.lo -MD -MP -MF $depbase.Tpo -c -o Event.lo Event.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo SampleFile.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT SampleFile.lo -MD -MP -MF $depbase.Tpo -c -o SampleFile.lo SampleFile.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo StreamBase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT StreamBase.lo -MD -MP -MF $depbase.Tpo -c -o StreamBase.lo StreamBase.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo DiskThreadBase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DiskThreadBase.lo -MD -MP -MF $depbase.Tpo -c -o DiskThreadBase.lo DiskThreadBase.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Event.lo -MD -MP -MF .deps/Event.Tpo -c Event.cpp -fPIC -DPIC -o .libs/Event.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DiskThreadBase.lo -MD -MP -MF .deps/DiskThreadBase.Tpo -c DiskThreadBase.cpp -fPIC -DPIC -o .libs/DiskThreadBase.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT SampleFile.lo -MD -MP -MF .deps/SampleFile.Tpo -c SampleFile.cpp -fPIC -DPIC -o .libs/SampleFile.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT StreamBase.lo -MD -MP -MF .deps/StreamBase.Tpo -c StreamBase.cpp -fPIC -DPIC -o .libs/StreamBase.o depbase=`echo AbstractVoice.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AbstractVoice.lo -MD -MP -MF $depbase.Tpo -c -o AbstractVoice.lo AbstractVoice.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AbstractVoice.lo -MD -MP -MF .deps/AbstractVoice.Tpo -c AbstractVoice.cpp -fPIC -DPIC -o .libs/AbstractVoice.o depbase=`echo SignalUnit.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT SignalUnit.lo -MD -MP -MF $depbase.Tpo -c -o SignalUnit.lo SignalUnit.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo ModulatorGraph.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT ModulatorGraph.lo -MD -MP -MF $depbase.Tpo -c -o ModulatorGraph.lo ModulatorGraph.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT SignalUnit.lo -MD -MP -MF .deps/SignalUnit.Tpo -c SignalUnit.cpp -fPIC -DPIC -o .libs/SignalUnit.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT ModulatorGraph.lo -MD -MP -MF .deps/ModulatorGraph.Tpo -c ModulatorGraph.cpp -fPIC -DPIC -o .libs/ModulatorGraph.o depbase=`echo AbstractInstrumentManager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AbstractInstrumentManager.lo -MD -MP -MF $depbase.Tpo -c -o AbstractInstrumentManager.lo AbstractInstrumentManager.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AbstractInstrumentManager.lo -MD -MP -MF .deps/AbstractInstrumentManager.Tpo -c AbstractInstrumentManager.cpp -fPIC -DPIC -o .libs/AbstractInstrumentManager.o depbase=`echo InstrumentScriptVM.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentScriptVM.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentScriptVM.lo InstrumentScriptVM.cpp &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../common/RTMath.h:29:0, from Event.h:28, from Voice.h:27, from AbstractVoice.h:28, from AbstractVoice.cpp:25: AbstractVoice.cpp: In member function 'virtual int LinuxSampler::AbstractVoice::Trigger(LinuxSampler::AbstractEngineChannel*, Pool::Iterator&, int, LinuxSampler::Voice::type_t, int)': AbstractVoice.cpp:173:193: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] dmsg(4,("Disk voice launched (cached samples: %d, total Samples: %d, MaxRAMPos: %d, RAMLooping: %s)\n", cachedsamples, SmplInfo.TotalFrameCount, MaxRAMPos, (RAMLoop) ? "yes" : "no")); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ AbstractVoice.cpp:173:193: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] dmsg(4,("Disk voice launched (cached samples: %d, total Samples: %d, MaxRAMPos: %d, RAMLooping: %s)\n", cachedsamples, SmplInfo.TotalFrameCount, MaxRAMPos, (RAMLoop) ? "yes" : "no")); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentScriptVM.lo -MD -MP -MF .deps/InstrumentScriptVM.Tpo -c InstrumentScriptVM.cpp -fPIC -DPIC -o .libs/InstrumentScriptVM.o depbase=`echo InstrumentScriptVMFunctions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentScriptVMFunctions.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentScriptVMFunctions.lo InstrumentScriptVMFunctions.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentScriptVMFunctions.lo -MD -MP -MF .deps/InstrumentScriptVMFunctions.Tpo -c InstrumentScriptVMFunctions.cpp -fPIC -DPIC -o .libs/InstrumentScriptVMFunctions.o depbase=`echo EG.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EG.lo -MD -MP -MF $depbase.Tpo -c -o EG.lo EG.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EG.lo -MD -MP -MF .deps/EG.Tpo -c EG.cpp -fPIC -DPIC -o .libs/EG.o In file included from /usr/include/unistd.h:226:0, from ../../drivers/audio/../../common/SynchronizedConfig.h:25, from ../../drivers/audio/AudioOutputDevice.h:38, from ../EngineChannel.h:25, from Event.h:29, from InstrumentScriptVM.h:16, from InstrumentScriptVM.cpp:10: InstrumentScriptVM.cpp: In constructor 'LinuxSampler::InstrumentScriptVM::InstrumentScriptVM()': InstrumentScriptVM.cpp:208:62: warning: invalid access to non-static data member 'LinuxSampler::ScriptEvent::cause' of NULL object [-Winvalid-offsetof] m_CC_NUM = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.CC.Controller); ^ InstrumentScriptVM.cpp:208:20: note: in expansion of macro 'DECLARE_VMINT' m_CC_NUM = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.CC.Controller); ^ InstrumentScriptVM.cpp:208:62: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof] m_CC_NUM = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.CC.Controller); ^ InstrumentScriptVM.cpp:208:20: note: in expansion of macro 'DECLARE_VMINT' m_CC_NUM = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.CC.Controller); ^ InstrumentScriptVM.cpp:209:64: warning: invalid access to non-static data member 'LinuxSampler::ScriptEvent::id' of NULL object [-Winvalid-offsetof] m_EVENT_ID = DECLARE_VMINT(m_event, class ScriptEvent, id); ^ InstrumentScriptVM.cpp:209:22: note: in expansion of macro 'DECLARE_VMINT' m_EVENT_ID = DECLARE_VMINT(m_event, class ScriptEvent, id); ^ InstrumentScriptVM.cpp:209:64: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof] m_EVENT_ID = DECLARE_VMINT(m_event, class ScriptEvent, id); ^ InstrumentScriptVM.cpp:209:22: note: in expansion of macro 'DECLARE_VMINT' m_EVENT_ID = DECLARE_VMINT(m_event, class ScriptEvent, id); ^ InstrumentScriptVM.cpp:210:66: warning: invalid access to non-static data member 'LinuxSampler::ScriptEvent::cause' of NULL object [-Winvalid-offsetof] m_EVENT_NOTE = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.Note.Key); ^ InstrumentScriptVM.cpp:210:24: note: in expansion of macro 'DECLARE_VMINT' m_EVENT_NOTE = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.Note.Key); ^ InstrumentScriptVM.cpp:210:66: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof] m_EVENT_NOTE = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.Note.Key); ^ InstrumentScriptVM.cpp:210:24: note: in expansion of macro 'DECLARE_VMINT' m_EVENT_NOTE = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.Note.Key); ^ InstrumentScriptVM.cpp:211:70: warning: invalid access to non-static data member 'LinuxSampler::ScriptEvent::cause' of NULL object [-Winvalid-offsetof] m_EVENT_VELOCITY = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.Note.Velocity); ^ InstrumentScriptVM.cpp:211:28: note: in expansion of macro 'DECLARE_VMINT' m_EVENT_VELOCITY = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.Note.Velocity); ^ InstrumentScriptVM.cpp:211:70: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof] m_EVENT_VELOCITY = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.Note.Velocity); ^ InstrumentScriptVM.cpp:211:28: note: in expansion of macro 'DECLARE_VMINT' m_EVENT_VELOCITY = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.Note.Velocity); ^ /bin/sh ../../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplercommonengine.la Event.lo SampleFile.lo StreamBase.lo DiskThreadBase.lo AbstractVoice.lo SignalUnit.lo ModulatorGraph.lo AbstractInstrumentManager.lo InstrumentScriptVM.lo InstrumentScriptVMFunctions.lo EG.lo -lsndfile -luuid libtool: link: ar cru .libs/liblinuxsamplercommonengine.a .libs/Event.o .libs/SampleFile.o .libs/StreamBase.o .libs/DiskThreadBase.o .libs/AbstractVoice.o .libs/SignalUnit.o .libs/ModulatorGraph.o .libs/AbstractInstrumentManager.o .libs/InstrumentScriptVM.o .libs/InstrumentScriptVMFunctions.o .libs/EG.o libtool: link: ranlib .libs/liblinuxsamplercommonengine.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplercommonengine.la" && ln -s "../liblinuxsamplercommonengine.la" "liblinuxsamplercommonengine.la" ) make[4]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines/common' make[4]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines' depbase=`echo Engine.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Engine.lo -MD -MP -MF $depbase.Tpo -c -o Engine.lo Engine.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo AbstractEngine.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AbstractEngine.lo -MD -MP -MF $depbase.Tpo -c -o AbstractEngine.lo AbstractEngine.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo EngineChannel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineChannel.lo -MD -MP -MF $depbase.Tpo -c -o EngineChannel.lo EngineChannel.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo AbstractEngineChannel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AbstractEngineChannel.lo -MD -MP -MF $depbase.Tpo -c -o AbstractEngineChannel.lo AbstractEngineChannel.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AbstractEngine.lo -MD -MP -MF .deps/AbstractEngine.Tpo -c AbstractEngine.cpp -fPIC -DPIC -o .libs/AbstractEngine.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineChannel.lo -MD -MP -MF .deps/EngineChannel.Tpo -c EngineChannel.cpp -fPIC -DPIC -o .libs/EngineChannel.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AbstractEngineChannel.lo -MD -MP -MF .deps/AbstractEngineChannel.Tpo -c AbstractEngineChannel.cpp -fPIC -DPIC -o .libs/AbstractEngineChannel.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Engine.lo -MD -MP -MF .deps/Engine.Tpo -c Engine.cpp -fPIC -DPIC -o .libs/Engine.o depbase=`echo EngineFactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineFactory.lo -MD -MP -MF $depbase.Tpo -c -o EngineFactory.lo EngineFactory.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineFactory.lo -MD -MP -MF .deps/EngineFactory.Tpo -c EngineFactory.cpp -fPIC -DPIC -o .libs/EngineFactory.o depbase=`echo EngineChannelFactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineChannelFactory.lo -MD -MP -MF $depbase.Tpo -c -o EngineChannelFactory.lo EngineChannelFactory.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineChannelFactory.lo -MD -MP -MF .deps/EngineChannelFactory.Tpo -c EngineChannelFactory.cpp -fPIC -DPIC -o .libs/EngineChannelFactory.o In file included from gig/../common/AbstractInstrumentManager.h:15:0, from gig/../InstrumentManagerBase.h:28, from gig/DiskThread.h:28, from gig/Engine.h:28, from EngineFactory.cpp:25: gig/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset]': EngineFactory.cpp:95:1: required from here gig/../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ gig/../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ gig/../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ gig/../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ gig/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset]': EngineFactory.cpp:95:1: required from here gig/../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ gig/../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ gig/../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ gig/../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ gig/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument]': EngineFactory.cpp:95:1: required from here gig/../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ gig/../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ gig/../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ gig/../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ gig/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument]': EngineFactory.cpp:95:1: required from here gig/../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ gig/../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ gig/../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ gig/../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo FxSend.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT FxSend.lo -MD -MP -MF $depbase.Tpo -c -o FxSend.lo FxSend.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT FxSend.lo -MD -MP -MF .deps/FxSend.Tpo -c FxSend.cpp -fPIC -DPIC -o .libs/FxSend.o depbase=`echo InstrumentManager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentManager.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentManager.lo InstrumentManager.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentManager.lo -MD -MP -MF .deps/InstrumentManager.Tpo -c InstrumentManager.cpp -fPIC -DPIC -o .libs/InstrumentManager.o depbase=`echo InstrumentManagerThread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentManagerThread.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentManagerThread.lo InstrumentManagerThread.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentManagerThread.lo -MD -MP -MF .deps/InstrumentManagerThread.Tpo -c InstrumentManagerThread.cpp -fPIC -DPIC -o .libs/InstrumentManagerThread.o /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplerengines.la Engine.lo AbstractEngine.lo EngineChannel.lo AbstractEngineChannel.lo EngineFactory.lo EngineChannelFactory.lo FxSend.lo InstrumentManager.lo InstrumentManagerThread.lo -luuid libtool: link: ar cru .libs/liblinuxsamplerengines.a .libs/Engine.o .libs/AbstractEngine.o .libs/EngineChannel.o .libs/AbstractEngineChannel.o .libs/EngineFactory.o .libs/EngineChannelFactory.o .libs/FxSend.o .libs/InstrumentManager.o .libs/InstrumentManagerThread.o libtool: link: ranlib .libs/liblinuxsamplerengines.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplerengines.la" && ln -s "../liblinuxsamplerengines.la" "liblinuxsamplerengines.la" ) make[4]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines' make[3]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines' Making all in common make[3]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/common' depbase=`echo global_private.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT global_private.lo -MD -MP -MF $depbase.Tpo -c -o global_private.lo global_private.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo DynamicLibraries.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DynamicLibraries.lo -MD -MP -MF $depbase.Tpo -c -o DynamicLibraries.lo DynamicLibraries.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo IDGenerator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT IDGenerator.lo -MD -MP -MF $depbase.Tpo -c -o IDGenerator.lo IDGenerator.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo Condition.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Condition.lo -MD -MP -MF $depbase.Tpo -c -o Condition.lo Condition.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT global_private.lo -MD -MP -MF .deps/global_private.Tpo -c global_private.cpp -fPIC -DPIC -o .libs/global_private.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Condition.lo -MD -MP -MF .deps/Condition.Tpo -c Condition.cpp -fPIC -DPIC -o .libs/Condition.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DynamicLibraries.lo -MD -MP -MF .deps/DynamicLibraries.Tpo -c DynamicLibraries.cpp -fPIC -DPIC -o .libs/DynamicLibraries.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT IDGenerator.lo -MD -MP -MF .deps/IDGenerator.Tpo -c IDGenerator.cpp -fPIC -DPIC -o .libs/IDGenerator.o depbase=`echo ConditionServer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT ConditionServer.lo -MD -MP -MF $depbase.Tpo -c -o ConditionServer.lo ConditionServer.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT ConditionServer.lo -MD -MP -MF .deps/ConditionServer.Tpo -c ConditionServer.cpp -fPIC -DPIC -o .libs/ConditionServer.o In file included from Condition.cpp:28:0: Condition.cpp: In member function 'int LinuxSampler::Condition::WaitIf(bool, long int, long int)': Condition.cpp:283:138: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] dmsg(7,("Condition::WaitIf: bCondition=%d TimeoutSeconds=%d TimeoutNanoSeconds=%d\n",bCondition, TimeoutSeconds, TimeoutNanoSeconds)); ^ global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Condition.cpp:283:138: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] dmsg(7,("Condition::WaitIf: bCondition=%d TimeoutSeconds=%d TimeoutNanoSeconds=%d\n",bCondition, TimeoutSeconds, TimeoutNanoSeconds)); ^ global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo Features.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Features.lo -MD -MP -MF $depbase.Tpo -c -o Features.lo Features.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Features.lo -MD -MP -MF .deps/Features.Tpo -c Features.cpp -fPIC -DPIC -o .libs/Features.o depbase=`echo Mutex.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Mutex.lo -MD -MP -MF $depbase.Tpo -c -o Mutex.lo Mutex.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Mutex.lo -MD -MP -MF .deps/Mutex.Tpo -c Mutex.cpp -fPIC -DPIC -o .libs/Mutex.o depbase=`echo optional.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT optional.lo -MD -MP -MF $depbase.Tpo -c -o optional.lo optional.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT optional.lo -MD -MP -MF .deps/optional.Tpo -c optional.cpp -fPIC -DPIC -o .libs/optional.o depbase=`echo RTMath.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT RTMath.lo -MD -MP -MF $depbase.Tpo -c -o RTMath.lo RTMath.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo stacktrace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT stacktrace.lo -MD -MP -MF $depbase.Tpo -c -o stacktrace.lo stacktrace.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT RTMath.lo -MD -MP -MF .deps/RTMath.Tpo -c RTMath.cpp -fPIC -DPIC -o .libs/RTMath.o depbase=`echo Thread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Thread.lo -MD -MP -MF $depbase.Tpo -c -o Thread.lo Thread.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT stacktrace.lo -MD -MP -MF .deps/stacktrace.Tpo -c stacktrace.c -fPIC -DPIC -o .libs/stacktrace.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Thread.lo -MD -MP -MF .deps/Thread.Tpo -c Thread.cpp -fPIC -DPIC -o .libs/Thread.o stacktrace.c: In function 'StackTrace': stacktrace.c:742:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(global_output, ^ depbase=`echo WorkerThread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT WorkerThread.lo -MD -MP -MF $depbase.Tpo -c -o WorkerThread.lo WorkerThread.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT WorkerThread.lo -MD -MP -MF .deps/WorkerThread.Tpo -c WorkerThread.cpp -fPIC -DPIC -o .libs/WorkerThread.o depbase=`echo Path.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Path.lo -MD -MP -MF $depbase.Tpo -c -o Path.lo Path.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Path.lo -MD -MP -MF .deps/Path.Tpo -c Path.cpp -fPIC -DPIC -o .libs/Path.o depbase=`echo File.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT File.lo -MD -MP -MF $depbase.Tpo -c -o File.lo File.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT File.lo -MD -MP -MF .deps/File.Tpo -c File.cpp -fPIC -DPIC -o .libs/File.o depbase=`echo Ref.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Ref.lo -MD -MP -MF $depbase.Tpo -c -o Ref.lo Ref.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Ref.lo -MD -MP -MF .deps/Ref.Tpo -c Ref.cpp -fPIC -DPIC -o .libs/Ref.o /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplercommon.la global_private.lo DynamicLibraries.lo IDGenerator.lo Condition.lo ConditionServer.lo Features.lo Mutex.lo optional.lo RTMath.lo stacktrace.lo Thread.lo WorkerThread.lo Path.lo File.lo Ref.lo -luuid libtool: link: ar cru .libs/liblinuxsamplercommon.a .libs/global_private.o .libs/DynamicLibraries.o .libs/IDGenerator.o .libs/Condition.o .libs/ConditionServer.o .libs/Features.o .libs/Mutex.o .libs/optional.o .libs/RTMath.o .libs/stacktrace.o .libs/Thread.o .libs/WorkerThread.o .libs/Path.o .libs/File.o .libs/Ref.o libtool: link: ranlib .libs/liblinuxsamplercommon.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplercommon.la" && ln -s "../liblinuxsamplercommon.la" "liblinuxsamplercommon.la" ) make[3]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/common' Making all in testcases make[3]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/testcases' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/testcases' Making all in drivers make[3]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/drivers' Making all in audio make[4]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/drivers/audio' depbase=`echo AudioChannel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioChannel.lo -MD -MP -MF $depbase.Tpo -c -o AudioChannel.lo AudioChannel.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo AudioOutputDevice.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioOutputDevice.lo -MD -MP -MF $depbase.Tpo -c -o AudioOutputDevice.lo AudioOutputDevice.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo AudioOutputDeviceFactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioOutputDeviceFactory.lo -MD -MP -MF $depbase.Tpo -c -o AudioOutputDeviceFactory.lo AudioOutputDeviceFactory.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo AudioOutputDeviceAlsa.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioOutputDeviceAlsa.lo -MD -MP -MF $depbase.Tpo -c -o AudioOutputDeviceAlsa.lo AudioOutputDeviceAlsa.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioOutputDevice.lo -MD -MP -MF .deps/AudioOutputDevice.Tpo -c AudioOutputDevice.cpp -fPIC -DPIC -o .libs/AudioOutputDevice.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioOutputDeviceFactory.lo -MD -MP -MF .deps/AudioOutputDeviceFactory.Tpo -c AudioOutputDeviceFactory.cpp -fPIC -DPIC -o .libs/AudioOutputDeviceFactory.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioOutputDeviceAlsa.lo -MD -MP -MF .deps/AudioOutputDeviceAlsa.Tpo -c AudioOutputDeviceAlsa.cpp -fPIC -DPIC -o .libs/AudioOutputDeviceAlsa.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioChannel.lo -MD -MP -MF .deps/AudioChannel.Tpo -c AudioChannel.cpp -fPIC -DPIC -o .libs/AudioChannel.o depbase=`echo AudioOutputDeviceJack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioOutputDeviceJack.lo -MD -MP -MF $depbase.Tpo -c -o AudioOutputDeviceJack.lo AudioOutputDeviceJack.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo AudioOutputDevicePlugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioOutputDevicePlugin.lo -MD -MP -MF $depbase.Tpo -c -o AudioOutputDevicePlugin.lo AudioOutputDevicePlugin.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioOutputDeviceJack.lo -MD -MP -MF .deps/AudioOutputDeviceJack.Tpo -c AudioOutputDeviceJack.cpp -fPIC -DPIC -o .libs/AudioOutputDeviceJack.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioOutputDevicePlugin.lo -MD -MP -MF .deps/AudioOutputDevicePlugin.Tpo -c AudioOutputDevicePlugin.cpp -fPIC -DPIC -o .libs/AudioOutputDevicePlugin.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -ljack -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsampleraudiodriver.la AudioChannel.lo AudioOutputDevice.lo AudioOutputDeviceFactory.lo AudioOutputDeviceAlsa.lo AudioOutputDeviceJack.lo AudioOutputDevicePlugin.lo -lasound -luuid libtool: link: ar cru .libs/liblinuxsampleraudiodriver.a .libs/AudioChannel.o .libs/AudioOutputDevice.o .libs/AudioOutputDeviceFactory.o .libs/AudioOutputDeviceAlsa.o .libs/AudioOutputDeviceJack.o .libs/AudioOutputDevicePlugin.o libtool: link: ranlib .libs/liblinuxsampleraudiodriver.a libtool: link: ( cd ".libs" && rm -f "liblinuxsampleraudiodriver.la" && ln -s "../liblinuxsampleraudiodriver.la" "liblinuxsampleraudiodriver.la" ) make[4]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/drivers/audio' Making all in midi make[4]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/drivers/midi' depbase=`echo MidiInputDevice.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputDevice.lo -MD -MP -MF $depbase.Tpo -c -o MidiInputDevice.lo MidiInputDevice.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo MidiInputDeviceFactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputDeviceFactory.lo -MD -MP -MF $depbase.Tpo -c -o MidiInputDeviceFactory.lo MidiInputDeviceFactory.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo MidiInputPort.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputPort.lo -MD -MP -MF $depbase.Tpo -c -o MidiInputPort.lo MidiInputPort.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo MidiInstrumentMapper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInstrumentMapper.lo -MD -MP -MF $depbase.Tpo -c -o MidiInstrumentMapper.lo MidiInstrumentMapper.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputDevice.lo -MD -MP -MF .deps/MidiInputDevice.Tpo -c MidiInputDevice.cpp -fPIC -DPIC -o .libs/MidiInputDevice.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInstrumentMapper.lo -MD -MP -MF .deps/MidiInstrumentMapper.Tpo -c MidiInstrumentMapper.cpp -fPIC -DPIC -o .libs/MidiInstrumentMapper.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputPort.lo -MD -MP -MF .deps/MidiInputPort.Tpo -c MidiInputPort.cpp -fPIC -DPIC -o .libs/MidiInputPort.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputDeviceFactory.lo -MD -MP -MF .deps/MidiInputDeviceFactory.Tpo -c MidiInputDeviceFactory.cpp -fPIC -DPIC -o .libs/MidiInputDeviceFactory.o depbase=`echo VirtualMidiDevice.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT VirtualMidiDevice.lo -MD -MP -MF $depbase.Tpo -c -o VirtualMidiDevice.lo VirtualMidiDevice.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT VirtualMidiDevice.lo -MD -MP -MF .deps/VirtualMidiDevice.Tpo -c VirtualMidiDevice.cpp -fPIC -DPIC -o .libs/VirtualMidiDevice.o depbase=`echo MidiInputDeviceAlsa.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputDeviceAlsa.lo -MD -MP -MF $depbase.Tpo -c -o MidiInputDeviceAlsa.lo MidiInputDeviceAlsa.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputDeviceAlsa.lo -MD -MP -MF .deps/MidiInputDeviceAlsa.Tpo -c MidiInputDeviceAlsa.cpp -fPIC -DPIC -o .libs/MidiInputDeviceAlsa.o depbase=`echo MidiInputDeviceJack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputDeviceJack.lo -MD -MP -MF $depbase.Tpo -c -o MidiInputDeviceJack.lo MidiInputDeviceJack.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputDeviceJack.lo -MD -MP -MF .deps/MidiInputDeviceJack.Tpo -c MidiInputDeviceJack.cpp -fPIC -DPIC -o .libs/MidiInputDeviceJack.o depbase=`echo MidiInputDevicePlugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputDevicePlugin.lo -MD -MP -MF $depbase.Tpo -c -o MidiInputDevicePlugin.lo MidiInputDevicePlugin.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputDevicePlugin.lo -MD -MP -MF .deps/MidiInputDevicePlugin.Tpo -c MidiInputDevicePlugin.cpp -fPIC -DPIC -o .libs/MidiInputDevicePlugin.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplermididriver.la MidiInputDevice.lo MidiInputDeviceFactory.lo MidiInputPort.lo MidiInstrumentMapper.lo VirtualMidiDevice.lo MidiInputDeviceAlsa.lo MidiInputDeviceJack.lo MidiInputDevicePlugin.lo -lasound -luuid libtool: link: ar cru .libs/liblinuxsamplermididriver.a .libs/MidiInputDevice.o .libs/MidiInputDeviceFactory.o .libs/MidiInputPort.o .libs/MidiInstrumentMapper.o .libs/VirtualMidiDevice.o .libs/MidiInputDeviceAlsa.o .libs/MidiInputDeviceJack.o .libs/MidiInputDevicePlugin.o libtool: link: ranlib .libs/liblinuxsamplermididriver.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplermididriver.la" && ln -s "../liblinuxsamplermididriver.la" "liblinuxsamplermididriver.la" ) make[4]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/drivers/midi' make[4]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/drivers' depbase=`echo Device.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Device.lo -MD -MP -MF $depbase.Tpo -c -o Device.lo Device.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo DeviceParameter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DeviceParameter.lo -MD -MP -MF $depbase.Tpo -c -o DeviceParameter.lo DeviceParameter.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo DeviceParameterFactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DeviceParameterFactory.lo -MD -MP -MF $depbase.Tpo -c -o DeviceParameterFactory.lo DeviceParameterFactory.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo Plugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Plugin.lo -MD -MP -MF $depbase.Tpo -c -o Plugin.lo Plugin.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Device.lo -MD -MP -MF .deps/Device.Tpo -c Device.cpp -fPIC -DPIC -o .libs/Device.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DeviceParameter.lo -MD -MP -MF .deps/DeviceParameter.Tpo -c DeviceParameter.cpp -fPIC -DPIC -o .libs/DeviceParameter.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DeviceParameterFactory.lo -MD -MP -MF .deps/DeviceParameterFactory.Tpo -c DeviceParameterFactory.cpp -fPIC -DPIC -o .libs/DeviceParameterFactory.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Plugin.lo -MD -MP -MF .deps/Plugin.Tpo -c Plugin.cpp -fPIC -DPIC -o .libs/Plugin.o Plugin.cpp: In member function 'void LinuxSampler::Plugin::InitState()': Plugin.cpp:172:48: warning: 'void LinuxSampler::SamplerChannel::SetMidiInputDevice(LinuxSampler::MidiInputDevice*)' is deprecated (declared at ../Sampler.h:143) [-Wdeprecated-declarations] channel->SetMidiInputDevice(pMidiDevice); ^ Plugin.cpp: In member function 'bool LinuxSampler::Plugin::SetState(String)': Plugin.cpp:336:56: warning: 'void LinuxSampler::SamplerChannel::SetMidiInputDevice(LinuxSampler::MidiInputDevice*)' is deprecated (declared at ../Sampler.h:143) [-Wdeprecated-declarations] channel->SetMidiInputDevice(pMidiDevice); ^ /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplerdrivers.la Device.lo DeviceParameter.lo DeviceParameterFactory.lo Plugin.lo -luuid libtool: link: ar cru .libs/liblinuxsamplerdrivers.a .libs/Device.o .libs/DeviceParameter.o .libs/DeviceParameterFactory.o .libs/Plugin.o libtool: link: ranlib .libs/liblinuxsamplerdrivers.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplerdrivers.la" && ln -s "../liblinuxsamplerdrivers.la" "liblinuxsamplerdrivers.la" ) make[4]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/drivers' make[3]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/drivers' Making all in plugins make[3]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/plugins' depbase=`echo InstrumentEditor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentEditor.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentEditor.lo InstrumentEditor.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo InstrumentEditorFactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentEditorFactory.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentEditorFactory.lo InstrumentEditorFactory.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentEditor.lo -MD -MP -MF .deps/InstrumentEditor.Tpo -c InstrumentEditor.cpp -fPIC -DPIC -o .libs/InstrumentEditor.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentEditorFactory.lo -MD -MP -MF .deps/InstrumentEditorFactory.Tpo -c InstrumentEditorFactory.cpp -fPIC -DPIC -o .libs/InstrumentEditorFactory.o In file included from InstrumentEditor.cpp:23:0: InstrumentEditor.cpp: In member function 'void LinuxSampler::InstrumentEditor::Launch(LinuxSampler::EngineChannel*, void*, String, String, void*)': InstrumentEditor.cpp:40:128: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'void*' [-Wformat=] dmsg(1,("InstrumentEditor::Launch(instr=%x,type=%s,version=%s)\n", pInstrument, sTypeName.c_str(), sTypeVersion.c_str())); ^ ../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplerplugins.la InstrumentEditor.lo InstrumentEditorFactory.lo -luuid libtool: link: ar cru .libs/liblinuxsamplerplugins.a .libs/InstrumentEditor.o .libs/InstrumentEditorFactory.o libtool: link: ranlib .libs/liblinuxsamplerplugins.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplerplugins.la" && ln -s "../liblinuxsamplerplugins.la" "liblinuxsamplerplugins.la" ) make[3]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/plugins' Making all in effects make[3]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/effects' depbase=`echo Effect.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Effect.lo -MD -MP -MF $depbase.Tpo -c -o Effect.lo Effect.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo EffectFactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EffectFactory.lo -MD -MP -MF $depbase.Tpo -c -o EffectFactory.lo EffectFactory.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo EffectChain.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EffectChain.lo -MD -MP -MF $depbase.Tpo -c -o EffectChain.lo EffectChain.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo EffectControl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EffectControl.lo -MD -MP -MF $depbase.Tpo -c -o EffectControl.lo EffectControl.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EffectChain.lo -MD -MP -MF .deps/EffectChain.Tpo -c EffectChain.cpp -fPIC -DPIC -o .libs/EffectChain.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EffectFactory.lo -MD -MP -MF .deps/EffectFactory.Tpo -c EffectFactory.cpp -fPIC -DPIC -o .libs/EffectFactory.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EffectControl.lo -MD -MP -MF .deps/EffectControl.Tpo -c EffectControl.cpp -fPIC -DPIC -o .libs/EffectControl.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Effect.lo -MD -MP -MF .deps/Effect.Tpo -c Effect.cpp -fPIC -DPIC -o .libs/Effect.o depbase=`echo LadspaEffect.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT LadspaEffect.lo -MD -MP -MF $depbase.Tpo -c -o LadspaEffect.lo LadspaEffect.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT LadspaEffect.lo -MD -MP -MF .deps/LadspaEffect.Tpo -c LadspaEffect.cpp -fPIC -DPIC -o .libs/LadspaEffect.o /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplereffects.la Effect.lo EffectFactory.lo EffectChain.lo EffectControl.lo LadspaEffect.lo -luuid libtool: link: ar cru .libs/liblinuxsamplereffects.a .libs/Effect.o .libs/EffectFactory.o .libs/EffectChain.o .libs/EffectControl.o .libs/LadspaEffect.o libtool: link: ranlib .libs/liblinuxsamplereffects.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplereffects.la" && ln -s "../liblinuxsamplereffects.la" "liblinuxsamplereffects.la" ) make[3]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/effects' Making all in . make[3]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src' depbase=`echo Sampler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Sampler.lo -MD -MP -MF $depbase.Tpo -c -o Sampler.lo Sampler.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo linuxsampler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT linuxsampler.o -MD -MP -MF $depbase.Tpo -c -o linuxsampler.o linuxsampler.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ls_instr_script.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT ls_instr_script.o -MD -MP -MF $depbase.Tpo -c -o ls_instr_script.o ls_instr_script.cpp &&\ mv -f $depbase.Tpo $depbase.Po libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Sampler.lo -MD -MP -MF .deps/Sampler.Tpo -c Sampler.cpp -fPIC -DPIC -o .libs/Sampler.o ls_instr_script.cpp: In function 'int main(int, char**)': ls_instr_script.cpp:87:46: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::vector::size_type {aka long unsigned int}' [-Wformat=] errors.size(), warnings.size()); ^ ls_instr_script.cpp:87:46: warning: format '%d' expects argument of type 'int', but argument 3 has type 'std::vector::size_type {aka long unsigned int}' [-Wformat=] ls_instr_script.cpp:91:46: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::vector::size_type {aka long unsigned int}' [-Wformat=] errors.size(), warnings.size()); ^ ls_instr_script.cpp:91:46: warning: format '%d' expects argument of type 'int', but argument 3 has type 'std::vector::size_type {aka long unsigned int}' [-Wformat=] linuxsampler.cpp: In function 'void parse_options(int, char**)': linuxsampler.cpp:456:52: warning: format '%u' expects argument of type 'unsigned int*', but argument 3 has type 'long unsigned int*' [-Wformat=] if ((sscanf(optarg, "%u", &port) != 1) || (port == 0) || (port > 65535)) ^ Sampler.cpp: In member function 'void LinuxSampler::SamplerChannel::SetMidiInputDevice(LinuxSampler::MidiInputDevice*)': Sampler.cpp:231:54: warning: 'void LinuxSampler::SamplerChannel::SetMidiInput(LinuxSampler::MidiInputDevice*, int, LinuxSampler::midi_chan_t)' is deprecated (declared at Sampler.h:207) [-Wdeprecated-declarations] SetMidiInput(pDevice, 0, GetMidiInputChannel()); ^ Sampler.cpp: In member function 'void LinuxSampler::SamplerChannel::SetMidiInputPort(int)': Sampler.cpp:235:40: warning: 'LinuxSampler::MidiInputDevice* LinuxSampler::SamplerChannel::GetMidiInputDevice()' is deprecated (declared at Sampler.h:258) [-Wdeprecated-declarations] SetMidiInput(GetMidiInputDevice(), MidiPort, GetMidiInputChannel()); ^ Sampler.cpp:235:74: warning: 'void LinuxSampler::SamplerChannel::SetMidiInput(LinuxSampler::MidiInputDevice*, int, LinuxSampler::midi_chan_t)' is deprecated (declared at Sampler.h:207) [-Wdeprecated-declarations] SetMidiInput(GetMidiInputDevice(), MidiPort, GetMidiInputChannel()); ^ /bin/sh ../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -version-info 4:0:0 -no-undefined -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsampler.la -rpath /usr/lib64/linuxsampler Sampler.lo ../src/db/liblinuxsamplerdb.la ../src/scriptvm/liblinuxsamplerscriptvm.la ../src/network/liblinuxsamplernetwork.la ../src/engines/gig/liblinuxsamplergigengine.la ../src/engines/sf2/liblinuxsamplersf2engine.la ../src/engines/sfz/liblinuxsamplersfzengine.la ../src/engines/common/liblinuxsamplercommonengine.la ../src/engines/liblinuxsamplerengines.la ../src/drivers/liblinuxsamplerdrivers.la ../src/drivers/audio/liblinuxsampleraudiodriver.la ../src/drivers/midi/liblinuxsamplermididriver.la ../src/plugins/liblinuxsamplerplugins.la ../src/effects/liblinuxsamplereffects.la ../src/common/liblinuxsamplercommon.la -lpthread -ldl -luuid libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib64/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-unknown-linux-gnu/4.9.2/crtbeginS.o .libs/Sampler.o -Wl,--whole-archive ../src/db/.libs/liblinuxsamplerdb.a ../src/scriptvm/.libs/liblinuxsamplerscriptvm.a ../src/network/.libs/liblinuxsamplernetwork.a ../src/engines/gig/.libs/liblinuxsamplergigengine.a ../src/engines/sf2/.libs/liblinuxsamplersf2engine.a ../src/engines/sfz/.libs/liblinuxsamplersfzengine.a ../src/engines/common/.libs/liblinuxsamplercommonengine.a ../src/engines/.libs/liblinuxsamplerengines.a ../src/drivers/.libs/liblinuxsamplerdrivers.a ../src/drivers/audio/.libs/liblinuxsampleraudiodriver.a ../src/drivers/midi/.libs/liblinuxsamplermididriver.a ../src/plugins/.libs/liblinuxsamplerplugins.a ../src/effects/.libs/liblinuxsamplereffects.a ../src/common/.libs/liblinuxsamplercommon.a -Wl,--no-whole-archive -O2 -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -pthread -lsqlite3 -L/usr/lib64/libgig -lgig -lsndfile -ljack -lasound -lpthread -ldl -luuid -L/usr/lib64/gcc/x86_64-unknown-linux-gnu/4.9.2 -L/usr/lib64/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-unknown-linux-gnu/4.9.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib64/gcc/x86_64-unknown-linux-gnu/4.9.2/crtendS.o /usr/lib64/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64/crtn.o -Wl,-soname -Wl,liblinuxsampler.so.4 -o .libs/liblinuxsampler.so.4.0.0 libtool: link: (cd ".libs" && rm -f "liblinuxsampler.so.4" && ln -s "liblinuxsampler.so.4.0.0" "liblinuxsampler.so.4") libtool: link: (cd ".libs" && rm -f "liblinuxsampler.so" && ln -s "liblinuxsampler.so.4.0.0" "liblinuxsampler.so") libtool: link: ( cd ".libs" && rm -f "liblinuxsampler.la" && ln -s "../liblinuxsampler.la" "liblinuxsampler.la" ) /bin/sh ../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o linuxsampler linuxsampler.o liblinuxsampler.la -luuid /bin/sh ../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o ls_instr_script ls_instr_script.o liblinuxsampler.la -luuid libtool: link: g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o .libs/linuxsampler linuxsampler.o ./.libs/liblinuxsampler.so -luuid -pthread -Wl,-rpath -Wl,/usr/lib64/linuxsampler libtool: link: g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o .libs/ls_instr_script ls_instr_script.o ./.libs/liblinuxsampler.so -luuid -pthread -Wl,-rpath -Wl,/usr/lib64/linuxsampler /usr/bin/ld: warning: libgig.so.7, needed by ./.libs/liblinuxsampler.so, not found (try using -rpath or -rpath-link) ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::LoadSampleDataWithNullSamplesExtension(unsigned int)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::SetPos(unsigned long, RIFF::stream_whence_t)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2Decay(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::libraryVersion()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1PreAttackDelay(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `DLS::File::GetExtensionFile(int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::ToRatio(int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1Decay(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::LoadSampleData(unsigned long)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetDelayModLfo(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::GetRegion(unsigned int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetFreqModLfo(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::DeleteRegion(gig::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetFineTune(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::GetFirstRegion()' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::GetCache()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::GetTotalFrameCount()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1Release(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `typeinfo for DLS::File' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::~File()' ./.libs/liblinuxsampler.so: undefined reference to `typeinfo for gig::MidiRuleCtrlTrigger' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2Attack(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `DLS::File::GetFileName()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::ReadAndLoop(void*, unsigned long, sf2::Sample::PlaybackState*, sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::ScriptSlotCount() const' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::LoadSampleDataWithNullSamplesExtension(unsigned int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Query::Query(sf2::InstrumentBase&)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::GetScriptOfSlot(unsigned int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::GetFrameSize()' ./.libs/liblinuxsampler.so: undefined reference to `gig::Script::GetScriptAsText()' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::DestroyDecompressionBuffer(gig::buffer_t&)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::CreateDecompressionBuffer(unsigned long)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetPan(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::GetNextSample()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetInitialFilterFc(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1Sustain(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetPreset(int)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Region::GetDimensionRegionByValue(unsigned int const*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetDelayVibLfo(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::GetNextInstrument()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetModLfoToFilterFc(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2Hold(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1Attack(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetModEnvToFilterFc(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::SetAutoLoad(bool)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::GetNextRegion()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::GetCache()' ./.libs/liblinuxsampler.so: undefined reference to `gig::libraryName()' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::GetFirstInstrument()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetCoarseTune(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::DeleteSample(sf2::Sample*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::SetPos(unsigned long)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::GetFirstSample(RIFF::progress_t*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Instrument::DeleteRegion(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `typeinfo for gig::File' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Query::next()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetFreqVibLfo(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetPresetCount()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2Sustain(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::HasSamples()' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::GetPos() const' ./.libs/liblinuxsampler.so: undefined reference to `RIFF::progress_t::progress_t()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::GetChannelCount()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::File(RIFF::File*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::GetMidiRule(int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::Read(void*, unsigned long)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetVibLfoToPitch(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2PreAttackDelay(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::ReadAndLoop(void*, unsigned long, gig::playback_state_t*, gig::DimensionRegion*, gig::buffer_t*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::DeleteInstrument(sf2::Instrument*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetSample(int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::InstrumentBase::GetRegionCount()' ./.libs/liblinuxsampler.so: undefined reference to `RIFF::File::File(std::string const&)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::DeleteInstrument(gig::Instrument*)' ./.libs/liblinuxsampler.so: undefined reference to `RIFF::File::GetFileName()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2Release(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Region::GetSample()' ./.libs/liblinuxsampler.so: undefined reference to `gig::Region::GetDimensionRegionIndexByValue(unsigned int const*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetModLfoToVolume(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::ReleaseSampleData()' ./.libs/liblinuxsampler.so: undefined reference to `gig::DimensionRegion::GetVelocityRelease(unsigned char)' ./.libs/liblinuxsampler.so: undefined reference to `typeinfo for DLS::Resource' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetModEnvToPitch(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetUnityNote()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1Hold(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::LoadSampleData(unsigned long)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::InstrumentBase::GetRegion(int)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::DeleteSample(gig::Sample*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::File(RIFF::File*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::GetPos()' ./.libs/liblinuxsampler.so: undefined reference to `gig::DimensionRegion::GetParent() const' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetModLfoToPitch(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::Read(void*, unsigned long, gig::buffer_t*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetInstrumentCount()' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::GetInstrument(unsigned int, RIFF::progress_t*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetInstrument(int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetSampleCount()' ./.libs/liblinuxsampler.so: undefined reference to `gig::DimensionRegion::GetVelocityAttenuation(unsigned char)' ./.libs/liblinuxsampler.so: undefined reference to `gig::DimensionRegion::GetVelocityCutoff(unsigned char)' collect2: error: ld returned 1 exit status /usr/bin/ld: warning: libgig.so.7, needed by ./.libs/liblinuxsampler.so, not found (try using -rpath or -rpath-link) ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::LoadSampleDataWithNullSamplesExtension(unsigned int)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::SetPos(unsigned long, RIFF::stream_whence_t)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2Decay(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::libraryVersion()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1PreAttackDelay(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `DLS::File::GetExtensionFile(int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::ToRatio(int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1Decay(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::LoadSampleData(unsigned long)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetDelayModLfo(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::GetRegion(unsigned int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetFreqModLfo(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::DeleteRegion(gig::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetFineTune(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::GetFirstRegion()' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::GetCache()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::GetTotalFrameCount()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1Release(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `typeinfo for DLS::File' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::~File()' ./.libs/liblinuxsampler.so: undefined reference to `typeinfo for gig::MidiRuleCtrlTrigger' ./.libs/liblinuxsampler.so:make[3]: *** [linuxsampler] Error 1 undefined reference to `sf2::Region::GetEG2Attack(sf2::Region*)'Makefile:599: recipe for target 'linuxsampler' failed ./make[3]: *** Waiting for unfinished jobs.... .libs/liblinuxsampler.so: undefined reference to `DLS::File::GetFileName()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::ReadAndLoop(void*, unsigned long, sf2::Sample::PlaybackState*, sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::ScriptSlotCount() const' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::LoadSampleDataWithNullSamplesExtension(unsigned int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Query::Query(sf2::InstrumentBase&)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::GetScriptOfSlot(unsigned int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::GetFrameSize()' ./.libs/liblinuxsampler.so: undefined reference to `gig::Script::GetScriptAsText()' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::DestroyDecompressionBuffer(gig::buffer_t&)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::CreateDecompressionBuffer(unsigned long)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetPan(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::GetNextSample()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetInitialFilterFc(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1Sustain(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetPreset(int)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Region::GetDimensionRegionByValue(unsigned int const*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetDelayVibLfo(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::GetNextInstrument()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetModLfoToFilterFc(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2Hold(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1Attack(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetModEnvToFilterFc(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::SetAutoLoad(bool)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::GetNextRegion()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::GetCache()' ./.libs/liblinuxsampler.so: undefined reference to `gig::libraryName()' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::GetFirstInstrument()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetCoarseTune(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::DeleteSample(sf2::Sample*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::SetPos(unsigned long)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::GetFirstSample(RIFF::progress_t*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Instrument::DeleteRegion(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `typeinfo for gig::File' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Query::next()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetFreqVibLfo(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetPresetCount()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2Sustain(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::HasSamples()' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::GetPos() const' ./.libs/liblinuxsampler.so: undefined reference to `RIFF::progress_t::progress_t()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::GetChannelCount()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::File(RIFF::File*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::GetMidiRule(int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::Read(void*, unsigned long)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetVibLfoToPitch(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2PreAttackDelay(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::ReadAndLoop(void*, unsigned long, gig::playback_state_t*, gig::DimensionRegion*, gig::buffer_t*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::DeleteInstrument(sf2::Instrument*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetSample(int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::InstrumentBase::GetRegionCount()' ./.libs/liblinuxsampler.so: undefined reference to `RIFF::File::File(std::string const&)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::DeleteInstrument(gig::Instrument*)' ./.libs/liblinuxsampler.so: undefined reference to `RIFF::File::GetFileName()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2Release(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Region::GetSample()' ./.libs/liblinuxsampler.so: undefined reference to `gig::Region::GetDimensionRegionIndexByValue(unsigned int const*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetModLfoToVolume(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::ReleaseSampleData()' ./.libs/liblinuxsampler.so: undefined reference to `gig::DimensionRegion::GetVelocityRelease(unsigned char)' ./.libs/liblinuxsampler.so: undefined reference to `typeinfo for DLS::Resource' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetModEnvToPitch(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetUnityNote()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1Hold(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::LoadSampleData(unsigned long)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::InstrumentBase::GetRegion(int)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::DeleteSample(gig::Sample*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::File(RIFF::File*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::GetPos()' ./.libs/liblinuxsampler.so: undefined reference to `gig::DimensionRegion::GetParent() const' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetModLfoToPitch(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::Read(void*, unsigned long, gig::buffer_t*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetInstrumentCount()' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::GetInstrument(unsigned int, RIFF::progress_t*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetInstrument(int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetSampleCount()' ./.libs/liblinuxsampler.so: undefined reference to `gig::DimensionRegion::GetVelocityAttenuation(unsigned char)' ./.libs/liblinuxsampler.so: undefined reference to `gig::DimensionRegion::GetVelocityCutoff(unsigned char)' collect2: error: ld returned 1 exit status Makefile:603: recipe for target 'ls_instr_script' failed make[3]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src' make[3]: *** [ls_instr_script] Error 1 Makefile:674: recipe for target 'all-recursive' failed make[2]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src' make[2]: *** [all-recursive] Error 1 Makefile:496: recipe for target 'all-recursive' failed make[1]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0' make[1]: *** [all-recursive] Error 1 Makefile:400: recipe for target 'all' failed make: *** [all] Error 2 error: Bad exit status from /home/giovanni/rpm/tmp/rpm-tmp.64441 (%build) Bad exit status from /home/giovanni/rpm/tmp/rpm-tmp.64441 (%build) RPM build errors: Traceback (most recent call last): File "/usr/bin/abf", line 1737, in command_line.func() File "/usr/bin/abf", line 632, in localbuild_rpmbuild res = execute_command(cmd, print_to_stdout=True, exit_on_error=False, shell=False) File "/usr/lib/python2.7/site-packages/abf/console/misc.py", line 397, in execute_command raise ReturnCodeNotZero(_("Command failed.\nReturn code: %(ret_code)s\nOutput: %(output)s") % {'ret_code': child.returncode, 'output': output}, child.returncode) abf.console.misc.ReturnCodeNotZero: Command failed. Return code: 1 Output: Executing(%prep): /bin/sh -e /home/giovanni/rpm/tmp/rpm-tmp.64441 + umask 022 + cd /tmp/abf/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /tmp/abf/rpmbuild/BUILD + rm -rf linuxsampler-2.0.0 + /usr/bin/bzip2 -dc /tmp/abf/rpmbuild/linuxsampler-2.0.0.tar.bz2 + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd linuxsampler-2.0.0 + exit 0 Executing(%build): /bin/sh -e /home/giovanni/rpm/tmp/rpm-tmp.64441 + umask 022 + cd /tmp/abf/rpmbuild/BUILD + cd linuxsampler-2.0.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC' + export CFLAGS + CXXFLAGS='-O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC' + export CXXFLAGS + FFLAGS='-O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC' + export FFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu' + export LDFLAGS + CONFIGURE_TOP=. + /usr/lib/rpm/mandriva/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mandriva/drop-ld-no-undefined-for-shared-lib-modules-in-libtool Modifying ltmain.sh underlinking for plugins (cf http://wiki.mandriva.com/en/Underlinking) + /usr/lib/rpm/mandriva/fix-libtool-ltmain-from-overlinking Fixing libtool's ltmain.sh to prevent overlinking (cf http://wiki.mandriva.com/en/Overlinking) + /usr/lib/rpm/mandriva/fix-libtool-from-moving-options-after-libs . Fixing libtool inside configure to pass -Wl,xxx options before libraries + /usr/lib/rpm/mandriva/fix-dlsearch-path-in-libtool-for-multilib . lib64 Forcing run-time library search path definition in configure to prevent libtool from adding rpath for standard directories (configure was generated with libtool without support for autodetection) + '[' -f ./configure.in -o -f ./configure.ac ']' + CONFIGURE_XPATH='--x-includes=/usr/include --x-libraries=/usr/lib64' + ./configure --build=x86_64-unknown-linux-gnu --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib64 --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --x-includes=/usr/include --x-libraries=/usr/lib64 --disable-static --disable-arts-driver --disable-artstest --disable-midishare-driver checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for bison... bison -y checking whether byte ordering is bigendian... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether x86 architecture... yes checking for mmsystem.h... no checking whether UNIX98 compatible... yes checking features.h usability... yes checking features.h presence... yes checking for features.h... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for NPTL bug... no checking uuid/uuid.h usability... yes checking uuid/uuid.h presence... yes checking for uuid/uuid.h... yes checking for library containing uuid_generate... -luuid checking alsa/asoundlib.h usability... yes checking alsa/asoundlib.h presence... yes checking for alsa/asoundlib.h... yes checking for main in -lasound... yes checking Alsa version... 1.1.0 checking for JACK... yes checking for jack_client_name_size... yes checking for jack_client_open... yes checking for jack_on_info_shutdown... yes checking jack/midiport.h usability... yes checking jack/midiport.h presence... yes checking for jack/midiport.h... yes checking for jack_midi_get_event_count... yes ARTS support disabled by configure script parameter checking for ASIO headerfile: ./ASIOSDK2/common/asio.h ....no MidiShare support disabled by configure script parameter checking CoreMIDI/CoreMIDI.h usability... no checking CoreMIDI/CoreMIDI.h presence... no checking for CoreMIDI/CoreMIDI.h... no checking CoreAudio/CoreAudio.h usability... no checking CoreAudio/CoreAudio.h presence... no checking for CoreAudio/CoreAudio.h... no checking for mmsystem.h... (cached) no checking dssi.h usability... yes checking dssi.h presence... yes checking for dssi.h... yes checking for LV2... yes checking AudioUnit/AudioUnit.h usability... no checking AudioUnit/AudioUnit.h presence... no checking for AudioUnit/AudioUnit.h... no checking for GIG... yes yes, found libgig 4.0.0 checking for SNDFILE... yes yes, found libsndfile 1.0 checking whether SF_FORMAT_VORBIS is declared... yes checking whether SF_FORMAT_FLAC is declared... yes checking for SF_INSTRUMENT.loops... yes checking for SQLITE3... yes benchmarking for the best (signed) triangular oscillator algorithm... integer math using abs() benchmarking for the best (unsigned) triangular oscillator algorithm... integer math using abs() checking for stdlib.h... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile config.status: creating man/linuxsampler.1 config.status: creating man/lscp.1 config.status: creating src/Makefile config.status: creating src/db/Makefile config.status: creating src/network/Makefile config.status: creating src/engines/Makefile config.status: creating src/engines/gig/Makefile config.status: creating src/engines/sf2/Makefile config.status: creating src/engines/sfz/Makefile config.status: creating src/engines/common/Makefile config.status: creating src/effects/Makefile config.status: creating src/common/Makefile config.status: creating src/testcases/Makefile config.status: creating src/drivers/Makefile config.status: creating src/drivers/audio/Makefile config.status: creating src/drivers/midi/Makefile config.status: creating src/plugins/Makefile config.status: creating src/hostplugins/Makefile config.status: creating src/hostplugins/dssi/Makefile config.status: creating src/hostplugins/lv2/Makefile config.status: creating src/hostplugins/lv2/manifest.ttl config.status: creating src/hostplugins/vst/Makefile config.status: creating src/hostplugins/au/Makefile config.status: creating src/scriptvm/Makefile config.status: creating src/shell/Makefile config.status: creating linuxsampler.spec config.status: creating debian/Makefile config.status: creating Artwork/Makefile config.status: creating scripts/Makefile config.status: creating osx/Makefile config.status: creating osx/linuxsampler.xcodeproj/Makefile config.status: creating Documentation/Makefile config.status: creating Documentation/Engines/Makefile config.status: creating Documentation/Engines/gig/Makefile config.status: creating linuxsampler.pc config.status: creating Doxyfile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands ##################################################################### # LinuxSampler Configuration # #-------------------------------------------------------------------# # Release Version: 2.0.0 # LSCP Version: 1.7 #------------------------------------------------------------------- # Assembly Optimizations: yes # Development Mode: no # Debug Level: 1 # Use Exceptions in RT Context: no # Preload Samples: 32768 # Maximum Pitch: 4 (octaves) # Maximum Events: 1024 # Envelope Bottom Level: 0.001 (linear) # Envelope Minimum Release Time: 0.0025 s # Streams to be refilled per Disk Thread Cycle: 4 # Minimum Stream Refill Size: 1024 # Maximum Stream Refill Size: 65536 # Stream Size: 262144 # Default Maximum Disk Streams: 90 # Default Maximum Voices: 64 # Default Subfragment Size: 32 # Default Global Volume Attenuation: 0.35 # Voice Stealing Algorithm: oldestvoiceonkey # Signed Triangular Oscillator Algorithm: intmathabs # Unsigned Triangular Oscillator Algorithm: intmathabs # SysEx Buffer Size: 2048 Byte # Min. Portamento Time: 0.1 s # Max. Portamento Time: 32 s # Default Portamento Time: 1 s # Force Filter Usage: no # Filter Cutoff Minimum: 100.0 Hz # Filter Cutoff Maximum: 10000.0 Hz # Override Filter Cutoff Controller: no # Override Filter Resonance Controller: no # Override Filter Type: no # Assert GS SysEx Checksum: no # Process Muted Channels: no # Process All-Notes-Off MIDI message: yes # Apply global volume SysEx by MIDI port: no # Interpolate Volume: yes # Instruments database support: yes # Instruments DB default location: /var/lib/linuxsampler/instruments.db # Plugin Path: /usr/lib64/linuxsampler/plugins #------------------------------------------------------------------- # MIDI Input Drivers: # ALSA: yes, JACK: yes, CoreMIDI: no, MME: no, MidiShare: no #------------------------------------------------------------------- # Audio Output Drivers: # ALSA: yes, JACK: yes, ARTS: no, CoreAudio: no, ASIO: no #------------------------------------------------------------------- # Sampler Engines: # GIG: yes, SF2: yes, SFZ: yes #------------------------------------------------------------------- # Effect plugin systems for internal effects: # LADSPA: yes #------------------------------------------------------------------- # Building sampler as plugin for following host standards: # DSSI: yes, LV2: yes, VST: no, AU: no #-------------------------------------------------------------------# # Read './configure --help' or file 'configure.in' for details. # ##################################################################### Good. Now type 'make' to compile, followed by 'make install' as root. + /usr/bin/make -j4 /usr/bin/make all-recursive make[1]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0' Making all in man make[2]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/man' Making all in src make[2]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src' Making all in scriptvm make[3]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/scriptvm' /usr/bin/make all-am make[4]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/scriptvm' depbase=`echo common.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT common.lo -MD -MP -MF $depbase.Tpo -c -o common.lo common.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo scanner.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT scanner.lo -MD -MP -MF $depbase.Tpo -c -o scanner.lo scanner.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT parser.lo -MD -MP -MF $depbase.Tpo -c -o parser.lo parser.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo tree.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT tree.lo -MD -MP -MF $depbase.Tpo -c -o tree.lo tree.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.cpp -fPIC -DPIC -o .libs/parser.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.cpp -fPIC -DPIC -o .libs/common.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT scanner.lo -MD -MP -MF .deps/scanner.Tpo -c scanner.cpp -fPIC -DPIC -o .libs/scanner.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT tree.lo -MD -MP -MF .deps/tree.Tpo -c tree.cpp -fPIC -DPIC -o .libs/tree.o depbase=`echo CoreVMFunctions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT CoreVMFunctions.lo -MD -MP -MF $depbase.Tpo -c -o CoreVMFunctions.lo CoreVMFunctions.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT CoreVMFunctions.lo -MD -MP -MF .deps/CoreVMFunctions.Tpo -c CoreVMFunctions.cpp -fPIC -DPIC -o .libs/CoreVMFunctions.o depbase=`echo ScriptVM.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT ScriptVM.lo -MD -MP -MF $depbase.Tpo -c -o ScriptVM.lo ScriptVM.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT ScriptVM.lo -MD -MP -MF .deps/ScriptVM.Tpo -c ScriptVM.cpp -fPIC -DPIC -o .libs/ScriptVM.o In file included from ScriptVM.cpp:14:0: ScriptVM.cpp: In member function 'LinuxSampler::VMParserContext* LinuxSampler::ScriptVM::loadScript(std::istream*)': ScriptVM.cpp:114:107: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] dmsg(2,("Allocating %d bytes of global int VM memory.\n", context->globalIntVarCount * sizeof(int))); ^ ../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ScriptVM.cpp: In member function 'LinuxSampler::VMExecContext* LinuxSampler::ScriptVM::createExecContext(LinuxSampler::VMParserContext*)': ScriptVM.cpp:157:82: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] parserCtx->requiredMaxStackSize * sizeof(ExecContext::StackFrame))); ^ ../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ScriptVM.cpp:163:82: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] dmsg(2,("Allocated %d bytes polyphonic memory.\n", polySize * sizeof(int))); ^ ../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplerscriptvm.la common.lo scanner.lo parser.lo tree.lo CoreVMFunctions.lo ScriptVM.lo -luuid libtool: link: ar cru .libs/liblinuxsamplerscriptvm.a .libs/common.o .libs/scanner.o .libs/parser.o .libs/tree.o .libs/CoreVMFunctions.o .libs/ScriptVM.o libtool: link: ranlib .libs/liblinuxsamplerscriptvm.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplerscriptvm.la" && ln -s "../liblinuxsamplerscriptvm.la" "liblinuxsamplerscriptvm.la" ) make[4]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/scriptvm' make[3]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/scriptvm' Making all in db make[3]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/db' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT liblinuxsamplerdb_la-InstrumentsDb.lo -MD -MP -MF .deps/liblinuxsamplerdb_la-InstrumentsDb.Tpo -c -o liblinuxsamplerdb_la-InstrumentsDb.lo `test -f 'InstrumentsDb.cpp' || echo './'`InstrumentsDb.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT liblinuxsamplerdb_la-InstrumentsDbUtilities.lo -MD -MP -MF .deps/liblinuxsamplerdb_la-InstrumentsDbUtilities.Tpo -c -o liblinuxsamplerdb_la-InstrumentsDbUtilities.lo `test -f 'InstrumentsDbUtilities.cpp' || echo './'`InstrumentsDbUtilities.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT liblinuxsamplerdb_la-InstrumentsDb.lo -MD -MP -MF .deps/liblinuxsamplerdb_la-InstrumentsDb.Tpo -c InstrumentsDb.cpp -fPIC -DPIC -o .libs/liblinuxsamplerdb_la-InstrumentsDb.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT liblinuxsamplerdb_la-InstrumentsDbUtilities.lo -MD -MP -MF .deps/liblinuxsamplerdb_la-InstrumentsDbUtilities.Tpo -c InstrumentsDbUtilities.cpp -fPIC -DPIC -o .libs/liblinuxsamplerdb_la-InstrumentsDbUtilities.o mv -f .deps/liblinuxsamplerdb_la-InstrumentsDbUtilities.Tpo .deps/liblinuxsamplerdb_la-InstrumentsDbUtilities.Plo mv -f .deps/liblinuxsamplerdb_la-InstrumentsDb.Tpo .deps/liblinuxsamplerdb_la-InstrumentsDb.Plo /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplerdb.la liblinuxsamplerdb_la-InstrumentsDb.lo liblinuxsamplerdb_la-InstrumentsDbUtilities.lo -lsqlite3 -luuid libtool: link: ar cru .libs/liblinuxsamplerdb.a .libs/liblinuxsamplerdb_la-InstrumentsDb.o .libs/liblinuxsamplerdb_la-InstrumentsDbUtilities.o libtool: link: ranlib .libs/liblinuxsamplerdb.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplerdb.la" && ln -s "../liblinuxsamplerdb.la" "liblinuxsamplerdb.la" ) make[3]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/db' Making all in network make[3]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/network' depbase=`echo lscpparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT lscpparser.lo -MD -MP -MF $depbase.Tpo -c -o lscpparser.lo lscpparser.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo lscpserver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT lscpserver.lo -MD -MP -MF $depbase.Tpo -c -o lscpserver.lo lscpserver.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo lscpresultset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT lscpresultset.lo -MD -MP -MF $depbase.Tpo -c -o lscpresultset.lo lscpresultset.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo lscp_shell_reference.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT lscp_shell_reference.lo -MD -MP -MF $depbase.Tpo -c -o lscp_shell_reference.lo lscp_shell_reference.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT lscpserver.lo -MD -MP -MF .deps/lscpserver.Tpo -c lscpserver.cpp -fPIC -DPIC -o .libs/lscpserver.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT lscp_shell_reference.lo -MD -MP -MF .deps/lscp_shell_reference.Tpo -c lscp_shell_reference.cpp -fPIC -DPIC -o .libs/lscp_shell_reference.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT lscpresultset.lo -MD -MP -MF .deps/lscpresultset.Tpo -c lscpresultset.cpp -fPIC -DPIC -o .libs/lscpresultset.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT lscpparser.lo -MD -MP -MF .deps/lscpparser.Tpo -c lscpparser.cpp -fPIC -DPIC -o .libs/lscpparser.o depbase=`echo lscpevent.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT lscpevent.lo -MD -MP -MF $depbase.Tpo -c -o lscpevent.lo lscpevent.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT lscpevent.lo -MD -MP -MF .deps/lscpevent.Tpo -c lscpevent.cpp -fPIC -DPIC -o .libs/lscpevent.o lscpserver.cpp: In member function 'virtual int LinuxSampler::LSCPServer::Main()': lscpserver.cpp:397:36: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] if (bind(hSocket, (sockaddr*) &SocketAddress, sizeof(sockaddr_in)) < 0) { ^ lscpserver.cpp:400:44: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] if (bind(hSocket, (sockaddr*) &SocketAddress, sizeof(sockaddr_in)) < 0) { ^ lscpserver.cpp:554:45: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] int socket = accept(hSocket, (sockaddr*) &client, (socklen_t*) &length); ^ lscpserver.cpp: In member function 'String LinuxSampler::LSCPServer::GetChannelInfo(uint)': lscpserver.cpp:1253:101: warning: 'LinuxSampler::MidiInputDevice* LinuxSampler::SamplerChannel::GetMidiInputDevice()' is deprecated (declared at ../Sampler.h:258) [-Wdeprecated-declarations] result.Add("MIDI_INPUT_DEVICE", GetMidiInputDeviceIndex(pSamplerChannel->GetMidiInputDevice())); ^ lscpserver.cpp:1254:73: warning: 'int LinuxSampler::SamplerChannel::GetMidiInputPort()' is deprecated (declared at ../Sampler.h:237) [-Wdeprecated-declarations] result.Add("MIDI_INPUT_PORT", pSamplerChannel->GetMidiInputPort()); ^ In file included from lscpparser.h:41:0, from lscpserver.h:45, from lscpserver.cpp:28: lscpserver.cpp: In member function 'String LinuxSampler::LSCPServer::GetMidiInputDriverParameterInfo(String, String, std::map, std::basic_string >)': lscpserver.cpp:1452:161: warning: format '%d' expects argument of type 'int', but argument 4 has type 'std::map, std::basic_string >::size_type {aka long unsigned int}' [-Wformat=] dmsg(2,("LSCPServer: GetMidiInputDriverParameterInfo(Driver=%s,Parameter=%s,DependencyListSize=%d)\n",Driver.c_str(),Parameter.c_str(),DependencyList.size())); ^ ../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ lscpserver.cpp: In member function 'String LinuxSampler::LSCPServer::GetAudioOutputDriverParameterInfo(String, String, std::map, std::basic_string >)': lscpserver.cpp:1480:163: warning: format '%d' expects argument of type 'int', but argument 4 has type 'std::map, std::basic_string >::size_type {aka long unsigned int}' [-Wformat=] dmsg(2,("LSCPServer: GetAudioOutputDriverParameterInfo(Driver=%s,Parameter=%s,DependencyListSize=%d)\n",Driver.c_str(),Parameter.c_str(),DependencyList.size())); ^ ../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ lscpserver.cpp: In member function 'String LinuxSampler::LSCPServer::GetAudioOutputChannelInfo(uint, uint)': lscpserver.cpp:1637:96: warning: too many arguments for format [-Wformat-extra-args] dmsg(2,("LSCPServer: GetAudioOutputChannelInfo(DeviceId=%d,ChannelId)\n",DeviceId,ChannelId)); ^ ../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ lscpserver.cpp: In member function 'String LinuxSampler::LSCPServer::SetMIDIInputPort(uint, uint)': lscpserver.cpp:2004:51: warning: 'void LinuxSampler::SamplerChannel::SetMidiInputPort(int)' is deprecated (declared at ../Sampler.h:169) [-Wdeprecated-declarations] pSamplerChannel->SetMidiInputPort(MIDIPort); ^ lscpserver.cpp: In member function 'String LinuxSampler::LSCPServer::SetMIDIInputDevice(uint, uint)': lscpserver.cpp:2035:52: warning: 'void LinuxSampler::SamplerChannel::SetMidiInputDevice(LinuxSampler::MidiInputDevice*)' is deprecated (declared at ../Sampler.h:143) [-Wdeprecated-declarations] pSamplerChannel->SetMidiInputDevice(pDevice); ^ lscpserver.cpp: In member function 'String LinuxSampler::LSCPServer::SetMIDIInputType(String, uint)': lscpserver.cpp:2073:52: warning: 'void LinuxSampler::SamplerChannel::SetMidiInputDevice(LinuxSampler::MidiInputDevice*)' is deprecated (declared at ../Sampler.h:143) [-Wdeprecated-declarations] pSamplerChannel->SetMidiInputDevice(pDevice); ^ lscpserver.cpp: In member function 'String LinuxSampler::LSCPServer::SetMIDIInput(uint, uint, uint, uint)': lscpserver.cpp:2094:83: warning: 'void LinuxSampler::SamplerChannel::SetMidiInput(LinuxSampler::MidiInputDevice*, int, LinuxSampler::midi_chan_t)' is deprecated (declared at ../Sampler.h:207) [-Wdeprecated-declarations] pSamplerChannel->SetMidiInput(pDevice, MIDIPort, (midi_chan_t) MIDIChannel); ^ /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplernetwork.la lscpparser.lo lscpserver.lo lscpresultset.lo lscp_shell_reference.lo lscpevent.lo -luuid libtool: link: ar cru .libs/liblinuxsamplernetwork.a .libs/lscpparser.o .libs/lscpserver.o .libs/lscpresultset.o .libs/lscp_shell_reference.o .libs/lscpevent.o libtool: link: ranlib .libs/liblinuxsamplernetwork.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplernetwork.la" && ln -s "../liblinuxsamplernetwork.la" "liblinuxsamplernetwork.la" ) make[3]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/network' Making all in engines make[3]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines' Making all in gig make[4]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines/gig' depbase=`echo DiskThread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DiskThread.lo -MD -MP -MF $depbase.Tpo -c -o DiskThread.lo DiskThread.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo EGADSR.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EGADSR.lo -MD -MP -MF $depbase.Tpo -c -o EGADSR.lo EGADSR.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo EGDecay.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EGDecay.lo -MD -MP -MF $depbase.Tpo -c -o EGDecay.lo EGDecay.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo Engine.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Engine.lo -MD -MP -MF $depbase.Tpo -c -o Engine.lo Engine.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EGADSR.lo -MD -MP -MF .deps/EGADSR.Tpo -c EGADSR.cpp -fPIC -DPIC -o .libs/EGADSR.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DiskThread.lo -MD -MP -MF .deps/DiskThread.Tpo -c DiskThread.cpp -fPIC -DPIC -o .libs/DiskThread.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EGDecay.lo -MD -MP -MF .deps/EGDecay.Tpo -c EGDecay.cpp -fPIC -DPIC -o .libs/EGDecay.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Engine.lo -MD -MP -MF .deps/Engine.Tpo -c Engine.cpp -fPIC -DPIC -o .libs/Engine.o In file included from ../../common/RTMath.h:29:0, from EGDecay.h:28, from EGDecay.cpp:24: EGDecay.cpp: In member function 'void LinuxSampler::gig::EGDecay::trigger(float, float, unsigned int)': EGDecay.cpp:40:61: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat=] dmsg(4,("Depth=%d, DecayTime=%f\n", Depth, DecayTime)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo Filter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Filter.lo -MD -MP -MF $depbase.Tpo -c -o Filter.lo Filter.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Filter.lo -MD -MP -MF .deps/Filter.Tpo -c Filter.cpp -fPIC -DPIC -o .libs/Filter.o depbase=`echo InstrumentScriptVM.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentScriptVM.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentScriptVM.lo InstrumentScriptVM.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentScriptVM.lo -MD -MP -MF .deps/InstrumentScriptVM.Tpo -c InstrumentScriptVM.cpp -fPIC -DPIC -o .libs/InstrumentScriptVM.o DiskThread.cpp:32:155: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] LinuxSampler::Stream* LinuxSampler::DiskThreadBase< ::gig::DimensionRegion, gig::InstrumentResourceManager>::SLOT_RESERVED = (LinuxSampler::Stream*) &SLOT_RESERVED; ^ In file included from ../common/AbstractInstrumentManager.h:15:0, from ../InstrumentManagerBase.h:28, from DiskThread.h:28, from Engine.h:28, from Engine.cpp:25: ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::ProcessHardcodedControllers(LinuxSampler::EngineChannel*, Pool::Iterator&) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument; Pool::Iterator = RTListBase::_Iterator]': Engine.cpp:113:9: required from here ../EngineBase.h:1158:112: warning: format '%d' expects argument of type 'int', but argument 3 has type 'double' [-Wformat=] dmsg(4,("Note Reverb Send NRPN received (note=%d,send=%d).\n", note, reverb)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:1166:112: warning: format '%d' expects argument of type 'int', but argument 3 has type 'double' [-Wformat=] dmsg(4,("Note Chorus Send NRPN received (note=%d,send=%d).\n", note, chorus)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument]': Engine.cpp:354:2: required from here ../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument]': Engine.cpp:354:2: required from here ../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo InstrumentScriptVMFunctions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentScriptVMFunctions.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentScriptVMFunctions.lo InstrumentScriptVMFunctions.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentScriptVMFunctions.lo -MD -MP -MF .deps/InstrumentScriptVMFunctions.Tpo -c InstrumentScriptVMFunctions.cpp -fPIC -DPIC -o .libs/InstrumentScriptVMFunctions.o depbase=`echo InstrumentResourceManager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentResourceManager.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentResourceManager.lo InstrumentResourceManager.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentResourceManager.lo -MD -MP -MF .deps/InstrumentResourceManager.Tpo -c InstrumentResourceManager.cpp -fPIC -DPIC -o .libs/InstrumentResourceManager.o depbase=`echo Stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Stream.lo -MD -MP -MF $depbase.Tpo -c -o Stream.lo Stream.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Stream.lo -MD -MP -MF .deps/Stream.Tpo -c Stream.cpp -fPIC -DPIC -o .libs/Stream.o In file included from Stream.cpp:26:0: Stream.cpp: In member function 'virtual long int LinuxSampler::gig::Stream::Read(uint8_t*, long int)': Stream.cpp:55:127: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->PlaybackState.position)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Stream.cpp:55:127: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->PlaybackState.position)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Stream.cpp:71:117: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->SampleOffset)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Stream.cpp:71:117: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->SampleOffset)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ In file included from ../common/AbstractInstrumentManager.h:15:0, from ../InstrumentManagerBase.h:28, from InstrumentResourceManager.h:33, from InstrumentResourceManager.cpp:26: InstrumentResourceManager.cpp: In static member function 'static void LinuxSampler::gig::InstrumentResourceManager::OnInstrumentLoadingProgress(gig::progress_t*)': InstrumentResourceManager.cpp:72:82: warning: spurious trailing '%' in format [-Wformat=] dmsg(7,("gig::InstrumentResourceManager: progress %f%", pProgress->factor)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ InstrumentResourceManager.cpp: In member function 'void LinuxSampler::gig::InstrumentResourceManager::CacheInitialSamples(gig::Sample*, uint)': InstrumentResourceManager.cpp:679:141: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] dmsg(3,("Caching whole sample (sample name: \"%s\", sample size: %d)\n", pSample->pInfo->Name.c_str(), pSample->SamplesTotal)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ InstrumentResourceManager.cpp:681:96: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] dmsg(4,("Cached %d Bytes, %d silence bytes.\n", buf.Size, buf.NullExtensionSize)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ InstrumentResourceManager.cpp:681:96: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] dmsg(4,("Cached %d Bytes, %d silence bytes.\n", buf.Size, buf.NullExtensionSize)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ InstrumentResourceManager.cpp: In member function 'void LinuxSampler::gig::InstrumentResourceManager::UncacheInitialSamples(gig::Sample*)': InstrumentResourceManager.cpp:692:48: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Sample*' [-Wformat=] dmsg(1,("Uncaching sample %x\n",pSample)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument]': InstrumentResourceManager.cpp:416:65: required from here ../common/../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument]': InstrumentResourceManager.cpp:485:64: required from here ../common/../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo Voice.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Voice.lo -MD -MP -MF $depbase.Tpo -c -o Voice.lo Voice.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Voice.lo -MD -MP -MF .deps/Voice.Tpo -c Voice.cpp -fPIC -DPIC -o .libs/Voice.o depbase=`echo Synthesizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Synthesizer.lo -MD -MP -MF $depbase.Tpo -c -o Synthesizer.lo Synthesizer.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Synthesizer.lo -MD -MP -MF .deps/Synthesizer.Tpo -c Synthesizer.cpp -fPIC -DPIC -o .libs/Synthesizer.o In file included from ../../common/Features.h:27:0, from Voice.cpp:25: Voice.cpp: In member function 'virtual void LinuxSampler::gig::Voice::ProcessGroupEvent(RTList::Iterator&)': Voice.cpp:490:81: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'LinuxSampler::gig::Voice*' [-Wformat=] dmsg(4,("Voice %x processGroupEvents event type=%d", this, itEvent->Type)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Voice.cpp:503:44: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'LinuxSampler::gig::Voice*' [-Wformat=] dmsg(4,("Voice %x - kill", this)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument]': Voice.cpp:526:2: required from here ../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument]': Voice.cpp:526:2: required from here ../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo Profiler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Profiler.lo -MD -MP -MF $depbase.Tpo -c -o Profiler.lo Profiler.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Profiler.lo -MD -MP -MF .deps/Profiler.Tpo -c Profiler.cpp -fPIC -DPIC -o .libs/Profiler.o depbase=`echo EngineChannel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineChannel.lo -MD -MP -MF $depbase.Tpo -c -o EngineChannel.lo EngineChannel.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineChannel.lo -MD -MP -MF .deps/EngineChannel.Tpo -c EngineChannel.cpp -fPIC -DPIC -o .libs/EngineChannel.o depbase=`echo SmoothVolume.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT SmoothVolume.lo -MD -MP -MF $depbase.Tpo -c -o SmoothVolume.lo SmoothVolume.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT SmoothVolume.lo -MD -MP -MF .deps/SmoothVolume.Tpo -c SmoothVolume.cpp -fPIC -DPIC -o .libs/SmoothVolume.o In file included from ../common/../../common/RTMath.h:29:0, from ../common/Event.h:28, from ../AbstractEngine.h:37, from EngineChannel.h:28, from EngineChannel.cpp:25: ../EngineChannelBase.h: In instantiation of 'void LinuxSampler::EngineChannelBase::OnResourceProgress(float) [with V = LinuxSampler::gig::Voice; R = gig::DimensionRegion; I = gig::Instrument]': EngineChannel.cpp:194:2: required from here ../EngineChannelBase.h:274:74: warning: spurious trailing '%' in format [-Wformat=] dmsg(7,("EngineChannelBase: progress %d%", InstrumentStat)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument]': EngineChannel.cpp:194:2: required from here ../common/../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument]': EngineChannel.cpp:194:2: required from here ../common/../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ /bin/sh ../../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -I/usr/include/libgig -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplergigengine.la DiskThread.lo EGADSR.lo EGDecay.lo Engine.lo Filter.lo InstrumentScriptVM.lo InstrumentScriptVMFunctions.lo InstrumentResourceManager.lo Stream.lo Voice.lo Synthesizer.lo Profiler.lo EngineChannel.lo SmoothVolume.lo -L/usr/lib64/libgig -lgig -luuid libtool: link: ar cru .libs/liblinuxsamplergigengine.a .libs/DiskThread.o .libs/EGADSR.o .libs/EGDecay.o .libs/Engine.o .libs/Filter.o .libs/InstrumentScriptVM.o .libs/InstrumentScriptVMFunctions.o .libs/InstrumentResourceManager.o .libs/Stream.o .libs/Voice.o .libs/Synthesizer.o .libs/Profiler.o .libs/EngineChannel.o .libs/SmoothVolume.o libtool: link: ranlib .libs/liblinuxsamplergigengine.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplergigengine.la" && ln -s "../liblinuxsamplergigengine.la" "liblinuxsamplergigengine.la" ) make[4]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines/gig' Making all in sf2 make[4]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines/sf2' depbase=`echo InstrumentResourceManager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentResourceManager.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentResourceManager.lo InstrumentResourceManager.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo DiskThread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DiskThread.lo -MD -MP -MF $depbase.Tpo -c -o DiskThread.lo DiskThread.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo EngineChannel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineChannel.lo -MD -MP -MF $depbase.Tpo -c -o EngineChannel.lo EngineChannel.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo Engine.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Engine.lo -MD -MP -MF $depbase.Tpo -c -o Engine.lo Engine.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Engine.lo -MD -MP -MF .deps/Engine.Tpo -c Engine.cpp -fPIC -DPIC -o .libs/Engine.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineChannel.lo -MD -MP -MF .deps/EngineChannel.Tpo -c EngineChannel.cpp -fPIC -DPIC -o .libs/EngineChannel.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentResourceManager.lo -MD -MP -MF .deps/InstrumentResourceManager.Tpo -c InstrumentResourceManager.cpp -fPIC -DPIC -o .libs/InstrumentResourceManager.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DiskThread.lo -MD -MP -MF .deps/DiskThread.Tpo -c DiskThread.cpp -fPIC -DPIC -o .libs/DiskThread.o DiskThread.cpp:32:146: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] LinuxSampler::Stream* LinuxSampler::DiskThreadBase< ::sf2::Region, sf2::InstrumentResourceManager>::SLOT_RESERVED = (LinuxSampler::Stream*) &SLOT_RESERVED; ^ In file included from ../common/AbstractInstrumentManager.h:15:0, from ../InstrumentManagerBase.h:28, from InstrumentResourceManager.h:36, from InstrumentResourceManager.cpp:27: ../InstrumentManagerBase.h: In instantiation of 'void LinuxSampler::InstrumentManagerBase::CacheInitialSamples(S*, uint) [with F = sf2::File; I = sf2::Preset; R = sf2::Region; S = sf2::Sample; uint = unsigned int]': InstrumentResourceManager.cpp:155:21: required from here ../InstrumentManagerBase.h:215:155: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] dmsg(3,("Caching whole sample (sample name: \"%s\", sample size: %d)\n", pSample->GetName().c_str(), pSample->GetTotalFrameCount())); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../InstrumentManagerBase.h:217:104: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] dmsg(4,("Cached %d Bytes, %d silence bytes.\n", buf.Size, buf.NullExtensionSize)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../InstrumentManagerBase.h:217:104: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] dmsg(4,("Cached %d Bytes, %d silence bytes.\n", buf.Size, buf.NullExtensionSize)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ In file included from ../common/AbstractInstrumentManager.h:15:0, from ../InstrumentManagerBase.h:28, from DiskThread.h:28, from Engine.h:28, from Engine.cpp:25: ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::ProcessHardcodedControllers(LinuxSampler::EngineChannel*, Pool::Iterator&) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset; Pool::Iterator = RTListBase::_Iterator]': Engine.cpp:55:9: required from here ../EngineBase.h:1158:112: warning: format '%d' expects argument of type 'int', but argument 3 has type 'double' [-Wformat=] dmsg(4,("Note Reverb Send NRPN received (note=%d,send=%d).\n", note, reverb)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:1166:112: warning: format '%d' expects argument of type 'int', but argument 3 has type 'double' [-Wformat=] dmsg(4,("Note Chorus Send NRPN received (note=%d,send=%d).\n", note, chorus)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset]': InstrumentResourceManager.cpp:267:2: required from here ../common/../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset]': InstrumentResourceManager.cpp:267:2: required from here ../common/../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ In file included from ../common/../../common/RTMath.h:29:0, from ../common/Event.h:28, from ../AbstractEngine.h:37, from EngineChannel.h:28, from EngineChannel.cpp:25: ../EngineChannelBase.h: In instantiation of 'void LinuxSampler::EngineChannelBase::OnResourceProgress(float) [with V = LinuxSampler::sf2::Voice; R = sf2::Region; I = sf2::Preset]': EngineChannel.cpp:155:2: required from here ../EngineChannelBase.h:274:74: warning: spurious trailing '%' in format [-Wformat=] dmsg(7,("EngineChannelBase: progress %d%", InstrumentStat)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset]': EngineChannel.cpp:155:2: required from here ../common/../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset]': EngineChannel.cpp:155:2: required from here ../common/../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset]': Engine.cpp:172:2: required from here ../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset]': Engine.cpp:172:2: required from here ../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo Voice.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Voice.lo -MD -MP -MF $depbase.Tpo -c -o Voice.lo Voice.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Voice.lo -MD -MP -MF .deps/Voice.Tpo -c Voice.cpp -fPIC -DPIC -o .libs/Voice.o In file included from Voice.h:28:0, from Voice.cpp:25: ../common/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset]': Voice.cpp:363:2: required from here ../common/../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset]': Voice.cpp:363:2: required from here ../common/../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../common/../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo SF2SignalUnitRack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT SF2SignalUnitRack.lo -MD -MP -MF $depbase.Tpo -c -o SF2SignalUnitRack.lo SF2SignalUnitRack.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT SF2SignalUnitRack.lo -MD -MP -MF .deps/SF2SignalUnitRack.Tpo -c SF2SignalUnitRack.cpp -fPIC -DPIC -o .libs/SF2SignalUnitRack.o depbase=`echo Stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Stream.lo -MD -MP -MF $depbase.Tpo -c -o Stream.lo Stream.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Stream.lo -MD -MP -MF .deps/Stream.Tpo -c Stream.cpp -fPIC -DPIC -o .libs/Stream.o In file included from Stream.cpp:29:0: Stream.cpp: In member function 'virtual long int LinuxSampler::sf2::Stream::Read(uint8_t*, long int)': Stream.cpp:57:127: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->PlaybackState.position)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Stream.cpp:57:127: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->PlaybackState.position)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Stream.cpp:73:117: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->SampleOffset)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Stream.cpp:73:117: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->SampleOffset)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ /bin/sh ../../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -I/usr/include/libgig -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplersf2engine.la InstrumentResourceManager.lo DiskThread.lo EngineChannel.lo Engine.lo Voice.lo SF2SignalUnitRack.lo Stream.lo -L/usr/lib64/libgig -lgig -luuid libtool: link: ar cru .libs/liblinuxsamplersf2engine.a .libs/InstrumentResourceManager.o .libs/DiskThread.o .libs/EngineChannel.o .libs/Engine.o .libs/Voice.o .libs/SF2SignalUnitRack.o .libs/Stream.o libtool: link: ranlib .libs/liblinuxsamplersf2engine.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplersf2engine.la" && ln -s "../liblinuxsamplersf2engine.la" "liblinuxsamplersf2engine.la" ) make[4]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines/sf2' Making all in sfz make[4]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines/sfz' depbase=`echo sfz.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT sfz.lo -MD -MP -MF $depbase.Tpo -c -o sfz.lo sfz.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo InstrumentResourceManager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentResourceManager.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentResourceManager.lo InstrumentResourceManager.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo DiskThread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DiskThread.lo -MD -MP -MF $depbase.Tpo -c -o DiskThread.lo DiskThread.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo EngineChannel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineChannel.lo -MD -MP -MF $depbase.Tpo -c -o EngineChannel.lo EngineChannel.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT sfz.lo -MD -MP -MF .deps/sfz.Tpo -c sfz.cpp -fPIC -DPIC -o .libs/sfz.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DiskThread.lo -MD -MP -MF .deps/DiskThread.Tpo -c DiskThread.cpp -fPIC -DPIC -o .libs/DiskThread.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentResourceManager.lo -MD -MP -MF .deps/InstrumentResourceManager.Tpo -c InstrumentResourceManager.cpp -fPIC -DPIC -o .libs/InstrumentResourceManager.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineChannel.lo -MD -MP -MF .deps/EngineChannel.Tpo -c EngineChannel.cpp -fPIC -DPIC -o .libs/EngineChannel.o DiskThread.cpp:32:146: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] LinuxSampler::Stream* LinuxSampler::DiskThreadBase< ::sfz::Region, sfz::InstrumentResourceManager>::SLOT_RESERVED = (LinuxSampler::Stream*) &SLOT_RESERVED; ^ In file included from ../common/AbstractInstrumentManager.h:15:0, from ../InstrumentManagerBase.h:28, from InstrumentResourceManager.h:36, from InstrumentResourceManager.cpp:27: ../InstrumentManagerBase.h: In instantiation of 'void LinuxSampler::InstrumentManagerBase::CacheInitialSamples(S*, uint) [with F = sfz::File; I = sfz::Instrument; R = sfz::Region; S = LinuxSampler::Sample; uint = unsigned int]': InstrumentResourceManager.cpp:119:13: required from here ../InstrumentManagerBase.h:215:155: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] dmsg(3,("Caching whole sample (sample name: \"%s\", sample size: %d)\n", pSample->GetName().c_str(), pSample->GetTotalFrameCount())); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../InstrumentManagerBase.h:217:104: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] dmsg(4,("Cached %d Bytes, %d silence bytes.\n", buf.Size, buf.NullExtensionSize)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../InstrumentManagerBase.h:217:104: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] dmsg(4,("Cached %d Bytes, %d silence bytes.\n", buf.Size, buf.NullExtensionSize)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ In file included from ../common/../../common/RTMath.h:29:0, from ../common/Event.h:28, from ../AbstractEngine.h:37, from EngineChannel.h:28, from EngineChannel.cpp:25: ../EngineChannelBase.h: In instantiation of 'void LinuxSampler::EngineChannelBase::OnResourceProgress(float) [with V = LinuxSampler::sfz::Voice; R = sfz::Region; I = sfz::Instrument]': EngineChannel.cpp:168:2: required from here ../EngineChannelBase.h:274:74: warning: spurious trailing '%' in format [-Wformat=] dmsg(7,("EngineChannelBase: progress %d%", InstrumentStat)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo Engine.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Engine.lo -MD -MP -MF $depbase.Tpo -c -o Engine.lo Engine.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Engine.lo -MD -MP -MF .deps/Engine.Tpo -c Engine.cpp -fPIC -DPIC -o .libs/Engine.o In file included from ../common/AbstractInstrumentManager.h:15:0, from ../InstrumentManagerBase.h:28, from DiskThread.h:28, from Engine.h:28, from Engine.cpp:25: ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::ProcessHardcodedControllers(LinuxSampler::EngineChannel*, Pool::Iterator&) [with V = LinuxSampler::sfz::Voice; RR = sfz::Region; R = sfz::Region; D = LinuxSampler::sfz::DiskThread; IM = LinuxSampler::sfz::InstrumentResourceManager; I = sfz::Instrument; Pool::Iterator = RTListBase::_Iterator]': Engine.cpp:81:9: required from here ../EngineBase.h:1158:112: warning: format '%d' expects argument of type 'int', but argument 3 has type 'double' [-Wformat=] dmsg(4,("Note Reverb Send NRPN received (note=%d,send=%d).\n", note, reverb)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:1166:112: warning: format '%d' expects argument of type 'int', but argument 3 has type 'double' [-Wformat=] dmsg(4,("Note Chorus Send NRPN received (note=%d,send=%d).\n", note, chorus)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::sfz::Voice; RR = sfz::Region; R = sfz::Region; D = LinuxSampler::sfz::DiskThread; IM = LinuxSampler::sfz::InstrumentResourceManager; I = sfz::Instrument]': Engine.cpp:270:2: required from here ../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sfz::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sfz::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::sfz::Voice; RR = sfz::Region; R = sfz::Region; D = LinuxSampler::sfz::DiskThread; IM = LinuxSampler::sfz::InstrumentResourceManager; I = sfz::Instrument]': Engine.cpp:270:2: required from here ../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sfz::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ ../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sfz::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ ../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo Voice.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Voice.lo -MD -MP -MF $depbase.Tpo -c -o Voice.lo Voice.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Voice.lo -MD -MP -MF .deps/Voice.Tpo -c Voice.cpp -fPIC -DPIC -o .libs/Voice.o depbase=`echo Stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Stream.lo -MD -MP -MF $depbase.Tpo -c -o Stream.lo Stream.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Stream.lo -MD -MP -MF .deps/Stream.Tpo -c Stream.cpp -fPIC -DPIC -o .libs/Stream.o In file included from Voice.h:28:0, from Voice.cpp:25: Voice.cpp: In member function 'virtual void LinuxSampler::sfz::Voice::ProcessGroupEvent(RTList::Iterator&)': Voice.cpp:283:81: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'LinuxSampler::sfz::Voice*' [-Wformat=] dmsg(4,("Voice %x processGroupEvents event type=%d", this, itEvent->Type)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Voice.cpp:287:44: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'LinuxSampler::sfz::Voice*' [-Wformat=] dmsg(4,("Voice %x - kill", this)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ In file included from Stream.cpp:29:0: Stream.cpp: In member function 'virtual long int LinuxSampler::sfz::Stream::Read(uint8_t*, long int)': Stream.cpp:50:127: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->PlaybackState.position)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Stream.cpp:50:127: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->PlaybackState.position)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Stream.cpp:66:117: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->SampleOffset)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Stream.cpp:66:117: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] dmsg(5,("Refilled stream %d with %d (SamplePos: %d)", this->hThis, total_readsamples, this->SampleOffset)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo EGADSR.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EGADSR.lo -MD -MP -MF $depbase.Tpo -c -o EGADSR.lo EGADSR.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EGADSR.lo -MD -MP -MF .deps/EGADSR.Tpo -c EGADSR.cpp -fPIC -DPIC -o .libs/EGADSR.o depbase=`echo EG.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EG.lo -MD -MP -MF $depbase.Tpo -c -o EG.lo EG.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EG.lo -MD -MP -MF .deps/EG.Tpo -c EG.cpp -fPIC -DPIC -o .libs/EG.o depbase=`echo SfzSignalUnitRack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT SfzSignalUnitRack.lo -MD -MP -MF $depbase.Tpo -c -o SfzSignalUnitRack.lo SfzSignalUnitRack.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT SfzSignalUnitRack.lo -MD -MP -MF .deps/SfzSignalUnitRack.Tpo -c SfzSignalUnitRack.cpp -fPIC -DPIC -o .libs/SfzSignalUnitRack.o depbase=`echo LookupTable.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT LookupTable.lo -MD -MP -MF $depbase.Tpo -c -o LookupTable.lo LookupTable.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT LookupTable.lo -MD -MP -MF .deps/LookupTable.Tpo -c LookupTable.cpp -fPIC -DPIC -o .libs/LookupTable.o In file included from LookupTable.cpp:26:0: LookupTable.cpp: In constructor 'sfz::LookupTable::LookupTable(const sfz::Instrument*, int)': LookupTable.cpp:187:59: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::vector >::size_type {aka long unsigned int}' [-Wformat=] instrument->regions.size(), regions.size())); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ LookupTable.cpp:187:59: warning: format '%d' expects argument of type 'int', but argument 3 has type 'std::vector >::size_type {aka long unsigned int}' [-Wformat=] instrument->regions.size(), regions.size())); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ LookupTable.cpp:207:62: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::vector::size_type {aka long unsigned int}' [-Wformat=] dmsg(2,("qargs %d: %s\n", i, dimDefs[dims[i]].str)); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ LookupTable.cpp:232:49: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::vector::size_type {aka long unsigned int}' [-Wformat=] dmsg(2,("ccargs %d: %d\n", i, ccs[i])); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ /bin/sh ../../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplersfzengine.la sfz.lo InstrumentResourceManager.lo DiskThread.lo EngineChannel.lo Engine.lo Voice.lo Stream.lo EGADSR.lo EG.lo SfzSignalUnitRack.lo LookupTable.lo -luuid libtool: link: ar cru .libs/liblinuxsamplersfzengine.a .libs/sfz.o .libs/InstrumentResourceManager.o .libs/DiskThread.o .libs/EngineChannel.o .libs/Engine.o .libs/Voice.o .libs/Stream.o .libs/EGADSR.o .libs/EG.o .libs/SfzSignalUnitRack.o .libs/LookupTable.o libtool: link: ranlib .libs/liblinuxsamplersfzengine.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplersfzengine.la" && ln -s "../liblinuxsamplersfzengine.la" "liblinuxsamplersfzengine.la" ) make[4]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines/sfz' Making all in common make[4]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines/common' depbase=`echo Event.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Event.lo -MD -MP -MF $depbase.Tpo -c -o Event.lo Event.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo SampleFile.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT SampleFile.lo -MD -MP -MF $depbase.Tpo -c -o SampleFile.lo SampleFile.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo StreamBase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT StreamBase.lo -MD -MP -MF $depbase.Tpo -c -o StreamBase.lo StreamBase.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo DiskThreadBase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DiskThreadBase.lo -MD -MP -MF $depbase.Tpo -c -o DiskThreadBase.lo DiskThreadBase.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Event.lo -MD -MP -MF .deps/Event.Tpo -c Event.cpp -fPIC -DPIC -o .libs/Event.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DiskThreadBase.lo -MD -MP -MF .deps/DiskThreadBase.Tpo -c DiskThreadBase.cpp -fPIC -DPIC -o .libs/DiskThreadBase.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT SampleFile.lo -MD -MP -MF .deps/SampleFile.Tpo -c SampleFile.cpp -fPIC -DPIC -o .libs/SampleFile.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT StreamBase.lo -MD -MP -MF .deps/StreamBase.Tpo -c StreamBase.cpp -fPIC -DPIC -o .libs/StreamBase.o depbase=`echo AbstractVoice.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AbstractVoice.lo -MD -MP -MF $depbase.Tpo -c -o AbstractVoice.lo AbstractVoice.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AbstractVoice.lo -MD -MP -MF .deps/AbstractVoice.Tpo -c AbstractVoice.cpp -fPIC -DPIC -o .libs/AbstractVoice.o depbase=`echo SignalUnit.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT SignalUnit.lo -MD -MP -MF $depbase.Tpo -c -o SignalUnit.lo SignalUnit.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo ModulatorGraph.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT ModulatorGraph.lo -MD -MP -MF $depbase.Tpo -c -o ModulatorGraph.lo ModulatorGraph.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT SignalUnit.lo -MD -MP -MF .deps/SignalUnit.Tpo -c SignalUnit.cpp -fPIC -DPIC -o .libs/SignalUnit.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT ModulatorGraph.lo -MD -MP -MF .deps/ModulatorGraph.Tpo -c ModulatorGraph.cpp -fPIC -DPIC -o .libs/ModulatorGraph.o depbase=`echo AbstractInstrumentManager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AbstractInstrumentManager.lo -MD -MP -MF $depbase.Tpo -c -o AbstractInstrumentManager.lo AbstractInstrumentManager.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AbstractInstrumentManager.lo -MD -MP -MF .deps/AbstractInstrumentManager.Tpo -c AbstractInstrumentManager.cpp -fPIC -DPIC -o .libs/AbstractInstrumentManager.o depbase=`echo InstrumentScriptVM.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentScriptVM.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentScriptVM.lo InstrumentScriptVM.cpp &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../common/RTMath.h:29:0, from Event.h:28, from Voice.h:27, from AbstractVoice.h:28, from AbstractVoice.cpp:25: AbstractVoice.cpp: In member function 'virtual int LinuxSampler::AbstractVoice::Trigger(LinuxSampler::AbstractEngineChannel*, Pool::Iterator&, int, LinuxSampler::Voice::type_t, int)': AbstractVoice.cpp:173:193: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] dmsg(4,("Disk voice launched (cached samples: %d, total Samples: %d, MaxRAMPos: %d, RAMLooping: %s)\n", cachedsamples, SmplInfo.TotalFrameCount, MaxRAMPos, (RAMLoop) ? "yes" : "no")); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ AbstractVoice.cpp:173:193: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] dmsg(4,("Disk voice launched (cached samples: %d, total Samples: %d, MaxRAMPos: %d, RAMLooping: %s)\n", cachedsamples, SmplInfo.TotalFrameCount, MaxRAMPos, (RAMLoop) ? "yes" : "no")); ^ ../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentScriptVM.lo -MD -MP -MF .deps/InstrumentScriptVM.Tpo -c InstrumentScriptVM.cpp -fPIC -DPIC -o .libs/InstrumentScriptVM.o depbase=`echo InstrumentScriptVMFunctions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentScriptVMFunctions.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentScriptVMFunctions.lo InstrumentScriptVMFunctions.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentScriptVMFunctions.lo -MD -MP -MF .deps/InstrumentScriptVMFunctions.Tpo -c InstrumentScriptVMFunctions.cpp -fPIC -DPIC -o .libs/InstrumentScriptVMFunctions.o depbase=`echo EG.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EG.lo -MD -MP -MF $depbase.Tpo -c -o EG.lo EG.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EG.lo -MD -MP -MF .deps/EG.Tpo -c EG.cpp -fPIC -DPIC -o .libs/EG.o In file included from /usr/include/unistd.h:226:0, from ../../drivers/audio/../../common/SynchronizedConfig.h:25, from ../../drivers/audio/AudioOutputDevice.h:38, from ../EngineChannel.h:25, from Event.h:29, from InstrumentScriptVM.h:16, from InstrumentScriptVM.cpp:10: InstrumentScriptVM.cpp: In constructor 'LinuxSampler::InstrumentScriptVM::InstrumentScriptVM()': InstrumentScriptVM.cpp:208:62: warning: invalid access to non-static data member 'LinuxSampler::ScriptEvent::cause' of NULL object [-Winvalid-offsetof] m_CC_NUM = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.CC.Controller); ^ InstrumentScriptVM.cpp:208:20: note: in expansion of macro 'DECLARE_VMINT' m_CC_NUM = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.CC.Controller); ^ InstrumentScriptVM.cpp:208:62: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof] m_CC_NUM = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.CC.Controller); ^ InstrumentScriptVM.cpp:208:20: note: in expansion of macro 'DECLARE_VMINT' m_CC_NUM = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.CC.Controller); ^ InstrumentScriptVM.cpp:209:64: warning: invalid access to non-static data member 'LinuxSampler::ScriptEvent::id' of NULL object [-Winvalid-offsetof] m_EVENT_ID = DECLARE_VMINT(m_event, class ScriptEvent, id); ^ InstrumentScriptVM.cpp:209:22: note: in expansion of macro 'DECLARE_VMINT' m_EVENT_ID = DECLARE_VMINT(m_event, class ScriptEvent, id); ^ InstrumentScriptVM.cpp:209:64: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof] m_EVENT_ID = DECLARE_VMINT(m_event, class ScriptEvent, id); ^ InstrumentScriptVM.cpp:209:22: note: in expansion of macro 'DECLARE_VMINT' m_EVENT_ID = DECLARE_VMINT(m_event, class ScriptEvent, id); ^ InstrumentScriptVM.cpp:210:66: warning: invalid access to non-static data member 'LinuxSampler::ScriptEvent::cause' of NULL object [-Winvalid-offsetof] m_EVENT_NOTE = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.Note.Key); ^ InstrumentScriptVM.cpp:210:24: note: in expansion of macro 'DECLARE_VMINT' m_EVENT_NOTE = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.Note.Key); ^ InstrumentScriptVM.cpp:210:66: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof] m_EVENT_NOTE = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.Note.Key); ^ InstrumentScriptVM.cpp:210:24: note: in expansion of macro 'DECLARE_VMINT' m_EVENT_NOTE = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.Note.Key); ^ InstrumentScriptVM.cpp:211:70: warning: invalid access to non-static data member 'LinuxSampler::ScriptEvent::cause' of NULL object [-Winvalid-offsetof] m_EVENT_VELOCITY = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.Note.Velocity); ^ InstrumentScriptVM.cpp:211:28: note: in expansion of macro 'DECLARE_VMINT' m_EVENT_VELOCITY = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.Note.Velocity); ^ InstrumentScriptVM.cpp:211:70: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof] m_EVENT_VELOCITY = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.Note.Velocity); ^ InstrumentScriptVM.cpp:211:28: note: in expansion of macro 'DECLARE_VMINT' m_EVENT_VELOCITY = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.Note.Velocity); ^ /bin/sh ../../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplercommonengine.la Event.lo SampleFile.lo StreamBase.lo DiskThreadBase.lo AbstractVoice.lo SignalUnit.lo ModulatorGraph.lo AbstractInstrumentManager.lo InstrumentScriptVM.lo InstrumentScriptVMFunctions.lo EG.lo -lsndfile -luuid libtool: link: ar cru .libs/liblinuxsamplercommonengine.a .libs/Event.o .libs/SampleFile.o .libs/StreamBase.o .libs/DiskThreadBase.o .libs/AbstractVoice.o .libs/SignalUnit.o .libs/ModulatorGraph.o .libs/AbstractInstrumentManager.o .libs/InstrumentScriptVM.o .libs/InstrumentScriptVMFunctions.o .libs/EG.o libtool: link: ranlib .libs/liblinuxsamplercommonengine.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplercommonengine.la" && ln -s "../liblinuxsamplercommonengine.la" "liblinuxsamplercommonengine.la" ) make[4]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines/common' make[4]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines' depbase=`echo Engine.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Engine.lo -MD -MP -MF $depbase.Tpo -c -o Engine.lo Engine.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo AbstractEngine.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AbstractEngine.lo -MD -MP -MF $depbase.Tpo -c -o AbstractEngine.lo AbstractEngine.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo EngineChannel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineChannel.lo -MD -MP -MF $depbase.Tpo -c -o EngineChannel.lo EngineChannel.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo AbstractEngineChannel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AbstractEngineChannel.lo -MD -MP -MF $depbase.Tpo -c -o AbstractEngineChannel.lo AbstractEngineChannel.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AbstractEngine.lo -MD -MP -MF .deps/AbstractEngine.Tpo -c AbstractEngine.cpp -fPIC -DPIC -o .libs/AbstractEngine.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineChannel.lo -MD -MP -MF .deps/EngineChannel.Tpo -c EngineChannel.cpp -fPIC -DPIC -o .libs/EngineChannel.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AbstractEngineChannel.lo -MD -MP -MF .deps/AbstractEngineChannel.Tpo -c AbstractEngineChannel.cpp -fPIC -DPIC -o .libs/AbstractEngineChannel.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Engine.lo -MD -MP -MF .deps/Engine.Tpo -c Engine.cpp -fPIC -DPIC -o .libs/Engine.o depbase=`echo EngineFactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineFactory.lo -MD -MP -MF $depbase.Tpo -c -o EngineFactory.lo EngineFactory.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineFactory.lo -MD -MP -MF .deps/EngineFactory.Tpo -c EngineFactory.cpp -fPIC -DPIC -o .libs/EngineFactory.o depbase=`echo EngineChannelFactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineChannelFactory.lo -MD -MP -MF $depbase.Tpo -c -o EngineChannelFactory.lo EngineChannelFactory.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EngineChannelFactory.lo -MD -MP -MF .deps/EngineChannelFactory.Tpo -c EngineChannelFactory.cpp -fPIC -DPIC -o .libs/EngineChannelFactory.o In file included from gig/../common/AbstractInstrumentManager.h:15:0, from gig/../InstrumentManagerBase.h:28, from gig/DiskThread.h:28, from gig/Engine.h:28, from EngineFactory.cpp:25: gig/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset]': EngineFactory.cpp:95:1: required from here gig/../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ gig/../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ gig/../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ gig/../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ gig/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::sf2::Voice; RR = sf2::Region; R = sf2::Region; D = LinuxSampler::sf2::DiskThread; IM = LinuxSampler::sf2::InstrumentResourceManager; I = sf2::Preset]': EngineFactory.cpp:95:1: required from here gig/../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ gig/../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ gig/../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'sf2::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ gig/../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ gig/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Suspend(RR*) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument]': EngineFactory.cpp:95:1: required from here gig/../EngineBase.h:435:73: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Suspending Region %x ...\n",pRegion)); ^ gig/../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ gig/../EngineBase.h:442:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x suspended.",pRegion)); ^ gig/../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ gig/../EngineBase.h: In instantiation of 'void LinuxSampler::EngineBase::Resume(RR*) [with V = LinuxSampler::gig::Voice; RR = gig::Region; R = gig::DimensionRegion; D = LinuxSampler::gig::DiskThread; IM = LinuxSampler::gig::InstrumentResourceManager; I = gig::Instrument]': EngineFactory.cpp:95:1: required from here gig/../EngineBase.h:452:71: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Resuming Region %x ...\n",pRegion)); ^ gig/../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ gig/../EngineBase.h:459:67: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'gig::Region*' [-Wformat=] dmsg(2,("EngineBase: Region %x resumed.\n",pRegion)); ^ gig/../common/../../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo FxSend.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT FxSend.lo -MD -MP -MF $depbase.Tpo -c -o FxSend.lo FxSend.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT FxSend.lo -MD -MP -MF .deps/FxSend.Tpo -c FxSend.cpp -fPIC -DPIC -o .libs/FxSend.o depbase=`echo InstrumentManager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentManager.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentManager.lo InstrumentManager.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentManager.lo -MD -MP -MF .deps/InstrumentManager.Tpo -c InstrumentManager.cpp -fPIC -DPIC -o .libs/InstrumentManager.o depbase=`echo InstrumentManagerThread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentManagerThread.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentManagerThread.lo InstrumentManagerThread.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentManagerThread.lo -MD -MP -MF .deps/InstrumentManagerThread.Tpo -c InstrumentManagerThread.cpp -fPIC -DPIC -o .libs/InstrumentManagerThread.o /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplerengines.la Engine.lo AbstractEngine.lo EngineChannel.lo AbstractEngineChannel.lo EngineFactory.lo EngineChannelFactory.lo FxSend.lo InstrumentManager.lo InstrumentManagerThread.lo -luuid libtool: link: ar cru .libs/liblinuxsamplerengines.a .libs/Engine.o .libs/AbstractEngine.o .libs/EngineChannel.o .libs/AbstractEngineChannel.o .libs/EngineFactory.o .libs/EngineChannelFactory.o .libs/FxSend.o .libs/InstrumentManager.o .libs/InstrumentManagerThread.o libtool: link: ranlib .libs/liblinuxsamplerengines.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplerengines.la" && ln -s "../liblinuxsamplerengines.la" "liblinuxsamplerengines.la" ) make[4]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines' make[3]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/engines' Making all in common make[3]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/common' depbase=`echo global_private.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT global_private.lo -MD -MP -MF $depbase.Tpo -c -o global_private.lo global_private.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo DynamicLibraries.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DynamicLibraries.lo -MD -MP -MF $depbase.Tpo -c -o DynamicLibraries.lo DynamicLibraries.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo IDGenerator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT IDGenerator.lo -MD -MP -MF $depbase.Tpo -c -o IDGenerator.lo IDGenerator.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo Condition.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Condition.lo -MD -MP -MF $depbase.Tpo -c -o Condition.lo Condition.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT global_private.lo -MD -MP -MF .deps/global_private.Tpo -c global_private.cpp -fPIC -DPIC -o .libs/global_private.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Condition.lo -MD -MP -MF .deps/Condition.Tpo -c Condition.cpp -fPIC -DPIC -o .libs/Condition.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DynamicLibraries.lo -MD -MP -MF .deps/DynamicLibraries.Tpo -c DynamicLibraries.cpp -fPIC -DPIC -o .libs/DynamicLibraries.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT IDGenerator.lo -MD -MP -MF .deps/IDGenerator.Tpo -c IDGenerator.cpp -fPIC -DPIC -o .libs/IDGenerator.o depbase=`echo ConditionServer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT ConditionServer.lo -MD -MP -MF $depbase.Tpo -c -o ConditionServer.lo ConditionServer.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT ConditionServer.lo -MD -MP -MF .deps/ConditionServer.Tpo -c ConditionServer.cpp -fPIC -DPIC -o .libs/ConditionServer.o In file included from Condition.cpp:28:0: Condition.cpp: In member function 'int LinuxSampler::Condition::WaitIf(bool, long int, long int)': Condition.cpp:283:138: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] dmsg(7,("Condition::WaitIf: bCondition=%d TimeoutSeconds=%d TimeoutNanoSeconds=%d\n",bCondition, TimeoutSeconds, TimeoutNanoSeconds)); ^ global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ Condition.cpp:283:138: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] dmsg(7,("Condition::WaitIf: bCondition=%d TimeoutSeconds=%d TimeoutNanoSeconds=%d\n",bCondition, TimeoutSeconds, TimeoutNanoSeconds)); ^ global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ depbase=`echo Features.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Features.lo -MD -MP -MF $depbase.Tpo -c -o Features.lo Features.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Features.lo -MD -MP -MF .deps/Features.Tpo -c Features.cpp -fPIC -DPIC -o .libs/Features.o depbase=`echo Mutex.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Mutex.lo -MD -MP -MF $depbase.Tpo -c -o Mutex.lo Mutex.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Mutex.lo -MD -MP -MF .deps/Mutex.Tpo -c Mutex.cpp -fPIC -DPIC -o .libs/Mutex.o depbase=`echo optional.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT optional.lo -MD -MP -MF $depbase.Tpo -c -o optional.lo optional.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT optional.lo -MD -MP -MF .deps/optional.Tpo -c optional.cpp -fPIC -DPIC -o .libs/optional.o depbase=`echo RTMath.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT RTMath.lo -MD -MP -MF $depbase.Tpo -c -o RTMath.lo RTMath.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo stacktrace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT stacktrace.lo -MD -MP -MF $depbase.Tpo -c -o stacktrace.lo stacktrace.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT RTMath.lo -MD -MP -MF .deps/RTMath.Tpo -c RTMath.cpp -fPIC -DPIC -o .libs/RTMath.o depbase=`echo Thread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Thread.lo -MD -MP -MF $depbase.Tpo -c -o Thread.lo Thread.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT stacktrace.lo -MD -MP -MF .deps/stacktrace.Tpo -c stacktrace.c -fPIC -DPIC -o .libs/stacktrace.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Thread.lo -MD -MP -MF .deps/Thread.Tpo -c Thread.cpp -fPIC -DPIC -o .libs/Thread.o stacktrace.c: In function 'StackTrace': stacktrace.c:742:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(global_output, ^ depbase=`echo WorkerThread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT WorkerThread.lo -MD -MP -MF $depbase.Tpo -c -o WorkerThread.lo WorkerThread.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT WorkerThread.lo -MD -MP -MF .deps/WorkerThread.Tpo -c WorkerThread.cpp -fPIC -DPIC -o .libs/WorkerThread.o depbase=`echo Path.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Path.lo -MD -MP -MF $depbase.Tpo -c -o Path.lo Path.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Path.lo -MD -MP -MF .deps/Path.Tpo -c Path.cpp -fPIC -DPIC -o .libs/Path.o depbase=`echo File.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT File.lo -MD -MP -MF $depbase.Tpo -c -o File.lo File.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT File.lo -MD -MP -MF .deps/File.Tpo -c File.cpp -fPIC -DPIC -o .libs/File.o depbase=`echo Ref.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Ref.lo -MD -MP -MF $depbase.Tpo -c -o Ref.lo Ref.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Ref.lo -MD -MP -MF .deps/Ref.Tpo -c Ref.cpp -fPIC -DPIC -o .libs/Ref.o /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplercommon.la global_private.lo DynamicLibraries.lo IDGenerator.lo Condition.lo ConditionServer.lo Features.lo Mutex.lo optional.lo RTMath.lo stacktrace.lo Thread.lo WorkerThread.lo Path.lo File.lo Ref.lo -luuid libtool: link: ar cru .libs/liblinuxsamplercommon.a .libs/global_private.o .libs/DynamicLibraries.o .libs/IDGenerator.o .libs/Condition.o .libs/ConditionServer.o .libs/Features.o .libs/Mutex.o .libs/optional.o .libs/RTMath.o .libs/stacktrace.o .libs/Thread.o .libs/WorkerThread.o .libs/Path.o .libs/File.o .libs/Ref.o libtool: link: ranlib .libs/liblinuxsamplercommon.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplercommon.la" && ln -s "../liblinuxsamplercommon.la" "liblinuxsamplercommon.la" ) make[3]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/common' Making all in testcases make[3]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/testcases' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/testcases' Making all in drivers make[3]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/drivers' Making all in audio make[4]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/drivers/audio' depbase=`echo AudioChannel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioChannel.lo -MD -MP -MF $depbase.Tpo -c -o AudioChannel.lo AudioChannel.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo AudioOutputDevice.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioOutputDevice.lo -MD -MP -MF $depbase.Tpo -c -o AudioOutputDevice.lo AudioOutputDevice.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo AudioOutputDeviceFactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioOutputDeviceFactory.lo -MD -MP -MF $depbase.Tpo -c -o AudioOutputDeviceFactory.lo AudioOutputDeviceFactory.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo AudioOutputDeviceAlsa.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioOutputDeviceAlsa.lo -MD -MP -MF $depbase.Tpo -c -o AudioOutputDeviceAlsa.lo AudioOutputDeviceAlsa.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioOutputDevice.lo -MD -MP -MF .deps/AudioOutputDevice.Tpo -c AudioOutputDevice.cpp -fPIC -DPIC -o .libs/AudioOutputDevice.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioOutputDeviceFactory.lo -MD -MP -MF .deps/AudioOutputDeviceFactory.Tpo -c AudioOutputDeviceFactory.cpp -fPIC -DPIC -o .libs/AudioOutputDeviceFactory.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioOutputDeviceAlsa.lo -MD -MP -MF .deps/AudioOutputDeviceAlsa.Tpo -c AudioOutputDeviceAlsa.cpp -fPIC -DPIC -o .libs/AudioOutputDeviceAlsa.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioChannel.lo -MD -MP -MF .deps/AudioChannel.Tpo -c AudioChannel.cpp -fPIC -DPIC -o .libs/AudioChannel.o depbase=`echo AudioOutputDeviceJack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioOutputDeviceJack.lo -MD -MP -MF $depbase.Tpo -c -o AudioOutputDeviceJack.lo AudioOutputDeviceJack.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo AudioOutputDevicePlugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioOutputDevicePlugin.lo -MD -MP -MF $depbase.Tpo -c -o AudioOutputDevicePlugin.lo AudioOutputDevicePlugin.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioOutputDeviceJack.lo -MD -MP -MF .deps/AudioOutputDeviceJack.Tpo -c AudioOutputDeviceJack.cpp -fPIC -DPIC -o .libs/AudioOutputDeviceJack.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT AudioOutputDevicePlugin.lo -MD -MP -MF .deps/AudioOutputDevicePlugin.Tpo -c AudioOutputDevicePlugin.cpp -fPIC -DPIC -o .libs/AudioOutputDevicePlugin.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -ljack -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsampleraudiodriver.la AudioChannel.lo AudioOutputDevice.lo AudioOutputDeviceFactory.lo AudioOutputDeviceAlsa.lo AudioOutputDeviceJack.lo AudioOutputDevicePlugin.lo -lasound -luuid libtool: link: ar cru .libs/liblinuxsampleraudiodriver.a .libs/AudioChannel.o .libs/AudioOutputDevice.o .libs/AudioOutputDeviceFactory.o .libs/AudioOutputDeviceAlsa.o .libs/AudioOutputDeviceJack.o .libs/AudioOutputDevicePlugin.o libtool: link: ranlib .libs/liblinuxsampleraudiodriver.a libtool: link: ( cd ".libs" && rm -f "liblinuxsampleraudiodriver.la" && ln -s "../liblinuxsampleraudiodriver.la" "liblinuxsampleraudiodriver.la" ) make[4]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/drivers/audio' Making all in midi make[4]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/drivers/midi' depbase=`echo MidiInputDevice.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputDevice.lo -MD -MP -MF $depbase.Tpo -c -o MidiInputDevice.lo MidiInputDevice.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo MidiInputDeviceFactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputDeviceFactory.lo -MD -MP -MF $depbase.Tpo -c -o MidiInputDeviceFactory.lo MidiInputDeviceFactory.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo MidiInputPort.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputPort.lo -MD -MP -MF $depbase.Tpo -c -o MidiInputPort.lo MidiInputPort.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo MidiInstrumentMapper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInstrumentMapper.lo -MD -MP -MF $depbase.Tpo -c -o MidiInstrumentMapper.lo MidiInstrumentMapper.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputDevice.lo -MD -MP -MF .deps/MidiInputDevice.Tpo -c MidiInputDevice.cpp -fPIC -DPIC -o .libs/MidiInputDevice.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInstrumentMapper.lo -MD -MP -MF .deps/MidiInstrumentMapper.Tpo -c MidiInstrumentMapper.cpp -fPIC -DPIC -o .libs/MidiInstrumentMapper.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputPort.lo -MD -MP -MF .deps/MidiInputPort.Tpo -c MidiInputPort.cpp -fPIC -DPIC -o .libs/MidiInputPort.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputDeviceFactory.lo -MD -MP -MF .deps/MidiInputDeviceFactory.Tpo -c MidiInputDeviceFactory.cpp -fPIC -DPIC -o .libs/MidiInputDeviceFactory.o depbase=`echo VirtualMidiDevice.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT VirtualMidiDevice.lo -MD -MP -MF $depbase.Tpo -c -o VirtualMidiDevice.lo VirtualMidiDevice.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT VirtualMidiDevice.lo -MD -MP -MF .deps/VirtualMidiDevice.Tpo -c VirtualMidiDevice.cpp -fPIC -DPIC -o .libs/VirtualMidiDevice.o depbase=`echo MidiInputDeviceAlsa.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputDeviceAlsa.lo -MD -MP -MF $depbase.Tpo -c -o MidiInputDeviceAlsa.lo MidiInputDeviceAlsa.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputDeviceAlsa.lo -MD -MP -MF .deps/MidiInputDeviceAlsa.Tpo -c MidiInputDeviceAlsa.cpp -fPIC -DPIC -o .libs/MidiInputDeviceAlsa.o depbase=`echo MidiInputDeviceJack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputDeviceJack.lo -MD -MP -MF $depbase.Tpo -c -o MidiInputDeviceJack.lo MidiInputDeviceJack.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputDeviceJack.lo -MD -MP -MF .deps/MidiInputDeviceJack.Tpo -c MidiInputDeviceJack.cpp -fPIC -DPIC -o .libs/MidiInputDeviceJack.o depbase=`echo MidiInputDevicePlugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputDevicePlugin.lo -MD -MP -MF $depbase.Tpo -c -o MidiInputDevicePlugin.lo MidiInputDevicePlugin.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT MidiInputDevicePlugin.lo -MD -MP -MF .deps/MidiInputDevicePlugin.Tpo -c MidiInputDevicePlugin.cpp -fPIC -DPIC -o .libs/MidiInputDevicePlugin.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplermididriver.la MidiInputDevice.lo MidiInputDeviceFactory.lo MidiInputPort.lo MidiInstrumentMapper.lo VirtualMidiDevice.lo MidiInputDeviceAlsa.lo MidiInputDeviceJack.lo MidiInputDevicePlugin.lo -lasound -luuid libtool: link: ar cru .libs/liblinuxsamplermididriver.a .libs/MidiInputDevice.o .libs/MidiInputDeviceFactory.o .libs/MidiInputPort.o .libs/MidiInstrumentMapper.o .libs/VirtualMidiDevice.o .libs/MidiInputDeviceAlsa.o .libs/MidiInputDeviceJack.o .libs/MidiInputDevicePlugin.o libtool: link: ranlib .libs/liblinuxsamplermididriver.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplermididriver.la" && ln -s "../liblinuxsamplermididriver.la" "liblinuxsamplermididriver.la" ) make[4]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/drivers/midi' make[4]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/drivers' depbase=`echo Device.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Device.lo -MD -MP -MF $depbase.Tpo -c -o Device.lo Device.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo DeviceParameter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DeviceParameter.lo -MD -MP -MF $depbase.Tpo -c -o DeviceParameter.lo DeviceParameter.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo DeviceParameterFactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DeviceParameterFactory.lo -MD -MP -MF $depbase.Tpo -c -o DeviceParameterFactory.lo DeviceParameterFactory.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo Plugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Plugin.lo -MD -MP -MF $depbase.Tpo -c -o Plugin.lo Plugin.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Device.lo -MD -MP -MF .deps/Device.Tpo -c Device.cpp -fPIC -DPIC -o .libs/Device.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DeviceParameter.lo -MD -MP -MF .deps/DeviceParameter.Tpo -c DeviceParameter.cpp -fPIC -DPIC -o .libs/DeviceParameter.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT DeviceParameterFactory.lo -MD -MP -MF .deps/DeviceParameterFactory.Tpo -c DeviceParameterFactory.cpp -fPIC -DPIC -o .libs/DeviceParameterFactory.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Plugin.lo -MD -MP -MF .deps/Plugin.Tpo -c Plugin.cpp -fPIC -DPIC -o .libs/Plugin.o Plugin.cpp: In member function 'void LinuxSampler::Plugin::InitState()': Plugin.cpp:172:48: warning: 'void LinuxSampler::SamplerChannel::SetMidiInputDevice(LinuxSampler::MidiInputDevice*)' is deprecated (declared at ../Sampler.h:143) [-Wdeprecated-declarations] channel->SetMidiInputDevice(pMidiDevice); ^ Plugin.cpp: In member function 'bool LinuxSampler::Plugin::SetState(String)': Plugin.cpp:336:56: warning: 'void LinuxSampler::SamplerChannel::SetMidiInputDevice(LinuxSampler::MidiInputDevice*)' is deprecated (declared at ../Sampler.h:143) [-Wdeprecated-declarations] channel->SetMidiInputDevice(pMidiDevice); ^ /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplerdrivers.la Device.lo DeviceParameter.lo DeviceParameterFactory.lo Plugin.lo -luuid libtool: link: ar cru .libs/liblinuxsamplerdrivers.a .libs/Device.o .libs/DeviceParameter.o .libs/DeviceParameterFactory.o .libs/Plugin.o libtool: link: ranlib .libs/liblinuxsamplerdrivers.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplerdrivers.la" && ln -s "../liblinuxsamplerdrivers.la" "liblinuxsamplerdrivers.la" ) make[4]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/drivers' make[3]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/drivers' Making all in plugins make[3]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/plugins' depbase=`echo InstrumentEditor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentEditor.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentEditor.lo InstrumentEditor.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo InstrumentEditorFactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentEditorFactory.lo -MD -MP -MF $depbase.Tpo -c -o InstrumentEditorFactory.lo InstrumentEditorFactory.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentEditor.lo -MD -MP -MF .deps/InstrumentEditor.Tpo -c InstrumentEditor.cpp -fPIC -DPIC -o .libs/InstrumentEditor.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT InstrumentEditorFactory.lo -MD -MP -MF .deps/InstrumentEditorFactory.Tpo -c InstrumentEditorFactory.cpp -fPIC -DPIC -o .libs/InstrumentEditorFactory.o In file included from InstrumentEditor.cpp:23:0: InstrumentEditor.cpp: In member function 'void LinuxSampler::InstrumentEditor::Launch(LinuxSampler::EngineChannel*, void*, String, String, void*)': InstrumentEditor.cpp:40:128: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'void*' [-Wformat=] dmsg(1,("InstrumentEditor::Launch(instr=%x,type=%s,version=%s)\n", pInstrument, sTypeName.c_str(), sTypeVersion.c_str())); ^ ../common/global_private.h:39:76: note: in definition of macro 'dmsg' # define dmsg(debuglevel,x) if (CONFIG_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);} ^ /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -DCONFIG_PLUGIN_DIR=\"/usr/lib64/linuxsampler/plugins\" -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplerplugins.la InstrumentEditor.lo InstrumentEditorFactory.lo -luuid libtool: link: ar cru .libs/liblinuxsamplerplugins.a .libs/InstrumentEditor.o .libs/InstrumentEditorFactory.o libtool: link: ranlib .libs/liblinuxsamplerplugins.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplerplugins.la" && ln -s "../liblinuxsamplerplugins.la" "liblinuxsamplerplugins.la" ) make[3]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/plugins' Making all in effects make[3]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/effects' depbase=`echo Effect.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Effect.lo -MD -MP -MF $depbase.Tpo -c -o Effect.lo Effect.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo EffectFactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EffectFactory.lo -MD -MP -MF $depbase.Tpo -c -o EffectFactory.lo EffectFactory.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo EffectChain.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EffectChain.lo -MD -MP -MF $depbase.Tpo -c -o EffectChain.lo EffectChain.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo EffectControl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EffectControl.lo -MD -MP -MF $depbase.Tpo -c -o EffectControl.lo EffectControl.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EffectChain.lo -MD -MP -MF .deps/EffectChain.Tpo -c EffectChain.cpp -fPIC -DPIC -o .libs/EffectChain.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EffectFactory.lo -MD -MP -MF .deps/EffectFactory.Tpo -c EffectFactory.cpp -fPIC -DPIC -o .libs/EffectFactory.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT EffectControl.lo -MD -MP -MF .deps/EffectControl.Tpo -c EffectControl.cpp -fPIC -DPIC -o .libs/EffectControl.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Effect.lo -MD -MP -MF .deps/Effect.Tpo -c Effect.cpp -fPIC -DPIC -o .libs/Effect.o depbase=`echo LadspaEffect.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT LadspaEffect.lo -MD -MP -MF $depbase.Tpo -c -o LadspaEffect.lo LadspaEffect.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT LadspaEffect.lo -MD -MP -MF .deps/LadspaEffect.Tpo -c LadspaEffect.cpp -fPIC -DPIC -o .libs/LadspaEffect.o /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsamplereffects.la Effect.lo EffectFactory.lo EffectChain.lo EffectControl.lo LadspaEffect.lo -luuid libtool: link: ar cru .libs/liblinuxsamplereffects.a .libs/Effect.o .libs/EffectFactory.o .libs/EffectChain.o .libs/EffectControl.o .libs/LadspaEffect.o libtool: link: ranlib .libs/liblinuxsamplereffects.a libtool: link: ( cd ".libs" && rm -f "liblinuxsamplereffects.la" && ln -s "../liblinuxsamplereffects.la" "liblinuxsamplereffects.la" ) make[3]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src/effects' Making all in . make[3]: Entering directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src' depbase=`echo Sampler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Sampler.lo -MD -MP -MF $depbase.Tpo -c -o Sampler.lo Sampler.cpp &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo linuxsampler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT linuxsampler.o -MD -MP -MF $depbase.Tpo -c -o linuxsampler.o linuxsampler.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ls_instr_script.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT ls_instr_script.o -MD -MP -MF $depbase.Tpo -c -o ls_instr_script.o ls_instr_script.cpp &&\ mv -f $depbase.Tpo $depbase.Po libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libgig -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -MT Sampler.lo -MD -MP -MF .deps/Sampler.Tpo -c Sampler.cpp -fPIC -DPIC -o .libs/Sampler.o ls_instr_script.cpp: In function 'int main(int, char**)': ls_instr_script.cpp:87:46: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::vector::size_type {aka long unsigned int}' [-Wformat=] errors.size(), warnings.size()); ^ ls_instr_script.cpp:87:46: warning: format '%d' expects argument of type 'int', but argument 3 has type 'std::vector::size_type {aka long unsigned int}' [-Wformat=] ls_instr_script.cpp:91:46: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::vector::size_type {aka long unsigned int}' [-Wformat=] errors.size(), warnings.size()); ^ ls_instr_script.cpp:91:46: warning: format '%d' expects argument of type 'int', but argument 3 has type 'std::vector::size_type {aka long unsigned int}' [-Wformat=] linuxsampler.cpp: In function 'void parse_options(int, char**)': linuxsampler.cpp:456:52: warning: format '%u' expects argument of type 'unsigned int*', but argument 3 has type 'long unsigned int*' [-Wformat=] if ((sscanf(optarg, "%u", &port) != 1) || (port == 0) || (port > 65535)) ^ Sampler.cpp: In member function 'void LinuxSampler::SamplerChannel::SetMidiInputDevice(LinuxSampler::MidiInputDevice*)': Sampler.cpp:231:54: warning: 'void LinuxSampler::SamplerChannel::SetMidiInput(LinuxSampler::MidiInputDevice*, int, LinuxSampler::midi_chan_t)' is deprecated (declared at Sampler.h:207) [-Wdeprecated-declarations] SetMidiInput(pDevice, 0, GetMidiInputChannel()); ^ Sampler.cpp: In member function 'void LinuxSampler::SamplerChannel::SetMidiInputPort(int)': Sampler.cpp:235:40: warning: 'LinuxSampler::MidiInputDevice* LinuxSampler::SamplerChannel::GetMidiInputDevice()' is deprecated (declared at Sampler.h:258) [-Wdeprecated-declarations] SetMidiInput(GetMidiInputDevice(), MidiPort, GetMidiInputChannel()); ^ Sampler.cpp:235:74: warning: 'void LinuxSampler::SamplerChannel::SetMidiInput(LinuxSampler::MidiInputDevice*, int, LinuxSampler::midi_chan_t)' is deprecated (declared at Sampler.h:207) [-Wdeprecated-declarations] SetMidiInput(GetMidiInputDevice(), MidiPort, GetMidiInputChannel()); ^ /bin/sh ../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -version-info 4:0:0 -no-undefined -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o liblinuxsampler.la -rpath /usr/lib64/linuxsampler Sampler.lo ../src/db/liblinuxsamplerdb.la ../src/scriptvm/liblinuxsamplerscriptvm.la ../src/network/liblinuxsamplernetwork.la ../src/engines/gig/liblinuxsamplergigengine.la ../src/engines/sf2/liblinuxsamplersf2engine.la ../src/engines/sfz/liblinuxsamplersfzengine.la ../src/engines/common/liblinuxsamplercommonengine.la ../src/engines/liblinuxsamplerengines.la ../src/drivers/liblinuxsamplerdrivers.la ../src/drivers/audio/liblinuxsampleraudiodriver.la ../src/drivers/midi/liblinuxsamplermididriver.la ../src/plugins/liblinuxsamplerplugins.la ../src/effects/liblinuxsamplereffects.la ../src/common/liblinuxsamplercommon.la -lpthread -ldl -luuid libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib64/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-unknown-linux-gnu/4.9.2/crtbeginS.o .libs/Sampler.o -Wl,--whole-archive ../src/db/.libs/liblinuxsamplerdb.a ../src/scriptvm/.libs/liblinuxsamplerscriptvm.a ../src/network/.libs/liblinuxsamplernetwork.a ../src/engines/gig/.libs/liblinuxsamplergigengine.a ../src/engines/sf2/.libs/liblinuxsamplersf2engine.a ../src/engines/sfz/.libs/liblinuxsamplersfzengine.a ../src/engines/common/.libs/liblinuxsamplercommonengine.a ../src/engines/.libs/liblinuxsamplerengines.a ../src/drivers/.libs/liblinuxsamplerdrivers.a ../src/drivers/audio/.libs/liblinuxsampleraudiodriver.a ../src/drivers/midi/.libs/liblinuxsamplermididriver.a ../src/plugins/.libs/liblinuxsamplerplugins.a ../src/effects/.libs/liblinuxsamplereffects.a ../src/common/.libs/liblinuxsamplercommon.a -Wl,--no-whole-archive -O2 -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -pthread -lsqlite3 -L/usr/lib64/libgig -lgig -lsndfile -ljack -lasound -lpthread -ldl -luuid -L/usr/lib64/gcc/x86_64-unknown-linux-gnu/4.9.2 -L/usr/lib64/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-unknown-linux-gnu/4.9.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib64/gcc/x86_64-unknown-linux-gnu/4.9.2/crtendS.o /usr/lib64/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64/crtn.o -Wl,-soname -Wl,liblinuxsampler.so.4 -o .libs/liblinuxsampler.so.4.0.0 libtool: link: (cd ".libs" && rm -f "liblinuxsampler.so.4" && ln -s "liblinuxsampler.so.4.0.0" "liblinuxsampler.so.4") libtool: link: (cd ".libs" && rm -f "liblinuxsampler.so" && ln -s "liblinuxsampler.so.4.0.0" "liblinuxsampler.so") libtool: link: ( cd ".libs" && rm -f "liblinuxsampler.la" && ln -s "../liblinuxsampler.la" "liblinuxsampler.la" ) /bin/sh ../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o linuxsampler linuxsampler.o liblinuxsampler.la -luuid /bin/sh ../libtool --tag=CXX --mode=link g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o ls_instr_script ls_instr_script.o liblinuxsampler.la -luuid libtool: link: g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o .libs/linuxsampler linuxsampler.o ./.libs/liblinuxsampler.so -luuid -pthread -Wl,-rpath -Wl,/usr/lib64/linuxsampler libtool: link: g++ -Wreturn-type -ffast-math -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -ffat-lto-objects -fno-delete-null-pointer-checks -fstack-protector --param=ssp-buffer-size=4 -fPIC -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--hash-style=gnu -o .libs/ls_instr_script ls_instr_script.o ./.libs/liblinuxsampler.so -luuid -pthread -Wl,-rpath -Wl,/usr/lib64/linuxsampler /usr/bin/ld: warning: libgig.so.7, needed by ./.libs/liblinuxsampler.so, not found (try using -rpath or -rpath-link) ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::LoadSampleDataWithNullSamplesExtension(unsigned int)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::SetPos(unsigned long, RIFF::stream_whence_t)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2Decay(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::libraryVersion()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1PreAttackDelay(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `DLS::File::GetExtensionFile(int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::ToRatio(int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1Decay(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::LoadSampleData(unsigned long)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetDelayModLfo(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::GetRegion(unsigned int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetFreqModLfo(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::DeleteRegion(gig::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetFineTune(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::GetFirstRegion()' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::GetCache()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::GetTotalFrameCount()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1Release(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `typeinfo for DLS::File' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::~File()' ./.libs/liblinuxsampler.so: undefined reference to `typeinfo for gig::MidiRuleCtrlTrigger' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2Attack(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `DLS::File::GetFileName()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::ReadAndLoop(void*, unsigned long, sf2::Sample::PlaybackState*, sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::ScriptSlotCount() const' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::LoadSampleDataWithNullSamplesExtension(unsigned int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Query::Query(sf2::InstrumentBase&)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::GetScriptOfSlot(unsigned int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::GetFrameSize()' ./.libs/liblinuxsampler.so: undefined reference to `gig::Script::GetScriptAsText()' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::DestroyDecompressionBuffer(gig::buffer_t&)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::CreateDecompressionBuffer(unsigned long)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetPan(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::GetNextSample()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetInitialFilterFc(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1Sustain(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetPreset(int)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Region::GetDimensionRegionByValue(unsigned int const*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetDelayVibLfo(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::GetNextInstrument()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetModLfoToFilterFc(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2Hold(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1Attack(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetModEnvToFilterFc(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::SetAutoLoad(bool)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::GetNextRegion()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::GetCache()' ./.libs/liblinuxsampler.so: undefined reference to `gig::libraryName()' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::GetFirstInstrument()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetCoarseTune(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::DeleteSample(sf2::Sample*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::SetPos(unsigned long)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::GetFirstSample(RIFF::progress_t*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Instrument::DeleteRegion(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `typeinfo for gig::File' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Query::next()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetFreqVibLfo(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetPresetCount()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2Sustain(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::HasSamples()' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::GetPos() const' ./.libs/liblinuxsampler.so: undefined reference to `RIFF::progress_t::progress_t()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::GetChannelCount()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::File(RIFF::File*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::GetMidiRule(int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::Read(void*, unsigned long)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetVibLfoToPitch(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2PreAttackDelay(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::ReadAndLoop(void*, unsigned long, gig::playback_state_t*, gig::DimensionRegion*, gig::buffer_t*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::DeleteInstrument(sf2::Instrument*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetSample(int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::InstrumentBase::GetRegionCount()' ./.libs/liblinuxsampler.so: undefined reference to `RIFF::File::File(std::string const&)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::DeleteInstrument(gig::Instrument*)' ./.libs/liblinuxsampler.so: undefined reference to `RIFF::File::GetFileName()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2Release(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Region::GetSample()' ./.libs/liblinuxsampler.so: undefined reference to `gig::Region::GetDimensionRegionIndexByValue(unsigned int const*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetModLfoToVolume(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::ReleaseSampleData()' ./.libs/liblinuxsampler.so: undefined reference to `gig::DimensionRegion::GetVelocityRelease(unsigned char)' ./.libs/liblinuxsampler.so: undefined reference to `typeinfo for DLS::Resource' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetModEnvToPitch(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetUnityNote()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1Hold(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::LoadSampleData(unsigned long)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::InstrumentBase::GetRegion(int)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::DeleteSample(gig::Sample*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::File(RIFF::File*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::GetPos()' ./.libs/liblinuxsampler.so: undefined reference to `gig::DimensionRegion::GetParent() const' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetModLfoToPitch(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::Read(void*, unsigned long, gig::buffer_t*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetInstrumentCount()' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::GetInstrument(unsigned int, RIFF::progress_t*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetInstrument(int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetSampleCount()' ./.libs/liblinuxsampler.so: undefined reference to `gig::DimensionRegion::GetVelocityAttenuation(unsigned char)' ./.libs/liblinuxsampler.so: undefined reference to `gig::DimensionRegion::GetVelocityCutoff(unsigned char)' collect2: error: ld returned 1 exit status /usr/bin/ld: warning: libgig.so.7, needed by ./.libs/liblinuxsampler.so, not found (try using -rpath or -rpath-link) ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::LoadSampleDataWithNullSamplesExtension(unsigned int)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::SetPos(unsigned long, RIFF::stream_whence_t)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2Decay(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::libraryVersion()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1PreAttackDelay(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `DLS::File::GetExtensionFile(int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::ToRatio(int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1Decay(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::LoadSampleData(unsigned long)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetDelayModLfo(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::GetRegion(unsigned int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetFreqModLfo(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::DeleteRegion(gig::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetFineTune(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::GetFirstRegion()' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::GetCache()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::GetTotalFrameCount()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1Release(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `typeinfo for DLS::File' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::~File()' ./.libs/liblinuxsampler.so: undefined reference to `typeinfo for gig::MidiRuleCtrlTrigger' ./.libs/liblinuxsampler.so:make[3]: *** [linuxsampler] Error 1 undefined reference to `sf2::Region::GetEG2Attack(sf2::Region*)'Makefile:599: recipe for target 'linuxsampler' failed ./make[3]: *** Waiting for unfinished jobs.... .libs/liblinuxsampler.so: undefined reference to `DLS::File::GetFileName()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::ReadAndLoop(void*, unsigned long, sf2::Sample::PlaybackState*, sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::ScriptSlotCount() const' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::LoadSampleDataWithNullSamplesExtension(unsigned int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Query::Query(sf2::InstrumentBase&)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::GetScriptOfSlot(unsigned int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::GetFrameSize()' ./.libs/liblinuxsampler.so: undefined reference to `gig::Script::GetScriptAsText()' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::DestroyDecompressionBuffer(gig::buffer_t&)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::CreateDecompressionBuffer(unsigned long)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetPan(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::GetNextSample()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetInitialFilterFc(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1Sustain(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetPreset(int)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Region::GetDimensionRegionByValue(unsigned int const*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetDelayVibLfo(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::GetNextInstrument()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetModLfoToFilterFc(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2Hold(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1Attack(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetModEnvToFilterFc(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::SetAutoLoad(bool)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::GetNextRegion()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::GetCache()' ./.libs/liblinuxsampler.so: undefined reference to `gig::libraryName()' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::GetFirstInstrument()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetCoarseTune(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::DeleteSample(sf2::Sample*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::SetPos(unsigned long)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::GetFirstSample(RIFF::progress_t*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Instrument::DeleteRegion(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `typeinfo for gig::File' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Query::next()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetFreqVibLfo(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetPresetCount()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2Sustain(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::HasSamples()' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::GetPos() const' ./.libs/liblinuxsampler.so: undefined reference to `RIFF::progress_t::progress_t()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::GetChannelCount()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::File(RIFF::File*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Instrument::GetMidiRule(int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::Read(void*, unsigned long)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetVibLfoToPitch(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2PreAttackDelay(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::ReadAndLoop(void*, unsigned long, gig::playback_state_t*, gig::DimensionRegion*, gig::buffer_t*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::DeleteInstrument(sf2::Instrument*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetSample(int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::InstrumentBase::GetRegionCount()' ./.libs/liblinuxsampler.so: undefined reference to `RIFF::File::File(std::string const&)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::DeleteInstrument(gig::Instrument*)' ./.libs/liblinuxsampler.so: undefined reference to `RIFF::File::GetFileName()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG2Release(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Region::GetSample()' ./.libs/liblinuxsampler.so: undefined reference to `gig::Region::GetDimensionRegionIndexByValue(unsigned int const*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetModLfoToVolume(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::ReleaseSampleData()' ./.libs/liblinuxsampler.so: undefined reference to `gig::DimensionRegion::GetVelocityRelease(unsigned char)' ./.libs/liblinuxsampler.so: undefined reference to `typeinfo for DLS::Resource' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetModEnvToPitch(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetUnityNote()' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetEG1Hold(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::LoadSampleData(unsigned long)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::InstrumentBase::GetRegion(int)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::DeleteSample(gig::Sample*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::File(RIFF::File*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Sample::GetPos()' ./.libs/liblinuxsampler.so: undefined reference to `gig::DimensionRegion::GetParent() const' ./.libs/liblinuxsampler.so: undefined reference to `sf2::Region::GetModLfoToPitch(sf2::Region*)' ./.libs/liblinuxsampler.so: undefined reference to `gig::Sample::Read(void*, unsigned long, gig::buffer_t*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetInstrumentCount()' ./.libs/liblinuxsampler.so: undefined reference to `gig::File::GetInstrument(unsigned int, RIFF::progress_t*)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetInstrument(int)' ./.libs/liblinuxsampler.so: undefined reference to `sf2::File::GetSampleCount()' ./.libs/liblinuxsampler.so: undefined reference to `gig::DimensionRegion::GetVelocityAttenuation(unsigned char)' ./.libs/liblinuxsampler.so: undefined reference to `gig::DimensionRegion::GetVelocityCutoff(unsigned char)' collect2: error: ld returned 1 exit status Makefile:603: recipe for target 'ls_instr_script' failed make[3]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src' make[3]: *** [ls_instr_script] Error 1 Makefile:674: recipe for target 'all-recursive' failed make[2]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0/src' make[2]: *** [all-recursive] Error 1 Makefile:496: recipe for target 'all-recursive' failed make[1]: Leaving directory '/tmp/abf/rpmbuild/BUILD/linuxsampler-2.0.0' make[1]: *** [all-recursive] Error 1 Makefile:400: recipe for target 'all' failed make: *** [all] Error 2 error: Bad exit status from /home/giovanni/rpm/tmp/rpm-tmp.64441 (%build) Bad exit status from /home/giovanni/rpm/tmp/rpm-tmp.64441 (%build) RPM build errors: giovanni@Rivendell /media/giovanni/MIBrepos/ABFRepos/Sound/linuxsampler (rosa2014.1) $