D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/megatools-1.10.3-2.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.eRsFWT + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf megatools-1.10.3 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/megatools-1.10.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd megatools-1.10.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.sPpttS + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd megatools-1.10.3 + '[' 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 + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CONFIGURE_TOP=. + '[' 1 = 1 ']' ++ find . -name config.guess -o -name config.sub + /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 + ./configure --host=aarch64-mageia-linux-gnu --build=aarch64-mageia-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 --disable-silent-rules 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 whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... (cached) yes checking for aarch64-mageia-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking for aarch64-mageia-linux-gnu-ranlib... no checking for ranlib... ranlib 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 aarch64-mageia-linux-gnu-pkg-config... /usr/bin/aarch64-mageia-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for OPENSSL... yes checking for LIBCURL... yes checking for a2x... /usr/bin/a2x checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands Configured features: docs build: yes warnings: no Run make now. NOTE: On FreeBSD, you need to use GNU make (gmake) + /usr/bin/make -O -j8 V=1 VERBOSE=1 lib/mega.c: In function 'aes128_decrypt': lib/mega.c:348:9: warning: 'AES_set_decrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 348 | AES_set_decrypt_key(key, 128, &k); | ^~~~~~~~~~~~~~~~~~~ In file included from lib/mega.c:31: /usr/include/openssl/aes.h:54:5: note: declared here 54 | int AES_set_decrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ lib/mega.c:351:17: warning: 'AES_decrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 351 | AES_decrypt(in + off, out + off, &k); | ^~~~~~~~~~~ In file included from lib/mega.c:31: /usr/include/openssl/aes.h:60:6: note: declared here 60 | void AES_decrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~ lib/mega.c: In function 'aes128_encrypt': lib/mega.c:369:9: warning: 'AES_set_encrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 369 | AES_set_encrypt_key(key, 128, &k); | ^~~~~~~~~~~~~~~~~~~ In file included from lib/mega.c:31: /usr/include/openssl/aes.h:51:5: note: declared here 51 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ lib/mega.c:372:17: warning: 'AES_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 372 | AES_encrypt(in + off, out + off, &k); | ^~~~~~~~~~~ In file included from lib/mega.c:31: /usr/include/openssl/aes.h:57:6: note: declared here 57 | void AES_encrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~ lib/mega.c: In function 'b64_aes128_decrypt': lib/mega.c:391:9: warning: 'AES_set_decrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 391 | AES_set_decrypt_key(key, 128, &k); | ^~~~~~~~~~~~~~~~~~~ In file included from lib/mega.c:31: /usr/include/openssl/aes.h:54:5: note: declared here 54 | int AES_set_decrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ lib/mega.c:402:17: warning: 'AES_decrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 402 | AES_decrypt(cipher + off, data + off, &k); | ^~~~~~~~~~~ In file included from lib/mega.c:31: /usr/include/openssl/aes.h:60:6: note: declared here 60 | void AES_decrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~ lib/mega.c: In function 'b64_aes128_encrypt': lib/mega.c:424:9: warning: 'AES_set_encrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 424 | AES_set_encrypt_key(key, 128, &k); | ^~~~~~~~~~~~~~~~~~~ In file included from lib/mega.c:31: /usr/include/openssl/aes.h:51:5: note: declared here 51 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ lib/mega.c:428:17: warning: 'AES_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 428 | AES_encrypt(data + off, cipher + off, &k); | ^~~~~~~~~~~ In file included from lib/mega.c:31: /usr/include/openssl/aes.h:57:6: note: declared here 57 | void AES_encrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~ lib/mega.c: In function 'b64_aes128_cbc_decrypt': lib/mega.c:446:9: warning: 'AES_set_decrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 446 | AES_set_decrypt_key(key, 128, &k); | ^~~~~~~~~~~~~~~~~~~ In file included from lib/mega.c:31: /usr/include/openssl/aes.h:54:5: note: declared here 54 | int AES_set_decrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ lib/mega.c:457:9: warning: 'AES_cbc_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 457 | AES_cbc_encrypt(cipher, data, cipherlen, &k, iv, 0); | ^~~~~~~~~~~~~~~ In file included from lib/mega.c:31: /usr/include/openssl/aes.h:66:6: note: declared here 66 | void AES_cbc_encrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~~~~~ lib/mega.c: In function 'b64_aes128_cbc_encrypt': lib/mega.c:479:9: warning: 'AES_set_encrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 479 | AES_set_encrypt_key(key, 128, &k); | ^~~~~~~~~~~~~~~~~~~ In file included from lib/mega.c:31: /usr/include/openssl/aes.h:51:5: note: declared here 51 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ lib/mega.c:482:9: warning: 'AES_cbc_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 482 | AES_cbc_encrypt(data, cipher, len, &k, iv, 1); | ^~~~~~~~~~~~~~~ In file included from lib/mega.c:31: /usr/include/openssl/aes.h:66:6: note: declared here 66 | void AES_cbc_encrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~~~~~ lib/mega.c: In function 'rsa_key_gen': lib/mega.c:768:9: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 768 | key = RSA_new(); | ^~~ In file included from lib/mega.c:34: /usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ lib/mega.c:774:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 774 | RSA_free(key); | ^~~~~~~~ In file included from lib/mega.c:34: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ lib/mega.c:780:9: warning: 'RSA_generate_key_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 780 | if (!RSA_generate_key_ex(key, 2048, e, NULL)) | ^~ In file included from lib/mega.c:34: /usr/include/openssl/rsa.h:260:27: note: declared here 260 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, | ^~~~~~~~~~~~~~~~~~~ lib/mega.c:783:9: warning: 'RSA_check_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 783 | if (RSA_check_key(key) != 1) { | ^~ In file included from lib/mega.c:34: /usr/include/openssl/rsa.h:278:27: note: declared here 278 | OSSL_DEPRECATEDIN_3_0 int RSA_check_key(const RSA *); | ^~~~~~~~~~~~~ lib/mega.c:784:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 784 | RSA_free(key); | ^~~~~~~~ In file included from lib/mega.c:34: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ lib/mega.c:790:9: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 790 | RSA_get0_key(key, &m, &_e, &d); | ^~~~~~~~~~~~ In file included from lib/mega.c:34: /usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ lib/mega.c:791:9: warning: 'RSA_get0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 791 | RSA_get0_factors(key, &q, &p); | ^~~~~~~~~~~~~~~~ In file included from lib/mega.c:34: /usr/include/openssl/rsa.h:220:28: note: declared here 220 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r, | ^~~~~~~~~~~~~~~~ lib/mega.c:792:9: warning: 'RSA_get0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 792 | RSA_get0_crt_params(key, NULL, NULL, &u); | ^~~~~~~~~~~~~~~~~~~ In file included from lib/mega.c:34: /usr/include/openssl/rsa.h:225:28: note: declared here 225 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_crt_params(const RSA *r, | ^~~~~~~~~~~~~~~~~~~ lib/mega.c:812:9: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 812 | RSA_free(key); | ^~~~~~~~ In file included from lib/mega.c:34: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ lib/mega.c: In function 'make_random_key': lib/mega.c:852:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 852 | return g_memdup(k, 16); | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:82, from lib/mega.h:23, from lib/mega.c:21: /usr/include/glib-2.0/glib/gstrfuncs.h:257:23: note: declared here 257 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ lib/mega.c: In function 'make_password_key': lib/mega.c:875:25: warning: 'AES_set_encrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 875 | AES_set_encrypt_key(key, 128, &k); | ^~~~~~~~~~~~~~~~~~~ In file included from lib/mega.c:31: /usr/include/openssl/aes.h:51:5: note: declared here 51 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ lib/mega.c:876:25: warning: 'AES_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 876 | AES_encrypt(pkey, pkey_tmp, &k); | ^~~~~~~~~~~ In file included from lib/mega.c:31: /usr/include/openssl/aes.h:57:6: note: declared here 57 | void AES_encrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~ lib/mega.c:881:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 881 | return g_memdup(pkey, 16); | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:82, from lib/mega.h:23, from lib/mega.c:21: /usr/include/glib-2.0/glib/gstrfuncs.h:257:23: note: declared here 257 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ lib/mega.c: In function 'make_username_hash': lib/mega.c:896:9: warning: 'AES_set_encrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 896 | AES_set_encrypt_key(key, 128, &k); | ^~~~~~~~~~~~~~~~~~~ In file included from lib/mega.c:31: /usr/include/openssl/aes.h:51:5: note: declared here 51 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ lib/mega.c:902:17: warning: 'AES_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 902 | AES_encrypt(hash, hash_tmp, &k); | ^~~~~~~~~~~ In file included from lib/mega.c:31: /usr/include/openssl/aes.h:57:6: note: declared here 57 | void AES_encrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~ lib/mega.c: In function 'add_share_key': lib/mega.c:1824:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 1824 | g_hash_table_insert(s->share_keys, g_strdup(handle), g_memdup(key, 16)); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:82, from lib/mega.h:23, from lib/mega.c:21: /usr/include/glib-2.0/glib/gstrfuncs.h:257:23: note: declared here 257 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ lib/mega.c: In function 'mega_session_new_node_attribute': lib/mega.c:2928:9: warning: 'AES_set_encrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2928 | AES_set_encrypt_key(key, 128, &k); | ^~~~~~~~~~~~~~~~~~~ In file included from lib/mega.c:31: /usr/include/openssl/aes.h:51:5: note: declared here 51 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ lib/mega.c:2929:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 2929 | gc_free guchar *plain = g_memdup(data, len); | ^~~~~~~ In file included from /usr/include/glib-2.0/glib.h:82, from lib/mega.h:23, from lib/mega.c:21: /usr/include/glib-2.0/glib/gstrfuncs.h:257:23: note: declared here 257 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ lib/mega.c:2933:9: warning: 'AES_cbc_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2933 | AES_cbc_encrypt(plain, cipher, len + pad, &k, iv, 1); | ^~~~~~~~~~~~~~~ In file included from lib/mega.c:31: /usr/include/openssl/aes.h:66:6: note: declared here 66 | void AES_cbc_encrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~~~~~ lib/mega.c: In function 'tman_run_upload_transfer': lib/mega.c:3807:9: warning: 'AES_set_encrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3807 | AES_set_encrypt_key(file_key, 128, &t.k); | ^~~~~~~~~~~~~~~~~~~ In file included from lib/mega.c:31: /usr/include/openssl/aes.h:51:5: note: declared here 51 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.zdTelx + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64 + cd megatools-1.10.3 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64 'INSTALL=/usr/bin/install -p' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin' /usr/bin/install -p megadf megadl megaget megals megamkdir megaput megareg megarm megacopy '/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/doc/megatools' /usr/bin/install -p -m 644 LICENSE NEWS TODO README INSTALL HACKING '/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/doc/megatools' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/man/man1' /usr/bin/install -p -m 644 docs/megadf.1 docs/megadl.1 docs/megaget.1 docs/megals.1 docs/megamkdir.1 docs/megaput.1 docs/megareg.1 docs/megarm.1 docs/megacopy.1 '/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/man/man1' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/man/man5' /usr/bin/install -p -m 644 docs/megarc.5 '/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/man/man5' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/man/man7' /usr/bin/install -p -m 644 docs/megatools.7 '/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/man/man7' + install -D -m644 -p contrib/bash-completion/megatools /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/bash-completion/completions/megatools + for i in /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/* ++ basename /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/megacopy + ln -sf megatools /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/bash-completion/completions/megacopy + for i in /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/* ++ basename /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/megadf + ln -sf megatools /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/bash-completion/completions/megadf + for i in /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/* ++ basename /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/megadl + ln -sf megatools /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/bash-completion/completions/megadl + for i in /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/* ++ basename /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/megaget + ln -sf megatools /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/bash-completion/completions/megaget + for i in /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/* ++ basename /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/megals + ln -sf megatools /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/bash-completion/completions/megals + for i in /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/* ++ basename /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/megamkdir + ln -sf megatools /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/bash-completion/completions/megamkdir + for i in /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/* ++ basename /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/megaput + ln -sf megatools /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/bash-completion/completions/megaput + for i in /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/* ++ basename /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/megareg + ln -sf megatools /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/bash-completion/completions/megareg + for i in /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/* ++ basename /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/megarm + ln -sf megatools /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/bash-completion/completions/megarm + rm -fr /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/doc/megatools + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.10.3-2.mga9 --unique-debug-suffix -1.10.3-2.mga9.aarch64 --unique-debug-src-base megatools-1.10.3-2.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/megatools-1.10.3 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/megacopy extracting debug info from /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/megaget extracting debug info from /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/megamkdir extracting debug info from /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/megals extracting debug info from /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/megareg extracting debug info from /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/megadf extracting debug info from /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/megadl extracting debug info from /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/megaput extracting debug info from /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/bin/megarm dwz: ./usr/bin/megacopy-1.10.3-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/megadf-1.10.3-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/megadl-1.10.3-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/megaget-1.10.3-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/megals-1.10.3-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/megamkdir-1.10.3-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/megaput-1.10.3-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/megareg-1.10.3-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/megarm-1.10.3-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: Too few files for multifile optimization original debug info size: 4256kB, size after compression: 4256kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 9 CRC32s did match. cpio: sjson.c: Cannot stat: No such file or directory cpio: sjson.gen.c: Cannot stat: No such file or directory 643 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 Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1PaDbg + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd megatools-1.10.3 + '[' 1 -eq 1 ']' + make check + RPM_EC=0 ++ jobs -p + exit 0 Processing files: megatools-1.10.3-2.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.KcObkH + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd megatools-1.10.3 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/doc/megatools + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/doc/megatools + cp -pr HACKING /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/doc/megatools + cp -pr NEWS /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/doc/megatools + cp -pr README /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/doc/megatools + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/doc/megatools + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Ix5GAx + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd megatools-1.10.3 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/licenses/megatools + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/licenses/megatools + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64/usr/share/licenses/megatools + RPM_EC=0 ++ jobs -p + exit 0 Provides: megatools = 1.10.3-2.mga9 megatools(aarch-64) = 1.10.3-2.mga9 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) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libcurl.so.4()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) Processing files: megatools-debugsource-1.10.3-2.mga9.aarch64 Provides: megatools-debugsource = 1.10.3-2.mga9 megatools-debugsource(aarch-64) = 1.10.3-2.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: megatools-debuginfo-1.10.3-2.mga9.aarch64 Provides: debuginfo(build-id) = 0519d1670567b82e2d687ce9973ca3de5f16da1d debuginfo(build-id) = 185af0992e52e29d045bce0f0dbd9d3d1666e67c debuginfo(build-id) = 2566aa2c4214f5cb02af3c181751ff9741a17fbb debuginfo(build-id) = 3bb231f5927f5c44ace7d01d9a4ab341f2387206 debuginfo(build-id) = 457c3d5ac277811fd0f730ae06dfd067d197ff0f debuginfo(build-id) = 58a5dc74ea3e990888f53e3591e610e382ee801a debuginfo(build-id) = 95ffa4ec73f55d6a5cacfc12027337a000ea9e34 debuginfo(build-id) = d96a5f7e3402d2a1803108086b7bb49b4f2123bf debuginfo(build-id) = ddc989a8dc5a55de56a84eb698d3d37553ed37c9 megatools-debuginfo = 1.10.3-2.mga9 megatools-debuginfo(aarch-64) = 1.10.3-2.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: megatools-debugsource(aarch-64) = 1.10.3-2.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/megatools-debugsource-1.10.3-2.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/megatools-1.10.3-2.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/megatools-debuginfo-1.10.3-2.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.dwbzjH + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd megatools-1.10.3 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/megatools-1.10.3-2.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rQhYN9 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf megatools-1.10.3 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!