Mock Version: 2.14 Mock Version: 2.14 Mock Version: 2.14 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/vdr-scraper2vdr.spec'], chrootPath='/var/lib/mock/f36-build-32181202-4373082/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/vdr-scraper2vdr.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False warning: line 30: Possible unexpanded macro in: Requires: vdr(abi)(s390-64) = %{vdr_apiversion} Building target platforms: s390x Building for target s390x setting SOURCE_DATE_EPOCH=1641340800 Wrote: /builddir/build/SRPMS/vdr-scraper2vdr-1.0.12-1.fc36.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/vdr-scraper2vdr.spec'], chrootPath='/var/lib/mock/f36-build-32181202-4373082/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/vdr-scraper2vdr.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: s390x Building for target s390x setting SOURCE_DATE_EPOCH=1641340800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6Ovznu + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf scraper2vdr-1.0.12 + /usr/bin/gzip -dc /builddir/build/SOURCES/vdr-scraper2vdr-1.0.12.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd scraper2vdr-1.0.12 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/scraper2vdr_serienposter_statt_banner.diff + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch -f + iconv -f iso-8859-1 -t utf-8 README + mv README.utf8 README + sed -i -e 's|#include |#include |' lib/db.c + sed -i -e 's|#include |#include |' lib/db.h + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.8dy78S + umask 022 + cd /builddir/build/BUILD + cd scraper2vdr-1.0.12 + /usr/bin/make -O -j3 V=1 VERBOSE=1 'CFLAGS=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC' 'CXXFLAGS=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC' (cd lib && /usr/bin/make -s lib) Compile config ... Compile epgservice ... Compile common ... common.c: In function 'int createMd5(const char*, md5*)': common.c:1705:12: warning: 'int MD5_Init(MD5_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1705 | MD5_Init(&c); | ~~~~~~~~^~~~ In file included from common.h:25, from common.c:33: /usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ common.c:1706:14: warning: 'int MD5_Update(MD5_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1706 | MD5_Update(&c, buf, strlen(buf)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from common.h:25, from common.c:33: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ common.c:1707:13: warning: 'int MD5_Final(unsigned char*, MD5_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1707 | MD5_Final(out, &c); | ~~~~~~~~~^~~~~~~~~ In file included from common.h:25, from common.c:33: /usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ common.c: In function 'int createMd5OfFile(const char*, const char*, md5*)': common.c:1737:12: warning: 'int MD5_Init(MD5_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1737 | MD5_Init(&c); | ~~~~~~~~^~~~ In file included from common.h:25, from common.c:33: /usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ common.c:1740:17: warning: 'int MD5_Update(MD5_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1740 | MD5_Update(&c, buffer, nread); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ In file included from common.h:25, from common.c:33: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ common.c:1744:13: warning: 'int MD5_Final(unsigned char*, MD5_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1744 | MD5_Final(out, &c); | ~~~~~~~~~^~~~~~~~~ In file included from common.h:25, from common.c:33: /usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ common.c: In function 'int loadFromFile(const char*, MemoryStruct*)': common.c:755:12: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 755 | fread(data->memory, sizeof(char), data->size, fin); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common.c: In function 'int createMd5OfFile(const char*, const char*, md5*)': common.c:1726:12: warning: ignoring return value of 'int asprintf(char**, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 1726 | asprintf(&file, "%s/%s", path, name); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -DPLUGIN_NAME_I18N='"scraper2vdr"' -DLOG_PREFIX='"scraper2vdr: "' -DVDR_PLUGIN -DUSEUUID -DUSEMD5 -DGIT_REV='""' -I/usr/include/mysql -I/usr/include/mysql/mysql -I/usr/include/ImageMagick-6 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -o scraper2vdr.o scraper2vdr.c Compile dbdict ... dbdict.c: In member function 'int cDbDict::in(const char*, int)': dbdict.c:234:12: warning: ignoring return value of 'int asprintf(char**, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 234 | asprintf(&path, "%s", file); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~ Compile json ... g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -DPLUGIN_NAME_I18N='"scraper2vdr"' -DLOG_PREFIX='"scraper2vdr: "' -DVDR_PLUGIN -DUSEUUID -DUSEMD5 -DGIT_REV='""' -I/usr/include/mysql -I/usr/include/mysql/mysql -I/usr/include/ImageMagick-6 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -o plgconfig.o plgconfig.c Compile db ... db.c: In member function 'virtual int cDbStatement::build(const char*, ...)': db.c:220:16: warning: ignoring return value of 'int vasprintf(char**, const char*, __va_list_tag*)' declared with attribute 'warn_unused_result' [-Wunused-result] 220 | vasprintf(&tmp, format, more); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ In file included from db.c:13: db.h: In member function 'virtual int cDbConnection::vquery(const char*, __va_list_tag*)': db.h:853:22: warning: ignoring return value of 'int vasprintf(char**, const char*, __va_list_tag*)' declared with attribute 'warn_unused_result' [-Wunused-result] 853 | vasprintf(&stmt, format, more); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ db.c: In member function 'virtual int cDbTable::alterModifyField(cDbFieldDef*)': db.c:996:12: warning: ignoring return value of 'int asprintf(char**, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 996 | asprintf(&statement, "alter table %s modify column %s %s comment '%s' %s%s%s", | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 997 | TableName(), | ~~~~~~~~~~~~ 998 | def->getDbName(), | ~~~~~~~~~~~~~~~~~ 999 | def->toColumnFormat(colType), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1000 | def->getDbDescription(), | ~~~~~~~~~~~~~~~~~~~~~~~~ 1001 | !isEmpty(def->getDefault()) ? "default '" : "", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1002 | !isEmpty(def->getDefault()) ? def->getDefault() : "", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1003 | !isEmpty(def->getDefault()) ? "'" : "" | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1004 | ); | ~ db.c: In member function 'virtual int cDbTable::alterDropField(const char*)': db.c:1069:12: warning: ignoring return value of 'int asprintf(char**, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 1069 | asprintf(&statement, "alter table %s drop column %s", TableName(), name); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ db.c: In member function 'int cDbConnection::errorSql(cDbConnection*, const char*, MYSQL_STMT*, const char*)': db.c:1413:15: warning: ignoring return value of 'int asprintf(char**, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 1413 | asprintf(&conErr, "%s (%d) ", mysql_error(connection->mysql), error); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ db.c:1416:15: warning: ignoring return value of 'int asprintf(char**, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 1416 | asprintf(&stmtErr, "'%s' [%s]", | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 1417 | stmt ? mysql_stmt_error(stmt) : "", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1418 | stmtTxt ? stmtTxt : ""); | ~~~~~~~~~~~~~~~~~~~~~~~ db.c: In member function 'virtual int cDbTable::deleteWhere(const char*, ...)': db.c:1446:13: warning: ignoring return value of 'int vasprintf(char**, const char*, __va_list_tag*)' declared with attribute 'warn_unused_result' [-Wunused-result] 1446 | vasprintf(&tmp, where, more); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~ Building Lib ... ar: creating libhorchi.a g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -DPLUGIN_NAME_I18N='"scraper2vdr"' -DLOG_PREFIX='"scraper2vdr: "' -DVDR_PLUGIN -DUSEUUID -DUSEMD5 -DGIT_REV='""' -I/usr/include/mysql -I/usr/include/mysql/mysql -I/usr/include/ImageMagick-6 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -o setup.o setup.c setup.c: In member function 'void cScraper2VdrSetup::Setup()': setup.c:20:13: warning: ignoring return value of 'int asprintf(char**, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 20 | asprintf(&buf, "-------------------- %s ----------------------------------", tr("General")); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ setup.c:33:13: warning: ignoring return value of 'int asprintf(char**, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 33 | asprintf(&buf, "--------------------- %s ---------------------------------", tr("MySQL")); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ setup.c:43:13: warning: ignoring return value of 'int asprintf(char**, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 43 | asprintf(&buf, "--------------------- %s ---------------------------------", tr("Technical Stuff")); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ setup.c:49:13: warning: ignoring return value of 'int asprintf(char**, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 49 | asprintf(&buf, "--------------------- %s ---------------------------------", tr("Actions")); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -DPLUGIN_NAME_I18N='"scraper2vdr"' -DLOG_PREFIX='"scraper2vdr: "' -DVDR_PLUGIN -DUSEUUID -DUSEMD5 -DGIT_REV='""' -I/usr/include/mysql -I/usr/include/mysql/mysql -I/usr/include/ImageMagick-6 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -o tvdbseries.o tvdbseries.c g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -DPLUGIN_NAME_I18N='"scraper2vdr"' -DLOG_PREFIX='"scraper2vdr: "' -DVDR_PLUGIN -DUSEUUID -DUSEMD5 -DGIT_REV='""' -I/usr/include/mysql -I/usr/include/mysql/mysql -I/usr/include/ImageMagick-6 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -o scrapmanager.o scrapmanager.c g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -DPLUGIN_NAME_I18N='"scraper2vdr"' -DLOG_PREFIX='"scraper2vdr: "' -DVDR_PLUGIN -DUSEUUID -DUSEMD5 -DGIT_REV='""' -I/usr/include/mysql -I/usr/include/mysql/mysql -I/usr/include/ImageMagick-6 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -o moviedbmovie.o moviedbmovie.c g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -DPLUGIN_NAME_I18N='"scraper2vdr"' -DLOG_PREFIX='"scraper2vdr: "' -DVDR_PLUGIN -DUSEUUID -DUSEMD5 -DGIT_REV='""' -I/usr/include/mysql -I/usr/include/mysql/mysql -I/usr/include/ImageMagick-6 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -o update.o update.c update.c: In member function 'virtual void cUpdate::Action()': update.c:2159:85: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 2159 | if (forceRecordingUpdate || (time(0) - lastScanNewRecDB > scanNewRecDBFreq) && Running()) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In file included from update.h:8, from update.c:14: lib/db.h: In member function 'virtual int cDbConnection::vquery(const char*, __va_list_tag*)': lib/db.h:853:22: warning: ignoring return value of 'int vasprintf(char**, const char*, __va_list_tag*)' declared with attribute 'warn_unused_result' [-Wunused-result] 853 | vasprintf(&stmt, format, more); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ update.c: In member function 'int cUpdate::LoadDBDict()': update.c:702:12: warning: ignoring return value of 'int asprintf(char**, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 702 | asprintf(&dictPath, "%sepg.dat", cPlugin::ConfigDirectory("scraper2vdr/")); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-scraper2vdr --package-version=1.0.12 --msgid-bugs-address='' -o po/scraper2vdr.pot `ls filedatemanager.c moviedbmovie.c plgconfig.c scraper2vdr.c scrapmanager.c setup.c tools.c tvdbseries.c update.c` msgmerge -U --no-wrap --no-location --backup=none -q -N po/de_DE.po po/scraper2vdr.pot msgfmt -c -o po/de_DE.mo po/de_DE.po g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -DPLUGIN_NAME_I18N='"scraper2vdr"' -DLOG_PREFIX='"scraper2vdr: "' -DVDR_PLUGIN -DUSEUUID -DUSEMD5 -DGIT_REV='""' -I/usr/include/mysql -I/usr/include/mysql/mysql -I/usr/include/ImageMagick-6 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -o tools.o tools.c g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -c -DPLUGIN_NAME_I18N='"scraper2vdr"' -DLOG_PREFIX='"scraper2vdr: "' -DVDR_PLUGIN -DUSEUUID -DUSEMD5 -DGIT_REV='""' -I/usr/include/mysql -I/usr/include/mysql/mysql -I/usr/include/ImageMagick-6 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -o filedatemanager.o filedatemanager.c g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -shared scraper2vdr.o plgconfig.o setup.o update.o scrapmanager.o tvdbseries.o moviedbmovie.o tools.o filedatemanager.o -L./lib -lhorchi -L/usr/lib64/ -lmariadb -luuid -lcrypto -lMagick++-6.Q16 -lMagickWand-6.Q16 -lMagickCore-6.Q16 -o libvdr-scraper2vdr.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.xXxLhc + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x ++ dirname /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x + cd scraper2vdr-1.0.12 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x 'INSTALL=/usr/bin/install -p' (cd lib && /usr/bin/make -s lib) g++ -O3 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Werror=overloaded-virtual -Wno-parentheses -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wno-unused-result -Wunused-value -Wunused-variable -Wreturn-type -Wuninitialized -Wsign-compare -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -shared scraper2vdr.o plgconfig.o setup.o update.o scrapmanager.o tvdbseries.o moviedbmovie.o tools.o filedatemanager.o -L./lib -lhorchi -L/usr/lib64/ -lmariadb -luuid -lcrypto -lMagick++-6.Q16 -lMagickWand-6.Q16 -lMagickCore-6.Q16 -o libvdr-scraper2vdr.so install -D -m644 libvdr-scraper2vdr.so /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x/usr/lib64/vdr/libvdr-scraper2vdr.so.2.6.0 install -D -m644 po/de_DE.mo /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x/usr/share/locale/de_DE/LC_MESSAGES/vdr-scraper2vdr.mo if ! test -d /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x/etc/vdr/plugins/scraper2vdr; then \ mkdir -p /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x/etc/vdr/plugins/scraper2vdr; \ chmod a+rx /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x/etc/vdr/plugins/scraper2vdr; \ fi install --mode=644 -D ./configs/epg.dat /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x/etc/vdr/plugins/scraper2vdr + chmod 0755 /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x//usr/lib64/vdr/libvdr-scraper2vdr.so.2.6.0 + install -Dpm 644 /builddir/build/SOURCES/vdr-scraper2vdr.conf /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x/etc/sysconfig/vdr-plugins.d/scraper2vdr.conf + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x vdr-scraper2vdr + /usr/bin/find-debuginfo -j3 --strict-build-id -m -i --build-id-seed 1.0.12-1.fc36 --unique-debug-suffix -1.0.12-1.fc36.s390x --unique-debug-src-base vdr-scraper2vdr-1.0.12-1.fc36.s390x --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/scraper2vdr-1.0.12 extracting debug info from /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x/usr/lib64/vdr/libvdr-scraper2vdr.so.2.6.0 original debug info size: 4732kB, size after compression: 4204kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 793 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: vdr-scraper2vdr-1.0.12-1.fc36.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.d4yFhN + umask 022 + cd /builddir/build/BUILD + cd scraper2vdr-1.0.12 + DOCDIR=/builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x/usr/share/doc/vdr-scraper2vdr + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x/usr/share/doc/vdr-scraper2vdr + cp -pr COPYING /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x/usr/share/doc/vdr-scraper2vdr + cp -pr HISTORY.h /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x/usr/share/doc/vdr-scraper2vdr + cp -pr README README.md /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x/usr/share/doc/vdr-scraper2vdr + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(vdr-scraper2vdr) = 1.0.12-1.fc36 libvdr-scraper2vdr.so.2.6.0()(64bit) vdr-scraper2vdr = 1.0.12-1.fc36 vdr-scraper2vdr(s390-64) = 1.0.12-1.fc36 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libMagick++-6.Q16.so.9()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.8)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libmariadb.so.3()(64bit) libmariadb.so.3(libmysqlclient_18)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.29)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_1.0)(64bit) rtld(GNU_HASH) Processing files: vdr-scraper2vdr-debugsource-1.0.12-1.fc36.s390x Provides: vdr-scraper2vdr-debugsource = 1.0.12-1.fc36 vdr-scraper2vdr-debugsource(s390-64) = 1.0.12-1.fc36 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: vdr-scraper2vdr-debuginfo-1.0.12-1.fc36.s390x Provides: debuginfo(build-id) = 776f4e6bd302eccb15f3c77c872353e653dfdde5 libvdr-scraper2vdr.so.2.6.0-1.0.12-1.fc36.s390x.debug()(64bit) vdr-scraper2vdr-debuginfo = 1.0.12-1.fc36 vdr-scraper2vdr-debuginfo(s390-64) = 1.0.12-1.fc36 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: vdr-scraper2vdr-debugsource(s390-64) = 1.0.12-1.fc36 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x Wrote: /builddir/build/RPMS/vdr-scraper2vdr-1.0.12-1.fc36.s390x.rpm Wrote: /builddir/build/RPMS/vdr-scraper2vdr-debugsource-1.0.12-1.fc36.s390x.rpm Wrote: /builddir/build/RPMS/vdr-scraper2vdr-debuginfo-1.0.12-1.fc36.s390x.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.U2E4OQ + umask 022 + cd /builddir/build/BUILD + cd scraper2vdr-1.0.12 + /usr/bin/rm -rf /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.12-1.fc36.s390x + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0