+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/python-gd.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.yic7hd + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gdmodule-0.56 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/gdmodule-0.56-clean.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd gdmodule-0.56 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -e 's|\r||' /builddir/build/SOURCES/LICENSE + touch -r /builddir/build/SOURCES/LICENSE LICENSE + sed -i -e 's|"/usr/local/lib"|"/usr/lib64"|;' Setup.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.RW6jyc + umask 022 + cd /builddir/build/BUILD + cd gdmodule-0.56 + 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 ' + /usr/bin/python Setup.py build DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out WARNING: Missing ttf Libraries running build running build_py creating build creating build/lib.linux-riscv64-2.7 copying gd.py -> build/lib.linux-riscv64-2.7 running build_ext building '_gd' extension creating build/temp.linux-riscv64-2.7 gcc -pthread -fno-strict-aliasing -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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DHAVE_LIBGD -DHAVE_LIBJPEG -DHAVE_LIBPNG -DHAVE_LIBGIF -DHAVE_LIBZ -DHAVE_LIBX11 -DHAVE_LIBXPM -DHAVE_LIBFREETYPE -I/usr/include -I/usr/include/X11 -I/usr/include/python2.7 -c _gdmodule.c -o build/temp.linux-riscv64-2.7/_gdmodule.o _gdmodule.c: In function 'image_string': _gdmodule.c:993:68: warning: pointer targets in passing argument 5 of 'gdImageString' differ in signedness [-Wpointer-sign] gdImageString(self->imagedata, fonts[font].func(), X(x), Y(y), str, color); ^~~ In file included from _gdmodule.c:127:0: /usr/include/gd.h:746:19: note: expected 'unsigned char *' but argument is of type 'char *' BGD_DECLARE(void) gdImageString (gdImagePtr im, gdFontPtr f, int x, int y, ^~~~~~~~~~~~~ _gdmodule.c: In function 'image_string16': _gdmodule.c:1007:70: warning: passing argument 5 of 'gdImageString16' from incompatible pointer type [-Wincompatible-pointer-types] gdImageString16(self->imagedata, fonts[font].func(), X(x), Y(y), ustr, ^~~~ In file included from _gdmodule.c:127:0: /usr/include/gd.h:750:19: note: expected 'short unsigned int *' but argument is of type 'Py_UNICODE * {aka unsigned int *}' BGD_DECLARE(void) gdImageString16 (gdImagePtr im, gdFontPtr f, int x, int y, ^~~~~~~~~~~~~~~ _gdmodule.c: In function 'image_stringup': _gdmodule.c:1022:70: warning: pointer targets in passing argument 5 of 'gdImageStringUp' differ in signedness [-Wpointer-sign] gdImageStringUp(self->imagedata, fonts[font].func(), X(x), Y(y), str, color); ^~~ In file included from _gdmodule.c:127:0: /usr/include/gd.h:748:19: note: expected 'unsigned char *' but argument is of type 'char *' BGD_DECLARE(void) gdImageStringUp (gdImagePtr im, gdFontPtr f, int x, int y, ^~~~~~~~~~~~~~~ _gdmodule.c: In function 'image_stringup16': _gdmodule.c:1037:23: warning: passing argument 5 of 'gdImageStringUp16' from incompatible pointer type [-Wincompatible-pointer-types] ustr, color); ^~~~ In file included from _gdmodule.c:127:0: /usr/include/gd.h:752:19: note: expected 'short unsigned int *' but argument is of type 'Py_UNICODE * {aka unsigned int *}' BGD_DECLARE(void) gdImageStringUp16 (gdImagePtr im, gdFontPtr f, int x, int y, ^~~~~~~~~~~~~~~~~ _gdmodule.c: In function 'image_copyto': _gdmodule.c:1218:28: warning: variable 'dh' set but not used [-Wunused-but-set-variable] int dx,dy,sx,sy,w,h,dw,dh; ^~ _gdmodule.c:1218:25: warning: variable 'dw' set but not used [-Wunused-but-set-variable] int dx,dy,sx,sy,w,h,dw,dh; ^~ _gdmodule.c: In function 'image_copymergeto': _gdmodule.c:1294:28: warning: variable 'dh' set but not used [-Wunused-but-set-variable] int dx,dy,sx,sy,w,h,dw,dh,pct; ^~ _gdmodule.c:1294:25: warning: variable 'dw' set but not used [-Wunused-but-set-variable] int dx,dy,sx,sy,w,h,dw,dh,pct; ^~ _gdmodule.c: In function 'image_copymergegrayto': _gdmodule.c:1319:28: warning: variable 'dh' set but not used [-Wunused-but-set-variable] int dx,dy,sx,sy,w,h,dw,dh,pct; ^~ _gdmodule.c:1319:25: warning: variable 'dw' set but not used [-Wunused-but-set-variable] int dx,dy,sx,sy,w,h,dw,dh,pct; ^~ _gdmodule.c: In function 'PyFileIfaceObj_IOCtx_GetBuf': _gdmodule.c:1809:58: warning: passing argument 3 of 'PyString_AsStringAndSize' from incompatible pointer type [-Wincompatible-pointer-types] err = PyString_AsStringAndSize(pctx->strObj, &value, &size); ^ In file included from /usr/include/python2.7/Python.h:94:0, from _gdmodule.c:126: /usr/include/python2.7/stringobject.h:172:17: note: expected 'Py_ssize_t * {aka long int *}' but argument is of type 'int *' PyAPI_FUNC(int) PyString_AsStringAndSize( ^~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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 build/temp.linux-riscv64-2.7/_gdmodule.o -L/usr/lib64 -L/usr/lib -L/usr/lib64 -lgd -ljpeg -lpng -lgif -lz -lX11 -lXpm -lfreetype -lpython2.7 -o build/lib.linux-riscv64-2.7/_gd.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.mULvwb + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-gd-0.56-16.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-gd-0.56-16.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/python-gd-0.56-16.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-gd-0.56-16.fc28.riscv64 + cd gdmodule-0.56 + /usr/bin/python Setup.py install --root /builddir/build/BUILDROOT/python-gd-0.56-16.fc28.riscv64 DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out WARNING: Missing ttf Libraries running install running build running build_py running build_ext running install_lib creating /builddir/build/BUILDROOT/python-gd-0.56-16.fc28.riscv64/usr creating /builddir/build/BUILDROOT/python-gd-0.56-16.fc28.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-gd-0.56-16.fc28.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-gd-0.56-16.fc28.riscv64/usr/lib64/python2.7/site-packages copying build/lib.linux-riscv64-2.7/_gd.so -> /builddir/build/BUILDROOT/python-gd-0.56-16.fc28.riscv64/usr/lib64/python2.7/site-packages copying build/lib.linux-riscv64-2.7/gd.py -> /builddir/build/BUILDROOT/python-gd-0.56-16.fc28.riscv64/usr/lib64/python2.7/site-packages byte-compiling /builddir/build/BUILDROOT/python-gd-0.56-16.fc28.riscv64/usr/lib64/python2.7/site-packages/gd.py to gd.pyc running install_egg_info Writing /builddir/build/BUILDROOT/python-gd-0.56-16.fc28.riscv64/usr/lib64/python2.7/site-packages/gdmodule-0.56-py2.7.egg-info + chmod 755 /builddir/build/BUILDROOT/python-gd-0.56-16.fc28.riscv64//usr/lib64/python2.7/site-packages/_gd.so + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-gd-0.56-16.fc28.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python-gd-0.56-16.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rj97te + umask 022 + cd /builddir/build/BUILD + cd gdmodule-0.56 + DOCDIR=/builddir/build/BUILDROOT/python-gd-0.56-16.fc28.riscv64/usr/share/doc/python-gd + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gd-0.56-16.fc28.riscv64/usr/share/doc/python-gd + cp -pr LICENSE /builddir/build/BUILDROOT/python-gd-0.56-16.fc28.riscv64/usr/share/doc/python-gd + cp -pr README /builddir/build/BUILDROOT/python-gd-0.56-16.fc28.riscv64/usr/share/doc/python-gd + exit 0 Provides: python-gd = 0.56-16.fc28 python-gd(riscv-64) = 0.56-16.fc28 python2.7dist(gdmodule) = 0.56 python2dist(gdmodule) = 0.56 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libX11.so.6()(64bit) libXpm.so.4()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libfreetype.so.6()(64bit) libgd.so.3()(64bit) libgif.so.4()(64bit) libjpeg.so.62()(64bit) libpng16.so.16()(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) libz.so.1()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-gd-0.56-16.fc28.riscv64 Wrote: /builddir/build/SRPMS/python-gd-0.56-16.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/python-gd-0.56-16.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XoUDNO + umask 022 + cd /builddir/build/BUILD + cd gdmodule-0.56 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-gd-0.56-16.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff