Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/vdr-scraper2vdr.spec'], chrootPath='/var/lib/mock/f29-build-16604589-1195948/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --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 BUILDSTDERR: warning: line 29: Possible unexpanded macro in: Requires: vdr(abi)(ppc-64) = %{vdr_apiversion} Building target platforms: ppc64le Building for target ppc64le Wrote: /builddir/build/SRPMS/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/vdr-scraper2vdr.spec'], chrootPath='/var/lib/mock/f29-build-16604589-1195948/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --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: ppc64le Building for target ppc64le Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.EDQdLc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf scraper2vdr-d9f6cb454ebbc951af5d1a4aa7fcc31e772f3bca + /usr/bin/gzip -dc /builddir/build/SOURCES/vdr-scraper2vdr-d9f6cb4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd scraper2vdr-d9f6cb454ebbc951af5d1a4aa7fcc31e772f3bca + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + iconv -f iso-8859-1 -t utf-8 README + mv README.utf8 README + sed -i -e 's|#include |#include |' lib/db.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fen1xe + umask 022 + cd /builddir/build/BUILD + cd scraper2vdr-d9f6cb454ebbc951af5d1a4aa7fcc31e772f3bca + make 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC' 'CXXFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC' -j4 all (cd lib && make -s lib) g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -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 common ... Compile config ... Compile db ... BUILDSTDERR: common.c: In function 'int loadFromFile(const char*, MemoryStruct*)': BUILDSTDERR: 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] BUILDSTDERR: fread(data->memory, sizeof(char), data->size, fin); BUILDSTDERR: ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: common.c: In function 'int createMd5OfFile(const char*, const char*, md5*)': BUILDSTDERR: common.c:1726:12: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: asprintf(&file, "%s/%s", path, name); BUILDSTDERR: ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Compile epgservice ... BUILDSTDERR: db.c: In member function 'virtual int cDbStatement::build(const char*, ...)': BUILDSTDERR: db.c:220:16: warning: ignoring return value of 'int vasprintf(char**, const char*, __gnuc_va_list)', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: vasprintf(&tmp, format, more); BUILDSTDERR: ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from db.c:13: BUILDSTDERR: db.h: In member function 'virtual int cDbConnection::vquery(const char*, va_list)': BUILDSTDERR: db.h:853:22: warning: ignoring return value of 'int vasprintf(char**, const char*, __gnuc_va_list)', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: vasprintf(&stmt, format, more); BUILDSTDERR: ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: db.c: In member function 'virtual int cDbTable::alterModifyField(cDbFieldDef*)': BUILDSTDERR: db.c:996:12: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: asprintf(&statement, "alter table %s modify column %s %s comment '%s' %s%s%s", BUILDSTDERR: ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: TableName(), BUILDSTDERR: ~~~~~~~~~~~~ BUILDSTDERR: def->getDbName(), BUILDSTDERR: ~~~~~~~~~~~~~~~~~ BUILDSTDERR: def->toColumnFormat(colType), BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: def->getDbDescription(), BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: !isEmpty(def->getDefault()) ? "default '" : "", BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: !isEmpty(def->getDefault()) ? def->getDefault() : "", BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: !isEmpty(def->getDefault()) ? "'" : "" BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ); BUILDSTDERR: ~ BUILDSTDERR: db.c: In member function 'virtual int cDbTable::alterDropField(const char*)': BUILDSTDERR: db.c:1069:12: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: asprintf(&statement, "alter table %s drop column %s", TableName(), name); BUILDSTDERR: ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: db.c: In member function 'int cDbConnection::errorSql(cDbConnection*, const char*, MYSQL_STMT*, const char*)': BUILDSTDERR: db.c:1413:15: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: asprintf(&conErr, "%s (%d) ", mysql_error(connection->mysql), error); BUILDSTDERR: ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: db.c:1416:15: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: asprintf(&stmtErr, "'%s' [%s]", BUILDSTDERR: ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: stmt ? mysql_stmt_error(stmt) : "", BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: stmtTxt ? stmtTxt : ""); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: db.c: In member function 'virtual int cDbTable::deleteWhere(const char*, ...)': BUILDSTDERR: db.c:1446:13: warning: ignoring return value of 'int vasprintf(char**, const char*, __gnuc_va_list)', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: vasprintf(&tmp, where, more); BUILDSTDERR: ~~~~~~~~~^~~~~~~~~~~~~~~~~~~ Compile dbdict ... g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -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 json ... g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -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 BUILDSTDERR: dbdict.c: In member function 'int cDbDict::in(const char*, int)': BUILDSTDERR: dbdict.c:234:12: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: asprintf(&path, "%s", file); BUILDSTDERR: ~~~~~~~~^~~~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -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 BUILDSTDERR: setup.c: In member function 'void cScraper2VdrSetup::Setup()': BUILDSTDERR: setup.c:20:13: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: asprintf(&buf, "-------------------- %s ----------------------------------", tr("General")); BUILDSTDERR: ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: setup.c:33:13: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: asprintf(&buf, "--------------------- %s ---------------------------------", tr("MySQL")); BUILDSTDERR: ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: setup.c:43:13: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: asprintf(&buf, "--------------------- %s ---------------------------------", tr("Technical Stuff")); BUILDSTDERR: ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: setup.c:49:13: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: asprintf(&buf, "--------------------- %s ---------------------------------", tr("Actions")); BUILDSTDERR: ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -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 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -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 BUILDSTDERR: update.c: In member function 'virtual void cUpdate::Action()': BUILDSTDERR: update.c:2159:85: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: if (forceRecordingUpdate || (time(0) - lastScanNewRecDB > scanNewRecDBFreq) && Running()) BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ BUILDSTDERR: In file included from update.h:8, BUILDSTDERR: from update.c:14: BUILDSTDERR: lib/db.h: In member function 'virtual int cDbConnection::vquery(const char*, va_list)': BUILDSTDERR: lib/db.h:853:22: warning: ignoring return value of 'int vasprintf(char**, const char*, __gnuc_va_list)', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: vasprintf(&stmt, format, more); BUILDSTDERR: ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: update.c: In member function 'int cUpdate::LoadDBDict()': BUILDSTDERR: update.c:702:12: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: asprintf(&dictPath, "%sepg.dat", cPlugin::ConfigDirectory("scraper2vdr/")); BUILDSTDERR: ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Building Lib ... BUILDSTDERR: ar: creating libhorchi.a g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -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 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -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 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -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 xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-scraper2vdr --package-version=1.0.11 --msgid-bugs-address='' -o po/scraper2vdr.pot `ls setup.c moviedbmovie.c scrapmanager.c tools.c filedatemanager.c tvdbseries.c plgconfig.c scraper2vdr.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 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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 -lz -ldl -lm -lpthread -lssl -lcrypto -luuid -lcrypto -lMagick++-6.Q16 -lMagickWand-6.Q16 -lMagickCore-6.Q16 -o libvdr-scraper2vdr.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.vxhMlk + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le + cd scraper2vdr-d9f6cb454ebbc951af5d1a4aa7fcc31e772f3bca + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le 'INSTALL=/usr/bin/install -p' (cd lib && /usr/bin/make -s lib) g++ -O3 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -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,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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 -lz -ldl -lm -lpthread -lssl -lcrypto -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.11-3.20190128gitd9f6cb4.fc29.ppc64le/usr/lib64/vdr/libvdr-scraper2vdr.so.2.4.1 install -D -m644 po/de_DE.mo /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le/usr/share/locale/de_DE/LC_MESSAGES/vdr-scraper2vdr.mo if ! test -d /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le/etc/vdr/plugins/scraper2vdr; then \ mkdir -p /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le/etc/vdr/plugins/scraper2vdr; \ chmod a+rx /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le/etc/vdr/plugins/scraper2vdr; \ fi install --mode=644 -D ./configs/epg.dat /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le/etc/vdr/plugins/scraper2vdr + chmod 0755 /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le//usr/lib64/vdr/libvdr-scraper2vdr.so.2.4.1 + install -Dpm 644 /builddir/build/SOURCES/vdr-scraper2vdr.conf /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le/etc/sysconfig/vdr-plugins.d/scraper2vdr.conf + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le vdr-scraper2vdr + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.0.11-3.20190128gitd9f6cb4.fc29 --unique-debug-suffix -1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le --unique-debug-src-base vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/scraper2vdr-d9f6cb454ebbc951af5d1a4aa7fcc31e772f3bca explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le/usr/lib64/vdr/libvdr-scraper2vdr.so.2.4.1 extracting debug info from /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le/usr/lib64/vdr/libvdr-scraper2vdr.so.2.4.1 /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 793 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Q7MB7q + umask 022 + cd /builddir/build/BUILD + cd scraper2vdr-d9f6cb454ebbc951af5d1a4aa7fcc31e772f3bca + DOCDIR=/builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le/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.11-3.20190128gitd9f6cb4.fc29.ppc64le/usr/share/doc/vdr-scraper2vdr + cp -pr COPYING /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le/usr/share/doc/vdr-scraper2vdr + cp -pr HISTORY.h /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le/usr/share/doc/vdr-scraper2vdr + cp -pr README README.md /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le/usr/share/doc/vdr-scraper2vdr + exit 0 Provides: config(vdr-scraper2vdr) = 1.0.11-3.20190128gitd9f6cb4.fc29 libvdr-scraper2vdr.so.2.4.1()(64bit) vdr-scraper2vdr = 1.0.11-3.20190128gitd9f6cb4.fc29 vdr-scraper2vdr(ppc-64) = 1.0.11-3.20190128gitd9f6cb4.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libMagick++-6.Q16.so.8()(64bit) libMagickCore-6.Q16.so.5()(64bit) libMagickWand-6.Q16.so.5()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libdl.so.2()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libmariadb.so.3()(64bit) libmariadb.so.3(libmysqlclient_18)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libssl.so.1.1()(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.9)(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_1.0)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: vdr-scraper2vdr-debugsource-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le Provides: vdr-scraper2vdr-debugsource = 1.0.11-3.20190128gitd9f6cb4.fc29 vdr-scraper2vdr-debugsource(ppc-64) = 1.0.11-3.20190128gitd9f6cb4.fc29 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.11-3.20190128gitd9f6cb4.fc29.ppc64le Provides: debuginfo(build-id) = 7b7bf669cf3f49ec180bd63ebf29c8eae3934ea0 vdr-scraper2vdr-debuginfo = 1.0.11-3.20190128gitd9f6cb4.fc29 vdr-scraper2vdr-debuginfo(ppc-64) = 1.0.11-3.20190128gitd9f6cb4.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: vdr-scraper2vdr-debugsource(ppc-64) = 1.0.11-3.20190128gitd9f6cb4.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le Wrote: /builddir/build/RPMS/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le.rpm Wrote: /builddir/build/RPMS/vdr-scraper2vdr-debugsource-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le.rpm Wrote: /builddir/build/RPMS/vdr-scraper2vdr-debuginfo-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.EsIPky + umask 022 + cd /builddir/build/BUILD + cd scraper2vdr-d9f6cb454ebbc951af5d1a4aa7fcc31e772f3bca + /usr/bin/rm -rf /builddir/build/BUILDROOT/vdr-scraper2vdr-1.0.11-3.20190128gitd9f6cb4.fc29.ppc64le + exit 0 Child return code was: 0