+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/awesfx.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.M9LhRy + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf awesfx-0.5.1c + /usr/bin/bzip2 -dc /builddir/build/SOURCES/awesfx-0.5.1c.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd awesfx-0.5.1c + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (rename-getline-to-parseline.patch):' Patch #0 (rename-getline-to-parseline.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file setfx.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CxveNR + umask 022 + cd /builddir/build/BUILD + cd awesfx-0.5.1c + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 for style of include used by make... GNU checking dependency style of gcc... none checking for a BSD-compatible install... /usr/bin/install -c checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -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 whether byte ordering is bigendian... no checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for riscv64-redhat-linux-gnu-g++... no checking for riscv64-redhat-linux-gnu-c++... no checking for riscv64-redhat-linux-gnu-gpp... no checking for riscv64-redhat-linux-gnu-aCC... no checking for riscv64-redhat-linux-gnu-CC... no checking for riscv64-redhat-linux-gnu-cxx... no checking for riscv64-redhat-linux-gnu-cc++... no checking for riscv64-redhat-linux-gnu-cl.exe... no checking for riscv64-redhat-linux-gnu-FCC... no checking for riscv64-redhat-linux-gnu-KCC... no checking for riscv64-redhat-linux-gnu-RCC... no checking for riscv64-redhat-linux-gnu-xlC_r... no checking for riscv64-redhat-linux-gnu-xlC... no 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++... none checking how to run the C++ preprocessor... g++ -E checking for riscv64-redhat-linux-gnu-g77... no checking for riscv64-redhat-linux-gnu-xlf... no checking for riscv64-redhat-linux-gnu-f77... no checking for riscv64-redhat-linux-gnu-frt... no checking for riscv64-redhat-linux-gnu-pgf77... no checking for riscv64-redhat-linux-gnu-cf77... no checking for riscv64-redhat-linux-gnu-fort77... no checking for riscv64-redhat-linux-gnu-fl32... no checking for riscv64-redhat-linux-gnu-af77... no checking for riscv64-redhat-linux-gnu-xlf90... no checking for riscv64-redhat-linux-gnu-f90... no checking for riscv64-redhat-linux-gnu-pgf90... no checking for riscv64-redhat-linux-gnu-pghpf... no checking for riscv64-redhat-linux-gnu-epcf90... no checking for riscv64-redhat-linux-gnu-gfortran... no checking for riscv64-redhat-linux-gnu-g95... no checking for riscv64-redhat-linux-gnu-xlf95... no checking for riscv64-redhat-linux-gnu-f95... no checking for riscv64-redhat-linux-gnu-fort... no checking for riscv64-redhat-linux-gnu-ifort... no checking for riscv64-redhat-linux-gnu-ifc... no checking for riscv64-redhat-linux-gnu-efc... no checking for riscv64-redhat-linux-gnu-pgf95... no checking for riscv64-redhat-linux-gnu-lf95... no checking for riscv64-redhat-linux-gnu-ftn... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 1572864 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) 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... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for ALSA CFLAGS... checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread checking for libasound headers version >= 1.0.0... found. checking for snd_ctl_open in -lasound... yes configure: creating ./config.status config.status: creating Makefile config.status: creating awelib/Makefile config.status: creating include/Makefile config.status: creating samples/Makefile config.status: creating include/awe_version.h config.status: creating etc/Makefile config.status: creating include/config.h config.status: executing depfiles commands + make -j4 Making all in awelib make[1]: Entering directory '/builddir/build/BUILD/awesfx-0.5.1c/awelib' gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c awe_parm.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c bool.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c cmpopen.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dynload.c bool.c: In function 'strtoken': bool.c:113:8: warning: variable 'prev' set but not used [-Wunused-but-set-variable] int prev, quote; ^~~~ gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fskip.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gentxt.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c loadbank.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c loadtext.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c malloc.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c optfile.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c parsesf.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c path.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sample.c parsesf.c: In function 'awe_open_font': parsesf.c:192:44: warning: pointer targets in passing argument 3 of 'awe_make_unique_name' differ in signedness [-Wpointer-sign] if (awe_make_unique_name(sf->sf_name, fp, uname) != AWE_RET_OK) ^~~~~ parsesf.c:55:12: note: expected 'char *' but argument is of type 'unsigned char *' static int awe_make_unique_name(char *given, FILE *fp, char *dst); ^~~~~~~~~~~~~~~~~~~~ parsesf.c:195:30: warning: pointer targets in passing argument 2 of 'open_patch_priv' differ in signedness [-Wpointer-sign] return open_patch_priv(ops, uname, AWE_PAT_TYPE_GS, locked, TRUE); ^~~~~ parsesf.c:148:12: note: expected 'char *' but argument is of type 'unsigned char *' static int open_patch_priv(AWEOps *ops, char *name, int type, int locked, int shared) ^~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sbkconv.c parsesf.c: In function 'sample_loader': parsesf.c:517:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(rec->data, rec->hdr.size, 2, sample_fd); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sffile.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sfitem.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sfopts.c gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sfout.c sffile.c: In function 'awe_load_soundfont': sffile.c:52:27: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READCHUNK(var,fd) fread(&var, 8, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:134:2: note: in expansion of macro 'READCHUNK' READCHUNK(chunk, fd); ^~~~~~~~~ sffile.c:49:24: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READID(var,fd) fread(var, 4, 1, fd) ^~~~~~~~~~~~~~~~~~~~ sffile.c:140:2: note: in expansion of macro 'READID' READID(chunk.id, fd); ^~~~~~ sffile.c:52:27: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READCHUNK(var,fd) fread(&var, 8, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:147:3: note: in expansion of macro 'READCHUNK' READCHUNK(chunk, fd); ^~~~~~~~~ sffile.c: In function 'process_list': sffile.c:49:24: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READID(var,fd) fread(var, 4, 1, fd) ^~~~~~~~~~~~~~~~~~~~ sffile.c:251:2: note: in expansion of macro 'READID' READID(chunk.id, fd); size -= 4; ^~~~~~ sffile.c: In function 'process_info': sffile.c:52:27: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READCHUNK(var,fd) fread(&var, 8, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:282:3: note: in expansion of macro 'READCHUNK' READCHUNK(chunk, fd); size -= 8; ^~~~~~~~~ sffile.c:54:23: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READW(var,fd) fread(&var, 2, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:289:4: note: in expansion of macro 'READW' READW(sf->version, fd); ^~~~~ sffile.c:54:23: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READW(var,fd) fread(&var, 2, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:290:4: note: in expansion of macro 'READW' READW(sf->minorversion, fd); ^~~~~ sffile.c:295:4: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(sf->sf_name, 1, chunk.size, fd); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sffile.c: In function 'process_sdta': sffile.c:52:27: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READCHUNK(var,fd) fread(&var, 8, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:318:3: note: in expansion of macro 'READCHUNK' READCHUNK(chunk, fd); size -= 8; ^~~~~~~~~ sffile.c: In function 'load_sample_names': sffile.c:50:25: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READSTR(var,fd) fread(var, 20, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:418:3: note: in expansion of macro 'READSTR' READSTR(sf->sample[i].name, fd); ^~~~~~~ sffile.c: In function 'process_pdta': sffile.c:52:27: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READCHUNK(var,fd) fread(&var, 8, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:353:3: note: in expansion of macro 'READCHUNK' READCHUNK(chunk, fd); size -= 8; ^~~~~~~~~ sffile.c: In function 'load_preset_header': sffile.c:50:25: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READSTR(var,fd) fread(var, 20, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:434:3: note: in expansion of macro 'READSTR' READSTR(sf->preset[i].hdr.name, fd); ^~~~~~~ sffile.c:54:23: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READW(var,fd) fread(&var, 2, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:435:3: note: in expansion of macro 'READW' READW(sf->preset[i].preset, fd); ^~~~~ sffile.c:54:23: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READW(var,fd) fread(&var, 2, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:436:3: note: in expansion of macro 'READW' READW(sf->preset[i].bank, fd); ^~~~~ sffile.c:54:23: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READW(var,fd) fread(&var, 2, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:437:3: note: in expansion of macro 'READW' READW(sf->preset[i].hdr.bagNdx, fd); ^~~~~ sffile.c:69:32: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define SKIPDW(fd) {int dummy; fread(&dummy, 4, 1, fd);} ^~~~~~~~~~~~~~~~~~~~~~~ sffile.c:438:3: note: in expansion of macro 'SKIPDW' SKIPDW(fd); /* lib; ignored*/ ^~~~~~ sffile.c:69:32: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define SKIPDW(fd) {int dummy; fread(&dummy, 4, 1, fd);} ^~~~~~~~~~~~~~~~~~~~~~~ sffile.c:439:3: note: in expansion of macro 'SKIPDW' SKIPDW(fd); /* genre; ignored */ ^~~~~~ sffile.c:69:32: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define SKIPDW(fd) {int dummy; fread(&dummy, 4, 1, fd);} ^~~~~~~~~~~~~~~~~~~~~~~ sffile.c:440:3: note: in expansion of macro 'SKIPDW' SKIPDW(fd); /* morph; ignored */ ^~~~~~ sffile.c: In function 'load_inst_header': sffile.c:50:25: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READSTR(var,fd) fread(var, 20, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:459:3: note: in expansion of macro 'READSTR' READSTR(sf->inst[i].hdr.name, fd); ^~~~~~~ sffile.c:54:23: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READW(var,fd) fread(&var, 2, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:460:3: note: in expansion of macro 'READW' READW(sf->inst[i].hdr.bagNdx, fd); ^~~~~ sffile.c: In function 'load_bag': sffile.c:54:23: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READW(var,fd) fread(&var, 2, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:479:3: note: in expansion of macro 'READW' READW(bagp->bag[i], fd); ^~~~~ sffile.c:68:33: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define SKIPW(fd) {short dummy; fread(&dummy, 2, 1, fd);} ^~~~~~~~~~~~~~~~~~~~~~~ sffile.c:480:3: note: in expansion of macro 'SKIPW' SKIPW(fd); /* mod; ignored */ ^~~~~ sffile.c: In function 'load_gen': sffile.c:54:23: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READW(var,fd) fread(&var, 2, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:497:3: note: in expansion of macro 'READW' READW(bagp->gen[i].oper, fd); ^~~~~ sffile.c:54:23: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READW(var,fd) fread(&var, 2, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:498:3: note: in expansion of macro 'READW' READW(bagp->gen[i].amount, fd); ^~~~~ sffile.c: In function 'load_sample_info': sffile.c:50:25: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READSTR(var,fd) fread(var, 20, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:539:4: note: in expansion of macro 'READSTR' READSTR(sf->sample[i].name, fd); ^~~~~~~ sffile.c:53:24: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READDW(var,fd) fread(&var, 4, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:540:3: note: in expansion of macro 'READDW' READDW(sf->sample[i].startsample, fd); ^~~~~~ sffile.c:53:24: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READDW(var,fd) fread(&var, 4, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:541:3: note: in expansion of macro 'READDW' READDW(sf->sample[i].endsample, fd); ^~~~~~ sffile.c:53:24: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READDW(var,fd) fread(&var, 4, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:542:3: note: in expansion of macro 'READDW' READDW(sf->sample[i].startloop, fd); ^~~~~~ sffile.c:53:24: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READDW(var,fd) fread(&var, 4, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:543:3: note: in expansion of macro 'READDW' READDW(sf->sample[i].endloop, fd); ^~~~~~ sffile.c:53:24: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READDW(var,fd) fread(&var, 4, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:545:4: note: in expansion of macro 'READDW' READDW(sf->sample[i].samplerate, fd); ^~~~~~ sffile.c:66:23: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READB(var,fd) fread(&var, 1, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:546:4: note: in expansion of macro 'READB' READB(sf->sample[i].originalPitch, fd); ^~~~~ sffile.c:66:23: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READB(var,fd) fread(&var, 1, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:547:4: note: in expansion of macro 'READB' READB(sf->sample[i].pitchCorrection, fd); ^~~~~ sffile.c:54:23: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READW(var,fd) fread(&var, 2, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:548:4: note: in expansion of macro 'READW' READW(sf->sample[i].samplelink, fd); ^~~~~ sffile.c:54:23: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READW(var,fd) fread(&var, 2, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sffile.c:549:4: note: in expansion of macro 'READW' READW(sf->sample[i].sampletype, fd); ^~~~~ gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c slist.c sfout.c: In function 'write_info': sfout.c:42:27: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] #define READCHUNK(var,fd) fread(&var, 8, 1, fd) ^~~~~~~~~~~~~~~~~~~~~ sfout.c:112:3: note: in expansion of macro 'READCHUNK' READCHUNK(chunk, fin); left -= 8; ^~~~~~~~~ sfout.c: In function 'copy_file': sfout.c:412:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(buf, sizeof(buf), 1, fin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sfout.c:416:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(buf, s, 1, fin); ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dummy.c rm -f libawe.a ar cru libawe.a awe_parm.o bool.o cmpopen.o dynload.o fskip.o gentxt.o loadbank.o loadtext.o malloc.o optfile.o parsesf.o path.o sample.o sbkconv.o sffile.o sfitem.o sfopts.o sfout.o slist.o dummy.o ranlib libawe.a make[1]: Leaving directory '/builddir/build/BUILD/awesfx-0.5.1c/awelib' Making all in include make[1]: Entering directory '/builddir/build/BUILD/awesfx-0.5.1c/include' make all-am make[2]: Entering directory '/builddir/build/BUILD/awesfx-0.5.1c/include' make[2]: Leaving directory '/builddir/build/BUILD/awesfx-0.5.1c/include' make[1]: Leaving directory '/builddir/build/BUILD/awesfx-0.5.1c/include' Making all in samples make[1]: Entering directory '/builddir/build/BUILD/awesfx-0.5.1c/samples' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/awesfx-0.5.1c/samples' Making all in etc make[1]: Entering directory '/builddir/build/BUILD/awesfx-0.5.1c/etc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/awesfx-0.5.1c/etc' make[1]: Entering directory '/builddir/build/BUILD/awesfx-0.5.1c' gcc -DHAVE_CONFIG_H -I. -I./include -Iinclude -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sfxload.c gcc -DHAVE_CONFIG_H -I. -I./include -Iinclude -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c seq.c gcc -DHAVE_CONFIG_H -I. -I./include -Iinclude -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c asfxload.c gcc -DHAVE_CONFIG_H -I. -I./include -Iinclude -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c alsa.c gcc -DHAVE_CONFIG_H -I. -I./include -Iinclude -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c aweset.c gcc -DHAVE_CONFIG_H -I. -I./include -Iinclude -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gusload.c gcc -DHAVE_CONFIG_H -I. -I./include -Iinclude -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c setfx.c gcc -DHAVE_CONFIG_H -I. -I./include -Iinclude -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sf2text.c sf2text.c: In function 'print_name': sf2text.c:136:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] for (p = str; *p && i < 20; i++, p++) { ^ gusload.c: In function 'seq_load_gus': gusload.c:146:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&header.header, sizeof(header.header), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:147:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&header.gravis_id, sizeof(header.gravis_id), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:148:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&header.description, sizeof(header.description), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:149:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&header.instruments, sizeof(header.instruments), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:150:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&header.voices, sizeof(header.voices), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:151:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&header.channels, sizeof(header.channels), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:152:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&header.wave_forms, sizeof(header.wave_forms), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:154:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&header.master_volume, sizeof(header.master_volume), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:156:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&header.data_size, sizeof(header.data_size), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:158:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&header.reserved, sizeof(header.reserved), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:161:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&ins.instrument, sizeof(ins.instrument), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:162:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&ins.instrument_name, sizeof(ins.instrument_name), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:163:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&ins.instrument_size, sizeof(ins.instrument_size), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:165:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&ins.layers, sizeof(ins.layers), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:166:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&ins.reserved, sizeof(ins.reserved), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:169:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&layer.layer_duplicate, sizeof(layer.layer_duplicate), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:170:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&layer.layer, sizeof(layer.layer), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:171:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&layer.layer_size, sizeof(layer.layer_size), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:173:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&layer.samples, sizeof(layer.samples), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:174:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&layer.reserved, sizeof(layer.reserved), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:186:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.wave_name, sizeof(sample.wave_name), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:187:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.fractions, sizeof(sample.fractions), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:188:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.wave_size, sizeof(sample.wave_size), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:190:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.start_loop, sizeof(sample.start_loop), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:191:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.end_loop, sizeof(sample.end_loop), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:192:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.sample_rate, sizeof(sample.sample_rate), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:194:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.low_frequency, sizeof(sample.low_frequency), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:195:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.high_frequency, sizeof(sample.high_frequency), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:196:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.root_frequency, sizeof(sample.root_frequency), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:197:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.tune, sizeof(sample.tune), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:198:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.balance, sizeof(sample.balance), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:199:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.envelope_rate, sizeof(sample.envelope_rate), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:200:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.envelope_offset, sizeof(sample.envelope_offset), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:201:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.tremolo_sweep, sizeof(sample.tremolo_sweep), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:202:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.tremolo_rate, sizeof(sample.tremolo_rate), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:203:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.tremolo_depth, sizeof(sample.tremolo_depth), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:204:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.vibrato_sweep, sizeof(sample.vibrato_sweep), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:205:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.vibrato_rate, sizeof(sample.vibrato_rate), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:206:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.vibrato_depth, sizeof(sample.vibrato_depth), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:207:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.modes, sizeof(sample.modes), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:208:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.scale_frequency, sizeof(sample.scale_frequency), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:209:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.scale_factor, sizeof(sample.scale_factor), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:211:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sample.reserved, sizeof(sample.reserved), 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gusload.c:284:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(patch->data, 1, patch->len, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I./include -Iinclude -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c text2sf.c gcc -DHAVE_CONFIG_H -I. -I./include -Iinclude -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sfxtest.c /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o sfxload sfxload.o seq.o awelib/libawe.a -lasound -lm -ldl -lpthread /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o asfxload asfxload.o alsa.o awelib/libawe.a -lasound -lm -ldl -lpthread -lasound -lm -ldl -lpthread /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o aweset aweset.o seq.o awelib/libawe.a -lasound -lm -ldl -lpthread mkdir .libs gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o sfxload sfxload.o seq.o awelib/libawe.a -lasound -lm -ldl -lpthread gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o aweset aweset.o seq.o awelib/libawe.a -lasound -lm -ldl -lpthread /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o gusload gusload.o seq.o awelib/libawe.a -lasound -lm -ldl -lpthread /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o setfx setfx.o seq.o awelib/libawe.a -lasound -lm -ldl -lpthread gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o asfxload asfxload.o alsa.o awelib/libawe.a -lasound -lm -ldl -lpthread /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o sf2text sf2text.o awelib/libawe.a -lasound -lm -ldl -lpthread /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o text2sf text2sf.o awelib/libawe.a -lasound -lm -ldl -lpthread gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o setfx setfx.o seq.o awelib/libawe.a -lasound -lm -ldl -lpthread gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o gusload gusload.o seq.o awelib/libawe.a -lasound -lm -ldl -lpthread gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o sf2text sf2text.o awelib/libawe.a -lasound -lm -ldl -lpthread /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o sfxtest sfxtest.o seq.o awelib/libawe.a -lasound -lm -ldl -lpthread gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o text2sf text2sf.o awelib/libawe.a -lasound -lm -ldl -lpthread gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o sfxtest sfxtest.o seq.o awelib/libawe.a -lasound -lm -ldl -lpthread make[1]: Leaving directory '/builddir/build/BUILD/awesfx-0.5.1c' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.MgPaVY + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64 + cd awesfx-0.5.1c + rm -rf /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64 + make DESTDIR=/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64 'INSTALL=install -p' install Making install in awelib make[1]: Entering directory '/builddir/build/BUILD/awesfx-0.5.1c/awelib' make[2]: Entering directory '/builddir/build/BUILD/awesfx-0.5.1c/awelib' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/awesfx-0.5.1c/awelib' make[1]: Leaving directory '/builddir/build/BUILD/awesfx-0.5.1c/awelib' Making install in include make[1]: Entering directory '/builddir/build/BUILD/awesfx-0.5.1c/include' make[2]: Entering directory '/builddir/build/BUILD/awesfx-0.5.1c/include' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/awesfx-0.5.1c/include' make[1]: Leaving directory '/builddir/build/BUILD/awesfx-0.5.1c/include' Making install in samples make[1]: Entering directory '/builddir/build/BUILD/awesfx-0.5.1c/samples' make[2]: Entering directory '/builddir/build/BUILD/awesfx-0.5.1c/samples' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/sounds/sf2" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/sounds/sf2" install -p -m 644 'README-bank' '/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/sounds/sf2/README-bank' install -p -m 644 'ch12msup.bnk' '/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/sounds/sf2/ch12msup.bnk' install -p -m 644 'default-2m.bnk' '/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/sounds/sf2/default-2m.bnk' install -p -m 644 'emu8m.bnk' '/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/sounds/sf2/emu8m.bnk' install -p -m 644 'setfx-sample.cfg' '/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/sounds/sf2/setfx-sample.cfg' install -p -m 644 'test.bnk' '/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/sounds/sf2/test.bnk' install -p -m 644 'xgdefault.bnk' '/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/sounds/sf2/xgdefault.bnk' install -p -m 644 'xgdrum.bnk' '/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/sounds/sf2/xgdrum.bnk' install -p -m 644 'xgmap.bnk' '/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/sounds/sf2/xgmap.bnk' install -p -m 644 'xgsfx.bnk' '/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/sounds/sf2/xgsfx.bnk' make[2]: Leaving directory '/builddir/build/BUILD/awesfx-0.5.1c/samples' make[1]: Leaving directory '/builddir/build/BUILD/awesfx-0.5.1c/samples' Making install in etc make[1]: Entering directory '/builddir/build/BUILD/awesfx-0.5.1c/etc' make[2]: Entering directory '/builddir/build/BUILD/awesfx-0.5.1c/etc' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/awesfx-0.5.1c/etc' make[1]: Leaving directory '/builddir/build/BUILD/awesfx-0.5.1c/etc' make[1]: Entering directory '/builddir/build/BUILD/awesfx-0.5.1c' make[2]: Entering directory '/builddir/build/BUILD/awesfx-0.5.1c' test -z "/usr/bin" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/bin" /bin/sh ./libtool --mode=install install -p 'sfxload' '/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/bin/sfxload' install -p sfxload /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/bin/sfxload /bin/sh ./libtool --mode=install install -p 'asfxload' '/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/bin/asfxload' install -p asfxload /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/bin/asfxload /bin/sh ./libtool --mode=install install -p 'aweset' '/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/bin/aweset' install -p aweset /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/bin/aweset /bin/sh ./libtool --mode=install install -p 'gusload' '/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/bin/gusload' install -p gusload /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/bin/gusload /bin/sh ./libtool --mode=install install -p 'setfx' '/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/bin/setfx' install -p setfx /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/bin/setfx /bin/sh ./libtool --mode=install install -p 'sf2text' '/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/bin/sf2text' install -p sf2text /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/bin/sf2text /bin/sh ./libtool --mode=install install -p 'text2sf' '/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/bin/text2sf' install -p text2sf /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/bin/text2sf /bin/sh ./libtool --mode=install install -p 'sfxtest' '/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/bin/sfxtest' install -p sfxtest /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/bin/sfxtest test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/man/man1" install -p -m 644 './sfxload.1' '/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/man/man1/sfxload.1' make install-data-hook make[3]: Entering directory '/builddir/build/BUILD/awesfx-0.5.1c' rm -f /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/man/man1/asfxload.1 (cd /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/man/man1 && ln -s sfxload.1 asfxload.1) make[3]: Leaving directory '/builddir/build/BUILD/awesfx-0.5.1c' make[2]: Leaving directory '/builddir/build/BUILD/awesfx-0.5.1c' make[1]: Leaving directory '/builddir/build/BUILD/awesfx-0.5.1c' + install -Dp -m 644 /builddir/build/SOURCES/udev-soundfont /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/etc/alsa.d/udev-soundfont + install -Dp -m 644 /builddir/build/SOURCES/load-soundfont /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/etc/alsa.d/load-soundfont + install -Dp -m 644 /builddir/build/SOURCES/41-soundfont.rules /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/lib/udev/rules.d/41-soundfont.rules + mkdir -p /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/soundfonts + mv /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/sounds/sf2/ch12msup.bnk /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/sounds/sf2/default-2m.bnk /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/sounds/sf2/emu8m.bnk /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/sounds/sf2/test.bnk /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/sounds/sf2/xgdefault.bnk /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/sounds/sf2/xgdrum.bnk /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/sounds/sf2/xgmap.bnk /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/sounds/sf2/xgsfx.bnk /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/soundfonts + rm -rf /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/sounds + rm -f samples/Makefile samples/Makefile.am samples/Makefile.in + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: awesfx-0.5.1c-16.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.z0uUQ0 + umask 022 + cd /builddir/build/BUILD + cd awesfx-0.5.1c + DOCDIR=/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/doc/awesfx + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/doc/awesfx + cp -pr AUTHORS /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/doc/awesfx + cp -pr ChangeLog /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/doc/awesfx + cp -pr README /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/doc/awesfx + cp -pr SBKtoSF2.txt /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/doc/awesfx + cp -pr samples/README-bank /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/doc/awesfx + cp -pr samples/setfx-sample.cfg /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/doc/awesfx + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.9M9lzX + umask 022 + cd /builddir/build/BUILD + cd awesfx-0.5.1c + LICENSEDIR=/builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/licenses/awesfx + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/licenses/awesfx + cp -pr COPYING /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64/usr/share/licenses/awesfx + exit 0 Provides: awesfx = 0.5.1c-16.fc28 awesfx(riscv-64) = 0.5.1c-16.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libasound.so.2()(64bit) libasound.so.2(ALSA_0.9)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdl.so.2()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64 Wrote: /builddir/build/SRPMS/awesfx-0.5.1c-16.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/awesfx-0.5.1c-16.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.W9I6kf + umask 022 + cd /builddir/build/BUILD + cd awesfx-0.5.1c + /usr/bin/rm -rf /builddir/build/BUILDROOT/awesfx-0.5.1c-16.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff