D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/abcmidi-2018.02.22-1.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.dRfG4w + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf abcmidi + /usr/bin/unzip -qq /home/pterjan/rpmbuild/SOURCES/abcMIDI-2018.02.22.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd abcmidi + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.PKLGFX + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd abcmidi + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + rm -f configure makefile + sed -i -e s:-O2:: configure.ac + autoreconf -fi + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + export FFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + CONFIGURE_TOP=. + /usr/lib/rpm/mageia/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/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + '[' -f ./configure.in -o -f ./configure.ac ']' + CONFIGURE_XPATH='--x-includes=/usr/include --x-libraries=/usr/lib64' + ./configure --build=x86_64-mageia-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/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --x-includes=/usr/include --x-libraries=/usr/lib64 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 for a BSD-compatible install... /usr/bin/install -c checking for main in -lm... yes 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 for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for size_t... yes checking for error_at_line... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for strcasecmp... yes checking for strchr... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h + /usr/bin/make -O -j8 gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -c -o parser2.o parser2.c gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -c -o queues.o queues.c gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -c -o midifile.o midifile.c gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -c -o crack.o crack.c gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -c -o stresspat.o stresspat.c stresspat.c: In function 'read_custom_stress_file': stresspat.c:518:29: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char (*)[32]' [-Wformat=] j = fscanf (inhandle, "%s", &name); ~^ ~~~~~ stresspat.c:521:29: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char (*)[6]' [-Wformat=] j = fscanf (inhandle, "%s", &meter); ~^ ~~~~~~ stresspat.c:564:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (str, 3, inhandle); ^~~~~~~~~~~~~~~~~~~~~~~~ gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -c -o mftext.o mftext.c mftext.c: In function 'main': mftext.c:33:5: warning: type of 'argc' defaults to 'int' [-Wimplicit-int] int main(argc,argv) ^~~~ mftext.c: In function 'txt_arbitrary': mftext.c:258:6: warning: type of 'leng' defaults to 'int' [-Wimplicit-int] void txt_arbitrary(leng,mess) ^~~~~~~~~~~~~ gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -c -o debug.o debug.c debug.c: In function 'showfeature': debug.c:146:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] printf("LINENUM %d\n", (int)(ft->item)); ^ gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -c -o midi2abc.o midi2abc.c midi2abc.c: In function 'pitch2key': midi2abc.c:966:15: warning: '%d' directive writing between 1 and 10 bytes into a region of size 5 [-Wformat-overflow=] sprintf(s, "%d", (note / 12)-1); /* octave (assuming Piano C4 is 60)*/ ^~ midi2abc.c:966:14: note: directive argument in the range [-178956971, 178956969] sprintf(s, "%d", (note / 12)-1); /* octave (assuming Piano C4 is 60)*/ ^~~~ In file included from /usr/include/stdio.h:936:0, from midi2abc.c:56: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 2 and 11 bytes into a destination of size 5 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -c -o parseabc.o parseabc.c parseabc.c: In function 'isnumberp': parseabc.c:343:30: warning: comparison between pointer and integer if (( *c >= 0) && (*c <= 9)) ^~ gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -c -o pslib.o pslib.c gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -c -o position.o position.c gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -c -o toabc.o toabc.c toabc.c: In function 'event_voice': toabc.c:1221:45: warning: '%s' directive writing up to 256 bytes into a region of size 250 [-Wformat-overflow=] if (vp->gotclef) {sprintf(output," clef=%s", vp->clefname); ^~ In file included from /usr/include/stdio.h:936:0, from toabc.c:33: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 7 and 263 bytes into a destination of size 256 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ toabc.c:1227:46: warning: '%s' directive writing up to 256 bytes into a region of size 250 [-Wformat-overflow=] if (vp->gotname) {sprintf(output," name=%s", vp->namestring); ^~ In file included from /usr/include/stdio.h:936:0, from toabc.c:33: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 7 and 263 bytes into a destination of size 256 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ toabc.c:1229:48: warning: '%s' directive writing up to 256 bytes into a region of size 249 [-Wformat-overflow=] if (vp->gotsname) {sprintf(output," sname=%s", vp->snamestring); ^~ In file included from /usr/include/stdio.h:936:0, from toabc.c:33: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 8 and 264 bytes into a destination of size 256 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ toabc.c:1231:53: warning: '%s' directive writing up to 256 bytes into a region of size 248 [-Wformat-overflow=] if( vp->gotmiddle ) { sprintf(output, " middle=%s", vp->middlestring); ^~ In file included from /usr/include/stdio.h:936:0, from toabc.c:33: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 9 and 265 bytes into a destination of size 256 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ toabc.c:1233:45: warning: '%s' directive writing up to 256 bytes into a region of size 255 [-Wformat-overflow=] if( vp->gotother ) { sprintf(output, " %s", vp->other); ^~ In file included from /usr/include/stdio.h:936:0, from toabc.c:33: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 2 and 258 bytes into a destination of size 256 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ toabc.c:1238:45: warning: '%s' directive writing up to 256 bytes into a region of size 250 [-Wformat-overflow=] if (vp->gotclef) {sprintf(output," clef=%s", vp->clefname); ^~ In file included from /usr/include/stdio.h:936:0, from toabc.c:33: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 7 and 263 bytes into a destination of size 256 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ toabc.c:1244:46: warning: '%s' directive writing up to 256 bytes into a region of size 250 [-Wformat-overflow=] if (vp->gotname) {sprintf(output," name=%s", vp->namestring); ^~ In file included from /usr/include/stdio.h:936:0, from toabc.c:33: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 7 and 263 bytes into a destination of size 256 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ toabc.c:1246:53: warning: '%s' directive writing up to 256 bytes into a region of size 248 [-Wformat-overflow=] if( vp->gotmiddle ) { sprintf(output, " middle=%s", vp->middlestring); ^~ In file included from /usr/include/stdio.h:936:0, from toabc.c:33: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 9 and 265 bytes into a destination of size 256 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ toabc.c:1248:45: warning: '%s' directive writing up to 256 bytes into a region of size 255 [-Wformat-overflow=] if( vp->gotother ) { sprintf(output, " %s", vp->other); ^~ In file included from /usr/include/stdio.h:936:0, from toabc.c:33: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 2 and 258 bytes into a destination of size 256 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -o midi2abc midifile.o midi2abc.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -lm gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -o abc2abc parseabc.o toabc.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -lm gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -c -o yapstree.o yapstree.c yapstree.c: In function 'event_split_voice': yapstree.c:1339:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] addfeature(SPLITVOICE, (int *) lineno); ^ yapstree.c: In function 'event_linebreak': yapstree.c:1354:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] addfeature(LINENUM, (int *)lineno); ^ yapstree.c: In function 'event_specific': yapstree.c:1515:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] addfeature(VSKIP, (int*)((int)vspace)); ^ yapstree.c: In function 'event_bar': yapstree.c:2179:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] addfeature(type, (int *)cv->barno); /* save bar number */ ^ gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -o mftext midifile.o mftext.o crack.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -lm gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -c -o abcmatch.o abcmatch.c gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -c -o midicopy.o midicopy.c gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -o midicopy midicopy.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -lm gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -c -o genmidi.o genmidi.c genmidi.c: In function 'dodeferred': genmidi.c:1956:13: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (p != '\0') ^~ genmidi.c:1956:11: note: did you mean to dereference the pointer? if (p != '\0') ^ genmidi.c:1975:13: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (p != '\0') ^~ genmidi.c:1975:11: note: did you mean to dereference the pointer? if (p != '\0') ^ gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -c -o drawtune.o drawtune.c drawtune.c: In function 'sizevoice': drawtune.c:1477:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] lineno = (int)(ft->item); ^ drawtune.c: In function 'printvoiceline': drawtune.c:2955:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] lineno = (int)(v->place->item); ^ drawtune.c:2967:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] vskip((double)((int)v->place->item)); ^ drawtune.c:3001:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] printbarnumber(ft->x, (int)ft->item); ^ drawtune.c:3005:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] printbarnumber(ft->x, (int)ft->item); ^ drawtune.c:3010:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] printbarnumber(ft->x, (int)ft->item); ^ drawtune.c:3015:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] printbarnumber(ft->x, (int)ft->item); ^ drawtune.c:3038:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] printbarnumber(ft->x, (int)ft->item); ^ drawtune.c:3046:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] printbarnumber(ft->x, (int)ft->item); ^ drawtune.c:3239:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] lineno = (int)(ft->item); ^ drawtune.c: In function 'getlineheight': drawtune.c:3362:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] lineno = (int)(v->place->item); ^ drawtune.c:3371:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *height = *height + (double)((int)v->place->item); ^ gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -c -o matchsup.o matchsup.c matchsup.c: In function 'event_octave': matchsup.c:818:6: warning: type of 'local' defaults to 'int' [-Wimplicit-int] void event_octave(num, local) ^~~~~~~~~~~~ matchsup.c: In function 'dumpfeat': matchsup.c:2012:34: warning: format '%d' expects a matching 'int' argument [-Wformat=] else printf("%d %s %d %d %d %d \n",i,featname[j],pitch[i],num[i],denom[i]); ~^ gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -o yaps parseabc.o yapstree.o drawtune.o debug.o pslib.o position.o parser2.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -lm gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -o abcmatch abcmatch.o matchsup.o parseabc.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -lm gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -c -o store.o store.c gcc -DANSILIBS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -o abc2midi parseabc.o store.o genmidi.o midifile.o queues.o parser2.o stresspat.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -lm -lm + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.hXhXiM + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64 + cd abcmidi + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64 'INSTALL=/usr/bin/install -p' /usr/bin/install -p -d /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64/usr/bin /usr/bin/install -p -m 755 abc2midi midi2abc abc2abc mftext yaps midicopy abcmatch /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64/usr/bin # install documentation /usr/bin/install -p -d /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64/usr/share/doc/abcmidi /usr/bin/install -p -m 644 doc/*.txt /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64/usr/share/doc/abcmidi /usr/bin/install -p -m 644 doc/AUTHORS /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64/usr/share/doc/abcmidi /usr/bin/install -p -m 644 doc/CHANGES /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64/usr/share/doc/abcmidi /usr/bin/install -p -m 644 VERSION /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64/usr/share/doc/abcmidi # install manpages /usr/bin/install -p -d /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64/usr/share/man/man1 /usr/bin/install -p -m 644 doc/*.1 /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64/usr/share/man/man1 + /usr/lib/rpm/find-debuginfo.sh -j8 -m -i --build-id-seed 2018.02.22-1.mga7 --unique-debug-suffix -2018.02.22-1.mga7.x86_64 --unique-debug-src-base abcmidi-2018.02.22-1.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/abcmidi extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64/usr/bin/midicopy extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64/usr/bin/yaps extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64/usr/bin/abcmatch extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64/usr/bin/abc2abc extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64/usr/bin/mftext extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64/usr/bin/midi2abc extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64/usr/bin/abc2midi /usr/lib/rpm/sepdebugcrcfix: Updated 7 CRC32s, 0 CRC32s did match. 1889 blocks + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Processing files: abcmidi-2018.02.22-1.mga7.x86_64 Provides: abcmidi = 2018.02.22-1.mga7 abcmidi(x86-64) = 2018.02.22-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) Processing files: abcmidi-debugsource-2018.02.22-1.mga7.x86_64 Provides: abcmidi-debugsource = 2018.02.22-1.mga7 abcmidi-debugsource(x86-64) = 2018.02.22-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: abcmidi-debuginfo-2018.02.22-1.mga7.x86_64 Provides: abcmidi-debuginfo = 2018.02.22-1.mga7 abcmidi-debuginfo(x86-64) = 2018.02.22-1.mga7 debuginfo(build-id) = 0d8751b528a9db0817fb59a2af63866f5f4fca12 debuginfo(build-id) = 183c182ba67be66aa6efff876feb6a1b52b8f675 debuginfo(build-id) = 2889ba168ec2ed83abb31435eea3bca6bfd95f5c debuginfo(build-id) = 6929f4757bcf57c8c91f494b834c30ce28989cac debuginfo(build-id) = a42353505fb559aca869b911a777bb77575ef188 debuginfo(build-id) = af7ccc7fd06ebf3393696b284df756d376fc4623 debuginfo(build-id) = ebefff6680e26110160e3f78af73a342287104db Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: abcmidi-debugsource(x86-64) = 2018.02.22-1.mga7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/abcmidi-2018.02.22-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/abcmidi-debugsource-2018.02.22-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/abcmidi-debuginfo-2018.02.22-1.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.1kpvhN + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd abcmidi + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/abcmidi-2018.02.22-1.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.7sOnjO + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf abcmidi + exit 0 D: [iurt_root_command] Success!