D: [iurt_root_command] chroot warning: Macro expanded in comment on line 54: %{rname}" talks directly to the parallel port I/O 0x378, not to /dev/lp0 Installing /home/iurt/rpmbuild/SRPMS/cups-drivers-lbp660-0.3.1-13.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.6xPIwH + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf lbp660-0.3.1 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/lbp660-0.3.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd lbp660-0.3.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/lbp660-0.3.1-ldflags.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/lbp660-0.3.1-gcc7.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.WBAf5G + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd lbp660-0.3.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags lbp460.c -o lbp460 lbp460.c: In function 'compress_bitmap': lbp460.c:287:35: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'long int' [-Wformat=] 287 | fprintf(stderr,"file position: %x\n",ftell(bitmapf)); | ~^ ~~~~~~~~~~~~~~ | | | | | long int | unsigned int | %lx lbp460.c: At top level: lbp460.c:465:9: warning: 'inb' is static but used in inline function 'statusin' which is not static 465 | return inb(STATUS); | ^~~ lbp460.c:451:9: warning: 'inb' is static but used in inline function 'ctrlin' which is not static 451 | return inb(CONTROL); | ^~~ lbp460.c:446:2: warning: 'outb' is static but used in inline function 'ctrlout' which is not static 446 | outb(cmd, CONTROL); | ^~~~ lbp460.c:441:2: warning: 'outb' is static but used in inline function 'dataout' which is not static 441 | outb(data, DATA); | ^~~~ lbp460.c: In function 'bitmap_seek': lbp460.c:183:4: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 183 | fread(bmbuf,1,sizeof(garbage),bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lbp460.c:186:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 186 | fread(bmbuf,1,offset,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lbp460.c: In function 'get_bitmap': lbp460.c:199:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 199 | fread(bmbuf,1,800,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ lbp460.c:203:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 203 | fread(bmbuf,1,bmwidth,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lbp460.c: In function 'compress_bitmap': lbp460.c:292:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 292 | fgets(cbm,200,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~ lbp460.c: In function 'print_page': lbp460.c:793:6: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 793 | fread( cbm,size*4,1,cbmf); | ^~~~~~~~~~~~~~~~~~~~~~~~~ chmod +s lbp460 gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags lbp660.c -o lbp660 lbp660.c: In function 'get_bitmap': lbp660.c:162:3: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] 162 | memset(bmbuf,0,800); | ^~~~~~ lbp660.c:162:3: warning: incompatible implicit declaration of built-in function 'memset' lbp660.c:29:1: note: include '' or provide a declaration of 'memset' 28 | #include "lbp660.h" +++ |+#include 29 | lbp660.c: In function 'compress_bitmap': lbp660.c:252:6: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 252 | if (strncmp(cbm,"P4",2)) { | ^~~~~~~ lbp660.c:252:23: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 252 | if (strncmp(cbm,"P4",2)) { | ^ : note: built-in 'strncmp' declared here lbp660.c:254:35: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'long int' [-Wformat=] 254 | fprintf(stderr,"file position: %x\n",ftell(bitmapf)); | ~^ ~~~~~~~~~~~~~~ | | | | | long int | unsigned int | %lx lbp660.c: In function 'errorexit': lbp660.c:410:4: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 410 | exit(1); | ^~~~ lbp660.c:410:4: warning: incompatible implicit declaration of built-in function 'exit' lbp660.c:29:1: note: include '' or provide a declaration of 'exit' 28 | #include "lbp660.h" +++ |+#include 29 | lbp660.c: In function 'print_band': lbp660.c:560:21: warning: too many arguments for format [-Wformat-extra-args] 560 | fprintf(stderr, "Waiting for ready status...\n", statusin()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lbp660.c:572:21: warning: too many arguments for format [-Wformat-extra-args] 572 | fprintf(stderr, "Reiniting band...\n", statusin()); | ^~~~~~~~~~~~~~~~~~~~~ lbp660.c:608:44: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 608 | fprintf(stderr, "Band inited (0x%x, %d)\n", statusin(), ((ntv.tv_usec - ltv.tv_usec) + ((ntv.tv_sec - ltv.tv_sec)*1000000))); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int long int | %ld lbp660.c: In function 'main': lbp660.c:949:4: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] 949 | strcpy(gname,"/tmp/lbp660-XXXXXX"); | ^~~~~~ lbp660.c:949:4: warning: incompatible implicit declaration of built-in function 'strcpy' lbp660.c:949:4: note: include '' or provide a declaration of 'strcpy' lbp660.c:950:13: warning: implicit declaration of function 'mkstemp' [-Wimplicit-function-declaration] 950 | if ((tfd=mkstemp(gname))<0) { | ^~~~~~~ lbp660.c: At top level: lbp660.c:434:9: warning: 'inb' is static but used in inline function 'statusin' which is not static 434 | return inb(STATUS); | ^~~ lbp660.c:426:13: warning: 'inb' is static but used in inline function 'checkctrl' which is not static 426 | int ctrl = inb(CONTROL); | ^~~ lbp660.c:422:9: warning: 'inb' is static but used in inline function 'ctrlin' which is not static 422 | return inb(CONTROL); | ^~~ lbp660.c:418:2: warning: 'outb' is static but used in inline function 'ctrlout' which is not static 418 | outb(cmd, CONTROL); | ^~~~ lbp660.c:414:2: warning: 'outb' is static but used in inline function 'dataout' which is not static 414 | outb(data, DATA); | ^~~~ lbp660.c: In function 'bitmap_seek': lbp660.c:150:4: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 150 | fread(bmbuf,1,sizeof(garbage),bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lbp660.c:153:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 153 | fread(bmbuf,1,offset,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lbp660.c: In function 'get_bitmap': lbp660.c:166:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 166 | fread(bmbuf,1,800,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ lbp660.c:170:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 170 | fread(bmbuf,1,bmwidth,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lbp660.c: In function 'compress_bitmap': lbp660.c:259:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 259 | fgets(cbm,200,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~ lbp660.c: In function 'print_page': lbp660.c:811:16: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 811 | fread( cbm,size*4,1,cbmf ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ chmod +s lbp660 + perl -p -i -e s/DefaultNoReset/DefaultAlwaysReset/ ppd/Canon-LBP-460-lbp460.ppd ppd/Canon-LBP-660-lbp660.ppd + perl -p -i -e s:/tmp/lbp.60.log:/dev/null: ppd/Canon-LBP-460-lbp460.ppd ppd/Canon-LBP-660-lbp660.ppd + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QUkiYI + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64 + cd lbp660-0.3.1 + '[' 1 -eq 1 ']' + install -d /home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64/usr/bin + install -d /home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64/usr/share/cups/model/lbp660 + install -m0755 lbp460 lbp660 /home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64/usr/bin/ + install -m0755 lbp460-print lbp460-test lbp660-print lbp660-test /home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64/usr/bin/ + install -m0644 ppd/Canon-LBP-460-lbp460.ppd ppd/Canon-LBP-660-lbp660.ppd /home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64/usr/share/cups/model/lbp660/ + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.3.1-13.mga8 --unique-debug-suffix -0.3.1-13.mga8.x86_64 --unique-debug-src-base cups-drivers-lbp660-0.3.1-13.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/lbp660-0.3.1 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64/usr/bin/lbp660 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64/usr/bin/lbp460 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64/usr/bin/lbp660 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64/usr/bin/lbp460 original debug info size: 260kB, size after compression: 256kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 91 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 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/lbp460-print from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/lbp660-test from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/lbp660-print from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/lbp460-test from /bin/sh to #!/usr/bin/sh Processing files: cups-drivers-lbp660-0.3.1-13.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Wjcj2J + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd lbp660-0.3.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64/usr/share/doc/cups-drivers-lbp660 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64/usr/share/doc/cups-drivers-lbp660 + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64/usr/share/doc/cups-drivers-lbp660 + cp -pr NEWS /home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64/usr/share/doc/cups-drivers-lbp660 + cp -pr README /home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64/usr/share/doc/cups-drivers-lbp660 + cp -pr THANKS /home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64/usr/share/doc/cups-drivers-lbp660 + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64/usr/share/doc/cups-drivers-lbp660 + RPM_EC=0 ++ jobs -p + exit 0 Provides: cups-drivers-lbp660 = 0.3.1-13.mga8 cups-drivers-lbp660(x86-64) = 0.3.1-13.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) Conflicts: cups-drivers = 2007 printer-filters = 2007 printer-utils = 2007 Processing files: cups-drivers-lbp660-debugsource-0.3.1-13.mga8.x86_64 Provides: cups-drivers-lbp660-debugsource = 0.3.1-13.mga8 cups-drivers-lbp660-debugsource(x86-64) = 0.3.1-13.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cups-drivers-lbp660-debuginfo-0.3.1-13.mga8.x86_64 Provides: cups-drivers-lbp660-debuginfo = 0.3.1-13.mga8 cups-drivers-lbp660-debuginfo(x86-64) = 0.3.1-13.mga8 debuginfo(build-id) = 7852f2b0005f736bfd7de9d676b7d0dc4817eedc debuginfo(build-id) = 8ace88ce5ae0203a7870c16ce0ce38da228ad8c3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: cups-drivers-lbp660-debugsource(x86-64) = 0.3.1-13.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/cups-drivers-lbp660-debugsource-0.3.1-13.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/cups-drivers-lbp660-0.3.1-13.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/cups-drivers-lbp660-debuginfo-0.3.1-13.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Ni6XAJ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd lbp660-0.3.1 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/cups-drivers-lbp660-0.3.1-13.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.S0jaiI + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf lbp660-0.3.1 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!