D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/libdlna-0.2.4-12.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.fWT9lG + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf libdlna-0.2.4 + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/libdlna-0.2.4.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd libdlna-0.2.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/libdlna-0.2.4-mga-ffmpeg-2.4.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/libdlna-ffmpeg3.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xTm8A3 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd libdlna-0.2.4 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + ./configure --prefix=/usr --libdir=/usr/lib64 --enable-static --enable-shared Checking for compiler available... Checking for libavformat ... Checking for libavcodec ... libdlna: configure is OK version 0.2.4 configuration: install prefix /usr C compiler gcc AR ar RANLIB ranlib STRIP strip make make CPU unknown () developer options no debug symbols no strip symbols yes optimize yes static yes shared yes CFLAGS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 LDFLAGS -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags extralibs -lavformat -lavcodec Creating config.mak ... + /usr/bin/make make -C src make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/libdlna-0.2.4/src' gcc -MM -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc profiles.c containers.c image_jpeg.c image_png.c audio_aac.c audio_ac3.c audio_amr.c audio_atrac3.c audio_g726.c audio_lpcm.c audio_mp2.c audio_mp3.c audio_wma.c av_mpeg1.c av_mpeg2.c av_mpeg4_part2.c av_mpeg4_part10.c av_wmv9.c upnp_dms.c 1>.depend ############################################# # Building static objects # ############################################# gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o profiles.o profiles.c profiles.c: In function 'dlna_init': profiles.c:160:3: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] 160 | av_register_all (); | ^~~~~~~~~~~~~~~ In file included from profiles.h:26, from profiles.c:26: /usr/include/libavformat/avformat.h:1955:6: note: declared here 1955 | void av_register_all(void); | ^~~~~~~~~~~~~~~ profiles.c: In function 'av_profile_get_codecs': profiles.c:208:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] 208 | ctx->streams[i]->codec->codec_type == AVMEDIA_TYPE_AUDIO) | ^~~ In file included from profiles.h:26, from profiles.c:26: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ profiles.c:214:14: warning: 'codec' is deprecated [-Wdeprecated-declarations] 214 | ctx->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO) | ^~~ In file included from profiles.h:26, from profiles.c:26: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ profiles.c:222:3: warning: 'codec' is deprecated [-Wdeprecated-declarations] 222 | codecs->ac = audio_stream >= 0 ? ctx->streams[audio_stream]->codec : NULL; | ^~~~~~ In file included from profiles.h:26, from profiles.c:26: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ profiles.c:225:3: warning: 'codec' is deprecated [-Wdeprecated-declarations] 225 | codecs->vc = video_stream >= 0 ? ctx->streams[video_stream]->codec : NULL; | ^~~~~~ In file included from profiles.h:26, from profiles.c:26: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o containers.o containers.c containers.c: In function 'stream_get_container': containers.c:110:9: warning: 'filename' is deprecated [-Wdeprecated-declarations] 110 | return mpeg_find_container_type (ctx->filename); | ^~~~~~ In file included from containers.c:7: /usr/include/libavformat/avformat.h:1314:10: note: declared here 1314 | char filename[1024]; | ^~~~~~~~ containers.c:112:9: warning: 'filename' is deprecated [-Wdeprecated-declarations] 112 | return mov_find_container_type (ctx->filename); | ^~~~~~ In file included from containers.c:7: /usr/include/libavformat/avformat.h:1314:10: note: declared here 1314 | char filename[1024]; | ^~~~~~~~ gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o image_jpeg.o image_jpeg.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o image_png.o image_png.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_aac.o audio_aac.c audio_aac.c: In function 'aac_adts_object_type_get': audio_aac.c:491:3: warning: 'filename' is deprecated [-Wdeprecated-declarations] 491 | fd = open (ctx->filename, O_RDONLY); | ^~ In file included from profiles.h:26, from audio_aac.c:30: /usr/include/libavformat/avformat.h:1314:10: note: declared here 1314 | char filename[1024]; | ^~~~~~~~ audio_aac.c: In function 'aac_get_format': audio_aac.c:514:3: warning: 'filename' is deprecated [-Wdeprecated-declarations] 514 | fd = open (ctx->filename, O_RDONLY); | ^~ In file included from profiles.h:26, from audio_aac.c:30: /usr/include/libavformat/avformat.h:1314:10: note: declared here 1314 | char filename[1024]; | ^~~~~~~~ gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_ac3.o audio_ac3.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_amr.o audio_amr.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_atrac3.o audio_atrac3.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_g726.o audio_g726.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_lpcm.o audio_lpcm.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_mp2.o audio_mp2.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_mp3.o audio_mp3.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_wma.o audio_wma.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o av_mpeg1.o av_mpeg1.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o av_mpeg2.o av_mpeg2.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o av_mpeg4_part2.o av_mpeg4_part2.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o av_mpeg4_part10.o av_mpeg4_part10.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o av_wmv9.o av_wmv9.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o upnp_dms.o upnp_dms.c upnp_dms.c: In function 'dlna_dms_description_get': upnp_dms.c:103:10: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 103 | desc = malloc (len); | ^~~~~~ upnp_dms.c:26:1: note: include '' or provide a declaration of 'malloc' 25 | #include "dlna_internals.h" +++ |+#include 26 | upnp_dms.c:103:10: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 103 | desc = malloc (len); | ^~~~~~ upnp_dms.c:103:10: note: include '' or provide a declaration of 'malloc' ############################################# # Linking static objects # ############################################# ar r libdlna.a profiles.o containers.o image_jpeg.o image_png.o audio_aac.o audio_ac3.o audio_amr.o audio_atrac3.o audio_g726.o audio_lpcm.o audio_mp2.o audio_mp3.o audio_wma.o av_mpeg1.o av_mpeg2.o av_mpeg4_part2.o av_mpeg4_part10.o av_wmv9.o upnp_dms.o ar: creating libdlna.a ranlib libdlna.a ############################################# # Building shared objects # ############################################# gcc -c -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o profiles.lo profiles.c profiles.c: In function 'dlna_init': profiles.c:160:3: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] 160 | av_register_all (); | ^~~~~~~~~~~~~~~ In file included from profiles.h:26, from profiles.c:26: /usr/include/libavformat/avformat.h:1955:6: note: declared here 1955 | void av_register_all(void); | ^~~~~~~~~~~~~~~ profiles.c: In function 'av_profile_get_codecs': profiles.c:208:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] 208 | ctx->streams[i]->codec->codec_type == AVMEDIA_TYPE_AUDIO) | ^~~ In file included from profiles.h:26, from profiles.c:26: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ profiles.c:214:14: warning: 'codec' is deprecated [-Wdeprecated-declarations] 214 | ctx->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO) | ^~~ In file included from profiles.h:26, from profiles.c:26: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ profiles.c:222:3: warning: 'codec' is deprecated [-Wdeprecated-declarations] 222 | codecs->ac = audio_stream >= 0 ? ctx->streams[audio_stream]->codec : NULL; | ^~~~~~ In file included from profiles.h:26, from profiles.c:26: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ profiles.c:225:3: warning: 'codec' is deprecated [-Wdeprecated-declarations] 225 | codecs->vc = video_stream >= 0 ? ctx->streams[video_stream]->codec : NULL; | ^~~~~~ In file included from profiles.h:26, from profiles.c:26: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ gcc -c -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o containers.lo containers.c containers.c: In function 'stream_get_container': containers.c:110:9: warning: 'filename' is deprecated [-Wdeprecated-declarations] 110 | return mpeg_find_container_type (ctx->filename); | ^~~~~~ In file included from containers.c:7: /usr/include/libavformat/avformat.h:1314:10: note: declared here 1314 | char filename[1024]; | ^~~~~~~~ containers.c:112:9: warning: 'filename' is deprecated [-Wdeprecated-declarations] 112 | return mov_find_container_type (ctx->filename); | ^~~~~~ In file included from containers.c:7: /usr/include/libavformat/avformat.h:1314:10: note: declared here 1314 | char filename[1024]; | ^~~~~~~~ gcc -c -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o image_jpeg.lo image_jpeg.c gcc -c -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o image_png.lo image_png.c gcc -c -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_aac.lo audio_aac.c audio_aac.c: In function 'aac_adts_object_type_get': audio_aac.c:491:3: warning: 'filename' is deprecated [-Wdeprecated-declarations] 491 | fd = open (ctx->filename, O_RDONLY); | ^~ In file included from profiles.h:26, from audio_aac.c:30: /usr/include/libavformat/avformat.h:1314:10: note: declared here 1314 | char filename[1024]; | ^~~~~~~~ audio_aac.c: In function 'aac_get_format': audio_aac.c:514:3: warning: 'filename' is deprecated [-Wdeprecated-declarations] 514 | fd = open (ctx->filename, O_RDONLY); | ^~ In file included from profiles.h:26, from audio_aac.c:30: /usr/include/libavformat/avformat.h:1314:10: note: declared here 1314 | char filename[1024]; | ^~~~~~~~ gcc -c -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_ac3.lo audio_ac3.c gcc -c -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_amr.lo audio_amr.c gcc -c -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_atrac3.lo audio_atrac3.c gcc -c -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_g726.lo audio_g726.c gcc -c -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_lpcm.lo audio_lpcm.c gcc -c -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_mp2.lo audio_mp2.c gcc -c -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_mp3.lo audio_mp3.c gcc -c -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_wma.lo audio_wma.c gcc -c -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o av_mpeg1.lo av_mpeg1.c gcc -c -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o av_mpeg2.lo av_mpeg2.c gcc -c -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o av_mpeg4_part2.lo av_mpeg4_part2.c gcc -c -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o av_mpeg4_part10.lo av_mpeg4_part10.c gcc -c -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o av_wmv9.lo av_wmv9.c gcc -c -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o upnp_dms.lo upnp_dms.c upnp_dms.c: In function 'dlna_dms_description_get': upnp_dms.c:103:10: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 103 | desc = malloc (len); | ^~~~~~ upnp_dms.c:26:1: note: include '' or provide a declaration of 'malloc' 25 | #include "dlna_internals.h" +++ |+#include 26 | upnp_dms.c:103:10: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 103 | desc = malloc (len); | ^~~~~~ upnp_dms.c:103:10: note: include '' or provide a declaration of 'malloc' ############################################# # Linking shared objects # ############################################# gcc -shared -Wl,-soname,libdlna.so.0 profiles.lo containers.lo image_jpeg.lo image_png.lo audio_aac.lo audio_ac3.lo audio_amr.lo audio_atrac3.lo audio_g726.lo audio_lpcm.lo audio_mp2.lo audio_mp3.lo audio_wma.lo av_mpeg1.lo av_mpeg2.lo av_mpeg4_part2.lo av_mpeg4_part10.lo av_wmv9.lo upnp_dms.lo \ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -lavformat -lavcodec -o libdlna.so.0.2.4 ln -sf libdlna.so.0.2.4 libdlna.so.0 ln -sf libdlna.so.0 libdlna.so make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/libdlna-0.2.4/src' gcc test-libdlna.c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Isrc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Lsrc -ldlna -lavformat -lavcodec -o test-libdlna + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.y1vXWR + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64 + cd libdlna-0.2.4 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64 'INSTALL=/usr/bin/install -p' /usr/bin/install -p -d "/home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64/usr/lib64/pkgconfig" /usr/bin/install -p -m 644 libdlna.pc "/home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64/usr/lib64/pkgconfig" make -C src install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/libdlna-0.2.4/src' ############################################# # Building static objects # ############################################# ############################################# # Linking static objects # ############################################# ar r libdlna.a profiles.o containers.o image_jpeg.o image_png.o audio_aac.o audio_ac3.o audio_amr.o audio_atrac3.o audio_g726.o audio_lpcm.o audio_mp2.o audio_mp3.o audio_wma.o av_mpeg1.o av_mpeg2.o av_mpeg4_part2.o av_mpeg4_part10.o av_wmv9.o upnp_dms.o ranlib libdlna.a /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64/usr/lib64 /usr/bin/install -p libdlna.a /home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64/usr/lib64 ############################################# # Building shared objects # ############################################# ############################################# # Linking shared objects # ############################################# gcc -shared -Wl,-soname,libdlna.so.0 profiles.lo containers.lo image_jpeg.lo image_png.lo audio_aac.lo audio_ac3.lo audio_amr.lo audio_atrac3.lo audio_g726.lo audio_lpcm.lo audio_mp2.lo audio_mp3.lo audio_wma.lo av_mpeg1.lo av_mpeg2.lo av_mpeg4_part2.lo av_mpeg4_part10.lo av_wmv9.lo upnp_dms.lo \ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -lavformat -lavcodec -o libdlna.so.0.2.4 ln -sf libdlna.so.0.2.4 libdlna.so.0 ln -sf libdlna.so.0 libdlna.so /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64/usr/lib64 /usr/bin/install -p libdlna.so.0.2.4 /home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64/usr/lib64 ln -sf libdlna.so.0.2.4 /home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64/usr/lib64/libdlna.so.0 ln -sf libdlna.so.0 /home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64/usr/lib64/libdlna.so /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64/usr/include /usr/bin/install -p -m 644 dlna.h /home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64/usr/include make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/libdlna-0.2.4/src' + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.2.4-12.mga9 --unique-debug-suffix -0.2.4-12.mga9.aarch64 --unique-debug-src-base libdlna-0.2.4-12.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/libdlna-0.2.4 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64/usr/lib64/libdlna.so.0.2.4 dwz: ./usr/lib64/libdlna.so.0.2.4-0.2.4-12.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 552kB, size after compression: 552kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 350 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 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: lib64dlna0-0.2.4-12.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5MfkEi + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd libdlna-0.2.4 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64/usr/share/doc/lib64dlna0 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64/usr/share/doc/lib64dlna0 + cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64/usr/share/doc/lib64dlna0 + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64/usr/share/doc/lib64dlna0 + cp -pr ChangeLog /home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64/usr/share/doc/lib64dlna0 + cp -pr README /home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64/usr/share/doc/lib64dlna0 + RPM_EC=0 ++ jobs -p + exit 0 Provides: lib64dlna0 = 0.2.4-12.mga9 lib64dlna0(aarch-64) = 0.2.4-12.mga9 libdlna.so.0()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libavformat.so.58()(64bit) libavformat.so.58(LIBAVFORMAT_58)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) Processing files: lib64dlna-devel-0.2.4-12.mga9.aarch64 Provides: devel(libdlna(64bit)) lib64dlna-devel = 0.2.4-12.mga9 lib64dlna-devel(aarch-64) = 0.2.4-12.mga9 libdlna-devel = 0.2.4-12.mga9 pkgconfig(libdlna) = 0.2.4 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: devel(libavformat(64bit)) pkgconfig pkgconfig(libavcodec) pkgconfig(libavformat) Obsoletes: libdlna-devel < 0.2.4-12.mga9 Processing files: libdlna-debugsource-0.2.4-12.mga9.aarch64 Provides: libdlna-debugsource = 0.2.4-12.mga9 libdlna-debugsource(aarch-64) = 0.2.4-12.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: lib64dlna0-debuginfo-0.2.4-12.mga9.aarch64 Provides: debuginfo(build-id) = 27edf7baeb12a90e8e09583d9e666327b0d36940 lib64dlna0-debuginfo = 0.2.4-12.mga9 lib64dlna0-debuginfo(aarch-64) = 0.2.4-12.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libdlna-debugsource(aarch-64) = 0.2.4-12.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64dlna0-0.2.4-12.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/libdlna-debugsource-0.2.4-12.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64dlna0-debuginfo-0.2.4-12.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64dlna-devel-0.2.4-12.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.RtdMGH + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd libdlna-0.2.4 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/libdlna-0.2.4-12.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.cVLnyZ + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf libdlna-0.2.4 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!