Mock Version: 1.1.32 Mock Version: 1.1.32 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i686 --nodeps builddir/build/SPECS/c2esp.spec'], False, '/var/lib/mock/f20-build-1765247-311407/root/', None, 86400, True, False, 500, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i686 --nodeps builddir/build/SPECS/c2esp.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} warning: Could not canonicalize hostname: buildvm-23.phx2.fedoraproject.org Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/c2esp-2.6-2.fc20.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/c2esp.spec'], False, '/var/lib/mock/f20-build-1765247-311407/root/', None, 86400, True, False, 500, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/c2esp.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.DOwS8U + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf c2esp26 + /usr/bin/gzip -dc /builddir/build/SOURCES/c2esp26.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd c2esp26 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -f jbig.c jbig.h jbig85.c jbig85.h jbig85.txt jbig_ar.c jbig_ar.h Patch #0 (c2esp-jbig.patch): + echo 'Patch #0 (c2esp-jbig.patch):' + /usr/bin/cat /builddir/build/SOURCES/c2esp-jbig.patch + /usr/bin/patch -p1 -b --suffix .jbig --fuzz=0 patching file Makefile + rm -rf ppd/ Patch #1 (c2esp-drv_only.patch): + echo 'Patch #1 (c2esp-drv_only.patch):' + /usr/bin/cat /builddir/build/SOURCES/c2esp-drv_only.patch + /usr/bin/patch -p1 -b --suffix .drv_only --fuzz=0 patching file Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Q3RT1k + umask 022 + cd /builddir/build/BUILD + cd c2esp26 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' + make all # # Compile Dependencies general... # # Compile Dependencies in cups... cups api detected 1.6 The cups 1.6 tests look in /usr/include/cupsfilters for image and driver echo "#define HAVE_CUPSFILTERS 1" >config.h # ... OK! # cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -O2 -Wall -c -o c2esp.o c2esp.c c2esp.c: In function 'output_jbig': c2esp.c:395:5: warning: variable 'rc' set but not used [-Wunused-but-set-variable] int rc; ^ c2esp.c: In function 'DitherProcess': c2esp.c:757:6: warning: unused variable 'output' [-Wunused-variable] int output, x; ^ c2esp.c:806:25: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized] if (DitherOutputBuffer[x]>MaxOut) MaxOut=DitherOutputBuffer[x]; ^ c2esp.c: In function 'main': c2esp.c:1199:26: warning: 'cmykTrans600' may be used uninitialized in this function [-Wmaybe-uninitialized] else cupsCMYKDoRGB(cmykTrans600, CupsLineBuffer, TransformedBuffer, RemainingPixels); ^ c2esp.c:1198:55: warning: 'cmykTrans300' may be used uninitialized in this function [-Wmaybe-uninitialized] if(header.HWResolution[0] == 300) cupsCMYKDoRGB(cmykTrans300, CupsLineBuffer, TransformedBuffer, RemainingPixels); ^ cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -O2 -Wall -c -o c2espcommon.o c2espcommon.c cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -O2 -Wall -o c2esp c2esp.o c2espcommon.o -lcups -lcupsfilters -lcupsimage -lcups -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lz -lpthread -lm -lcrypt -lz -ljbig85 cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -O2 -Wall -c -o c2espC.o c2espC.c cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -O2 -Wall -o c2espC c2espC.o c2espcommon.o -lcups -lcupsfilters -lcupsimage -lcups -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lz -lpthread -lm -lcrypt -lz -lz cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -O2 -Wall -c -o command2esp.o command2esp.c cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -O2 -Wall -o command2esp command2esp.o c2espcommon.o -lcups -lcupsfilters cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -O2 -Wall -c -o myopldecode.o myopldecode.c myopldecode.c: In function 'jbig_write_file': myopldecode.c:481:10: warning: variable 'rc' set but not used [-Wunused-but-set-variable] int rc; ^ myopldecode.c: In function 'decode': myopldecode.c:722:19: warning: variable 'ch' set but not used [-Wunused-but-set-variable] unsigned char ch; ^ myopldecode.c: In function 'GZIPTokToRaster': myopldecode.c:93:37: warning: 'prevvalue' may be used uninitialized in this function [-Wmaybe-uninitialized] if (((code != prevcode) && (value != prevvalue)) || (pixelcount == 0)) ^ myopldecode.c:93:14: warning: 'prevcode' may be used uninitialized in this function [-Wmaybe-uninitialized] if (((code != prevcode) && (value != prevvalue)) || (pixelcount == 0)) ^ myopldecode.c: In function 'decode': myopldecode.c:756:9: warning: 'rc' may be used uninitialized in this function [-Wmaybe-uninitialized] if (rc == Z_OK) ^ cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -O2 -Wall -o myopldecode myopldecode.o -ljbig -lz Patent warning that used to be here no longer applies + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.CcTy7Z + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386 ++ dirname /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386 + cd c2esp26 + make install DESTDIR=/builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386 # # Compile Dependencies general... # # Compile Dependencies in cups... cups api detected 1.6 The cups 1.6 tests look in /usr/include/cupsfilters for image and driver echo "#define HAVE_CUPSFILTERS 1" >config.h # ... OK! # Patent warning that used to be here no longer applies # # Install driver, and development tools # if [ "" != "" ]; then \ install -d /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/bin; \ install -c /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/bin; \ fi if [ "c2esplog" != "" ]; then \ install -d /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/bin; \ install -c c2esplog /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/bin; \ fi install -d /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/lib/cups/filter install -c c2esp c2espC command2esp /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/lib/cups/filter/ if [ "" != "" ]; then \ install -d /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/bin/; \ install -c /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/bin/; \ fi install -d -m 755 /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/share/cups/drv/c2esp install -c -m 644 KodakESP_15.drv /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/share/cups/drv/c2esp install -c -m 644 KodakESP_C_05.drv /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/share/cups/drv/c2esp rm -f INSTALL echo "TOPICS" > INSTALL.tmp echo "------" >> INSTALL.tmp grep ^[A-Z][A-Z] INSTALL.in | sed "s/^/ * /" >> INSTALL.tmp echo >> INSTALL.tmp cat INSTALL.tmp INSTALL.in > INSTALL rm -f INSTALL.tmp chmod -w INSTALL # # Install documentation # rm -f /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/share/doc/c2esp/INSTALL.in rm -f /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/share/doc/c2esp/README.in install -d -m 755 /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/share/doc/c2esp install -c -m 644 COPYING /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/share/doc/c2esp install -c -m 644 INSTALL /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/share/doc/c2esp install -c -m 644 README /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/share/doc/c2esp install -c -m 644 c2esp.txt /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/share/doc/c2esp # # Now use your printer configuration GUI to create a new printer if required. # If you are upgrading, "make forceppd" may force cups to use the new ppd versions # for your existing print queues. # # Please report problems in the help forum. # http://sourceforge.net/projects/cupsdriverkodak/forums # the development tool myopldecode was not installed + mkdir __doc + mv /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/share/doc/c2esp/COPYING /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/share/doc/c2esp/INSTALL /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/share/doc/c2esp/README /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/share/doc/c2esp/c2esp.txt __doc + rm -rf /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/share/doc/c2esp + rm -f /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/bin/c2esplog + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/c2esp26 extracting debug info from /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/lib/cups/filter/c2espC extracting debug info from /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/lib/cups/filter/command2esp extracting debug info from /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/lib/cups/filter/c2esp /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. 186 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: c2esp-2.6-2.fc20.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.eOkwNJ + umask 022 + cd /builddir/build/BUILD + cd c2esp26 + DOCDIR=/builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/share/doc/c2esp + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/share/doc/c2esp + cp -pr __doc/COPYING /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/share/doc/c2esp + cp -pr __doc/README /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/share/doc/c2esp + cp -pr __doc/c2esp.txt /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386/usr/share/doc/c2esp + exit 0 Provides: c2esp = 2.6-2.fc20 c2esp(x86-32) = 2.6-2.fc20 postscriptdriver(eastman_kodak_company;kodak_5100_aio;) postscriptdriver(eastman_kodak_company;kodak_5300_aio;) postscriptdriver(eastman_kodak_company;kodak_5500_aio;) postscriptdriver(eastman_kodak_company;kodak_esp-3_aio;) postscriptdriver(eastman_kodak_company;kodak_esp_3200_series_aio;) postscriptdriver(eastman_kodak_company;kodak_esp_5200_series_aio;) postscriptdriver(eastman_kodak_company;kodak_esp_5_aio;) postscriptdriver(eastman_kodak_company;kodak_esp_7200_series_aio;) postscriptdriver(eastman_kodak_company;kodak_esp_7_aio;) postscriptdriver(eastman_kodak_company;kodak_esp_9200_series_aio;) postscriptdriver(eastman_kodak_company;kodak_esp_9_aio;) postscriptdriver(eastman_kodak_company;kodak_esp_c110_series_aio;) postscriptdriver(eastman_kodak_company;kodak_esp_c310_series_aio;) postscriptdriver(eastman_kodak_company;kodak_esp_office_4100_series_aio;) postscriptdriver(eastman_kodak_company;kodak_esp_office_6100_series_aio;) postscriptdriver(eastman_kodak_company;kodak_hero_3.1_aio;) postscriptdriver(eastman_kodak_company;kodak_hero_5.1_aio;) postscriptdriver(eastman_kodak_company;kodak_hero_6.1_aio;) postscriptdriver(eastman_kodak_company;kodak_hero_7.1_aio;) postscriptdriver(eastman_kodak_company;kodak_hero_9.1_aio;) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libcom_err.so.2 libcrypt.so.1 libcups.so.2 libcupsfilters.so.1 libcupsimage.so.2 libgssapi_krb5.so.2 libjbig85.so.2.0 libk5crypto.so.3 libkrb5.so.3 libm.so.6 libpthread.so.0 libpthread.so.0(GLIBC_2.0) libz.so.1 rtld(GNU_HASH) Processing files: c2esp-debuginfo-2.6-2.fc20.i686 Provides: c2esp-debuginfo = 2.6-2.fc20 c2esp-debuginfo(x86-32) = 2.6-2.fc20 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386 Wrote: /builddir/build/RPMS/c2esp-2.6-2.fc20.i686.rpm Wrote: /builddir/build/RPMS/c2esp-debuginfo-2.6-2.fc20.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.T35ONY + umask 022 + cd /builddir/build/BUILD + cd c2esp26 + /usr/bin/rm -rf /builddir/build/BUILDROOT/c2esp-2.6-2.fc20.i386 + exit 0 Child return code was: 0 LEAVE do -->