D: [iurt_root_command] chroot warning: %make is deprecated, use %make_build instead Installing /home/iurt/rpmbuild/SRPMS/cups-drivers-m2300w-0.51-17.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.i7fw58 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf m2300w-0.51 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/m2300w-0.51.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd m2300w-0.51 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/m2300w-0.3-noppdbuild.patch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/m2300w-0.2-ppc-build-fix.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/m2300w-0.51-LDFLAGS.diff + /usr/bin/patch -p0 -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.PsNrB8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd m2300w-0.51 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + rm -f configure + autoconf configure.in:112: warning: AC_OUTPUT should be used without arguments. configure.in:112: You should run autoupdate. + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + CONFIGURE_TOP=. + '[' 1 = 1 ']' ++ find . -name config.guess -o -name config.sub + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + ./configure --host=aarch64-mageia-linux-gnu --build=aarch64-mageia-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info configure: WARNING: unrecognized options: --disable-dependency-tracking checking for aarch64-mageia-linux-gnu-gcc... aarch64-mageia-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether aarch64-mageia-linux-gnu-gcc accepts -g... yes checking for aarch64-mageia-linux-gnu-gcc option to enable C11 features... none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for floor in -lm... yes checking for floor... yes checking for gzip... /usr/bin/gzip checking for cups/model/... no configure: creating ./config.status config.status: creating Makefile config.status: creating m2300w.spec config.status: creating src/Makefile config.status: creating src/m2300w-wrapper config.status: creating psfiles/Makefile configure: WARNING: unrecognized options: --disable-dependency-tracking + perl -p -i -e 's/src psfiles foomatic ppd/src psfiles/' Makefile + /usr/bin/make -O -j8 for DIR in src psfiles; do (cd $DIR; /usr/bin/make all); done make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/m2300w-0.51/src' aarch64-mageia-linux-gnu-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 -o m2300w m2300w.c -lm m2300w.c: In function 'readPkmraw': m2300w.c:818:20: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 818 | fprintf (stderr, "Farbverteilung der Seite:\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 823 | , pix[0][0],pix[1][0],pix[2][0],pix[3][0]); | ~~~~~~~~~ | | | long int m2300w.c:819:15: note: format string is defined here 819 | "Yellow: %8d\n" | ~~^ | | | int | %8ld m2300w.c:818:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 818 | fprintf (stderr, "Farbverteilung der Seite:\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 823 | , pix[0][0],pix[1][0],pix[2][0],pix[3][0]); | ~~~~~~~~~ | | | long int m2300w.c:820:15: note: format string is defined here 820 | "Magenta: %8d\n" | ~~^ | | | int | %8ld m2300w.c:818:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=] 818 | fprintf (stderr, "Farbverteilung der Seite:\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 823 | , pix[0][0],pix[1][0],pix[2][0],pix[3][0]); | ~~~~~~~~~ | | | long int m2300w.c:821:15: note: format string is defined here 821 | "Cyan: %8d\n" | ~~^ | | | int | %8ld m2300w.c:818:20: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long int' [-Wformat=] 818 | fprintf (stderr, "Farbverteilung der Seite:\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 823 | , pix[0][0],pix[1][0],pix[2][0],pix[3][0]); | ~~~~~~~~~ | | | long int m2300w.c:822:15: note: format string is defined here 822 | "Black: %8d\n" | ~~^ | | | int | %8ld m2300w.c:1167:19: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 1167 | fprintf (stderr, "Farbverteilung der Seite:\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 1172 | , pix[0][0],pix[1][0],pix[2][0],pix[3][0]); | ~~~~~~~~~ | | | long int m2300w.c:1168:14: note: format string is defined here 1168 | "Yellow: %8d\n" | ~~^ | | | int | %8ld m2300w.c:1167:19: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 1167 | fprintf (stderr, "Farbverteilung der Seite:\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 1172 | , pix[0][0],pix[1][0],pix[2][0],pix[3][0]); | ~~~~~~~~~ | | | long int m2300w.c:1169:14: note: format string is defined here 1169 | "Magenta: %8d\n" | ~~^ | | | int | %8ld m2300w.c:1167:19: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=] 1167 | fprintf (stderr, "Farbverteilung der Seite:\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 1172 | , pix[0][0],pix[1][0],pix[2][0],pix[3][0]); | ~~~~~~~~~ | | | long int m2300w.c:1170:14: note: format string is defined here 1170 | "Cyan: %8d\n" | ~~^ | | | int | %8ld m2300w.c:1167:19: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long int' [-Wformat=] 1167 | fprintf (stderr, "Farbverteilung der Seite:\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 1172 | , pix[0][0],pix[1][0],pix[2][0],pix[3][0]); | ~~~~~~~~~ | | | long int m2300w.c:1171:14: note: format string is defined here 1171 | "Black: %8d\n" | ~~^ | | | int | %8ld In file included from /usr/include/stdio.h:866, from m2300w.c:23: In function 'fgets', inlined from 'readPkmraw' at m2300w.c:871:10: /usr/include/bits/stdio2.h:268:9: warning: call to '__fgets_chk_warn' declared with attribute warning: fgets called with bigger size than length of destination buffer [-Wattribute-warning] 268 | return __fgets_chk_warn (__s, __bos (__s), __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fgets', inlined from 'readPkmraw' at m2300w.c:768:13: /usr/include/bits/stdio2.h:268:9: warning: call to '__fgets_chk_warn' declared with attribute warning: fgets called with bigger size than length of destination buffer [-Wattribute-warning] 268 | return __fgets_chk_warn (__s, __bos (__s), __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/m2300w-0.51/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/m2300w-0.51/src' aarch64-mageia-linux-gnu-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 -o m2400w m2400w.c -lm m2400w.c: In function 'readPkmraw': m2400w.c:860:20: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 860 | fprintf (stderr, "Farbverteilung der Seite:\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 865 | , pix[0][0],pix[1][0],pix[2][0],pix[3][0]); | ~~~~~~~~~ | | | long int m2400w.c:861:15: note: format string is defined here 861 | "Yellow: %8d\n" | ~~^ | | | int | %8ld m2400w.c:860:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 860 | fprintf (stderr, "Farbverteilung der Seite:\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 865 | , pix[0][0],pix[1][0],pix[2][0],pix[3][0]); | ~~~~~~~~~ | | | long int m2400w.c:862:15: note: format string is defined here 862 | "Magenta: %8d\n" | ~~^ | | | int | %8ld m2400w.c:860:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=] 860 | fprintf (stderr, "Farbverteilung der Seite:\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 865 | , pix[0][0],pix[1][0],pix[2][0],pix[3][0]); | ~~~~~~~~~ | | | long int m2400w.c:863:15: note: format string is defined here 863 | "Cyan: %8d\n" | ~~^ | | | int | %8ld m2400w.c:860:20: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long int' [-Wformat=] 860 | fprintf (stderr, "Farbverteilung der Seite:\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 865 | , pix[0][0],pix[1][0],pix[2][0],pix[3][0]); | ~~~~~~~~~ | | | long int m2400w.c:864:15: note: format string is defined here 864 | "Black: %8d\n" | ~~^ | | | int | %8ld m2400w.c:1209:19: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 1209 | fprintf (stderr, "Farbverteilung der Seite:\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 1214 | , pix[0][0],pix[1][0],pix[2][0],pix[3][0]); | ~~~~~~~~~ | | | long int m2400w.c:1210:14: note: format string is defined here 1210 | "Yellow: %8d\n" | ~~^ | | | int | %8ld m2400w.c:1209:19: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 1209 | fprintf (stderr, "Farbverteilung der Seite:\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 1214 | , pix[0][0],pix[1][0],pix[2][0],pix[3][0]); | ~~~~~~~~~ | | | long int m2400w.c:1211:14: note: format string is defined here 1211 | "Magenta: %8d\n" | ~~^ | | | int | %8ld m2400w.c:1209:19: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=] 1209 | fprintf (stderr, "Farbverteilung der Seite:\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 1214 | , pix[0][0],pix[1][0],pix[2][0],pix[3][0]); | ~~~~~~~~~ | | | long int m2400w.c:1212:14: note: format string is defined here 1212 | "Cyan: %8d\n" | ~~^ | | | int | %8ld m2400w.c:1209:19: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long int' [-Wformat=] 1209 | fprintf (stderr, "Farbverteilung der Seite:\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 1214 | , pix[0][0],pix[1][0],pix[2][0],pix[3][0]); | ~~~~~~~~~ | | | long int m2400w.c:1213:14: note: format string is defined here 1213 | "Black: %8d\n" | ~~^ | | | int | %8ld In file included from /usr/include/stdio.h:866, from m2400w.c:22: In function 'fgets', inlined from 'readPkmraw' at m2400w.c:913:10: /usr/include/bits/stdio2.h:268:9: warning: call to '__fgets_chk_warn' declared with attribute warning: fgets called with bigger size than length of destination buffer [-Wattribute-warning] 268 | return __fgets_chk_warn (__s, __bos (__s), __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fgets', inlined from 'readPkmraw' at m2400w.c:810:13: /usr/include/bits/stdio2.h:268:9: warning: call to '__fgets_chk_warn' declared with attribute warning: fgets called with bigger size than length of destination buffer [-Wattribute-warning] 268 | return __fgets_chk_warn (__s, __bos (__s), __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/m2300w-0.51/src' make[1]: Nothing to be done for 'all'. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.iwchi8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64 + cd m2300w-0.51 + '[' 1 -eq 1 ']' + install -d /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/foomatic/db/source/driver /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/foomatic/db/source/opt /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/foomatic/db/source/printer + install -d /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/cups/model/m2300w + echo 'warning: %makeinstall is deprecated, try %make_install instead' warning: %makeinstall is deprecated, try %make_install instead + /usr/bin/make prefix=/home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr exec_prefix=/home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr bindir=/home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/bin sbindir=/home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/sbin sysconfdir=/home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/etc datadir=/home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share includedir=/home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/include libdir=/home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/lib64 libexecdir=/home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/libexec localstatedir=/home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/var sharedstatedir=/home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/var/lib mandir=/home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/man infodir=/home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/info install INSTROOT=/home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64 rm -rf /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/m2300w/crd for DIR in src psfiles; do (cd $DIR; /usr/bin/make INSTROOT=/home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64 install); done make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/m2300w-0.51/src' chmod 755 m2300w-wrapper rm -f /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/bin/m2300w /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/bin/m2300w_wrapper /usr/bin/install -c -d -m 755 /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/bin /usr/bin/install -c -d -m 755 /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/m2300w/0.51 for P in m2300w m2400w m2300w-wrapper ; do \ /usr/bin/install -c -m 755 $P /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/bin; \ done make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/m2300w-0.51/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/m2300w-0.51/psfiles' /usr/bin/install -c -d -m 755 /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/m2300w/0.51/psfiles for F in prolog.ps epilogue.ps screen1200.ps screen2400.ps defrgb-AdobeRGB.csa defrgb-builtin.csa defrgb-gimp-print.csa defrgb-sRGB.csa CHP410-1200-Photo.crd CHP410-1200-Photo-kh.crd CHP410-1200-AutoColor.crd CHP410-1200-Draft.crd ; do \ /usr/bin/install -c -m 644 $F /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/m2300w/0.51/psfiles; \ done make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/m2300w-0.51/psfiles' /usr/bin/install -c -c -d -m 755 /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/doc/m2300w-0.51 /usr/bin/install -c -c -m 644 README README.ghostscript INSTALL COPYING /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/doc/m2300w-0.51 + for dir in driver opt printer + install -c -m 644 foomatic/driver/m2300w.xml foomatic/driver/m2400w.xml /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/foomatic/db/source/driver/ + for dir in driver opt printer + install -c -m 644 foomatic/opt/m2300w-ColorMode.xml foomatic/opt/m2300w-ColorProfile.xml foomatic/opt/m2300w-Debug.xml foomatic/opt/m2300w-DefaultRGB.xml foomatic/opt/m2300w-MediaType.xml foomatic/opt/m2300w-PageSize.xml foomatic/opt/m2300w-PrintoutMode.xml foomatic/opt/m2300w-Quality.xml foomatic/opt/m2300w-Resolution.xml foomatic/opt/m2300w-psnup.xml /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/foomatic/db/source/opt/ + for dir in driver opt printer + install -c -m 644 foomatic/printer/Minolta-magicolor_2300W.xml foomatic/printer/Minolta-magicolor_2400W.xml /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/foomatic/db/source/printer/ + install -m0644 ppd/magicolor_2300W-m2300w.ppd ppd/magicolor_2400W-m2400w.ppd /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/cups/model/m2300w/ + rm -rf /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/doc + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.51-17.mga8 --unique-debug-suffix -0.51-17.mga8.aarch64 --unique-debug-src-base cups-drivers-m2300w-0.51-17.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/m2300w-0.51 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/bin/m2400w explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/bin/m2300w extracting debug info from /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/bin/m2400w extracting debug info from /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/bin/m2300w original debug info size: 160kB, size after compression: 160kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 151 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/m2300w-wrapper from /bin/sh to #!/usr/bin/sh Processing files: cups-drivers-m2300w-0.51-17.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QPWEX8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd m2300w-0.51 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/doc/cups-drivers-m2300w + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/doc/cups-drivers-m2300w + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/doc/cups-drivers-m2300w + cp -pr INSTALL /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/doc/cups-drivers-m2300w + cp -pr README /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/doc/cups-drivers-m2300w + cp -pr README.ghostscript /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64/usr/share/doc/cups-drivers-m2300w + RPM_EC=0 ++ jobs -p + exit 0 Provides: cups-drivers-m2300w = 0.51-17.mga8 cups-drivers-m2300w(aarch-64) = 0.51-17.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) Conflicts: cups-drivers = 2007 foomatic-db < 1:3.0.2-1.20070820.1mdv2008.0 printer-filters = 2007 printer-utils = 2007 Processing files: cups-drivers-m2300w-debugsource-0.51-17.mga8.aarch64 Provides: cups-drivers-m2300w-debugsource = 0.51-17.mga8 cups-drivers-m2300w-debugsource(aarch-64) = 0.51-17.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cups-drivers-m2300w-debuginfo-0.51-17.mga8.aarch64 Provides: cups-drivers-m2300w-debuginfo = 0.51-17.mga8 cups-drivers-m2300w-debuginfo(aarch-64) = 0.51-17.mga8 debuginfo(build-id) = 92acc3d5ba591237b4f8097b9da1755e4579ba19 debuginfo(build-id) = e593e982a0a968b5673268eb0ec00c930b9b4187 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: cups-drivers-m2300w-debugsource(aarch-64) = 0.51-17.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/cups-drivers-m2300w-debugsource-0.51-17.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/cups-drivers-m2300w-debuginfo-0.51-17.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/cups-drivers-m2300w-0.51-17.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Iex205 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd m2300w-0.51 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/cups-drivers-m2300w-0.51-17.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.sVag76 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf m2300w-0.51 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!