D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/mp3info-0.8.5a-18.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.OYwel3 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf mp3info-0.8.5a + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/mp3info-0.8.5a.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd mp3info-0.8.5a + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/mp3info-0.8.5a-format_not_a_string_literal_and_no_format_arguments.diff + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/mp3info-0.8.5a-linkage.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/mp3info-0.8.5a-mga-nostrip.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HCKDZ1 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd mp3info-0.8.5a + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -c -o mp3curs.o mp3curs.c In file included from /usr/include/string.h:495, from mp3info.h:31, from mp3curs.c:27: In function 'strncpy', inlined from 'tagedit_curs' at mp3curs.c:111:4: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mp3curs.c: In function 'tagedit_curs': mp3curs.c:111:4: note: length computed here 111 | strncpy(tag->title,line,strlen(line)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from mp3info.h:31, from mp3curs.c:27: In function 'strncpy', inlined from 'tagedit_curs' at mp3curs.c:113:4: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mp3curs.c: In function 'tagedit_curs': mp3curs.c:113:4: note: length computed here 113 | strncpy(tag->artist,line,strlen(line)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from mp3info.h:31, from mp3curs.c:27: In function 'strncpy', inlined from 'tagedit_curs' at mp3curs.c:115:4: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mp3curs.c: In function 'tagedit_curs': mp3curs.c:115:4: note: length computed here 115 | strncpy(tag->album,line,strlen(line)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from mp3info.h:31, from mp3curs.c:27: In function 'strncpy', inlined from 'tagedit_curs' at mp3curs.c:117:4: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mp3curs.c: In function 'tagedit_curs': mp3curs.c:117:4: note: length computed here 117 | strncpy(tag->year,line,strlen(line)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from mp3info.h:31, from mp3curs.c:27: In function 'strncpy', inlined from 'tagedit_curs' at mp3curs.c:119:4: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mp3curs.c: In function 'tagedit_curs': mp3curs.c:119:4: note: length computed here 119 | strncpy(tag->comment,line,strlen(line)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from mp3info.h:31, from mp3curs.c:27: In function 'strncpy', inlined from 'tagedit_curs' at mp3curs.c:121:4: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mp3curs.c: In function 'tagedit_curs': mp3curs.c:121:28: note: length computed here 121 | strncpy(track_text,line,strlen(line) + (strlen(line) < strlen (track_text) ? 0 : 1)); | ^~~~~~~~~~~~ In file included from /usr/include/string.h:495, from mp3info.h:31, from mp3curs.c:27: In function 'strncpy', inlined from 'tagedit_curs' at mp3curs.c:124:4: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mp3curs.c: In function 'tagedit_curs': mp3curs.c:124:28: note: length computed here 124 | strncpy(genre_text,line,strlen(line) + (strlen(line) < strlen (genre_text) ? 0 : 1)); | ^~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -c -o mp3info.o mp3info.c mp3info.c: In function 'main': mp3info.c:285:3: warning: ignoring return value of 'truncate' declared with attribute 'warn_unused_result' [-Wunused-result] 285 | truncate(mp3.filename,mp3.datasize); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -c -o textfunc.o textfunc.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -c -o mp3tech.o mp3tech.c mp3tech.c: In function 'get_id3': mp3tech.c:306:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | fread(fbuf,1,3,mp3->file); fbuf[3] = '\0'; | ^~~~~~~~~~~~~~~~~~~~~~~~~ mp3tech.c:316:15: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 316 | fread(mp3->id3.title,1,30,mp3->file); mp3->id3.title[30] = '\0'; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mp3tech.c:317:15: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 317 | fread(mp3->id3.artist,1,30,mp3->file); mp3->id3.artist[30] = '\0'; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mp3tech.c:318:15: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 318 | fread(mp3->id3.album,1,30,mp3->file); mp3->id3.album[30] = '\0'; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mp3tech.c:319:15: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 319 | fread(mp3->id3.year,1,4,mp3->file); mp3->id3.year[4] = '\0'; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mp3tech.c:320:15: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 320 | fread(mp3->id3.comment,1,30,mp3->file); mp3->id3.comment[30] = '\0'; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mp3tech.c:324:15: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 324 | fread(mp3->id3.genre,1,1,mp3->file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o mp3info mp3info.o textfunc.o mp3curs.o mp3tech.o -lncurses -ltinfo gcc gmp3info.c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o gmp3info mp3tech.o `pkg-config --cflags --libs gtk+-2.0` In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from gmp3info.c:31: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gmp3info.c:31: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from gmp3info.c:31: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gmp3info.c:31: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.nepbP1 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64 + cd mp3info-0.8.5a + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64/usr/bin /home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64/usr/share/man/man1 + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64 'INSTALL=/usr/bin/install -p' prefix=/home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64/usr mandir=/home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64/usr/share/man/man1 /usr/bin/install -p mp3info /home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64/usr/bin/mp3info /usr/bin/install -p mp3info.1 /home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64/usr/share/man/man1/mp3info.1 /usr/bin/install -p gmp3info /home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64/usr/bin/gmp3info + mkdir -p /home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64/usr/share/applications + cat + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.8.5a-18.mga8 --unique-debug-suffix -0.8.5a-18.mga8.x86_64 --unique-debug-src-base mp3info-0.8.5a-18.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/mp3info-0.8.5a explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64/usr/bin/gmp3info explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64/usr/bin/mp3info extracting debug info from /home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64/usr/bin/gmp3info extracting debug info from /home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64/usr/bin/mp3info original debug info size: 204kB, size after compression: 192kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 124 blocks + /usr/lib/rpm/check-buildroot + '[' -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/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: mp3info-0.8.5a-18.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.15zRQ2 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd mp3info-0.8.5a + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64/usr/share/doc/mp3info + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64/usr/share/doc/mp3info + cp -pr README /home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64/usr/share/doc/mp3info + cp -pr ChangeLog /home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64/usr/share/doc/mp3info + cp -pr mp3info.lsm /home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64/usr/share/doc/mp3info + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64/usr/share/doc/mp3info + RPM_EC=0 ++ jobs -p + exit 0 Provides: application() application(mageia-mp3info.desktop) mp3info = 0.8.5a-18.mga8 mp3info(x86-64) = 0.8.5a-18.mga8 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.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) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-x11-2.0.so.0()(64bit) libncurses.so.6()(64bit) libtinfo.so.6()(64bit) Processing files: mp3info-debugsource-0.8.5a-18.mga8.x86_64 Provides: mp3info-debugsource = 0.8.5a-18.mga8 mp3info-debugsource(x86-64) = 0.8.5a-18.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: mp3info-debuginfo-0.8.5a-18.mga8.x86_64 Provides: debuginfo(build-id) = a5678cb0c64339b13aceeff5fedb12b6cd7e797d debuginfo(build-id) = cd2c10737042eea3dc6a7e604839e53f664aa780 mp3info-debuginfo = 0.8.5a-18.mga8 mp3info-debuginfo(x86-64) = 0.8.5a-18.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: mp3info-debugsource(x86-64) = 0.8.5a-18.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/mp3info-debugsource-0.8.5a-18.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/mp3info-0.8.5a-18.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/mp3info-debuginfo-0.8.5a-18.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.iJ65NZ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd mp3info-0.8.5a + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/mp3info-0.8.5a-18.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Ids3z0 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf mp3info-0.8.5a + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!