DC-Build-Header: cups 1.5.3-2 / Mon Jul 09 20:44:21 +0000 2012 DC-Task: logfile:/tmp/cups_1.5.3-2_unstable_clang.log version:1.5.3-2 modes:clang chroot:unstable source:cups esttime:897 architecture:any DC-Sbuild-call: su user -c 'sbuild -n -A -s --force-orig-source --apt-update -d unstable -v --chroot-setup-commands=/tmp/switch-to-clang cups_1.5.3-2' sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on ip-10-29-171-155.ec2.internal ╔══════════════════════════════════════════════════════════════════════════════╗ ║ cups 1.5.3-2 (amd64) 09 Jul 2012 20:44 ║ ╚══════════════════════════════════════════════════════════════════════════════╝ Package: cups Version: 1.5.3-2 Source Version: 1.5.3-2 Distribution: unstable Architecture: amd64 I: NOTICE: Log filtering will replace 'build/cups-g2B2Or/cups-1.5.3' with '«PKGBUILDDIR»' I: NOTICE: Log filtering will replace 'build/cups-g2B2Or' with '«BUILDDIR»' I: NOTICE: Log filtering will replace 'var/lib/schroot/mount/unstable-amd64-sbuild-426ea7e8-44ef-48eb-9b1f-e0934a5e0051' with '«CHROOT»' ┌──────────────────────────────────────────────────────────────────────────────┐ │ Update chroot │ └──────────────────────────────────────────────────────────────────────────────┘ Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ┌──────────────────────────────────────────────────────────────────────────────┐ │ Fetch source files │ └──────────────────────────────────────────────────────────────────────────────┘ Check APT ───────── Checking available source versions... Download source files with APT ────────────────────────────── Reading package lists... Building dependency tree... Reading state information... NOTICE: 'cups' packaging is maintained in the 'Bzr' version control system at: http://bzr.debian.org/pkg-cups/cups/debian-trunk/ Please use: bzr branch http://bzr.debian.org/pkg-cups/cups/debian-trunk/ to retrieve the latest (possibly unreleased) updates to the package. Need to get 9892 kB of source archives. Get:1 http://localhost/debian/ unstable/main cups 1.5.3-2 (dsc) [3415 B] Get:2 http://localhost/debian/ unstable/main cups 1.5.3-2 (tar) [9580 kB] Get:3 http://localhost/debian/ unstable/main cups 1.5.3-2 (diff) [308 kB] Fetched 9892 kB in 0s (30.3 MB/s) Download complete and in download only mode Check arch ────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ Chroot Setup Commands │ └──────────────────────────────────────────────────────────────────────────────┘ /tmp/switch-to-clang ──────────────────── + echo 'Entering customization script...' Entering customization script... + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... + echo 'Install of clang' Install of clang + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... + apt-get install --yes --no-install-recommends clang -t unstable Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libclang-common-dev libffi5 libllvm3.1 Recommended packages: llvm-3.1-dev python The following NEW packages will be installed: clang libclang-common-dev libffi5 libllvm3.1 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 13.1 MB of archives. After this operation, 35.6 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libffi5 amd64 3.0.10-3 [24.8 kB] Get:2 http://localhost/debian/ unstable/main libllvm3.1 amd64 3.1-2 [7275 kB] Get:3 http://localhost/debian/ unstable/main libclang-common-dev amd64 3.1-8 [84.3 kB] Get:4 http://localhost/debian/ unstable/main clang amd64 3.1-8 [5755 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 13.1 MB in 0s (30.3 MB/s) Selecting previously unselected package libffi5:amd64. (Reading database ... 11729 files and directories currently installed.) Unpacking libffi5:amd64 (from .../libffi5_3.0.10-3_amd64.deb) ... Selecting previously unselected package libllvm3.1:amd64. Unpacking libllvm3.1:amd64 (from .../libllvm3.1_3.1-2_amd64.deb) ... Selecting previously unselected package libclang-common-dev. Unpacking libclang-common-dev (from .../libclang-common-dev_3.1-8_amd64.deb) ... Selecting previously unselected package clang. Unpacking clang (from .../archives/clang_3.1-8_amd64.deb) ... Setting up libffi5:amd64 (3.0.10-3) ... Setting up libllvm3.1:amd64 (3.1-2) ... Setting up libclang-common-dev (3.1-8) ... Setting up clang (3.1-8) ... + echo 'Replace gcc, g++ & cpp by clang' Replace gcc, g++ & cpp by clang + VERSION=4.7 + cd /usr/bin + rm g++-4.7 gcc-4.7 cpp-4.7 + ln -s clang++ g++-4.7 + ln -s clang gcc-4.7 + ln -s clang cpp-4.7 + cd - /«BUILDDIR» + echo 'Block the installation of new gcc version' Block the installation of new gcc version + dpkg --set-selections + echo 'gcc-4.6 hold' + dpkg --set-selections + echo 'cpp-4.6 hold' + dpkg --set-selections + echo 'g++-4.6 hold' + dpkg --set-selections + echo 'gcc-4.7 hold' + dpkg --set-selections + echo 'cpp-4.7 hold' + dpkg --set-selections + echo 'g++-4.7 hold' + echo 'Check if gcc, g++ & cpp are actually clang' Check if gcc, g++ & cpp are actually clang + grep clang + gcc --version I: Finished running '/tmp/switch-to-clang'. Finished processing commands. ──────────────────────────────────────────────────────────────────────────────── Merged Build-Depends: build-essential, fakeroot Filtered Build-Depends: build-essential, fakeroot dpkg-deb: building package `sbuild-build-depends-core-dummy' in `/«BUILDDIR»/resolver-0YYUqx/apt_archive/sbuild-build-depends-core-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install core build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: sbuild-build-depends-core-dummy debconf: delaying package configuration, since apt-utils is not installed 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/706 B of archives. After this operation, 0 B of additional disk space will be used. Selecting previously unselected package sbuild-build-depends-core-dummy. (Reading database ... 11809 files and directories currently installed.) Unpacking sbuild-build-depends-core-dummy (from .../sbuild-build-depends-core-dummy.deb) ... Setting up sbuild-build-depends-core-dummy (0.invalid.0) ... Merged Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev | libc-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), cdbs (>= 0.4.93~), debhelper (>= 8.1.3~), dpkg-dev (>= 1.16.1~), patch, autoconf, automake, libtool, autotools-dev, pkg-config, ghostscript (>= 9.02~), libavahi-client-dev, libavahi-common-dev, libavahi-compat-libdnssd-dev, libdbus-1-dev, libfontconfig1-dev, libfreetype6-dev, libgnutls-dev, libijs-dev, libjpeg-dev, libldap2-dev, libkrb5-dev, libpam0g-dev, libpaper-dev, libpng-dev | libpng12-dev, libslp-dev, libtiff-dev, libusb-1.0-0-dev, po4a (>= 0.31~), po-debconf, poppler-utils, sharutils, zlib1g-dev Filtered Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), cdbs (>= 0.4.93~), debhelper (>= 8.1.3~), dpkg-dev (>= 1.16.1~), patch, autoconf, automake, libtool, autotools-dev, pkg-config, ghostscript (>= 9.02~), libavahi-client-dev, libavahi-common-dev, libavahi-compat-libdnssd-dev, libdbus-1-dev, libfontconfig1-dev, libfreetype6-dev, libgnutls-dev, libijs-dev, libjpeg-dev, libldap2-dev, libkrb5-dev, libpam0g-dev, libpaper-dev, libpng-dev, libslp-dev, libtiff-dev, libusb-1.0-0-dev, po4a (>= 0.31~), po-debconf, poppler-utils, sharutils, zlib1g-dev dpkg-deb: building package `sbuild-build-depends-cups-dummy' in `/«BUILDDIR»/resolver-RcAqjI/apt_archive/sbuild-build-depends-cups-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install cups build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: autoconf automake autotools-dev bsdmainutils cdbs comerr-dev debhelper file fontconfig-config gettext gettext-base ghostscript groff-base gsfonts html2text intltool-debian krb5-multidev libasprintf0c2 libavahi-client-dev libavahi-client3 libavahi-common-data libavahi-common-dev libavahi-common3 libavahi-compat-libdnssd-dev libavahi-compat-libdnssd1 libcairo2 libcroco3 libcups2 libcupsimage2 libdbus-1-3 libdbus-1-dev libexpat1 libexpat1-dev libfontconfig1 libfontconfig1-dev libfreetype6 libfreetype6-dev libgcrypt11 libgcrypt11-dev libgettextpo0 libglib2.0-0 libgnutls-dev libgnutls-openssl27 libgnutls26 libgnutlsxx27 libgpg-error-dev libgpg-error0 libgs9 libgs9-common libgssapi-krb5-2 libgssrpc4 libidn11 libijs-0.35 libijs-dev libjasper1 libjbig-dev libjbig0 libjbig2dec0 libjpeg8 libjpeg8-dev libk5crypto3 libkadm5clnt-mit8 libkadm5srv-mit8 libkdb5-6 libkeyutils1 libkrb5-3 libkrb5-dev libkrb5support0 liblcms1 liblcms2-2 libldap-2.4-2 libldap2-dev libmagic1 libopenjpeg2 libp11-kit-dev libp11-kit0 libpam0g-dev libpaper-dev libpaper1 libpcre3 libpipeline1 libpixman-1-0 libpng12-0 libpng12-dev libpoppler19 libpopt0 libsasl2-2 libsgmls-perl libslp-dev libslp1 libsp1c2 libtasn1-3 libtasn1-3-dev libtiff4 libtiff4-dev libtiffxx0c2 libtool libunistring0 libusb-1.0-0 libusb-1.0-0-dev libx11-6 libx11-data libxau6 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxml2 libxrender1 m4 man-db pkg-config po-debconf po4a poppler-data poppler-utils sharutils sp ttf-dejavu-core zlib1g-dev Suggested packages: autoconf2.13 autoconf-archive gnu-standards autoconf-doc wamerican wordlist whois vacation devscripts doc-base dh-make gettext-doc ghostscript-cups ghostscript-x hpijs groff krb5-doc cups-common rng-tools libgcrypt11-doc gnutls-doc krb5-user libjasper-runtime liblcms-utils liblcms2-utils sgmls-doc sgmlspl openslp-doc slpd libtool-doc automaken gfortran fortran95-compiler gcj less www-browser libmail-box-perl fonts-japanese-mincho fonts-ipafont-mincho fonts-japanese-gothic fonts-ipafont-gothic fonts-arphic-ukai fonts-arphic-uming fonts-unfonts-core bsd-mailx mailx sgml-data Recommended packages: curl wget lynx-cur autopoint libnss-mdns dbus libglib2.0-data shared-mime-info fonts-droid krb5-locales libpaper-utils libsasl2-modules libltdl-dev xml-core libmail-sendmail-perl libterm-readkey-perl The following NEW packages will be installed: autoconf automake autotools-dev bsdmainutils cdbs comerr-dev debhelper file fontconfig-config gettext gettext-base ghostscript groff-base gsfonts html2text intltool-debian krb5-multidev libasprintf0c2 libavahi-client-dev libavahi-client3 libavahi-common-data libavahi-common-dev libavahi-common3 libavahi-compat-libdnssd-dev libavahi-compat-libdnssd1 libcairo2 libcroco3 libcups2 libcupsimage2 libdbus-1-3 libdbus-1-dev libexpat1 libexpat1-dev libfontconfig1 libfontconfig1-dev libfreetype6 libfreetype6-dev libgcrypt11 libgcrypt11-dev libgettextpo0 libglib2.0-0 libgnutls-dev libgnutls-openssl27 libgnutls26 libgnutlsxx27 libgpg-error-dev libgpg-error0 libgs9 libgs9-common libgssapi-krb5-2 libgssrpc4 libidn11 libijs-0.35 libijs-dev libjasper1 libjbig-dev libjbig0 libjbig2dec0 libjpeg8 libjpeg8-dev libk5crypto3 libkadm5clnt-mit8 libkadm5srv-mit8 libkdb5-6 libkeyutils1 libkrb5-3 libkrb5-dev libkrb5support0 liblcms1 liblcms2-2 libldap-2.4-2 libldap2-dev libmagic1 libopenjpeg2 libp11-kit-dev libp11-kit0 libpam0g-dev libpaper-dev libpaper1 libpcre3 libpipeline1 libpixman-1-0 libpng12-0 libpng12-dev libpoppler19 libpopt0 libsasl2-2 libsgmls-perl libslp-dev libslp1 libsp1c2 libtasn1-3 libtasn1-3-dev libtiff4 libtiff4-dev libtiffxx0c2 libtool libunistring0 libusb-1.0-0 libusb-1.0-0-dev libx11-6 libx11-data libxau6 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxml2 libxrender1 m4 man-db pkg-config po-debconf po4a poppler-data poppler-utils sbuild-build-depends-cups-dummy sharutils sp ttf-dejavu-core zlib1g-dev 0 upgraded, 121 newly installed, 0 to remove and 0 not upgraded. Need to get 43.0 MB/43.0 MB of archives. After this operation, 117 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libpipeline1 amd64 1.2.1-1 [39.2 kB] Get:2 http://localhost/debian/ unstable/main libpopt0 amd64 1.16-7 [56.4 kB] Get:3 http://localhost/debian/ unstable/main libasprintf0c2 amd64 0.18.1.1-9 [26.8 kB] Get:4 http://localhost/debian/ unstable/main libgpg-error0 amd64 1.10-3 [66.8 kB] Get:5 http://localhost/debian/ unstable/main libgcrypt11 amd64 1.5.0-3 [298 kB] Get:6 http://localhost/debian/ unstable/main libp11-kit0 amd64 0.12-3 [52.8 kB] Get:7 http://localhost/debian/ unstable/main libtasn1-3 amd64 2.13-2 [67.7 kB] Get:8 http://localhost/debian/ unstable/main libgnutls26 amd64 2.12.20-1 [616 kB] Get:9 http://localhost/debian/ unstable/main libgnutls-openssl27 amd64 2.12.20-1 [220 kB] Get:10 http://localhost/debian/ unstable/main libkeyutils1 amd64 1.5.5-3 [8552 B] Get:11 http://localhost/debian/ unstable/main libkrb5support0 amd64 1.10.1+dfsg-1 [49.0 kB] Get:12 http://localhost/debian/ unstable/main libk5crypto3 amd64 1.10.1+dfsg-1 [112 kB] Get:13 http://localhost/debian/ unstable/main libkrb5-3 amd64 1.10.1+dfsg-1 [393 kB] Get:14 http://localhost/debian/ unstable/main libgssapi-krb5-2 amd64 1.10.1+dfsg-1 [147 kB] Get:15 http://localhost/debian/ unstable/main libgssrpc4 amd64 1.10.1+dfsg-1 [87.3 kB] Get:16 http://localhost/debian/ unstable/main libidn11 amd64 1.25-2 [178 kB] Get:17 http://localhost/debian/ unstable/main libkadm5clnt-mit8 amd64 1.10.1+dfsg-1 [67.4 kB] Get:18 http://localhost/debian/ unstable/main libkdb5-6 amd64 1.10.1+dfsg-1 [66.2 kB] Get:19 http://localhost/debian/ unstable/main libkadm5srv-mit8 amd64 1.10.1+dfsg-1 [84.4 kB] Get:20 http://localhost/debian/ unstable/main libsasl2-2 amd64 2.1.25.dfsg1-4+b1 [120 kB] Get:21 http://localhost/debian/ unstable/main libldap-2.4-2 amd64 2.4.31-1 [243 kB] Get:22 http://localhost/debian/ unstable/main libmagic1 amd64 5.11-2 [202 kB] Get:23 http://localhost/debian/ unstable/main libpcre3 amd64 1:8.30-5 [242 kB] Get:24 http://localhost/debian/ unstable/main libxml2 amd64 2.8.0+dfsg1-4 [903 kB] Get:25 http://localhost/debian/ unstable/main libavahi-common-data amd64 0.6.31-1 [134 kB] Get:26 http://localhost/debian/ unstable/main libavahi-common3 amd64 0.6.31-1 [54.3 kB] Get:27 http://localhost/debian/ unstable/main libdbus-1-3 amd64 1.6.2-2 [171 kB] Get:28 http://localhost/debian/ unstable/main libavahi-client3 amd64 0.6.31-1 [59.1 kB] Get:29 http://localhost/debian/ unstable/main libavahi-compat-libdnssd1 amd64 0.6.31-1 [47.3 kB] Get:30 http://localhost/debian/ unstable/main libexpat1 amd64 2.1.0-1 [141 kB] Get:31 http://localhost/debian/ unstable/main libfreetype6 amd64 2.4.9-1 [450 kB] Get:32 http://localhost/debian/ unstable/main ttf-dejavu-core all 2.33-2 [1552 kB] Get:33 http://localhost/debian/ unstable/main fontconfig-config all 2.9.0-6 [232 kB] Get:34 http://localhost/debian/ unstable/main libfontconfig1 amd64 2.9.0-6 [299 kB] Get:35 http://localhost/debian/ unstable/main libpixman-1-0 amd64 0.26.0-3 [427 kB] Get:36 http://localhost/debian/ unstable/main libpng12-0 amd64 1.2.49-1 [190 kB] Get:37 http://localhost/debian/ unstable/main libxau6 amd64 1:1.0.7-1 [18.8 kB] Get:38 http://localhost/debian/ unstable/main libxdmcp6 amd64 1:1.1.1-1 [26.3 kB] Get:39 http://localhost/debian/ unstable/main libxcb1 amd64 1.8.1-1 [50.0 kB] Get:40 http://localhost/debian/ unstable/main libx11-data all 2:1.5.0-1 [189 kB] Get:41 http://localhost/debian/ unstable/main libx11-6 amd64 2:1.5.0-1 [901 kB] Get:42 http://localhost/debian/ unstable/main libxcb-render0 amd64 1.8.1-1 [18.4 kB] Get:43 http://localhost/debian/ unstable/main libxcb-shm0 amd64 1.8.1-1 [10.1 kB] Get:44 http://localhost/debian/ unstable/main libxrender1 amd64 1:0.9.7-1 [32.2 kB] Get:45 http://localhost/debian/ unstable/main libcairo2 amd64 1.12.2-2 [912 kB] Get:46 http://localhost/debian/ unstable/main libglib2.0-0 amd64 2.32.3-1 [2081 kB] Get:47 http://localhost/debian/ unstable/main libcroco3 amd64 0.6.5-1 [151 kB] Get:48 http://localhost/debian/ unstable/main libcups2 amd64 1.5.3-2 [255 kB] Get:49 http://localhost/debian/ unstable/main libjpeg8 amd64 8d-1 [134 kB] Get:50 http://localhost/debian/ unstable/main libjbig0 amd64 2.0-2 [32.2 kB] Get:51 http://localhost/debian/ unstable/main libtiff4 amd64 3.9.6-6 [202 kB] Get:52 http://localhost/debian/ unstable/main libcupsimage2 amd64 1.5.3-2 [137 kB] Get:53 http://localhost/debian/ unstable/main libunistring0 amd64 0.9.3-5 [434 kB] Get:54 http://localhost/debian/ unstable/main libgettextpo0 amd64 0.18.1.1-9 [145 kB] Get:55 http://localhost/debian/ unstable/main libjasper1 amd64 1.900.1-13 [159 kB] Get:56 http://localhost/debian/ unstable/main liblcms1 amd64 1.19.dfsg-1.1 [112 kB] Get:57 http://localhost/debian/ unstable/main liblcms2-2 amd64 2.2+git20110628-2.2 [143 kB] Get:58 http://localhost/debian/ unstable/main libopenjpeg2 amd64 1.3+dfsg-4.2 [85.4 kB] Get:59 http://localhost/debian/ unstable/main libpaper1 amd64 1.1.24+nmu2 [22.0 kB] Get:60 http://localhost/debian/ unstable/main libpoppler19 amd64 0.18.4-3 [1109 kB] Get:61 http://localhost/debian/ unstable/main libtiffxx0c2 amd64 3.9.6-6 [63.0 kB] Get:62 http://localhost/debian/ unstable/main libusb-1.0-0 amd64 2:1.0.12-2 [45.3 kB] Get:63 http://localhost/debian/ unstable/main poppler-data all 0.4.5-8 [1490 kB] Get:64 http://localhost/debian/ unstable/main libgnutlsxx27 amd64 2.12.20-1 [224 kB] Get:65 http://localhost/debian/ unstable/main libjbig-dev amd64 2.0-2 [11.3 kB] Get:66 http://localhost/debian/ unstable/main bsdmainutils amd64 9.0.3 [209 kB] Get:67 http://localhost/debian/ unstable/main groff-base amd64 1.21-9 [1153 kB] Get:68 http://localhost/debian/ unstable/main man-db amd64 2.6.2-1 [1061 kB] Get:69 http://localhost/debian/ unstable/main file amd64 5.11-2 [51.8 kB] Get:70 http://localhost/debian/ unstable/main gettext-base amd64 0.18.1.1-9 [154 kB] Get:71 http://localhost/debian/ unstable/main m4 amd64 1.4.16-3 [260 kB] Get:72 http://localhost/debian/ unstable/main autoconf all 2.69-1 [589 kB] Get:73 http://localhost/debian/ unstable/main autotools-dev all 20120608.1 [73.0 kB] Get:74 http://localhost/debian/ unstable/main automake all 1:1.11.5-2 [606 kB] Get:75 http://localhost/debian/ unstable/main cdbs all 0.4.116 [79.9 kB] Get:76 http://localhost/debian/ unstable/main html2text amd64 1.3.2a-15 [103 kB] Get:77 http://localhost/debian/ unstable/main gettext amd64 0.18.1.1-9 [1975 kB] Get:78 http://localhost/debian/ unstable/main intltool-debian all 0.35.0+20060710.1 [30.8 kB] Get:79 http://localhost/debian/ unstable/main po-debconf all 1.0.16+nmu2 [224 kB] Get:80 http://localhost/debian/ unstable/main debhelper all 9.20120608 [700 kB] Get:81 http://localhost/debian/ unstable/main libijs-0.35 amd64 0.35-8 [20.4 kB] Get:82 http://localhost/debian/ unstable/main libjbig2dec0 amd64 0.11+20120125-1 [51.8 kB] Get:83 http://localhost/debian/ unstable/main libgs9-common all 9.05~dfsg-6 [2189 kB] Get:84 http://localhost/debian/ unstable/main libgs9 amd64 9.05~dfsg-6 [2316 kB] Get:85 http://localhost/debian/ unstable/main gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.2 [3364 kB] Get:86 http://localhost/debian/ unstable/main ghostscript amd64 9.05~dfsg-6 [82.1 kB] Get:87 http://localhost/debian/ unstable/main comerr-dev amd64 2.1-1.42.4-3 [42.8 kB] Get:88 http://localhost/debian/ unstable/main krb5-multidev amd64 1.10.1+dfsg-1 [153 kB] Get:89 http://localhost/debian/ unstable/main libavahi-common-dev amd64 0.6.31-1 [72.0 kB] Get:90 http://localhost/debian/ unstable/main pkg-config amd64 0.26-1 [59.5 kB] Get:91 http://localhost/debian/ unstable/main libdbus-1-dev amd64 1.6.2-2 [245 kB] Get:92 http://localhost/debian/ unstable/main libavahi-client-dev amd64 0.6.31-1 [66.3 kB] Get:93 http://localhost/debian/ unstable/main libavahi-compat-libdnssd-dev amd64 0.6.31-1 [65.7 kB] Get:94 http://localhost/debian/ unstable/main libexpat1-dev amd64 2.1.0-1 [229 kB] Get:95 http://localhost/debian/ unstable/main zlib1g-dev amd64 1:1.2.7.dfsg-13 [215 kB] Get:96 http://localhost/debian/ unstable/main libfreetype6-dev amd64 2.4.9-1 [803 kB] Get:97 http://localhost/debian/ unstable/main libfontconfig1-dev amd64 2.9.0-6 [857 kB] Get:98 http://localhost/debian/ unstable/main libgpg-error-dev amd64 1.10-3 [42.5 kB] Get:99 http://localhost/debian/ unstable/main libgcrypt11-dev amd64 1.5.0-3 [402 kB] Get:100 http://localhost/debian/ unstable/main libtasn1-3-dev amd64 2.13-2 [389 kB] Get:101 http://localhost/debian/ unstable/main libp11-kit-dev amd64 0.12-3 [67.8 kB] Get:102 http://localhost/debian/ unstable/main libgnutls-dev amd64 2.12.20-1 [751 kB] Get:103 http://localhost/debian/ unstable/main libijs-dev amd64 0.35-8 [94.5 kB] Get:104 http://localhost/debian/ unstable/main libjpeg8-dev amd64 8d-1 [242 kB] Get:105 http://localhost/debian/ unstable/main libpam0g-dev amd64 1.1.3-7.1 [191 kB] Get:106 http://localhost/debian/ unstable/main libpaper-dev amd64 1.1.24+nmu2 [17.8 kB] Get:107 http://localhost/debian/ unstable/main libpng12-dev amd64 1.2.49-1 [266 kB] Get:108 http://localhost/debian/ unstable/main libsgmls-perl all 1.03ii-32 [27.8 kB] Get:109 http://localhost/debian/ unstable/main libslp1 amd64 1.2.1-9 [50.8 kB] Get:110 http://localhost/debian/ unstable/main libsp1c2 amd64 1.3.4-1.2.1-47.1+b1 [1455 kB] Get:111 http://localhost/debian/ unstable/main libtiff4-dev amd64 3.9.6-6 [337 kB] Get:112 http://localhost/debian/ unstable/main libtool amd64 2.4.2-1.1 [619 kB] Get:113 http://localhost/debian/ unstable/main libusb-1.0-0-dev amd64 2:1.0.12-2 [189 kB] Get:114 http://localhost/debian/ unstable/main sp amd64 1.3.4-1.2.1-47.1+b1 [176 kB] Get:115 http://localhost/debian/ unstable/main po4a all 0.42-1 [1278 kB] Get:116 http://localhost/debian/ unstable/main poppler-utils amd64 0.18.4-3 [163 kB] Get:117 http://localhost/debian/ unstable/main sharutils amd64 1:4.11.1-1 [195 kB] Get:118 http://localhost/debian/ unstable/main libkrb5-dev amd64 1.10.1+dfsg-1 [39.4 kB] Get:119 http://localhost/debian/ unstable/main libldap2-dev amd64 2.4.31-1 [563 kB] Get:120 http://localhost/debian/ unstable/main libslp-dev amd64 1.2.1-9 [72.3 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 43.0 MB in 1s (22.6 MB/s) Selecting previously unselected package libpipeline1:amd64. (Reading database ... 11809 files and directories currently installed.) Unpacking libpipeline1:amd64 (from .../libpipeline1_1.2.1-1_amd64.deb) ... Selecting previously unselected package libpopt0:amd64. Unpacking libpopt0:amd64 (from .../libpopt0_1.16-7_amd64.deb) ... Selecting previously unselected package libasprintf0c2:amd64. Unpacking libasprintf0c2:amd64 (from .../libasprintf0c2_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package libgpg-error0:amd64. Unpacking libgpg-error0:amd64 (from .../libgpg-error0_1.10-3_amd64.deb) ... Selecting previously unselected package libgcrypt11:amd64. Unpacking libgcrypt11:amd64 (from .../libgcrypt11_1.5.0-3_amd64.deb) ... Selecting previously unselected package libp11-kit0:amd64. Unpacking libp11-kit0:amd64 (from .../libp11-kit0_0.12-3_amd64.deb) ... Selecting previously unselected package libtasn1-3:amd64. Unpacking libtasn1-3:amd64 (from .../libtasn1-3_2.13-2_amd64.deb) ... Selecting previously unselected package libgnutls26:amd64. Unpacking libgnutls26:amd64 (from .../libgnutls26_2.12.20-1_amd64.deb) ... Selecting previously unselected package libgnutls-openssl27:amd64. Unpacking libgnutls-openssl27:amd64 (from .../libgnutls-openssl27_2.12.20-1_amd64.deb) ... Selecting previously unselected package libkeyutils1:amd64. Unpacking libkeyutils1:amd64 (from .../libkeyutils1_1.5.5-3_amd64.deb) ... Selecting previously unselected package libkrb5support0:amd64. Unpacking libkrb5support0:amd64 (from .../libkrb5support0_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libk5crypto3:amd64. Unpacking libk5crypto3:amd64 (from .../libk5crypto3_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libkrb5-3:amd64. Unpacking libkrb5-3:amd64 (from .../libkrb5-3_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Unpacking libgssapi-krb5-2:amd64 (from .../libgssapi-krb5-2_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libgssrpc4:amd64. Unpacking libgssrpc4:amd64 (from .../libgssrpc4_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libidn11:amd64. Unpacking libidn11:amd64 (from .../libidn11_1.25-2_amd64.deb) ... Selecting previously unselected package libkadm5clnt-mit8:amd64. Unpacking libkadm5clnt-mit8:amd64 (from .../libkadm5clnt-mit8_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libkdb5-6:amd64. Unpacking libkdb5-6:amd64 (from .../libkdb5-6_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libkadm5srv-mit8:amd64. Unpacking libkadm5srv-mit8:amd64 (from .../libkadm5srv-mit8_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libsasl2-2:amd64. Unpacking libsasl2-2:amd64 (from .../libsasl2-2_2.1.25.dfsg1-4+b1_amd64.deb) ... Selecting previously unselected package libldap-2.4-2:amd64. Unpacking libldap-2.4-2:amd64 (from .../libldap-2.4-2_2.4.31-1_amd64.deb) ... Selecting previously unselected package libmagic1:amd64. Unpacking libmagic1:amd64 (from .../libmagic1_5.11-2_amd64.deb) ... Selecting previously unselected package libpcre3:amd64. Unpacking libpcre3:amd64 (from .../libpcre3_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libxml2:amd64. Unpacking libxml2:amd64 (from .../libxml2_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package libavahi-common-data:amd64. Unpacking libavahi-common-data:amd64 (from .../libavahi-common-data_0.6.31-1_amd64.deb) ... Selecting previously unselected package libavahi-common3:amd64. Unpacking libavahi-common3:amd64 (from .../libavahi-common3_0.6.31-1_amd64.deb) ... Selecting previously unselected package libdbus-1-3:amd64. Unpacking libdbus-1-3:amd64 (from .../libdbus-1-3_1.6.2-2_amd64.deb) ... Selecting previously unselected package libavahi-client3:amd64. Unpacking libavahi-client3:amd64 (from .../libavahi-client3_0.6.31-1_amd64.deb) ... Selecting previously unselected package libavahi-compat-libdnssd1:amd64. Unpacking libavahi-compat-libdnssd1:amd64 (from .../libavahi-compat-libdnssd1_0.6.31-1_amd64.deb) ... Selecting previously unselected package libexpat1:amd64. Unpacking libexpat1:amd64 (from .../libexpat1_2.1.0-1_amd64.deb) ... Selecting previously unselected package libfreetype6:amd64. Unpacking libfreetype6:amd64 (from .../libfreetype6_2.4.9-1_amd64.deb) ... Selecting previously unselected package ttf-dejavu-core. Unpacking ttf-dejavu-core (from .../ttf-dejavu-core_2.33-2_all.deb) ... Selecting previously unselected package fontconfig-config. Unpacking fontconfig-config (from .../fontconfig-config_2.9.0-6_all.deb) ... Selecting previously unselected package libfontconfig1:amd64. Unpacking libfontconfig1:amd64 (from .../libfontconfig1_2.9.0-6_amd64.deb) ... Selecting previously unselected package libpixman-1-0:amd64. Unpacking libpixman-1-0:amd64 (from .../libpixman-1-0_0.26.0-3_amd64.deb) ... Selecting previously unselected package libpng12-0:amd64. Unpacking libpng12-0:amd64 (from .../libpng12-0_1.2.49-1_amd64.deb) ... Selecting previously unselected package libxau6:amd64. Unpacking libxau6:amd64 (from .../libxau6_1%3a1.0.7-1_amd64.deb) ... Selecting previously unselected package libxdmcp6:amd64. Unpacking libxdmcp6:amd64 (from .../libxdmcp6_1%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package libxcb1:amd64. Unpacking libxcb1:amd64 (from .../libxcb1_1.8.1-1_amd64.deb) ... Selecting previously unselected package libx11-data. Unpacking libx11-data (from .../libx11-data_2%3a1.5.0-1_all.deb) ... Selecting previously unselected package libx11-6:amd64. Unpacking libx11-6:amd64 (from .../libx11-6_2%3a1.5.0-1_amd64.deb) ... Selecting previously unselected package libxcb-render0:amd64. Unpacking libxcb-render0:amd64 (from .../libxcb-render0_1.8.1-1_amd64.deb) ... Selecting previously unselected package libxcb-shm0:amd64. Unpacking libxcb-shm0:amd64 (from .../libxcb-shm0_1.8.1-1_amd64.deb) ... Selecting previously unselected package libxrender1:amd64. Unpacking libxrender1:amd64 (from .../libxrender1_1%3a0.9.7-1_amd64.deb) ... Selecting previously unselected package libcairo2:amd64. Unpacking libcairo2:amd64 (from .../libcairo2_1.12.2-2_amd64.deb) ... Selecting previously unselected package libglib2.0-0:amd64. Unpacking libglib2.0-0:amd64 (from .../libglib2.0-0_2.32.3-1_amd64.deb) ... Selecting previously unselected package libcroco3:amd64. Unpacking libcroco3:amd64 (from .../libcroco3_0.6.5-1_amd64.deb) ... Selecting previously unselected package libcups2:amd64. Unpacking libcups2:amd64 (from .../libcups2_1.5.3-2_amd64.deb) ... Selecting previously unselected package libjpeg8:amd64. Unpacking libjpeg8:amd64 (from .../libjpeg8_8d-1_amd64.deb) ... Selecting previously unselected package libjbig0:amd64. Unpacking libjbig0:amd64 (from .../libjbig0_2.0-2_amd64.deb) ... Selecting previously unselected package libtiff4:amd64. Unpacking libtiff4:amd64 (from .../libtiff4_3.9.6-6_amd64.deb) ... Selecting previously unselected package libcupsimage2:amd64. Unpacking libcupsimage2:amd64 (from .../libcupsimage2_1.5.3-2_amd64.deb) ... Selecting previously unselected package libunistring0:amd64. Unpacking libunistring0:amd64 (from .../libunistring0_0.9.3-5_amd64.deb) ... Selecting previously unselected package libgettextpo0:amd64. Unpacking libgettextpo0:amd64 (from .../libgettextpo0_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package libjasper1:amd64. Unpacking libjasper1:amd64 (from .../libjasper1_1.900.1-13_amd64.deb) ... Selecting previously unselected package liblcms1:amd64. Unpacking liblcms1:amd64 (from .../liblcms1_1.19.dfsg-1.1_amd64.deb) ... Selecting previously unselected package liblcms2-2:amd64. Unpacking liblcms2-2:amd64 (from .../liblcms2-2_2.2+git20110628-2.2_amd64.deb) ... Selecting previously unselected package libopenjpeg2:amd64. Unpacking libopenjpeg2:amd64 (from .../libopenjpeg2_1.3+dfsg-4.2_amd64.deb) ... Selecting previously unselected package libpaper1:amd64. Unpacking libpaper1:amd64 (from .../libpaper1_1.1.24+nmu2_amd64.deb) ... Selecting previously unselected package libpoppler19:amd64. Unpacking libpoppler19:amd64 (from .../libpoppler19_0.18.4-3_amd64.deb) ... Selecting previously unselected package libtiffxx0c2:amd64. Unpacking libtiffxx0c2:amd64 (from .../libtiffxx0c2_3.9.6-6_amd64.deb) ... Selecting previously unselected package libusb-1.0-0:amd64. Unpacking libusb-1.0-0:amd64 (from .../libusb-1.0-0_2%3a1.0.12-2_amd64.deb) ... Selecting previously unselected package poppler-data. Unpacking poppler-data (from .../poppler-data_0.4.5-8_all.deb) ... Selecting previously unselected package libgnutlsxx27:amd64. Unpacking libgnutlsxx27:amd64 (from .../libgnutlsxx27_2.12.20-1_amd64.deb) ... Selecting previously unselected package libjbig-dev:amd64. Unpacking libjbig-dev:amd64 (from .../libjbig-dev_2.0-2_amd64.deb) ... Selecting previously unselected package bsdmainutils. Unpacking bsdmainutils (from .../bsdmainutils_9.0.3_amd64.deb) ... Selecting previously unselected package groff-base. Unpacking groff-base (from .../groff-base_1.21-9_amd64.deb) ... Selecting previously unselected package man-db. Unpacking man-db (from .../man-db_2.6.2-1_amd64.deb) ... Selecting previously unselected package file. Unpacking file (from .../archives/file_5.11-2_amd64.deb) ... Selecting previously unselected package gettext-base. Unpacking gettext-base (from .../gettext-base_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package m4. Unpacking m4 (from .../archives/m4_1.4.16-3_amd64.deb) ... Selecting previously unselected package autoconf. Unpacking autoconf (from .../autoconf_2.69-1_all.deb) ... Selecting previously unselected package autotools-dev. Unpacking autotools-dev (from .../autotools-dev_20120608.1_all.deb) ... Selecting previously unselected package automake. Unpacking automake (from .../automake_1%3a1.11.5-2_all.deb) ... Selecting previously unselected package cdbs. Unpacking cdbs (from .../archives/cdbs_0.4.116_all.deb) ... Selecting previously unselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-15_amd64.deb) ... Selecting previously unselected package gettext. Unpacking gettext (from .../gettext_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package intltool-debian. Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ... Selecting previously unselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.16+nmu2_all.deb) ... Selecting previously unselected package debhelper. Unpacking debhelper (from .../debhelper_9.20120608_all.deb) ... Selecting previously unselected package libijs-0.35. Unpacking libijs-0.35 (from .../libijs-0.35_0.35-8_amd64.deb) ... Selecting previously unselected package libjbig2dec0. Unpacking libjbig2dec0 (from .../libjbig2dec0_0.11+20120125-1_amd64.deb) ... Selecting previously unselected package libgs9-common. Unpacking libgs9-common (from .../libgs9-common_9.05~dfsg-6_all.deb) ... Selecting previously unselected package libgs9. Unpacking libgs9 (from .../libgs9_9.05~dfsg-6_amd64.deb) ... Selecting previously unselected package gsfonts. Unpacking gsfonts (from .../gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.2_all.deb) ... Selecting previously unselected package ghostscript. Unpacking ghostscript (from .../ghostscript_9.05~dfsg-6_amd64.deb) ... Selecting previously unselected package comerr-dev. Unpacking comerr-dev (from .../comerr-dev_2.1-1.42.4-3_amd64.deb) ... Selecting previously unselected package krb5-multidev. Unpacking krb5-multidev (from .../krb5-multidev_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libavahi-common-dev. Unpacking libavahi-common-dev (from .../libavahi-common-dev_0.6.31-1_amd64.deb) ... Selecting previously unselected package pkg-config. Unpacking pkg-config (from .../pkg-config_0.26-1_amd64.deb) ... Selecting previously unselected package libdbus-1-dev. Unpacking libdbus-1-dev (from .../libdbus-1-dev_1.6.2-2_amd64.deb) ... Selecting previously unselected package libavahi-client-dev. Unpacking libavahi-client-dev (from .../libavahi-client-dev_0.6.31-1_amd64.deb) ... Selecting previously unselected package libavahi-compat-libdnssd-dev. Unpacking libavahi-compat-libdnssd-dev (from .../libavahi-compat-libdnssd-dev_0.6.31-1_amd64.deb) ... Selecting previously unselected package libexpat1-dev. Unpacking libexpat1-dev (from .../libexpat1-dev_2.1.0-1_amd64.deb) ... Selecting previously unselected package zlib1g-dev:amd64. Unpacking zlib1g-dev:amd64 (from .../zlib1g-dev_1%3a1.2.7.dfsg-13_amd64.deb) ... Selecting previously unselected package libfreetype6-dev. Unpacking libfreetype6-dev (from .../libfreetype6-dev_2.4.9-1_amd64.deb) ... Selecting previously unselected package libfontconfig1-dev. Unpacking libfontconfig1-dev (from .../libfontconfig1-dev_2.9.0-6_amd64.deb) ... Selecting previously unselected package libgpg-error-dev. Unpacking libgpg-error-dev (from .../libgpg-error-dev_1.10-3_amd64.deb) ... Selecting previously unselected package libgcrypt11-dev. Unpacking libgcrypt11-dev (from .../libgcrypt11-dev_1.5.0-3_amd64.deb) ... Selecting previously unselected package libtasn1-3-dev. Unpacking libtasn1-3-dev (from .../libtasn1-3-dev_2.13-2_amd64.deb) ... Selecting previously unselected package libp11-kit-dev. Unpacking libp11-kit-dev (from .../libp11-kit-dev_0.12-3_amd64.deb) ... Selecting previously unselected package libgnutls-dev. Unpacking libgnutls-dev (from .../libgnutls-dev_2.12.20-1_amd64.deb) ... Selecting previously unselected package libijs-dev. Unpacking libijs-dev (from .../libijs-dev_0.35-8_amd64.deb) ... Selecting previously unselected package libjpeg8-dev:amd64. Unpacking libjpeg8-dev:amd64 (from .../libjpeg8-dev_8d-1_amd64.deb) ... Selecting previously unselected package libpam0g-dev:amd64. Unpacking libpam0g-dev:amd64 (from .../libpam0g-dev_1.1.3-7.1_amd64.deb) ... Selecting previously unselected package libpaper-dev:amd64. Unpacking libpaper-dev:amd64 (from .../libpaper-dev_1.1.24+nmu2_amd64.deb) ... Selecting previously unselected package libpng12-dev. Unpacking libpng12-dev (from .../libpng12-dev_1.2.49-1_amd64.deb) ... Selecting previously unselected package libsgmls-perl. Unpacking libsgmls-perl (from .../libsgmls-perl_1.03ii-32_all.deb) ... Selecting previously unselected package libslp1. Unpacking libslp1 (from .../libslp1_1.2.1-9_amd64.deb) ... Selecting previously unselected package libsp1c2. Unpacking libsp1c2 (from .../libsp1c2_1.3.4-1.2.1-47.1+b1_amd64.deb) ... Selecting previously unselected package libtiff4-dev. Unpacking libtiff4-dev (from .../libtiff4-dev_3.9.6-6_amd64.deb) ... Selecting previously unselected package libtool. Unpacking libtool (from .../libtool_2.4.2-1.1_amd64.deb) ... Selecting previously unselected package libusb-1.0-0-dev. Unpacking libusb-1.0-0-dev (from .../libusb-1.0-0-dev_2%3a1.0.12-2_amd64.deb) ... Selecting previously unselected package sp. Unpacking sp (from .../sp_1.3.4-1.2.1-47.1+b1_amd64.deb) ... Selecting previously unselected package po4a. Unpacking po4a (from .../archives/po4a_0.42-1_all.deb) ... Selecting previously unselected package poppler-utils. Unpacking poppler-utils (from .../poppler-utils_0.18.4-3_amd64.deb) ... Selecting previously unselected package sharutils. Unpacking sharutils (from .../sharutils_1%3a4.11.1-1_amd64.deb) ... Selecting previously unselected package libkrb5-dev. Unpacking libkrb5-dev (from .../libkrb5-dev_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libldap2-dev:amd64. Unpacking libldap2-dev:amd64 (from .../libldap2-dev_2.4.31-1_amd64.deb) ... Selecting previously unselected package libslp-dev. Unpacking libslp-dev (from .../libslp-dev_1.2.1-9_amd64.deb) ... Selecting previously unselected package sbuild-build-depends-cups-dummy. Unpacking sbuild-build-depends-cups-dummy (from .../sbuild-build-depends-cups-dummy.deb) ... Setting up libpipeline1:amd64 (1.2.1-1) ... Setting up libpopt0:amd64 (1.16-7) ... Setting up libasprintf0c2:amd64 (0.18.1.1-9) ... Setting up libgpg-error0:amd64 (1.10-3) ... Setting up libgcrypt11:amd64 (1.5.0-3) ... Setting up libp11-kit0:amd64 (0.12-3) ... Setting up libtasn1-3:amd64 (2.13-2) ... Setting up libgnutls26:amd64 (2.12.20-1) ... Setting up libgnutls-openssl27:amd64 (2.12.20-1) ... Setting up libkeyutils1:amd64 (1.5.5-3) ... Setting up libkrb5support0:amd64 (1.10.1+dfsg-1) ... Setting up libk5crypto3:amd64 (1.10.1+dfsg-1) ... Setting up libkrb5-3:amd64 (1.10.1+dfsg-1) ... Setting up libgssapi-krb5-2:amd64 (1.10.1+dfsg-1) ... Setting up libgssrpc4:amd64 (1.10.1+dfsg-1) ... Setting up libidn11:amd64 (1.25-2) ... Setting up libkadm5clnt-mit8:amd64 (1.10.1+dfsg-1) ... Setting up libkdb5-6:amd64 (1.10.1+dfsg-1) ... Setting up libkadm5srv-mit8:amd64 (1.10.1+dfsg-1) ... Setting up libsasl2-2:amd64 (2.1.25.dfsg1-4+b1) ... Setting up libldap-2.4-2:amd64 (2.4.31-1) ... Setting up libmagic1:amd64 (5.11-2) ... Setting up libpcre3:amd64 (1:8.30-5) ... Setting up libxml2:amd64 (2.8.0+dfsg1-4) ... Setting up libavahi-common-data:amd64 (0.6.31-1) ... Setting up libavahi-common3:amd64 (0.6.31-1) ... Setting up libdbus-1-3:amd64 (1.6.2-2) ... Setting up libavahi-client3:amd64 (0.6.31-1) ... Setting up libavahi-compat-libdnssd1:amd64 (0.6.31-1) ... Setting up libexpat1:amd64 (2.1.0-1) ... Setting up libfreetype6:amd64 (2.4.9-1) ... Setting up ttf-dejavu-core (2.33-2) ... Setting up fontconfig-config (2.9.0-6) ... Setting up libfontconfig1:amd64 (2.9.0-6) ... Setting up libpixman-1-0:amd64 (0.26.0-3) ... Setting up libpng12-0:amd64 (1.2.49-1) ... Setting up libxau6:amd64 (1:1.0.7-1) ... Setting up libxdmcp6:amd64 (1:1.1.1-1) ... Setting up libxcb1:amd64 (1.8.1-1) ... Setting up libx11-data (2:1.5.0-1) ... Setting up libx11-6:amd64 (2:1.5.0-1) ... Setting up libxcb-render0:amd64 (1.8.1-1) ... Setting up libxcb-shm0:amd64 (1.8.1-1) ... Setting up libxrender1:amd64 (1:0.9.7-1) ... Setting up libcairo2:amd64 (1.12.2-2) ... Setting up libglib2.0-0:amd64 (2.32.3-1) ... No schema files found: doing nothing. Setting up libcroco3:amd64 (0.6.5-1) ... Setting up libcups2:amd64 (1.5.3-2) ... Setting up libjpeg8:amd64 (8d-1) ... Setting up libjbig0:amd64 (2.0-2) ... Setting up libtiff4:amd64 (3.9.6-6) ... Setting up libcupsimage2:amd64 (1.5.3-2) ... Setting up libunistring0:amd64 (0.9.3-5) ... Setting up libgettextpo0:amd64 (0.18.1.1-9) ... Setting up libjasper1:amd64 (1.900.1-13) ... Setting up liblcms1:amd64 (1.19.dfsg-1.1) ... Setting up liblcms2-2:amd64 (2.2+git20110628-2.2) ... Setting up libopenjpeg2:amd64 (1.3+dfsg-4.2) ... Setting up libpaper1:amd64 (1.1.24+nmu2) ... Creating config file /etc/papersize with new version Setting up libpoppler19:amd64 (0.18.4-3) ... Setting up libtiffxx0c2:amd64 (3.9.6-6) ... Setting up libusb-1.0-0:amd64 (2:1.0.12-2) ... Setting up poppler-data (0.4.5-8) ... Setting up libgnutlsxx27:amd64 (2.12.20-1) ... Setting up libjbig-dev:amd64 (2.0-2) ... Setting up bsdmainutils (9.0.3) ... update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode Setting up groff-base (1.21-9) ... Setting up man-db (2.6.2-1) ... Building database of manual pages ... Setting up file (5.11-2) ... Setting up gettext-base (0.18.1.1-9) ... Setting up m4 (1.4.16-3) ... Setting up autoconf (2.69-1) ... Setting up autotools-dev (20120608.1) ... Setting up automake (1:1.11.5-2) ... update-alternatives: using /usr/bin/automake-1.11 to provide /usr/bin/automake (automake) in auto mode Setting up cdbs (0.4.116) ... Setting up html2text (1.3.2a-15) ... Setting up gettext (0.18.1.1-9) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.16+nmu2) ... Setting up debhelper (9.20120608) ... Setting up libijs-0.35 (0.35-8) ... Setting up libjbig2dec0 (0.11+20120125-1) ... Setting up libgs9-common (9.05~dfsg-6) ... Setting up libgs9 (9.05~dfsg-6) ... Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2) ... Setting up ghostscript (9.05~dfsg-6) ... Setting up comerr-dev (2.1-1.42.4-3) ... Setting up krb5-multidev (1.10.1+dfsg-1) ... Setting up libavahi-common-dev (0.6.31-1) ... Setting up pkg-config (0.26-1) ... Setting up libdbus-1-dev (1.6.2-2) ... Setting up libavahi-client-dev (0.6.31-1) ... Setting up libavahi-compat-libdnssd-dev (0.6.31-1) ... Setting up libexpat1-dev (2.1.0-1) ... Setting up zlib1g-dev:amd64 (1:1.2.7.dfsg-13) ... Setting up libfreetype6-dev (2.4.9-1) ... Setting up libfontconfig1-dev (2.9.0-6) ... Setting up libgpg-error-dev (1.10-3) ... Setting up libgcrypt11-dev (1.5.0-3) ... Setting up libtasn1-3-dev (2.13-2) ... Setting up libp11-kit-dev (0.12-3) ... Setting up libgnutls-dev (2.12.20-1) ... Setting up libijs-dev (0.35-8) ... Setting up libjpeg8-dev:amd64 (8d-1) ... Setting up libpam0g-dev:amd64 (1.1.3-7.1) ... Setting up libpaper-dev:amd64 (1.1.24+nmu2) ... Setting up libpng12-dev (1.2.49-1) ... Setting up libsgmls-perl (1.03ii-32) ... Setting up libslp1 (1.2.1-9) ... Setting up libsp1c2 (1.3.4-1.2.1-47.1+b1) ... Setting up libtiff4-dev (3.9.6-6) ... Setting up libtool (2.4.2-1.1) ... Setting up libusb-1.0-0-dev (2:1.0.12-2) ... Setting up sp (1.3.4-1.2.1-47.1+b1) ... Setting up po4a (0.42-1) ... Setting up poppler-utils (0.18.4-3) ... Setting up sharutils (1:4.11.1-1) ... Setting up libkrb5-dev (1.10.1+dfsg-1) ... Setting up libldap2-dev:amd64 (2.4.31-1) ... Setting up libslp-dev (1.2.1-9) ... Setting up sbuild-build-depends-cups-dummy (0.invalid.0) ... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build environment │ └──────────────────────────────────────────────────────────────────────────────┘ Kernel: Linux 2.6.32-5-xen-amd64 amd64 (x86_64) Toolchain package versions: binutils_2.22-7 dpkg-dev_1.16.7 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc-4.6_4.6.3-8 gcc-4.7_4.7.1-3 libc6-dev_2.13-34 libstdc++6_4.7.1-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 linux-libc-dev_3.2.21-3 Package versions: apt_0.9.7.1 autoconf_2.69-1 automake_1:1.11.5-2 autotools-dev_20120608.1 base-files_6.11 base-passwd_3.5.26 bash_4.2-3 binutils_2.22-7 bsdmainutils_9.0.3 bsdutils_1:2.20.1-5.1 build-essential_11.5 bzip2_1.0.6-3 cdbs_0.4.116 clang_3.1-8 comerr-dev_2.1-1.42.4-3 coreutils_8.13-3.2 cpp_4:4.7.1-1 cpp-4.6_4.6.3-8 cpp-4.7_4.7.1-3 dash_0.5.7-3 debconf_1.5.45 debconf-i18n_1.5.45 debfoster_2.7-1.1 debhelper_9.20120608 debian-archive-keyring_2012.4 debianutils_4.3.2 diffutils_1:3.2-6 dpkg_1.16.7 dpkg-dev_1.16.7 e2fslibs_1.42.4-3 e2fsprogs_1.42.4-3 fakeroot_1.18.4-2 file_5.11-2 findutils_4.4.2-4 fontconfig-config_2.9.0-6 g++_4:4.7.1-1 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc_4:4.7.1-1 gcc-4.4-base_4.4.7-1 gcc-4.5-base_4.5.4-1 gcc-4.6_4.6.3-8 gcc-4.6-base_4.6.3-8 gcc-4.7_4.7.1-3 gcc-4.7-base_4.7.1-3 gettext_0.18.1.1-9 gettext-base_0.18.1.1-9 ghostscript_9.05~dfsg-6 gnupg_1.4.12-4+b1 gpgv_1.4.12-4+b1 grep_2.12-2 groff-base_1.21-9 gsfonts_1:8.11+urwcyr1.0.7~pre44-4.2 gzip_1.5-1.1 hostname_3.11 html2text_1.3.2a-15 initscripts_2.88dsf-28 insserv_1.14.0-4 intltool-debian_0.35.0+20060710.1 krb5-multidev_1.10.1+dfsg-1 libacl1_2.2.51-8 libapt-pkg4.12_0.9.7.1 libasprintf0c2_0.18.1.1-9 libattr1_1:2.4.46-8 libavahi-client-dev_0.6.31-1 libavahi-client3_0.6.31-1 libavahi-common-data_0.6.31-1 libavahi-common-dev_0.6.31-1 libavahi-common3_0.6.31-1 libavahi-compat-libdnssd-dev_0.6.31-1 libavahi-compat-libdnssd1_0.6.31-1 libblkid1_2.20.1-5.1 libbz2-1.0_1.0.6-3 libc-bin_2.13-34 libc-dev-bin_2.13-34 libc6_2.13-34 libc6-dev_2.13-34 libcairo2_1.12.2-2 libclang-common-dev_3.1-8 libclass-isa-perl_0.36-3 libcomerr2_1.42.4-3 libcroco3_0.6.5-1 libcups2_1.5.3-2 libcupsimage2_1.5.3-2 libdb5.1_5.1.29-5 libdbus-1-3_1.6.2-2 libdbus-1-dev_1.6.2-2 libdpkg-perl_1.16.7 libexpat1_2.1.0-1 libexpat1-dev_2.1.0-1 libffi5_3.0.10-3 libfile-fcntllock-perl_0.14-2 libfontconfig1_2.9.0-6 libfontconfig1-dev_2.9.0-6 libfreetype6_2.4.9-1 libfreetype6-dev_2.4.9-1 libgc1c2_1:7.1-8 libgcc1_1:4.7.1-3 libgcrypt11_1.5.0-3 libgcrypt11-dev_1.5.0-3 libgdbm3_1.8.3-11 libgettextpo0_0.18.1.1-9 libglib2.0-0_2.32.3-1 libgmp10_2:5.0.5+dfsg-2 libgnutls-dev_2.12.20-1 libgnutls-openssl27_2.12.20-1 libgnutls26_2.12.20-1 libgnutlsxx27_2.12.20-1 libgomp1_4.7.1-3 libgpg-error-dev_1.10-3 libgpg-error0_1.10-3 libgs9_9.05~dfsg-6 libgs9-common_9.05~dfsg-6 libgssapi-krb5-2_1.10.1+dfsg-1 libgssrpc4_1.10.1+dfsg-1 libidn11_1.25-2 libijs-0.35_0.35-8 libijs-dev_0.35-8 libitm1_4.7.1-3 libjasper1_1.900.1-13 libjbig-dev_2.0-2 libjbig0_2.0-2 libjbig2dec0_0.11+20120125-1 libjpeg8_8d-1 libjpeg8-dev_8d-1 libk5crypto3_1.10.1+dfsg-1 libkadm5clnt-mit8_1.10.1+dfsg-1 libkadm5srv-mit8_1.10.1+dfsg-1 libkdb5-6_1.10.1+dfsg-1 libkeyutils1_1.5.5-3 libkrb5-3_1.10.1+dfsg-1 libkrb5-dev_1.10.1+dfsg-1 libkrb5support0_1.10.1+dfsg-1 liblcms1_1.19.dfsg-1.1 liblcms2-2_2.2+git20110628-2.2 libldap-2.4-2_2.4.31-1 libldap2-dev_2.4.31-1 libllvm3.1_3.1-2 liblocale-gettext-perl_1.05-7+b1 liblzma5_5.1.1alpha+20120614-1 libmagic1_5.11-2 libmount1_2.20.1-5.1 libmpc2_0.9-4 libmpfr4_3.1.0-5 libncurses5_5.9-10 libopenjpeg2_1.3+dfsg-4.2 libp11-kit-dev_0.12-3 libp11-kit0_0.12-3 libpam-modules_1.1.3-7.1 libpam-modules-bin_1.1.3-7.1 libpam-runtime_1.1.3-7.1 libpam0g_1.1.3-7.1 libpam0g-dev_1.1.3-7.1 libpaper-dev_1.1.24+nmu2 libpaper1_1.1.24+nmu2 libpcre3_1:8.30-5 libpipeline1_1.2.1-1 libpixman-1-0_0.26.0-3 libpng12-0_1.2.49-1 libpng12-dev_1.2.49-1 libpoppler19_0.18.4-3 libpopt0_1.16-7 libquadmath0_4.7.1-3 libreadline6_6.2-8 libsasl2-2_2.1.25.dfsg1-4+b1 libselinux1_2.1.9-5 libsemanage-common_2.1.6-6 libsemanage1_2.1.6-6 libsepol1_2.1.4-3 libsgmls-perl_1.03ii-32 libslang2_2.2.4-15 libslp-dev_1.2.1-9 libslp1_1.2.1-9 libsp1c2_1.3.4-1.2.1-47.1+b1 libss2_1.42.4-3 libstdc++6_4.7.1-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 libswitch-perl_2.16-2 libtasn1-3_2.13-2 libtasn1-3-dev_2.13-2 libtext-charwidth-perl_0.04-7+b1 libtext-iconv-perl_1.7-5 libtext-wrapi18n-perl_0.06-7 libtiff4_3.9.6-6 libtiff4-dev_3.9.6-6 libtiffxx0c2_3.9.6-6 libtimedate-perl_1.2000-1 libtinfo5_5.9-10 libtool_2.4.2-1.1 libunistring0_0.9.3-5 libusb-0.1-4_2:0.1.12-23 libusb-1.0-0_2:1.0.12-2 libusb-1.0-0-dev_2:1.0.12-2 libustr-1.0-1_1.0.4-3 libuuid1_2.20.1-5.1 libx11-6_2:1.5.0-1 libx11-data_2:1.5.0-1 libxau6_1:1.0.7-1 libxcb-render0_1.8.1-1 libxcb-shm0_1.8.1-1 libxcb1_1.8.1-1 libxdmcp6_1:1.1.1-1 libxml2_2.8.0+dfsg1-4 libxrender1_1:0.9.7-1 linux-libc-dev_3.2.21-3 login_1:4.1.5.1-1 lsb-base_4.1+Debian7 m4_1.4.16-3 make_3.81-8.2 man-db_2.6.2-1 mawk_1.3.3-17 mount_2.20.1-5.1 multiarch-support_2.13-34 ncurses-base_5.9-10 ncurses-bin_5.9-10 passwd_1:4.1.5.1-1 patch_2.6.1-3 perl_5.14.2-12 perl-base_5.14.2-12 perl-modules_5.14.2-12 pkg-config_0.26-1 po-debconf_1.0.16+nmu2 po4a_0.42-1 poppler-data_0.4.5-8 poppler-utils_0.18.4-3 readline-common_6.2-8 sbuild-build-depends-core-dummy_0.invalid.0 sbuild-build-depends-cups-dummy_0.invalid.0 sed_4.2.1-10 sensible-utils_0.0.7 sharutils_1:4.11.1-1 sp_1.3.4-1.2.1-47.1+b1 sysv-rc_2.88dsf-28 sysvinit_2.88dsf-28 sysvinit-utils_2.88dsf-28 tar_1.26-4 ttf-dejavu-core_2.33-2 tzdata_2012c-1 ucf_3.0025+nmu3 util-linux_2.20.1-5.1 xz-utils_5.1.1alpha+20120614-1 zlib1g_1:1.2.7.dfsg-13 zlib1g-dev_1:1.2.7.dfsg-13 ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build │ └──────────────────────────────────────────────────────────────────────────────┘ Unpack source ───────────── gpgv: keyblock resource `/sbuild-nonexistent/.gnupg/trustedkeys.gpg': file open error gpgv: Signature made Tue Jun 19 10:30:39 2012 UTC using RSA key ID 26B47B9F gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./cups_1.5.3-2.dsc dpkg-source: info: extracting cups in cups-1.5.3 dpkg-source: info: unpacking cups_1.5.3.orig.tar.bz2 dpkg-source: info: unpacking cups_1.5.3-2.debian.tar.gz dpkg-source: info: applying install-sh-remove-bashism.patch dpkg-source: info: applying usb-backend-busy-loop-fix.patch dpkg-source: info: applying usb-backend-detach-usblp-earlier-crash-guards.patch dpkg-source: info: applying usb-backend-initialize-usblp-attached-state.patch dpkg-source: info: applying pidfile.patch dpkg-source: info: applying ppd-poll-with-client-conf.patch dpkg-source: info: applying manpage-translations.patch dpkg-source: info: applying rootbackends-worldreadable.patch dpkg-source: info: applying cups-avahi.patch dpkg-source: info: applying colord-support.patch dpkg-source: info: applying airprint-support.patch dpkg-source: info: applying removecvstag.patch dpkg-source: info: applying no-conffile-timestamp.patch dpkg-source: info: applying drop_unnecessary_dependencies.patch dpkg-source: info: applying reactivate_recommended_driver.patch dpkg-source: info: applying read-embedded-options-from-incoming-postscript-and-add-to-ipp-attrs.patch dpkg-source: info: applying do-not-broadcast-with-hostnames.patch dpkg-source: info: applying cups-deviced-allow-device-ids-with-newline.patch dpkg-source: info: applying cups-snmp-oids-device-id-hp-ricoh.patch dpkg-source: info: applying configure-default-browse-protocols.patch dpkg-source: info: applying logfiles_adm_readable.patch dpkg-source: info: applying default_log_settings.patch dpkg-source: info: applying confdirperms.patch dpkg-source: info: applying printer-filtering.patch dpkg-source: info: applying show-compile-command-lines.patch dpkg-source: info: applying ppdc-dynamic-linking.patch dpkg-source: info: applying log-debug-history-nearly-unlimited.patch dpkg-source: info: applying pstops-based-workflow-only-for-printing-ps-on-a-ps-printer.patch dpkg-source: info: applying dnssd-reg-array-linear-search.patch dpkg-source: info: applying tests-ignore-warnings.patch dpkg-source: info: applying tests-ignore-usb-crash.patch dpkg-source: info: applying test-i18n-nonlinux.patch dpkg-source: info: applying tests-slow-lpstat.patch Check disc space ──────────────── Sufficient free space for build User Environment ──────────────── HOME=/sbuild-nonexistent LOGNAME=root PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11 SCHROOT_CHROOT_NAME=unstable-amd64-sbuild SCHROOT_COMMAND=env SCHROOT_GID=0 SCHROOT_GROUP=root SCHROOT_SESSION_ID=unstable-amd64-sbuild-426ea7e8-44ef-48eb-9b1f-e0934a5e0051 SCHROOT_UID=0 SCHROOT_USER=root SHELL=/bin/sh USER=root dpkg-buildpackage ───────────────── dpkg-buildpackage: warning: using a gain-root-command while being root dpkg-buildpackage: source package cups dpkg-buildpackage: source version 1.5.3-2 dpkg-buildpackage: source changed by Martin Pitt dpkg-source --before-build cups-1.5.3 dpkg-buildpackage: host architecture amd64 dpkg-source: info: using options from cups-1.5.3/debian/source/options: --extend-diff-ignore=(^|/)\.bzr.* fakeroot debian/rules clean test -x debian/rules dh_testroot rm -f debian/stamp-makefile-build debian/stamp-makefile-install /usr/bin/make -C . -k distclean make[1]: Entering directory `/«PKGBUILDDIR»' Makefile:16: Makedefs: No such file or directory make[1]: *** No rule to make target `Makedefs'. make[1]: Failed to remake makefile `Makedefs'. for dir in cups test ; do\ echo Cleaning in $dir... ;\ (cd $dir; /usr/bin/make -wk clean) || exit 1;\ done Cleaning in cups... make[2]: Entering directory `/«PKGBUILDDIR»/cups' Makefile:18: ../Makedefs: No such file or directory make[2]: *** No rule to make target `../Makedefs'. make[2]: Failed to remake makefile `../Makedefs'. rm -f adminutil.o array.o attr.o auth.o backchannel.o backend.o conflicts.o custom.o debug.o dest.o dir.o emit.o encode.o file.o getdevices.o getifaddrs.o getputfile.o globals.o http.o http-addr.o http-addrlist.o http-support.o ipp.o ipp-support.o langprintf.o language.o localize.o mark.o md5.o md5passwd.o notify.o options.o page.o ppd.o ppd-cache.o pwg-media.o request.o sidechannel.o snmp.o snprintf.o string.o tempfile.o thread.o transcode.o usersys.o util.o adminutil.32.o array.32.o attr.32.o auth.32.o backchannel.32.o backend.32.o conflicts.32.o custom.32.o debug.32.o dest.32.o dir.32.o emit.32.o encode.32.o file.32.o getdevices.32.o getifaddrs.32.o getputfile.32.o globals.32.o http.32.o http-addr.32.o http-addrlist.32.o http-support.32.o ipp.32.o ipp-support.32.o langprintf.32.o language.32.o localize.32.o mark.32.o md5.32.o md5passwd.32.o notify.32.o options.32.o page.32.o ppd.32.o ppd-cache.32.o pwg-media.32.o request.32.o sidechannel.32.o snmp.32.o snprintf.32.o string.32.o tempfile.32.o thread.32.o transcode.32.o usersys.32.o util.32.o adminutil.64.o array.64.o attr.64.o auth.64.o backchannel.64.o backend.64.o conflicts.64.o custom.64.o debug.64.o dest.64.o dir.64.o emit.64.o encode.64.o file.64.o getdevices.64.o getifaddrs.64.o getputfile.64.o globals.64.o http.64.o http-addr.64.o http-addrlist.64.o http-support.64.o ipp.64.o ipp-support.64.o langprintf.64.o language.64.o localize.64.o mark.64.o md5.64.o md5passwd.64.o notify.64.o options.64.o page.64.o ppd.64.o ppd-cache.64.o pwg-media.64.o request.64.o sidechannel.64.o snmp.64.o snprintf.64.o string.64.o tempfile.64.o thread.64.o transcode.64.o usersys.64.o util.64.o testadmin.o testarray.o testconflicts.o testcups.o testfile.o testhttp.o testi18n.o testipp.o testoptions.o testlang.o testppd.o testpwg.o testsnmp.o testadmin testarray testconflicts testcups testfile testhttp testi18n testipp testlang testoptions testppd testpwg testsnmp rm -f libcups.so libcups.sl libcups.dylib rm -f -r 32bit 64bit make[2]: Leaving directory `/«PKGBUILDDIR»/cups' make[1]: *** [clean] Error 1 make[1]: Target `distclean' not remade because of errors. make: [makefile-clean] Error 2 (ignored) make[1]: Leaving directory `/«PKGBUILDDIR»' rm -f debian/stamp-makefile-check rm -f debian/stamp-autotools rmdir --ignore-fail-on-non-empty . rmdir: failed to remove `.': Invalid argument make: [makefile-clean] Error 1 (ignored) rm -f man/client.conf.man packaging/cups.list rm -f conf/mime.convs conf/snmp.conf init/org.cups.cups-lpd.plist [ ! -f Makedefs ] || make distclean rm -f debian/*.upstart # master copy is in debian/local dh_clean rm -f debian/stamp-autotools-files if [ -e debian/patches/ubuntu/stamp-applied ]; then \ echo '---- Unapplying Ubuntu specific patches'; \ for p in debian/patches/ubuntu/*; do \ patch -Rp1 --no-backup-if-mismatch < $p; \ done; \ rm debian/patches/ubuntu/stamp-applied; \ fi dpkg-source -b cups-1.5.3 dpkg-source: info: using options from cups-1.5.3/debian/source/options: --extend-diff-ignore=(^|/)\.bzr.* dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building cups using existing ./cups_1.5.3.orig.tar.bz2 dpkg-source: info: building cups in cups_1.5.3-2.debian.tar.gz dpkg-source: info: building cups in cups_1.5.3-2.dsc debian/rules build test -x debian/rules mkdir -p "." /usr/share/cdbs/1/rules/buildcore.mk:109: WARNING: DEB_DH_INSTALLINIT_ARGS is a deprecated variable /usr/share/cdbs/1/rules/buildcore.mk:109: WARNING: DEB_DH_STRIP_ARGS is a deprecated variable /usr/share/cdbs/1/rules/buildcore.mk:109: WARNING: DEB_DH_COMPRESS_ARGS is a deprecated variable /usr/share/cdbs/1/rules/buildcore.mk:109: WARNING: DEB_DH_FIXPERMS_ARGS is a deprecated variable set -e; if dpkg-vendor --is ubuntu && ! [ -e debian/patches/ubuntu/stamp-applied ]; then \ echo '---- Applying Ubuntu specific patches'; \ for p in debian/patches/ubuntu/*; do \ patch -p1 --no-backup-if-mismatch < $p; \ done; \ touch debian/patches/ubuntu/stamp-applied; \ fi # Rebuild ./configure to get build system patches working aclocal autoconf touch debian/stamp-autotools-files chmod a+x /«PKGBUILDDIR»/./configure mkdir -p . cd . && CFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security" CXXFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security" CPPFLAGS="-D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro -Wl,-z,now -Wl,--as-needed" /«PKGBUILDDIR»/./configure --build=x86_64-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/cups" --srcdir=. --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules --with-optim= --libdir=/usr/lib/x86_64-linux-gnu --mandir=/usr/share/man --with-docdir=/usr/share/cups/doc-root --localedir=/usr/share/cups/locale --enable-slp --enable-libpaper --enable-ssl --enable-gnutls --disable-openssl --enable-threads --enable-static --enable-debug --enable-dbus --with-dbusdir=/etc/dbus-1 --enable-gssapi --enable-avahi --with-pdftops=/usr/bin/gs --disable-launchd --with-cups-group=lp --with-system-groups=lpadmin --with-printcap=/var/run/cups/printcap --with-log-file-perm=0640 --with-local_protocols='CUPS dnssd' --with-remote_protocols='CUPS dnssd' --enable-libusb configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-dependency-tracking, --disable-silent-rules checking for gawk... no checking for mawk... mawk checking for gcc... 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 we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for ranlib... ranlib checking for ar... /usr/bin/ar checking for chmod... /bin/chmod checking for gzip... /bin/gzip checking for htmldoc... no checking for ld... /usr/bin/ld checking for ln... /bin/ln checking for mv... /bin/mv checking for rm... /bin/rm checking for rmdir... /bin/rmdir checking for sed... /bin/sed checking for xdg-open... no checking for install-sh script... using /«PKGBUILDDIR»/install-sh Installing static libraries... checking for pkg-config... /usr/bin/pkg-config checking for library containing fmod... -lm checking for library containing crypt... -lcrypt checking for library containing getspent... none required checking for systempapername in -lpaper... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking shadow.h usability... yes checking shadow.h presence... yes checking for shadow.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking bstring.h usability... no checking bstring.h presence... no checking for bstring.h... no checking usersec.h usability... no checking usersec.h presence... no checking for usersec.h... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/ucred.h usability... no checking sys/ucred.h presence... no checking for sys/ucred.h... no checking scsi/sg.h usability... yes checking scsi/sg.h presence... yes checking for scsi/sg.h... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for library containing iconv_open... none required checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/vfs.h usability... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes checking for statfs... yes checking for statvfs... yes checking for strdup... yes checking for strlcat... no checking for strlcpy... no checking for snprintf... yes checking for vsnprintf... yes checking for random... yes checking for lrand48... yes checking for arc4random... no checking for geteuid... yes checking for setpgid... yes checking for vsyslog... yes checking for sigaction... yes checking for waitpid... yes checking for wait3... yes checking for tm_gmtoff member in tm structure... yes checking for st_gen member in stat structure... no checking for removefile... no checking for libusb-1.0... yes checking for library containing acl_init... no checking for DBUS... yes checking for dbus_message_iter_init_append... yes checking if GCC supports -fstack-protector... yes checking if GCC supports -fPIE... yes checking if GCC supports -Wno-tautological-compare... no checking whether to build image filters... yes checking for library containing pow... none required checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for jpeg_destroy_decompress in -ljpeg... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for gzgets in -lz... yes checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking for png_create_read_struct in -lpng... yes checking tiff.h usability... yes checking tiff.h presence... yes checking for tiff.h... yes checking for TIFFReadScanline in -ltiff... yes checking for stdlib.h... (cached) yes checking resolv.h usability... yes checking resolv.h presence... yes checking for resolv.h... yes checking for library containing socket... none required checking for library containing gethostbyaddr... none required checking for library containing getifaddrs... none required checking for library containing hstrerror... none required checking for library containing rresvport_af... none required checking for library containing __res_init... none required checking for library containing getaddrinfo... none required checking for library containing getnameinfo... none required checking for struct sockaddr.sa_len... no checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking for AppleTalk/at_proto.h... no checking for poll... yes checking for epoll_create... yes checking for kqueue... no checking slp.h usability... yes checking slp.h presence... yes checking for slp.h... yes checking for SLPOpen in -lslp... yes checking for krb5-config... /usr/bin/krb5-config checking krb5.h usability... yes checking krb5.h presence... yes checking for krb5.h... yes checking gssapi.h usability... yes checking gssapi.h presence... yes checking for gssapi.h... yes checking gssapi/gssapi.h usability... yes checking gssapi/gssapi.h presence... yes checking for gssapi/gssapi.h... yes checking gssapi/gssapi_generic.h usability... yes checking gssapi/gssapi_generic.h presence... yes checking for gssapi/gssapi_generic.h... yes checking gssapi/gssapi_krb5.h usability... yes checking gssapi/gssapi_krb5.h presence... yes checking for gssapi/gssapi_krb5.h... yes checking for __ApplePrivate_gss_acquire_cred_ex_f... no checking for GSS_C_NT_HOSTBASED_SERVICE... yes checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking for ldap_initialize in -lldap... yes checking for ldap_start_tls in -lldap... yes checking for ldap_set_rebind_proc in -lldap... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create using -lpthreads... no checking for pthread_create using -lpthread... yes checking for libgnutls-config... no checking for libgcrypt-config... /usr/bin/libgcrypt-config Using SSLLIBS="-lgnutls -L/lib/x86_64-linux-gnu -lgcrypt" Using SSLFLAGS="-I/usr/include/p11-kit-1 " checking for dlopen in -ldl... yes checking for pam_start in -lpam... yes checking for pam_set_item in -lpam... yes checking for pam_setcred in -lpam... yes checking security/pam_appl.h usability... yes checking security/pam_appl.h presence... yes checking for security/pam_appl.h... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for long long int... yes checking for strtoll... yes checking for Avahi... yes checking whether to use network default printers... yes checking for default print user... lp checking whether gs supports the ps2write device... yes checking for java... no checking for perl... /usr/bin/perl checking for php-cgi... no checking for php... no checking for python... no configure: creating ./config.status config.status: creating Makedefs config.status: creating conf/cupsd.conf config.status: creating conf/mime.convs config.status: creating conf/pam.std config.status: creating conf/snmp.conf config.status: creating cups-config config.status: creating data/testprint config.status: creating desktop/cups.desktop config.status: creating doc/help/ref-cupsd-conf.html config.status: creating doc/help/standard.html config.status: creating doc/index.html config.status: creating man/client.conf.man config.status: creating man/cups-deviced.man config.status: creating man/cups-driverd.man config.status: creating man/cups-lpd.man config.status: creating man/cupsaddsmb.man config.status: creating man/cupsd.conf.man config.status: creating man/cupsd.man config.status: creating man/lpoptions.man config.status: creating scheduler/cups-lpd.xinetd config.status: creating scheduler/cups.sh config.status: creating scheduler/cups.xml config.status: creating scheduler/org.cups.cups-lpd.plist config.status: creating templates/header.tmpl config.status: creating packaging/cups.list config.status: creating doc/de/index.html config.status: creating templates/de/header.tmpl config.status: creating doc/es/index.html config.status: creating templates/es/header.tmpl config.status: creating doc/eu/index.html config.status: creating templates/eu/header.tmpl config.status: creating doc/fr/index.html config.status: creating templates/fr/header.tmpl config.status: creating doc/hu/index.html config.status: creating templates/hu/header.tmpl config.status: creating doc/id/index.html config.status: creating templates/id/header.tmpl config.status: creating doc/it/index.html config.status: creating doc/ja/index.html config.status: creating templates/ja/header.tmpl config.status: creating doc/pl/index.html config.status: creating templates/pl/header.tmpl config.status: creating doc/ru/index.html config.status: creating templates/ru/header.tmpl config.status: creating config.h configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-dependency-tracking, --disable-silent-rules touch debian/stamp-autotools /usr/bin/make -C . make[1]: Entering directory `/«PKGBUILDDIR»' chmod +x cups-config echo Using ARCHFLAGS="" Using ARCHFLAGS= echo Using ALL_CFLAGS="-I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT " Using ALL_CFLAGS=-I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT echo Using ALL_CXXFLAGS="-I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT " Using ALL_CXXFLAGS=-I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT echo Using CC="gcc" Using CC=gcc echo Using CXX="gcc" Using CXX=gcc echo Using DSOFLAGS="-L../cups -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,-soname,`basename all` -shared -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE" Using DSOFLAGS=-L../cups -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,-soname,all -shared -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE echo Using LDFLAGS="-L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE" Using LDFLAGS=-L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE echo Using LIBS="-lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm " Using LIBS=-lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm for dir in cups test filter backend berkeley cgi-bin driver monitor notifier ppdc scheduler systemv conf data desktop locale man doc examples templates fonts; do\ echo Making all in $dir... ;\ (cd $dir ; /usr/bin/make -w all ) || exit 1;\ done Making all in cups... make[2]: Entering directory `/«PKGBUILDDIR»/cups' echo Compiling adminutil.c... Compiling adminutil.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o adminutil.o adminutil.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling array.c... Compiling array.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o array.o array.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling attr.c... Compiling attr.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o attr.o attr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling auth.c... Compiling auth.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o auth.o auth.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' auth.c:858:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fgets(certificate, sizeof(certificate), fp); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. echo Compiling backchannel.c... Compiling backchannel.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o backchannel.o backchannel.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling backend.c... Compiling backend.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o backend.o backend.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling conflicts.c... Compiling conflicts.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o conflicts.o conflicts.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling custom.c... Compiling custom.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o custom.o custom.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling debug.c... Compiling debug.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o debug.o debug.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling dest.c... Compiling dest.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o dest.o dest.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling dir.c... Compiling dir.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o dir.o dir.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling emit.c... Compiling emit.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o emit.o emit.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling encode.c... Compiling encode.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o encode.o encode.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling file.c... Compiling file.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o file.o file.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' file.c:1140:4: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] ftruncate(fd, 0); ^~~~~~~~~ ~~~~~ 1 warning generated. echo Compiling getdevices.c... Compiling getdevices.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o getdevices.o getdevices.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling getifaddrs.c... Compiling getifaddrs.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o getifaddrs.o getifaddrs.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling getputfile.c... Compiling getputfile.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o getputfile.o getputfile.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' getputfile.c:167:7: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(fd, buffer, bytes); ^~~~~ ~~~~~~~~~~~~~~~~~ 1 warning generated. echo Compiling globals.c... Compiling globals.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o globals.o globals.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling http.c... Compiling http.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o http.o http.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' http.c:2929:46: warning: while loop has empty body [-Wempty-body] (errno == EINTR || errno == EAGAIN)); ^ http.c:2929:46: note: put the semicolon on a separate line to silence this warning [-Wempty-body] 1 warning generated. echo Compiling http-addr.c... Compiling http-addr.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o http-addr.o http-addr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling http-addrlist.c... Compiling http-addrlist.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o http-addrlist.o http-addrlist.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling http-support.c... Compiling http-support.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o http-support.o http-support.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ipp.c... Compiling ipp.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ipp.o ipp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ipp-support.c... Compiling ipp-support.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ipp-support.o ipp-support.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling langprintf.c... Compiling langprintf.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o langprintf.o langprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling language.c... Compiling language.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o language.o language.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling localize.c... Compiling localize.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o localize.o localize.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling mark.c... Compiling mark.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o mark.o mark.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling md5.c... Compiling md5.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o md5.o md5.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling md5passwd.c... Compiling md5passwd.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o md5passwd.o md5passwd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling notify.c... Compiling notify.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o notify.o notify.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling options.c... Compiling options.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o options.o options.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling page.c... Compiling page.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o page.o page.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ppd.c... Compiling ppd.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppd.o ppd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ppd-cache.c... Compiling ppd-cache.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppd-cache.o ppd-cache.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling pwg-media.c... Compiling pwg-media.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o pwg-media.o pwg-media.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling request.c... Compiling request.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o request.o request.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling sidechannel.c... Compiling sidechannel.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o sidechannel.o sidechannel.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling snmp.c... Compiling snmp.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o snmp.o snmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling snprintf.c... Compiling snprintf.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o snprintf.o snprintf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling string.c... Compiling string.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o string.o string.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling tempfile.c... Compiling tempfile.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o tempfile.o tempfile.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling thread.c... Compiling thread.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o thread.o thread.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling transcode.c... Compiling transcode.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o transcode.o transcode.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling usersys.c... Compiling usersys.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o usersys.o usersys.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling util.c... Compiling util.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o util.o util.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Archiving libcups.a... Archiving libcups.a... /bin/rm -f libcups.a /usr/bin/ar crvs libcups.a adminutil.o array.o attr.o auth.o backchannel.o backend.o conflicts.o custom.o debug.o dest.o dir.o emit.o encode.o file.o getdevices.o getifaddrs.o getputfile.o globals.o http.o http-addr.o http-addrlist.o http-support.o ipp.o ipp-support.o langprintf.o language.o localize.o mark.o md5.o md5passwd.o notify.o options.o page.o ppd.o ppd-cache.o pwg-media.o request.o sidechannel.o snmp.o snprintf.o string.o tempfile.o thread.o transcode.o usersys.o util.o a - adminutil.o a - array.o a - attr.o a - auth.o a - backchannel.o a - backend.o a - conflicts.o a - custom.o a - debug.o a - dest.o a - dir.o a - emit.o a - encode.o a - file.o a - getdevices.o a - getifaddrs.o a - getputfile.o a - globals.o a - http.o a - http-addr.o a - http-addrlist.o a - http-support.o a - ipp.o a - ipp-support.o a - langprintf.o a - language.o a - localize.o a - mark.o a - md5.o a - md5passwd.o a - notify.o a - options.o a - page.o a - ppd.o a - ppd-cache.o a - pwg-media.o a - request.o a - sidechannel.o a - snmp.o a - snprintf.o a - string.o a - tempfile.o a - thread.o a - transcode.o a - usersys.o a - util.o ranlib libcups.a echo Linking libcups.so.2... Linking libcups.so.2... gcc -L../cups -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,-soname,`basename libcups.so.2` -shared -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o libcups.so.2 adminutil.o array.o attr.o auth.o backchannel.o backend.o conflicts.o custom.o debug.o dest.o dir.o emit.o encode.o file.o getdevices.o getifaddrs.o getputfile.o globals.o http.o http-addr.o http-addrlist.o http-support.o ipp.o ipp-support.o langprintf.o language.o localize.o mark.o md5.o md5passwd.o notify.o options.o page.o ppd.o ppd-cache.o pwg-media.o request.o sidechannel.o snmp.o snprintf.o string.o tempfile.o thread.o transcode.o usersys.o util.o -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err \ -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -lpthread -lz -lm /bin/rm -f `basename libcups.so.2 .2` /bin/ln -sf libcups.so.2 `basename libcups.so.2 .2` make[2]: Leaving directory `/«PKGBUILDDIR»/cups' Making all in test... make[2]: Entering directory `/«PKGBUILDDIR»/test' echo Compiling ippserver.c... Compiling ippserver.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ippserver.o ippserver.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking ippserver... Linking ippserver... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o ippserver ippserver.o ../cups/libcups.a \ -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -lpthread -lcrypt -lm -lz echo Compiling ipptool.c... Compiling ipptool.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ipptool.o ipptool.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking ipptool... Linking ipptool... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o ipptool ipptool.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Linking ipptool-static... Linking ipptool-static... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o ipptool-static ipptool.o ../cups/libcups.a \ -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -lpthread -lcrypt -lm -lz make[2]: Leaving directory `/«PKGBUILDDIR»/test' Making all in filter... make[2]: Entering directory `/«PKGBUILDDIR»/filter' echo Compiling image-bmp.c... Compiling image-bmp.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o image-bmp.o image-bmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' image-bmp.c:172:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fread(colormap, colors_used, 4, fp); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. echo Compiling image-colorspace.c... Compiling image-colorspace.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o image-colorspace.o image-colorspace.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling image-gif.c... Compiling image-gif.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o image-gif.o image-gif.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' image-gif.c:137:11: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fread(buf, 9, 1, fp); ^~~~~ ~~~~~~~~~~~~~ image-gif.c:100:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fread(buf, 13, 1, fp); ^~~~~ ~~~~~~~~~~~~~~ 2 warnings generated. echo Compiling image-jpeg.c... Compiling image-jpeg.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o image-jpeg.o image-jpeg.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling image-photocd.c... Compiling image-photocd.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o image-photocd.o image-photocd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling image-pix.c... Compiling image-pix.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o image-pix.o image-pix.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling image-png.c... Compiling image-png.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o image-png.o image-png.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling image-pnm.c... Compiling image-pnm.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o image-pnm.o image-pnm.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' image-pnm.c:205:11: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fread(out, (img->xsize + 7) / 8, 1, fp); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ image-pnm.c:226:11: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fread(in, img->xsize, 1, fp); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~ image-pnm.c:230:11: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fread(in, img->xsize, 3, fp); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. echo Compiling image-sgi.c... Compiling image-sgi.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o image-sgi.o image-sgi.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling image-sgilib.c... Compiling image-sgilib.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o image-sgilib.o image-sgilib.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' image-sgilib.c:554:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fread(b, 4, 1, fp); ^~~~~ ~~~~~~~~~~~ image-sgilib.c:569:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fread(b, 2, 1, fp); ^~~~~ ~~~~~~~~~~~ 2 warnings generated. echo Compiling image-sun.c... Compiling image-sun.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o image-sun.o image-sun.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' image-sun.c:131:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fread(cmap[0], 1, ras_maplength / 3, fp); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ image-sun.c:132:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fread(cmap[1], 1, ras_maplength / 3, fp); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ image-sun.c:133:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fread(cmap[2], 1, ras_maplength / 3, fp); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ image-sun.c:194:7: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fread(p, scanwidth, 1, fp); ^~~~~ ~~~~~~~~~~~~~~~~~~~ 4 warnings generated. echo Compiling image-tiff.c... Compiling image-tiff.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o image-tiff.o image-tiff.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling image-zoom.c... Compiling image-zoom.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o image-zoom.o image-zoom.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling image.c... Compiling image.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o image.o image.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' image.c:333:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fread(header2, 1, sizeof(header2), fp); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ image.c:669:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(img->cachefile, tile->ic->pixels, bpp * CUPS_TILE_SIZE * CUPS_TILE_SIZE); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ image.c:761:7: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] read(img->cachefile, ic->pixels, bpp * CUPS_TILE_SIZE * CUPS_TILE_SIZE); ^~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. echo Compiling error.c... Compiling error.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o error.o error.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling interpret.c... Compiling interpret.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o interpret.o interpret.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling raster.c... Compiling raster.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o raster.o raster.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking libcupsimage.so.2... Linking libcupsimage.so.2... gcc -L../cups -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,-soname,`basename libcupsimage.so.2` -shared -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o libcupsimage.so.2 image-bmp.o image-colorspace.o image-gif.o image-jpeg.o image-photocd.o image-pix.o image-png.o image-pnm.o image-sgi.o image-sgilib.o image-sun.o image-tiff.o image-zoom.o image.o error.o interpret.o raster.o -ltiff -lpng -ljpeg -lz \ -L../cups -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz /bin/rm -f `basename libcupsimage.so.2 .2` /bin/ln -sf libcupsimage.so.2 `basename libcupsimage.so.2 .2` echo Archiving libcupsimage.a... Archiving libcupsimage.a... /bin/rm -f libcupsimage.a /usr/bin/ar crvs libcupsimage.a image-bmp.o image-colorspace.o image-gif.o image-jpeg.o image-photocd.o image-pix.o image-png.o image-pnm.o image-sgi.o image-sgilib.o image-sun.o image-tiff.o image-zoom.o image.o error.o interpret.o raster.o a - image-bmp.o a - image-colorspace.o a - image-gif.o a - image-jpeg.o a - image-photocd.o a - image-pix.o a - image-png.o a - image-pnm.o a - image-sgi.o a - image-sgilib.o a - image-sun.o a - image-tiff.o a - image-zoom.o a - image.o a - error.o a - interpret.o a - raster.o ranlib libcupsimage.a echo Compiling bannertops.c... Compiling bannertops.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o bannertops.o bannertops.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling pstext.c... Compiling pstext.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o pstext.o pstext.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling common.c... Compiling common.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o common.o common.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking bannertops... Linking bannertops... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o bannertops bannertops.o pstext.o common.o -lcupsimage \ -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling commandtops.c... Compiling commandtops.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o commandtops.o commandtops.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking commandtops... Linking commandtops... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o commandtops commandtops.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling gziptoany.c... Compiling gziptoany.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o gziptoany.o gziptoany.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking gziptoany... Linking gziptoany... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o gziptoany gziptoany.o -lz -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling texttops.c... Compiling texttops.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o texttops.o texttops.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling textcommon.c... Compiling textcommon.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o textcommon.o textcommon.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking texttops... Linking texttops... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o texttops texttops.o textcommon.o common.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling pstops.c... Compiling pstops.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o pstops.o pstops.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking pstops... Linking pstops... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o pstops pstops.o common.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling imagetops.c... Compiling imagetops.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o imagetops.o imagetops.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' imagetops.c:149:7: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(fd, buffer, bytes); ^~~~~ ~~~~~~~~~~~~~~~~~ 1 warning generated. echo Linking imagetops... Linking imagetops... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o imagetops imagetops.o common.o -lcupsimage \ -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling imagetoraster.c... Compiling imagetoraster.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o imagetoraster.o imagetoraster.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' imagetoraster.c:310:7: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(fd, buffer, bytes); ^~~~~ ~~~~~~~~~~~~~~~~~ 1 warning generated. echo Linking imagetoraster... Linking imagetoraster... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o imagetoraster imagetoraster.o common.o -lcupsimage \ -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling pdftops.c... Compiling pdftops.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o pdftops.o pdftops.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' pdftops.c:150:7: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(fd, buffer, bytes); ^~~~~ ~~~~~~~~~~~~~~~~~ 1 warning generated. echo Linking pdftops... Linking pdftops... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o pdftops pdftops.o common.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling rastertoepson.c... Compiling rastertoepson.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o rastertoepson.o rastertoepson.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking rastertoepson... Linking rastertoepson... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o rastertoepson rastertoepson.o -lcupsimage -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling rastertohp.c... Compiling rastertohp.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o rastertohp.o rastertohp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking rastertohp... Linking rastertohp... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o rastertohp rastertohp.o -lcupsimage -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling rastertolabel.c... Compiling rastertolabel.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o rastertolabel.o rastertolabel.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking rastertolabel... Linking rastertolabel... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o rastertolabel rastertolabel.o -lcupsimage -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling rastertopwg.c... Compiling rastertopwg.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o rastertopwg.o rastertopwg.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking rastertopwg... Linking rastertopwg... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o rastertopwg rastertopwg.o -lcupsimage -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm make[2]: Leaving directory `/«PKGBUILDDIR»/filter' Making all in backend... make[2]: Entering directory `/«PKGBUILDDIR»/backend' echo Compiling ieee1284.c... Compiling ieee1284.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ieee1284.o ieee1284.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling network.c... Compiling network.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o network.o network.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling runloop.c... Compiling runloop.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o runloop.o runloop.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling snmp-supplies.c... Compiling snmp-supplies.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o snmp-supplies.o snmp-supplies.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Archiving libbackend.a... Archiving libbackend.a... /bin/rm -f libbackend.a /usr/bin/ar crvs libbackend.a ieee1284.o network.o runloop.o snmp-supplies.o a - ieee1284.o a - network.o a - runloop.o a - snmp-supplies.o ranlib libbackend.a echo Compiling ipp.c... Compiling ipp.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ipp.o ipp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking ipp... Linking ipp... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o ipp ipp.o libbackend.a -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm /bin/rm -f http /bin/ln -sf ipp http echo Compiling lpd.c... Compiling lpd.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o lpd.o lpd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' lpd.c:463:7: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(fd, buffer, bytes); ^~~~~ ~~~~~~~~~~~~~~~~~ 1 warning generated. echo Linking lpd... Linking lpd... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o lpd lpd.o libbackend.a -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling dnssd.c... Compiling dnssd.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o dnssd.o dnssd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking dnssd... Linking dnssd... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o dnssd dnssd.o libbackend.a -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm /bin/rm -f mdns /bin/ln -sf dnssd mdns echo Compiling parallel.c... Compiling parallel.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o parallel.o parallel.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking parallel... Linking parallel... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o parallel parallel.o libbackend.a -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling serial.c... Compiling serial.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o serial.o serial.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking serial... Linking serial... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o serial serial.o libbackend.a -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling snmp.c... Compiling snmp.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o snmp.o snmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' snmp.c:460:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(2, "DEBUG: ALARM!\n", 14); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. echo Linking snmp... Linking snmp... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o snmp snmp.o libbackend.a -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling socket.c... Compiling socket.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o socket.o socket.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking socket... Linking socket... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o socket socket.o libbackend.a -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling usb.c... Compiling usb.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o usb.o usb.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking usb... Linking usb... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o usb usb.o libbackend.a -lusb-1.0 \ -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm make[2]: Leaving directory `/«PKGBUILDDIR»/backend' Making all in berkeley... make[2]: Entering directory `/«PKGBUILDDIR»/berkeley' echo Compiling lpc.c... Compiling lpc.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o lpc.o lpc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking lpc... Linking lpc... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o lpc lpc.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling lpq.c... Compiling lpq.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o lpq.o lpq.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking lpq... Linking lpq... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o lpq lpq.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling lpr.c... Compiling lpr.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o lpr.o lpr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking lpr... Linking lpr... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o lpr lpr.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling lprm.c... Compiling lprm.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o lprm.o lprm.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking lprm... Linking lprm... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o lprm lprm.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm make[2]: Leaving directory `/«PKGBUILDDIR»/berkeley' Making all in cgi-bin... make[2]: Entering directory `/«PKGBUILDDIR»/cgi-bin' echo Compiling help-index.c... Compiling help-index.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o help-index.o help-index.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling html.c... Compiling html.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o html.o html.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ipp-var.c... Compiling ipp-var.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ipp-var.o ipp-var.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling search.c... Compiling search.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o search.o search.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling template.c... Compiling template.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o template.o template.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling var.c... Compiling var.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o var.o var.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' var.c:852:6: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(fd, line, 8192); ^~~~~ ~~~~~~~~~~~~~~ var.c:863:11: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(fd, line, ptr - line); ^~~~~ ~~~~~~~~~~~~~~~~~~~~ var.c:927:7: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fgets(line, sizeof(line), stdin); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. echo Archiving libcupscgi.a... Archiving libcupscgi.a... /bin/rm -f libcupscgi.a /usr/bin/ar crvs libcupscgi.a help-index.o html.o ipp-var.o search.o template.o var.o a - help-index.o a - html.o a - ipp-var.o a - search.o a - template.o a - var.o ranlib libcupscgi.a echo Linking libcupscgi.so.1... Linking libcupscgi.so.1... gcc -L../cups -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,-soname,`basename libcupscgi.so.1` -shared -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o libcupscgi.so.1 help-index.o html.o ipp-var.o search.o template.o var.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm /bin/rm -f `basename libcupscgi.so.1 .1` /bin/ln -sf libcupscgi.so.1 `basename libcupscgi.so.1 .1` echo Compiling websearch.c... Compiling websearch.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o websearch.o websearch.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking websearch... Linking websearch... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o websearch websearch.o libcupscgi.a \ ../cups/libcups.a -lpthread -lcrypt -lm -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client \ -lz -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err echo Compiling admin.c... Compiling admin.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o admin.o admin.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' admin.c:1198:11: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(fd, buffer, bytes); ^~~~~ ~~~~~~~~~~~~~~~~~ 1 warning generated. echo Linking admin.cgi... Linking admin.cgi... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o admin.cgi admin.o -lcupscgi -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling classes.c... Compiling classes.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o classes.o classes.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking classes.cgi... Linking classes.cgi... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o classes.cgi classes.o -lcupscgi -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling help.c... Compiling help.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o help.o help.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking help.cgi... Linking help.cgi... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o help.cgi help.o -lcupscgi -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling jobs.c... Compiling jobs.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o jobs.o jobs.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking jobs.cgi... Linking jobs.cgi... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o jobs.cgi jobs.o -lcupscgi -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling printers.c... Compiling printers.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o printers.o printers.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking printers.cgi... Linking printers.cgi... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o printers.cgi printers.o -L. -lcupscgi -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm make[2]: Leaving directory `/«PKGBUILDDIR»/cgi-bin' Making all in driver... make[2]: Entering directory `/«PKGBUILDDIR»/driver' echo Compiling attr.c... Compiling attr.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o attr.o attr.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling check.c... Compiling check.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o check.o check.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling cmyk.c... Compiling cmyk.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o cmyk.o cmyk.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling dither.c... Compiling dither.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o dither.o dither.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling lut.c... Compiling lut.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o lut.o lut.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling pack.c... Compiling pack.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o pack.o pack.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling rgb.c... Compiling rgb.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o rgb.o rgb.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling srgb.c... Compiling srgb.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o srgb.o srgb.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking libcupsdriver.so.1... Linking libcupsdriver.so.1... gcc -L../cups -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,-soname,`basename libcupsdriver.so.1` -shared -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o libcupsdriver.so.1 attr.o check.o cmyk.o dither.o lut.o pack.o rgb.o srgb.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm /bin/rm -f `basename libcupsdriver.so.1 .1` /bin/ln -sf libcupsdriver.so.1 `basename libcupsdriver.so.1 .1` echo Archiving libcupsdriver.a... Archiving libcupsdriver.a... /bin/rm -f libcupsdriver.a /usr/bin/ar crvs libcupsdriver.a attr.o check.o cmyk.o dither.o lut.o pack.o rgb.o srgb.o a - attr.o a - check.o a - cmyk.o a - dither.o a - lut.o a - pack.o a - rgb.o a - srgb.o ranlib libcupsdriver.a echo Compiling commandtoescpx.c... Compiling commandtoescpx.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o commandtoescpx.o commandtoescpx.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking commandtoescpx... Linking commandtoescpx... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o commandtoescpx commandtoescpx.o -L. -lcupsdriver -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling commandtopclx.c... Compiling commandtopclx.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o commandtopclx.o commandtopclx.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking commandtopclx... Linking commandtopclx... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o commandtopclx commandtopclx.o -L. -lcupsdriver -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling rastertoescpx.c... Compiling rastertoescpx.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o rastertoescpx.o rastertoescpx.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking rastertoescpx... Linking rastertoescpx... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o rastertoescpx rastertoescpx.o -L. -lcupsdriver \ -lcupsimage -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling rastertopclx.c... Compiling rastertopclx.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o rastertopclx.o rastertopclx.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling pcl-common.c... Compiling pcl-common.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o pcl-common.o pcl-common.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking rastertopclx... Linking rastertopclx... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o rastertopclx rastertopclx.o pcl-common.o -L. -lcupsdriver \ -lcupsimage -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm make[2]: Leaving directory `/«PKGBUILDDIR»/driver' Making all in monitor... make[2]: Entering directory `/«PKGBUILDDIR»/monitor' echo Compiling bcp.c... Compiling bcp.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o bcp.o bcp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking bcp... Linking bcp... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o bcp bcp.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling tbcp.c... Compiling tbcp.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o tbcp.o tbcp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking tbcp... Linking tbcp... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o tbcp tbcp.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm make[2]: Leaving directory `/«PKGBUILDDIR»/monitor' Making all in notifier... make[2]: Entering directory `/«PKGBUILDDIR»/notifier' echo Compiling dbus.c... Compiling dbus.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o dbus.o dbus.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking dbus... Linking dbus... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o dbus dbus.o -ldbus-1 -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling mailto.c... Compiling mailto.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o mailto.o mailto.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' mailto.c:561:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] dup(pipefds[0]); ^~~ ~~~~~~~~~~ mailto.c:564:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] dup(2); ^~~ ~ 2 warnings generated. echo Linking mailto... Linking mailto... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o mailto mailto.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling rss.c... Compiling rss.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o rss.o rss.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking rss... Linking rss... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o rss rss.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling testnotify.c... Compiling testnotify.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testnotify.o testnotify.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testnotify... Linking testnotify... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testnotify testnotify.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm make[2]: Leaving directory `/«PKGBUILDDIR»/notifier' Making all in ppdc... make[2]: Entering directory `/«PKGBUILDDIR»/ppdc' echo Compiling ppdc-array.cxx... Compiling ppdc-array.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdc-array.o ppdc-array.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ppdc-attr.cxx... Compiling ppdc-attr.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdc-attr.o ppdc-attr.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ppdc-catalog.cxx... Compiling ppdc-catalog.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdc-catalog.o ppdc-catalog.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ppdc-choice.cxx... Compiling ppdc-choice.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdc-choice.o ppdc-choice.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ppdc-constraint.cxx... Compiling ppdc-constraint.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdc-constraint.o ppdc-constraint.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ppdc-driver.cxx... Compiling ppdc-driver.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdc-driver.o ppdc-driver.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ppdc-file.cxx... Compiling ppdc-file.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdc-file.o ppdc-file.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ppdc-filter.cxx... Compiling ppdc-filter.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdc-filter.o ppdc-filter.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ppdc-font.cxx... Compiling ppdc-font.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdc-font.o ppdc-font.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ppdc-group.cxx... Compiling ppdc-group.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdc-group.o ppdc-group.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ppdc-import.cxx... Compiling ppdc-import.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdc-import.o ppdc-import.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ppdc-mediasize.cxx... Compiling ppdc-mediasize.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdc-mediasize.o ppdc-mediasize.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ppdc-message.cxx... Compiling ppdc-message.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdc-message.o ppdc-message.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ppdc-option.cxx... Compiling ppdc-option.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdc-option.o ppdc-option.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ppdc-profile.cxx... Compiling ppdc-profile.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdc-profile.o ppdc-profile.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ppdc-shared.cxx... Compiling ppdc-shared.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdc-shared.o ppdc-shared.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ppdc-source.cxx... Compiling ppdc-source.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdc-source.o ppdc-source.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ppdc-string.cxx... Compiling ppdc-string.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdc-string.o ppdc-string.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling ppdc-variable.cxx... Compiling ppdc-variable.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdc-variable.o ppdc-variable.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking libcupsppdc.so.1... Linking libcupsppdc.so.1... g++ -L../cups -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,-soname,`basename libcupsppdc.so.1` -shared -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o libcupsppdc.so.1 ppdc-array.o ppdc-attr.o ppdc-catalog.o ppdc-choice.o ppdc-constraint.o ppdc-driver.o ppdc-file.o ppdc-filter.o ppdc-font.o ppdc-group.o ppdc-import.o ppdc-mediasize.o ppdc-message.o ppdc-option.o ppdc-profile.o ppdc-shared.o ppdc-source.o ppdc-string.o ppdc-variable.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz /bin/rm -f `basename libcupsppdc.so.1 .1` /bin/ln -sf libcupsppdc.so.1 `basename libcupsppdc.so.1 .1` echo Archiving libcupsppdc.a... Archiving libcupsppdc.a... /bin/rm -f libcupsppdc.a /usr/bin/ar crvs libcupsppdc.a ppdc-array.o ppdc-attr.o ppdc-catalog.o ppdc-choice.o ppdc-constraint.o ppdc-driver.o ppdc-file.o ppdc-filter.o ppdc-font.o ppdc-group.o ppdc-import.o ppdc-mediasize.o ppdc-message.o ppdc-option.o ppdc-profile.o ppdc-shared.o ppdc-source.o ppdc-string.o ppdc-variable.o a - ppdc-array.o a - ppdc-attr.o a - ppdc-catalog.o a - ppdc-choice.o a - ppdc-constraint.o a - ppdc-driver.o a - ppdc-file.o a - ppdc-filter.o a - ppdc-font.o a - ppdc-group.o a - ppdc-import.o a - ppdc-mediasize.o a - ppdc-message.o a - ppdc-option.o a - ppdc-profile.o a - ppdc-shared.o a - ppdc-source.o a - ppdc-string.o a - ppdc-variable.o ranlib libcupsppdc.a echo Compiling ppdc.cxx... Compiling ppdc.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdc.o ppdc.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking ppdc... Linking ppdc... g++ -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o ppdc ppdc.o -L. -lcupsppdc -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling ppdhtml.cxx... Compiling ppdhtml.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdhtml.o ppdhtml.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking ppdhtml... Linking ppdhtml... g++ -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o ppdhtml ppdhtml.o -L. -lcupsppdc -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling ppdi.cxx... Compiling ppdi.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdi.o ppdi.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking ppdi... Linking ppdi... g++ -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o ppdi ppdi.o -L. -lcupsppdc -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling ppdmerge.cxx... Compiling ppdmerge.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdmerge.o ppdmerge.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking ppdmerge... Linking ppdmerge... g++ -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o ppdmerge ppdmerge.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling ppdpo.cxx... Compiling ppdpo.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ppdpo.o ppdpo.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking ppdpo... Linking ppdpo... g++ -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o ppdpo ppdpo.o -L. -lcupsppdc -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling genstrings.cxx... Compiling genstrings.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o genstrings.o genstrings.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking genstrings... Linking genstrings... g++ -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o genstrings genstrings.o \ -lcupsppdc ../cups/libcups.a -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt \ -lavahi-common -lavahi-client -lpthread -lcrypt -lm -lz echo Generating localization strings... Generating localization strings... LD_LIBRARY_PATH=.:../cups/ ./genstrings >sample.c make[2]: Leaving directory `/«PKGBUILDDIR»/ppdc' Making all in scheduler... make[2]: Entering directory `/«PKGBUILDDIR»/scheduler' echo Compiling filter.c... Compiling filter.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o filter.o filter.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling mime.c... Compiling mime.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o mime.o mime.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling type.c... Compiling type.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o type.o type.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking libcupsmime.so.1... Linking libcupsmime.so.1... gcc -L../cups -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,-soname,`basename libcupsmime.so.1` -shared -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o libcupsmime.so.1 filter.o mime.o type.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm /bin/rm -f `basename libcupsmime.so.1 .1` /bin/ln -sf libcupsmime.so.1 `basename libcupsmime.so.1 .1` echo Archiving libcupsmime.a... Archiving libcupsmime.a... /bin/rm -f libcupsmime.a /usr/bin/ar crvs libcupsmime.a filter.o mime.o type.o a - filter.o a - mime.o a - type.o ranlib libcupsmime.a echo Compiling auth.c... Compiling auth.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o auth.o auth.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling avahi.c... Compiling avahi.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o avahi.o avahi.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling banners.c... Compiling banners.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o banners.o banners.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling cert.c... Compiling cert.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o cert.o cert.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' cert.c:111:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fchown(fd, RunUser, SystemGroupIDs[0]); ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cert.c:253:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fchown(fd, User, Group); ^~~~~~ ~~~~~~~~~~~~~~~ cert.c:259:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(fd, cert->certificate, strlen(cert->certificate)); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. echo Compiling classes.c... Compiling classes.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o classes.o classes.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling client.c... Compiling client.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o client.o client.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' client.c:1767:6: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fchown(con->file, RunUser, Group); ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ client.c:2141:6: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fchown(con->file, RunUser, Group); ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. echo Compiling conf.c... Compiling conf.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o conf.o conf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling dirsvc.c... Compiling dirsvc.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o dirsvc.o dirsvc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' dirsvc.c:2604:1: warning: unused function 'dnssdComparePrinters' [-Wunused-function] dnssdComparePrinters(cupsd_printer_t *a,/* I - First printer */ ^ 1 warning generated. echo Compiling env.c... Compiling env.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o env.o env.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling file.c... Compiling file.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o file.o file.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling main.c... Compiling main.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o main.o main.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' main.c:408:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] chdir("/"); ^~~~~ ~~~ 1 warning generated. echo Compiling ipp.c... Compiling ipp.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ipp.o ipp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' ipp.c:5376:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fchown(cupsFileNumber(out), RunUser, Group); ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ipp.c:9774:27: warning: format specifies type 'float *' but the argument has type 'char **' [-Wformat] if (sscanf(s, "%9d %as ", &num_copies, &t) == 2) ~^ ~~ ipp.c:10458:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fchown(cupsFileNumber(fp), 0, 0); ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. echo Compiling colord.c... Compiling colord.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o colord.o colord.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling listen.c... Compiling listen.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o listen.o listen.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling job.c... Compiling job.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o job.o job.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' job.c:2036:46: warning: data argument not used by format string [-Wformat-extra-args] cupsFilePrintf(fp, "# Written by cupsd\n", temp); ~~~~~~~~~~~~~~~~~~~~~~ ^ job.c:2092:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fchown(cupsFileNumber(fp), RunUser, Group); ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. echo Compiling log.c... Compiling log.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o log.o log.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' log.c:190:7: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fchown(cupsFileNumber(*lf), RunUser, loggrp ? loggrp->gr_gid : Group); ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ log.c:229:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fchown(cupsFileNumber(*lf), RunUser, loggrp ? loggrp->gr_gid : Group); ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. echo Compiling network.c... Compiling network.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o network.o network.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling policy.c... Compiling policy.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o policy.o policy.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling printers.c... Compiling printers.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o printers.o printers.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling process.c... Compiling process.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o process.o process.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' process.c:503:7: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] nice(FilterNice); ^~~~ ~~~~~~~~~~ 1 warning generated. echo Compiling quotas.c... Compiling quotas.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o quotas.o quotas.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling select.c... Compiling select.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o select.o select.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling server.c... Compiling server.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o server.o server.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling statbuf.c... Compiling statbuf.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o statbuf.o statbuf.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling subscriptions.c... Compiling subscriptions.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o subscriptions.o subscriptions.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling sysman.c... Compiling sysman.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o sysman.o sysman.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling timeout.c... Compiling timeout.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o timeout.o timeout.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking cupsd... Linking cupsd... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o cupsd auth.o avahi.o banners.o cert.o classes.o client.o conf.o dirsvc.o env.o file.o main.o ipp.o colord.o listen.o job.o log.o network.o policy.o printers.o process.o quotas.o select.o server.o statbuf.o subscriptions.o sysman.o timeout.o -L. -lcupsmime \ -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lslp -lldap -lpam -ldl \ -lpaper -ldbus-1 -lavahi-common -lavahi-client -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm \ -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err echo Compiling cupsfilter.c... Compiling cupsfilter.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o cupsfilter.o cupsfilter.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' cupsfilter.c:1352:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] getcwd(line, sizeof(line)); ^~~~~~ ~~~~~~~~~~~~~~~~~~ 1 warning generated. echo Linking cupsfilter... Linking cupsfilter... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o cupsfilter cupsfilter.o -L. -lcupsmime -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm /bin/rm -f convert /bin/ln -sf cupsfilter convert echo Compiling cups-deviced.c... Compiling cups-deviced.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o cups-deviced.o cups-deviced.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Compiling util.c... Compiling util.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o util.o util.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking cups-deviced... Linking cups-deviced... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o cups-deviced cups-deviced.o util.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling cups-driverd.cxx... Compiling cups-driverd.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o cups-driverd.o cups-driverd.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' cups-driverd.cxx:2056:11: warning: for loop has empty body [-Wempty-body] ptr ++); ^ cups-driverd.cxx:2056:11: note: put the semicolon on a separate line to silence this warning [-Wempty-body] 1 warning generated. echo Linking cups-driverd... Linking cups-driverd... g++ -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o cups-driverd cups-driverd.o util.o \ -L../ppdc -lcupsppdc -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling cups-exec.c... Compiling cups-exec.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o cups-exec.o cups-exec.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking cups-exec... Linking cups-exec... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o cups-exec cups-exec.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling cups-lpd.c... Compiling cups-lpd.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o cups-lpd.o cups-lpd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking cups-lpd... Linking cups-lpd... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o cups-lpd cups-lpd.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling cups-polld.c... Compiling cups-polld.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o cups-polld.o cups-polld.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking cups-polld... Linking cups-polld... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o cups-polld cups-polld.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm make[2]: Leaving directory `/«PKGBUILDDIR»/scheduler' Making all in systemv... make[2]: Entering directory `/«PKGBUILDDIR»/systemv' echo Compiling cancel.c... Compiling cancel.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o cancel.o cancel.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking cancel... Linking cancel... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o cancel cancel.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling cupsaccept.c... Compiling cupsaccept.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o cupsaccept.o cupsaccept.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking cupsaccept... Linking cupsaccept... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o cupsaccept cupsaccept.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm for file in accept cupsenable cupsdisable cupsreject reject; do \ /bin/rm -f $file; \ /bin/ln -sf cupsaccept $file; \ done echo Compiling cupsaddsmb.c... Compiling cupsaddsmb.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o cupsaddsmb.o cupsaddsmb.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking cupsaddsmb... Linking cupsaddsmb... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o cupsaddsmb cupsaddsmb.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling cupsctl.c... Compiling cupsctl.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o cupsctl.o cupsctl.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking cupsctl... Linking cupsctl... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o cupsctl cupsctl.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling cupstestdsc.c... Compiling cupstestdsc.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o cupstestdsc.o cupstestdsc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking cupstestdsc... Linking cupstestdsc... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o cupstestdsc cupstestdsc.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling cupstestppd.c... Compiling cupstestppd.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o cupstestppd.o cupstestppd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking cupstestppd... Linking cupstestppd... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o cupstestppd cupstestppd.o -lcupsimage -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling lp.c... Compiling lp.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o lp.o lp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking lp... Linking lp... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o lp lp.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling lpadmin.c... Compiling lpadmin.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o lpadmin.o lpadmin.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking lpadmin... Linking lpadmin... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o lpadmin lpadmin.o -lz -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling lpinfo.c... Compiling lpinfo.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o lpinfo.o lpinfo.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking lpinfo... Linking lpinfo... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o lpinfo lpinfo.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling lpmove.c... Compiling lpmove.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o lpmove.o lpmove.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking lpmove... Linking lpmove... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o lpmove lpmove.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling lpoptions.c... Compiling lpoptions.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o lpoptions.o lpoptions.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking lpoptions... Linking lpoptions... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o lpoptions lpoptions.o -lz -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling lppasswd.c... Compiling lppasswd.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o lppasswd.o lppasswd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking lppasswd... Linking lppasswd... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o lppasswd lppasswd.o -lz -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling lpstat.c... Compiling lpstat.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o lpstat.o lpstat.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking lpstat... Linking lpstat... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o lpstat lpstat.o -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm make[2]: Leaving directory `/«PKGBUILDDIR»/systemv' Making all in conf... make[2]: Entering directory `/«PKGBUILDDIR»/conf' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/conf' Making all in data... make[2]: Entering directory `/«PKGBUILDDIR»/data' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/data' Making all in desktop... make[2]: Entering directory `/«PKGBUILDDIR»/desktop' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/desktop' Making all in locale... make[2]: Entering directory `/«PKGBUILDDIR»/locale' echo Compiling checkpo.c... Compiling checkpo.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o checkpo.o checkpo.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking checkpo.o... Linking checkpo.o... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o checkpo checkpo.o \ ../cups/libcups.a -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client \ -lpthread -lcrypt -lm -lz echo Compiling po2strings.c... Compiling po2strings.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o po2strings.o po2strings.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking po2strings.o... Linking po2strings.o... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o po2strings po2strings.o \ ../cups/libcups.a -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client \ -lpthread -lcrypt -lm -lz echo Compiling strings2po.c... Compiling strings2po.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o strings2po.o strings2po.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking strings2po.o... Linking strings2po.o... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o strings2po strings2po.o echo Compiling translate.c... Compiling translate.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o translate.o translate.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking translate.o... Linking translate.o... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o translate translate.o \ ../cups/libcups.a -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client \ -lpthread -lcrypt -lm -lz make[2]: Leaving directory `/«PKGBUILDDIR»/locale' Making all in man... make[2]: Entering directory `/«PKGBUILDDIR»/man' echo -n Compressing cancel.man... Compressing cancel.man.../bin/rm -f cancel.1.gz gzip -v9 cancel.1.gz 50.3% echo -n Compressing cups-config.man... Compressing cups-config.man.../bin/rm -f cups-config.1.gz gzip -v9 cups-config.1.gz 59.2% echo -n Compressing cupstestdsc.man... Compressing cupstestdsc.man.../bin/rm -f cupstestdsc.1.gz gzip -v9 cupstestdsc.1.gz 50.8% echo -n Compressing cupstestppd.man... Compressing cupstestppd.man.../bin/rm -f cupstestppd.1.gz gzip -v9 cupstestppd.1.gz 60.0% echo -n Compressing ipptool.man... Compressing ipptool.man.../bin/rm -f ipptool.1.gz gzip -v9 ipptool.1.gz 62.4% echo -n Compressing lp.man... Compressing lp.man.../bin/rm -f lp.1.gz gzip -v9 lp.1.gz 58.9% echo -n Compressing lpoptions.man... Compressing lpoptions.man.../bin/rm -f lpoptions.1.gz gzip -v9 lpoptions.1.gz 62.3% echo -n Compressing lppasswd.man... Compressing lppasswd.man.../bin/rm -f lppasswd.1.gz gzip -v9 lppasswd.1.gz 51.5% echo -n Compressing lpq.man... Compressing lpq.man.../bin/rm -f lpq.1.gz gzip -v9 lpq.1.gz 51.2% echo -n Compressing lprm.man... Compressing lprm.man.../bin/rm -f lprm.1.gz gzip -v9 lprm.1.gz 49.9% echo -n Compressing lpr.man... Compressing lpr.man.../bin/rm -f lpr.1.gz gzip -v9 lpr.1.gz 54.9% echo -n Compressing lpstat.man... Compressing lpstat.man.../bin/rm -f lpstat.1.gz gzip -v9 lpstat.1.gz 59.5% echo -n Compressing ppdc.man... Compressing ppdc.man.../bin/rm -f ppdc.1.gz gzip -v9 ppdc.1.gz 53.2% echo -n Compressing ppdhtml.man... Compressing ppdhtml.man.../bin/rm -f ppdhtml.1.gz gzip -v9 ppdhtml.1.gz 46.7% echo -n Compressing ppdi.man... Compressing ppdi.man.../bin/rm -f ppdi.1.gz gzip -v9 ppdi.1.gz 47.4% echo -n Compressing ppdmerge.man... Compressing ppdmerge.man.../bin/rm -f ppdmerge.1.gz gzip -v9 ppdmerge.1.gz 47.5% echo -n Compressing ppdpo.man... Compressing ppdpo.man.../bin/rm -f ppdpo.1.gz gzip -v9 ppdpo.1.gz 48.7% echo -n Compressing classes.conf.man... Compressing classes.conf.man.../bin/rm -f classes.conf.5.gz gzip -v9 classes.conf.5.gz 59.8% echo -n Compressing client.conf.man... Compressing client.conf.man.../bin/rm -f client.conf.5.gz gzip -v9 client.conf.5.gz 48.8% echo -n Compressing cups-snmp.conf.man... Compressing cups-snmp.conf.man.../bin/rm -f cups-snmp.conf.5.gz gzip -v9 cups-snmp.conf.5.gz 50.5% echo -n Compressing cupsd.conf.man... Compressing cupsd.conf.man.../bin/rm -f cupsd.conf.5.gz gzip -v9 cupsd.conf.5.gz 71.1% echo -n Compressing ipptoolfile.man... Compressing ipptoolfile.man.../bin/rm -f ipptoolfile.5.gz gzip -v9 ipptoolfile.5.gz 72.4% echo -n Compressing mailto.conf.man... Compressing mailto.conf.man.../bin/rm -f mailto.conf.5.gz gzip -v9 mailto.conf.5.gz 56.4% echo -n Compressing mime.convs.man... Compressing mime.convs.man.../bin/rm -f mime.convs.5.gz gzip -v9 mime.convs.5.gz 49.3% echo -n Compressing mime.types.man... Compressing mime.types.man.../bin/rm -f mime.types.5.gz gzip -v9 mime.types.5.gz 56.0% echo -n Compressing ppdcfile.man... Compressing ppdcfile.man.../bin/rm -f ppdcfile.5.gz gzip -v9 ppdcfile.5.gz 63.4% echo -n Compressing printers.conf.man... Compressing printers.conf.man.../bin/rm -f printers.conf.5.gz gzip -v9 printers.conf.5.gz 60.9% echo -n Compressing subscriptions.conf.man... Compressing subscriptions.conf.man.../bin/rm -f subscriptions.conf.5.gz gzip -v9 subscriptions.conf.5.gz 56.8% echo -n Compressing backend.man... Compressing backend.man.../bin/rm -f backend.7.gz gzip -v9 backend.7.gz 61.6% echo -n Compressing filter.man... Compressing filter.man.../bin/rm -f filter.7.gz gzip -v9 filter.7.gz 62.9% echo -n Compressing notifier.man... Compressing notifier.man.../bin/rm -f notifier.7.gz gzip -v9 notifier.7.gz 63.4% echo -n Compressing cupsaccept.man... Compressing cupsaccept.man.../bin/rm -f cupsaccept.8.gz gzip -v9 cupsaccept.8.gz 54.4% echo -n Compressing cupsaddsmb.man... Compressing cupsaddsmb.man.../bin/rm -f cupsaddsmb.8.gz gzip -v9 cupsaddsmb.8.gz 65.4% echo -n Compressing cupsctl.man... Compressing cupsctl.man.../bin/rm -f cupsctl.8.gz gzip -v9 cupsctl.8.gz 55.4% echo -n Compressing cupsfilter.man... Compressing cupsfilter.man.../bin/rm -f cupsfilter.8.gz gzip -v9 cupsfilter.8.gz 54.5% echo -n Compressing cups-deviced.man... Compressing cups-deviced.man.../bin/rm -f cups-deviced.8.gz gzip -v9 cups-deviced.8.gz 51.4% echo -n Compressing cups-driverd.man... Compressing cups-driverd.man.../bin/rm -f cups-driverd.8.gz gzip -v9 cups-driverd.8.gz 59.4% echo -n Compressing cups-lpd.man... Compressing cups-lpd.man.../bin/rm -f cups-lpd.8.gz gzip -v9 cups-lpd.8.gz 53.5% echo -n Compressing cups-polld.man... Compressing cups-polld.man.../bin/rm -f cups-polld.8.gz gzip -v9 cups-polld.8.gz 47.7% echo -n Compressing cupsd.man... Compressing cupsd.man.../bin/rm -f cupsd.8.gz gzip -v9 cupsd.8.gz 51.8% echo -n Compressing cupsenable.man... Compressing cupsenable.man.../bin/rm -f cupsenable.8.gz gzip -v9 cupsenable.8.gz 54.3% echo -n Compressing lpadmin.man... Compressing lpadmin.man.../bin/rm -f lpadmin.8.gz gzip -v9 lpadmin.8.gz 61.7% echo -n Compressing lpinfo.man... Compressing lpinfo.man.../bin/rm -f lpinfo.8.gz gzip -v9 lpinfo.8.gz 62.8% echo -n Compressing lpmove.man... Compressing lpmove.man.../bin/rm -f lpmove.8.gz gzip -v9 lpmove.8.gz 51.4% echo -n Compressing lpc.man... Compressing lpc.man.../bin/rm -f lpc.8.gz gzip -v9 lpc.8.gz 51.8% echo Compiling mantohtml.c... Compiling mantohtml.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o mantohtml.o mantohtml.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o mantohtml mantohtml.o echo Converting man pages to HTML... Converting man pages to HTML... for file in cancel.1.gz cups-config.1.gz cupstestdsc.1.gz cupstestppd.1.gz ipptool.1.gz lp.1.gz lpoptions.1.gz lppasswd.1.gz lpq.1.gz lprm.1.gz lpr.1.gz lpstat.1.gz ppdc.1.gz ppdhtml.1.gz ppdi.1.gz ppdmerge.1.gz ppdpo.1.gz; do \ echo " $file..."; \ ./mantohtml `basename $file .1.gz`.man >../doc/help/man-`basename $file .1.gz`.html; \ done cancel.1.gz... cups-config.1.gz... cupstestdsc.1.gz... cupstestppd.1.gz... ipptool.1.gz... lp.1.gz... lpoptions.1.gz... lppasswd.1.gz... lpq.1.gz... lprm.1.gz... lpr.1.gz... lpstat.1.gz... ppdc.1.gz... ppdhtml.1.gz... ppdi.1.gz... ppdmerge.1.gz... ppdpo.1.gz... for file in classes.conf.5.gz client.conf.5.gz cups-snmp.conf.5.gz cupsd.conf.5.gz ipptoolfile.5.gz mailto.conf.5.gz mime.convs.5.gz mime.types.5.gz ppdcfile.5.gz printers.conf.5.gz subscriptions.conf.5.gz; do \ echo " $file..."; \ ./mantohtml `basename $file .5.gz`.man >../doc/help/man-`basename $file .5.gz`.html; \ done classes.conf.5.gz... client.conf.5.gz... cups-snmp.conf.5.gz... cupsd.conf.5.gz... ipptoolfile.5.gz... mailto.conf.5.gz... mime.convs.5.gz... mime.types.5.gz... ppdcfile.5.gz... printers.conf.5.gz... subscriptions.conf.5.gz... for file in backend.7.gz filter.7.gz notifier.7.gz; do \ echo " $file..."; \ ./mantohtml `basename $file .7.gz`.man >../doc/help/man-`basename $file .7.gz`.html; \ done backend.7.gz... filter.7.gz... notifier.7.gz... for file in cupsaccept.8.gz cupsaddsmb.8.gz cupsctl.8.gz cupsfilter.8.gz cups-deviced.8.gz cups-driverd.8.gz cups-lpd.8.gz cups-polld.8.gz cupsd.8.gz cupsenable.8.gz lpadmin.8.gz lpinfo.8.gz lpmove.8.gz lpc.8.gz; do \ echo " $file..."; \ ./mantohtml `basename $file .8.gz`.man >../doc/help/man-`basename $file .8.gz`.html; \ done cupsaccept.8.gz... cupsaddsmb.8.gz... cupsctl.8.gz... cupsfilter.8.gz... cups-deviced.8.gz... cups-driverd.8.gz... cups-lpd.8.gz... cups-polld.8.gz... cupsd.8.gz... cupsenable.8.gz... lpadmin.8.gz... lpinfo.8.gz... lpmove.8.gz... lpc.8.gz... # Update the translations and build the translated material po4a --previous po4a/cups.cfg (1320 entries) Discard de/client.conf.man.in (18 of 23 strings; only 78.26% translated; need 80%). Discard fr/cupsaccept.man (21 of 30 strings; only 70% translated; need 80%). Discard fr/client.conf.man.in (17 of 23 strings; only 73.91% translated; need 80%). Discard fr/cupsd.conf.man.in (283 of 356 strings; only 79.49% translated; need 80%). Discard fr/cupsd.man.in (22 of 30 strings; only 73.33% translated; need 80%). Discard fr/cups-driverd.man.in (33 of 42 strings; only 78.57% translated; need 80%). Discard fr/cupsenable.man (24 of 35 strings; only 68.57% translated; need 80%). Discard fr/cupsfilter.man (25 of 36 strings; only 69.44% translated; need 80%). Discard fr/cupstestppd.man (54 of 68 strings; only 79.41% translated; need 80%). Discard fr/lpadmin.man (55 of 79 strings; only 69.62% translated; need 80%). Discard fr/lpinfo.man (23 of 42 strings; only 54.76% translated; need 80%). Discard fr/lppasswd.man (19 of 25 strings; only 76% translated; need 80%). for lang in de fr; do /usr/bin/make -C $lang; done make[3]: Entering directory `/«PKGBUILDDIR»/man/de' for file in cancel.1.gz cups-config.1.gz cupstestdsc.1.gz cupstestppd.1.gz lp.1.gz lpoptions.1.gz lppasswd.1.gz lpq.1.gz lprm.1.gz lpr.1.gz lpstat.1.gz classes.conf.5.gz client.conf.5.gz cups-snmp.conf.5.gz cupsd.conf.5.gz mailto.conf.5.gz mime.convs.5.gz mime.types.5.gz printers.conf.5.gz subscriptions.conf.5.gz backend.7.gz filter.7.gz cupsaccept.8.gz cupsaddsmb.8.gz cupsctl.8.gz cupsfilter.8.gz cups-deviced.8.gz cups-driverd.8.gz cups-lpd.8.gz cups-polld.8.gz cupsd.8.gz cupsenable.8.gz lpadmin.8.gz lpinfo.8.gz lpmove.8.gz lpc.8.gz; do \ /usr/bin/make $file || true; \ done make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing cancel.man... Compressing cancel.man.../bin/rm -f cancel.1.gz gzip -v9 cancel.1.gz 50.1% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing cups-config.man... Compressing cups-config.man.../bin/rm -f cups-config.1.gz gzip -v9 cups-config.1.gz 59.6% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing cupstestdsc.man... Compressing cupstestdsc.man.../bin/rm -f cupstestdsc.1.gz gzip -v9 cupstestdsc.1.gz 51.5% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing cupstestppd.man... Compressing cupstestppd.man.../bin/rm -f cupstestppd.1.gz gzip -v9 cupstestppd.1.gz 60.4% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing lp.man... Compressing lp.man.../bin/rm -f lp.1.gz gzip -v9 lp.1.gz 57.1% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' sed -e 's:@CUPS_DATADIR@:/usr/share/cups:' \ -e 's:@CUPS_SERVERROOT@:/etc/cups:' \ -e 's:@CUPS_SERVERBIN@:/usr/lib/cups:' lpoptions.man.in > lpoptions.man echo -n Compressing lpoptions.man... Compressing lpoptions.man.../bin/rm -f lpoptions.1.gz gzip -v9 lpoptions.1.gz 61.1% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing lppasswd.man... Compressing lppasswd.man.../bin/rm -f lppasswd.1.gz gzip -v9 lppasswd.1.gz 52.6% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing lpq.man... Compressing lpq.man.../bin/rm -f lpq.1.gz gzip -v9 lpq.1.gz 53.4% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing lprm.man... Compressing lprm.man.../bin/rm -f lprm.1.gz gzip -v9 lprm.1.gz 51.5% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing lpr.man... Compressing lpr.man.../bin/rm -f lpr.1.gz gzip -v9 lpr.1.gz 55.0% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing lpstat.man... Compressing lpstat.man.../bin/rm -f lpstat.1.gz gzip -v9 lpstat.1.gz 58.9% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing classes.conf.man... Compressing classes.conf.man.../bin/rm -f classes.conf.5.gz gzip -v9 classes.conf.5.gz 57.3% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' make[4]: *** No rule to make target `client.conf.5.gz'. Stop. make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing cups-snmp.conf.man... Compressing cups-snmp.conf.man.../bin/rm -f cups-snmp.conf.5.gz gzip -v9 cups-snmp.conf.5.gz 50.2% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' sed -e 's:@CUPS_DATADIR@:/usr/share/cups:' \ -e 's:@CUPS_SERVERROOT@:/etc/cups:' \ -e 's:@CUPS_SERVERBIN@:/usr/lib/cups:' cupsd.conf.man.in > cupsd.conf.man echo -n Compressing cupsd.conf.man... Compressing cupsd.conf.man.../bin/rm -f cupsd.conf.5.gz gzip -v9 cupsd.conf.5.gz 69.8% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing mailto.conf.man... Compressing mailto.conf.man.../bin/rm -f mailto.conf.5.gz gzip -v9 mailto.conf.5.gz 58.6% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing mime.convs.man... Compressing mime.convs.man.../bin/rm -f mime.convs.5.gz gzip -v9 mime.convs.5.gz 50.1% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing mime.types.man... Compressing mime.types.man.../bin/rm -f mime.types.5.gz gzip -v9 mime.types.5.gz 55.6% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing printers.conf.man... Compressing printers.conf.man.../bin/rm -f printers.conf.5.gz gzip -v9 printers.conf.5.gz 58.7% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing subscriptions.conf.man... Compressing subscriptions.conf.man.../bin/rm -f subscriptions.conf.5.gz gzip -v9 subscriptions.conf.5.gz 55.3% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing backend.man... Compressing backend.man.../bin/rm -f backend.7.gz gzip -v9 backend.7.gz 59.3% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing filter.man... Compressing filter.man.../bin/rm -f filter.7.gz gzip -v9 filter.7.gz 61.8% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing cupsaccept.man... Compressing cupsaccept.man.../bin/rm -f cupsaccept.8.gz gzip -v9 cupsaccept.8.gz 53.7% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' sed -e 's:@CUPS_DATADIR@:/usr/share/cups:' \ -e 's:@CUPS_SERVERROOT@:/etc/cups:' \ -e 's:@CUPS_SERVERBIN@:/usr/lib/cups:' cupsaddsmb.man.in > cupsaddsmb.man echo -n Compressing cupsaddsmb.man... Compressing cupsaddsmb.man.../bin/rm -f cupsaddsmb.8.gz gzip -v9 cupsaddsmb.8.gz 64.9% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing cupsctl.man... Compressing cupsctl.man.../bin/rm -f cupsctl.8.gz gzip -v9 cupsctl.8.gz 55.4% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing cupsfilter.man... Compressing cupsfilter.man.../bin/rm -f cupsfilter.8.gz gzip -v9 cupsfilter.8.gz 53.8% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' sed -e 's:@CUPS_DATADIR@:/usr/share/cups:' \ -e 's:@CUPS_SERVERROOT@:/etc/cups:' \ -e 's:@CUPS_SERVERBIN@:/usr/lib/cups:' cups-deviced.man.in > cups-deviced.man echo -n Compressing cups-deviced.man... Compressing cups-deviced.man.../bin/rm -f cups-deviced.8.gz gzip -v9 cups-deviced.8.gz 52.9% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' sed -e 's:@CUPS_DATADIR@:/usr/share/cups:' \ -e 's:@CUPS_SERVERROOT@:/etc/cups:' \ -e 's:@CUPS_SERVERBIN@:/usr/lib/cups:' cups-driverd.man.in > cups-driverd.man echo -n Compressing cups-driverd.man... Compressing cups-driverd.man.../bin/rm -f cups-driverd.8.gz gzip -v9 cups-driverd.8.gz 58.2% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' sed -e 's:@CUPS_DATADIR@:/usr/share/cups:' \ -e 's:@CUPS_SERVERROOT@:/etc/cups:' \ -e 's:@CUPS_SERVERBIN@:/usr/lib/cups:' cups-lpd.man.in > cups-lpd.man echo -n Compressing cups-lpd.man... Compressing cups-lpd.man.../bin/rm -f cups-lpd.8.gz gzip -v9 cups-lpd.8.gz 52.5% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing cups-polld.man... Compressing cups-polld.man.../bin/rm -f cups-polld.8.gz gzip -v9 cups-polld.8.gz 50.0% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' sed -e 's:@CUPS_DATADIR@:/usr/share/cups:' \ -e 's:@CUPS_SERVERROOT@:/etc/cups:' \ -e 's:@CUPS_SERVERBIN@:/usr/lib/cups:' cupsd.man.in > cupsd.man echo -n Compressing cupsd.man... Compressing cupsd.man.../bin/rm -f cupsd.8.gz gzip -v9 cupsd.8.gz 51.6% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing cupsenable.man... Compressing cupsenable.man.../bin/rm -f cupsenable.8.gz gzip -v9 cupsenable.8.gz 54.2% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing lpadmin.man... Compressing lpadmin.man.../bin/rm -f lpadmin.8.gz gzip -v9 lpadmin.8.gz 59.9% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing lpinfo.man... Compressing lpinfo.man.../bin/rm -f lpinfo.8.gz gzip -v9 lpinfo.8.gz 61.0% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing lpmove.man... Compressing lpmove.man.../bin/rm -f lpmove.8.gz gzip -v9 lpmove.8.gz 54.2% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' make[4]: Entering directory `/«PKGBUILDDIR»/man/de' echo -n Compressing lpc.man... Compressing lpc.man.../bin/rm -f lpc.8.gz gzip -v9 lpc.8.gz 53.2% make[4]: Leaving directory `/«PKGBUILDDIR»/man/de' touch manpages.gz-stamp echo Converting man pages to HTML... Converting man pages to HTML... for file in ; do \ echo " $file..."; \ ../mantohtml `basename $file .1.gz`.man >../../doc/help/man-`basename $file .1.gz`.de.html; \ done for file in ; do \ echo " $file..."; \ ../mantohtml `basename $file .5.gz`.man >../../doc/help/man-`basename $file .5.gz`.de.html; \ done for file in ; do \ echo " $file..."; \ ../mantohtml `basename $file .7.gz`.man >../../doc/help/man-`basename $file .7.gz`.de.html; \ done for file in ; do \ echo " $file..."; \ ../mantohtml `basename $file .8.gz`.man >../../doc/help/man-`basename $file .8.gz`.de.html; \ done make[3]: Leaving directory `/«PKGBUILDDIR»/man/de' make[3]: Entering directory `/«PKGBUILDDIR»/man/fr' for file in cancel.1.gz cups-config.1.gz cupstestdsc.1.gz cupstestppd.1.gz lp.1.gz lpoptions.1.gz lppasswd.1.gz lpq.1.gz lprm.1.gz lpr.1.gz lpstat.1.gz classes.conf.5.gz client.conf.5.gz cups-snmp.conf.5.gz cupsd.conf.5.gz mailto.conf.5.gz mime.convs.5.gz mime.types.5.gz printers.conf.5.gz subscriptions.conf.5.gz backend.7.gz filter.7.gz cupsaccept.8.gz cupsaddsmb.8.gz cupsctl.8.gz cupsfilter.8.gz cups-deviced.8.gz cups-driverd.8.gz cups-lpd.8.gz cups-polld.8.gz cupsd.8.gz cupsenable.8.gz lpadmin.8.gz lpinfo.8.gz lpmove.8.gz lpc.8.gz; do \ /usr/bin/make $file || true; \ done make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' echo -n Compressing cancel.man... Compressing cancel.man.../bin/rm -f cancel.1.gz gzip -v9 cancel.1.gz 53.8% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' echo -n Compressing cups-config.man... Compressing cups-config.man.../bin/rm -f cups-config.1.gz gzip -v9 cups-config.1.gz 62.1% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' echo -n Compressing cupstestdsc.man... Compressing cupstestdsc.man.../bin/rm -f cupstestdsc.1.gz gzip -v9 cupstestdsc.1.gz 52.6% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' make[4]: *** No rule to make target `cupstestppd.1.gz'. Stop. make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' echo -n Compressing lp.man... Compressing lp.man.../bin/rm -f lp.1.gz gzip -v9 lp.1.gz 60.4% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' sed -e 's:@CUPS_DATADIR@:/usr/share/cups:' \ -e 's:@CUPS_SERVERROOT@:/etc/cups:' \ -e 's:@CUPS_SERVERBIN@:/usr/lib/cups:' lpoptions.man.in > lpoptions.man echo -n Compressing lpoptions.man... Compressing lpoptions.man.../bin/rm -f lpoptions.1.gz gzip -v9 lpoptions.1.gz 63.0% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' make[4]: *** No rule to make target `lppasswd.1.gz'. Stop. make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' echo -n Compressing lpq.man... Compressing lpq.man.../bin/rm -f lpq.1.gz gzip -v9 lpq.1.gz 55.3% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' echo -n Compressing lprm.man... Compressing lprm.man.../bin/rm -f lprm.1.gz gzip -v9 lprm.1.gz 53.6% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' echo -n Compressing lpr.man... Compressing lpr.man.../bin/rm -f lpr.1.gz gzip -v9 lpr.1.gz 57.0% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' echo -n Compressing lpstat.man... Compressing lpstat.man.../bin/rm -f lpstat.1.gz gzip -v9 lpstat.1.gz 63.9% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' echo -n Compressing classes.conf.man... Compressing classes.conf.man.../bin/rm -f classes.conf.5.gz gzip -v9 classes.conf.5.gz 60.3% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' make[4]: *** No rule to make target `client.conf.5.gz'. Stop. make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' echo -n Compressing cups-snmp.conf.man... Compressing cups-snmp.conf.man.../bin/rm -f cups-snmp.conf.5.gz gzip -v9 cups-snmp.conf.5.gz 52.4% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' make[4]: *** No rule to make target `cupsd.conf.5.gz'. Stop. make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' echo -n Compressing mailto.conf.man... Compressing mailto.conf.man.../bin/rm -f mailto.conf.5.gz gzip -v9 mailto.conf.5.gz 59.7% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' echo -n Compressing mime.convs.man... Compressing mime.convs.man.../bin/rm -f mime.convs.5.gz gzip -v9 mime.convs.5.gz 51.8% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' echo -n Compressing mime.types.man... Compressing mime.types.man.../bin/rm -f mime.types.5.gz gzip -v9 mime.types.5.gz 57.0% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' echo -n Compressing printers.conf.man... Compressing printers.conf.man.../bin/rm -f printers.conf.5.gz gzip -v9 printers.conf.5.gz 60.4% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' echo -n Compressing subscriptions.conf.man... Compressing subscriptions.conf.man.../bin/rm -f subscriptions.conf.5.gz gzip -v9 subscriptions.conf.5.gz 55.6% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' echo -n Compressing backend.man... Compressing backend.man.../bin/rm -f backend.7.gz gzip -v9 backend.7.gz 59.4% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' echo -n Compressing filter.man... Compressing filter.man.../bin/rm -f filter.7.gz gzip -v9 filter.7.gz 62.0% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' make[4]: *** No rule to make target `cupsaccept.8.gz'. Stop. make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' sed -e 's:@CUPS_DATADIR@:/usr/share/cups:' \ -e 's:@CUPS_SERVERROOT@:/etc/cups:' \ -e 's:@CUPS_SERVERBIN@:/usr/lib/cups:' cupsaddsmb.man.in > cupsaddsmb.man echo -n Compressing cupsaddsmb.man... Compressing cupsaddsmb.man.../bin/rm -f cupsaddsmb.8.gz gzip -v9 cupsaddsmb.8.gz 65.1% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' echo -n Compressing cupsctl.man... Compressing cupsctl.man.../bin/rm -f cupsctl.8.gz gzip -v9 cupsctl.8.gz 57.7% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' make[4]: *** No rule to make target `cupsfilter.8.gz'. Stop. make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' sed -e 's:@CUPS_DATADIR@:/usr/share/cups:' \ -e 's:@CUPS_SERVERROOT@:/etc/cups:' \ -e 's:@CUPS_SERVERBIN@:/usr/lib/cups:' cups-deviced.man.in > cups-deviced.man echo -n Compressing cups-deviced.man... Compressing cups-deviced.man.../bin/rm -f cups-deviced.8.gz gzip -v9 cups-deviced.8.gz 52.1% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' make[4]: *** No rule to make target `cups-driverd.8.gz'. Stop. make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' sed -e 's:@CUPS_DATADIR@:/usr/share/cups:' \ -e 's:@CUPS_SERVERROOT@:/etc/cups:' \ -e 's:@CUPS_SERVERBIN@:/usr/lib/cups:' cups-lpd.man.in > cups-lpd.man echo -n Compressing cups-lpd.man... Compressing cups-lpd.man.../bin/rm -f cups-lpd.8.gz gzip -v9 cups-lpd.8.gz 54.1% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' echo -n Compressing cups-polld.man... Compressing cups-polld.man.../bin/rm -f cups-polld.8.gz gzip -v9 cups-polld.8.gz 50.2% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' make[4]: *** No rule to make target `cupsd.8.gz'. Stop. make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' make[4]: *** No rule to make target `cupsenable.8.gz'. Stop. make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' make[4]: *** No rule to make target `lpadmin.8.gz'. Stop. make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' make[4]: *** No rule to make target `lpinfo.8.gz'. Stop. make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' echo -n Compressing lpmove.man... Compressing lpmove.man.../bin/rm -f lpmove.8.gz gzip -v9 lpmove.8.gz 56.3% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[4]: Entering directory `/«PKGBUILDDIR»/man/fr' echo -n Compressing lpc.man... Compressing lpc.man.../bin/rm -f lpc.8.gz gzip -v9 lpc.8.gz 52.8% make[4]: Leaving directory `/«PKGBUILDDIR»/man/fr' touch manpages.gz-stamp echo Converting man pages to HTML... Converting man pages to HTML... for file in ; do \ echo " $file..."; \ ../mantohtml `basename $file .1.gz`.man >../../doc/help/man-`basename $file .1.gz`.fr.html; \ done for file in ; do \ echo " $file..."; \ ../mantohtml `basename $file .5.gz`.man >../../doc/help/man-`basename $file .5.gz`.fr.html; \ done for file in ; do \ echo " $file..."; \ ../mantohtml `basename $file .7.gz`.man >../../doc/help/man-`basename $file .7.gz`.fr.html; \ done for file in ; do \ echo " $file..."; \ ../mantohtml `basename $file .8.gz`.man >../../doc/help/man-`basename $file .8.gz`.fr.html; \ done make[3]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[2]: Leaving directory `/«PKGBUILDDIR»/man' Making all in doc... make[2]: Entering directory `/«PKGBUILDDIR»/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/doc' Making all in examples... make[2]: Entering directory `/«PKGBUILDDIR»/examples' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/examples' Making all in templates... make[2]: Entering directory `/«PKGBUILDDIR»/templates' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/templates' Making all in fonts... make[2]: Entering directory `/«PKGBUILDDIR»/fonts' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/fonts' make[1]: Leaving directory `/«PKGBUILDDIR»' touch debian/stamp-makefile-build /usr/bin/make -C . check make[1]: Entering directory `/«PKGBUILDDIR»' chmod +x cups-config echo Using ARCHFLAGS="" Using ARCHFLAGS= echo Using ALL_CFLAGS="-I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT " Using ALL_CFLAGS=-I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT echo Using ALL_CXXFLAGS="-I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT " Using ALL_CXXFLAGS=-I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT echo Using CC="gcc" Using CC=gcc echo Using CXX="gcc" Using CXX=gcc echo Using DSOFLAGS="-L../cups -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,-soname,`basename all` -shared -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE" Using DSOFLAGS=-L../cups -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,-soname,all -shared -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE echo Using LDFLAGS="-L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE" Using LDFLAGS=-L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE echo Using LIBS="-lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm " Using LIBS=-lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm for dir in cups test filter backend berkeley cgi-bin driver monitor notifier ppdc scheduler systemv conf data desktop locale man doc examples templates fonts; do\ echo Making all in $dir... ;\ (cd $dir ; /usr/bin/make -w all ) || exit 1;\ done Making all in cups... make[2]: Entering directory `/«PKGBUILDDIR»/cups' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/cups' Making all in test... make[2]: Entering directory `/«PKGBUILDDIR»/test' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/test' Making all in filter... make[2]: Entering directory `/«PKGBUILDDIR»/filter' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/filter' Making all in backend... make[2]: Entering directory `/«PKGBUILDDIR»/backend' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/backend' Making all in berkeley... make[2]: Entering directory `/«PKGBUILDDIR»/berkeley' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/berkeley' Making all in cgi-bin... make[2]: Entering directory `/«PKGBUILDDIR»/cgi-bin' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/cgi-bin' Making all in driver... make[2]: Entering directory `/«PKGBUILDDIR»/driver' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/driver' Making all in monitor... make[2]: Entering directory `/«PKGBUILDDIR»/monitor' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/monitor' Making all in notifier... make[2]: Entering directory `/«PKGBUILDDIR»/notifier' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/notifier' Making all in ppdc... make[2]: Entering directory `/«PKGBUILDDIR»/ppdc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/ppdc' Making all in scheduler... make[2]: Entering directory `/«PKGBUILDDIR»/scheduler' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/scheduler' Making all in systemv... make[2]: Entering directory `/«PKGBUILDDIR»/systemv' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/systemv' Making all in conf... make[2]: Entering directory `/«PKGBUILDDIR»/conf' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/conf' Making all in data... make[2]: Entering directory `/«PKGBUILDDIR»/data' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/data' Making all in desktop... make[2]: Entering directory `/«PKGBUILDDIR»/desktop' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/desktop' Making all in locale... make[2]: Entering directory `/«PKGBUILDDIR»/locale' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/locale' Making all in man... make[2]: Entering directory `/«PKGBUILDDIR»/man' echo Converting man pages to HTML... Converting man pages to HTML... for file in cancel.1.gz cups-config.1.gz cupstestdsc.1.gz cupstestppd.1.gz ipptool.1.gz lp.1.gz lpoptions.1.gz lppasswd.1.gz lpq.1.gz lprm.1.gz lpr.1.gz lpstat.1.gz ppdc.1.gz ppdhtml.1.gz ppdi.1.gz ppdmerge.1.gz ppdpo.1.gz; do \ echo " $file..."; \ ./mantohtml `basename $file .1.gz`.man >../doc/help/man-`basename $file .1.gz`.html; \ done cancel.1.gz... cups-config.1.gz... cupstestdsc.1.gz... cupstestppd.1.gz... ipptool.1.gz... lp.1.gz... lpoptions.1.gz... lppasswd.1.gz... lpq.1.gz... lprm.1.gz... lpr.1.gz... lpstat.1.gz... ppdc.1.gz... ppdhtml.1.gz... ppdi.1.gz... ppdmerge.1.gz... ppdpo.1.gz... for file in classes.conf.5.gz client.conf.5.gz cups-snmp.conf.5.gz cupsd.conf.5.gz ipptoolfile.5.gz mailto.conf.5.gz mime.convs.5.gz mime.types.5.gz ppdcfile.5.gz printers.conf.5.gz subscriptions.conf.5.gz; do \ echo " $file..."; \ ./mantohtml `basename $file .5.gz`.man >../doc/help/man-`basename $file .5.gz`.html; \ done classes.conf.5.gz... client.conf.5.gz... cups-snmp.conf.5.gz... cupsd.conf.5.gz... ipptoolfile.5.gz... mailto.conf.5.gz... mime.convs.5.gz... mime.types.5.gz... ppdcfile.5.gz... printers.conf.5.gz... subscriptions.conf.5.gz... for file in backend.7.gz filter.7.gz notifier.7.gz; do \ echo " $file..."; \ ./mantohtml `basename $file .7.gz`.man >../doc/help/man-`basename $file .7.gz`.html; \ done backend.7.gz... filter.7.gz... notifier.7.gz... for file in cupsaccept.8.gz cupsaddsmb.8.gz cupsctl.8.gz cupsfilter.8.gz cups-deviced.8.gz cups-driverd.8.gz cups-lpd.8.gz cups-polld.8.gz cupsd.8.gz cupsenable.8.gz lpadmin.8.gz lpinfo.8.gz lpmove.8.gz lpc.8.gz; do \ echo " $file..."; \ ./mantohtml `basename $file .8.gz`.man >../doc/help/man-`basename $file .8.gz`.html; \ done cupsaccept.8.gz... cupsaddsmb.8.gz... cupsctl.8.gz... cupsfilter.8.gz... cups-deviced.8.gz... cups-driverd.8.gz... cups-lpd.8.gz... cups-polld.8.gz... cupsd.8.gz... cupsenable.8.gz... lpadmin.8.gz... lpinfo.8.gz... lpmove.8.gz... lpc.8.gz... # Update the translations and build the translated material po4a --previous po4a/cups.cfg Discard de/client.conf.man.in (18 of 23 strings; only 78.26% translated; need 80%). Discard fr/cupsaccept.man (21 of 30 strings; only 70% translated; need 80%). Discard fr/client.conf.man.in (17 of 23 strings; only 73.91% translated; need 80%). Discard fr/cupsd.conf.man.in (283 of 356 strings; only 79.49% translated; need 80%). Discard fr/cupsd.man.in (22 of 30 strings; only 73.33% translated; need 80%). Discard fr/cups-driverd.man.in (33 of 42 strings; only 78.57% translated; need 80%). Discard fr/cupsenable.man (24 of 35 strings; only 68.57% translated; need 80%). Discard fr/cupsfilter.man (25 of 36 strings; only 69.44% translated; need 80%). Discard fr/cupstestppd.man (54 of 68 strings; only 79.41% translated; need 80%). Discard fr/lpadmin.man (55 of 79 strings; only 69.62% translated; need 80%). Discard fr/lpinfo.man (23 of 42 strings; only 54.76% translated; need 80%). Discard fr/lppasswd.man (19 of 25 strings; only 76% translated; need 80%). for lang in de fr; do /usr/bin/make -C $lang; done make[3]: Entering directory `/«PKGBUILDDIR»/man/de' echo Converting man pages to HTML... Converting man pages to HTML... for file in cancel.1.gz cups-config.1.gz cupstestdsc.1.gz cupstestppd.1.gz lp.1.gz lpoptions.1.gz lppasswd.1.gz lpq.1.gz lprm.1.gz lpr.1.gz lpstat.1.gz; do \ echo " $file..."; \ ../mantohtml `basename $file .1.gz`.man >../../doc/help/man-`basename $file .1.gz`.de.html; \ done cancel.1.gz... cups-config.1.gz... cupstestdsc.1.gz... cupstestppd.1.gz... lp.1.gz... lpoptions.1.gz... lppasswd.1.gz... lpq.1.gz... lprm.1.gz... lpr.1.gz... lpstat.1.gz... for file in classes.conf.5.gz cups-snmp.conf.5.gz cupsd.conf.5.gz mailto.conf.5.gz mime.convs.5.gz mime.types.5.gz printers.conf.5.gz subscriptions.conf.5.gz; do \ echo " $file..."; \ ../mantohtml `basename $file .5.gz`.man >../../doc/help/man-`basename $file .5.gz`.de.html; \ done classes.conf.5.gz... cups-snmp.conf.5.gz... cupsd.conf.5.gz... mailto.conf.5.gz... mime.convs.5.gz... mime.types.5.gz... printers.conf.5.gz... subscriptions.conf.5.gz... for file in backend.7.gz filter.7.gz; do \ echo " $file..."; \ ../mantohtml `basename $file .7.gz`.man >../../doc/help/man-`basename $file .7.gz`.de.html; \ done backend.7.gz... filter.7.gz... for file in cupsaccept.8.gz cupsaddsmb.8.gz cupsctl.8.gz cupsfilter.8.gz cups-deviced.8.gz cups-driverd.8.gz cups-lpd.8.gz cups-polld.8.gz cupsd.8.gz cupsenable.8.gz lpadmin.8.gz lpinfo.8.gz lpmove.8.gz lpc.8.gz; do \ echo " $file..."; \ ../mantohtml `basename $file .8.gz`.man >../../doc/help/man-`basename $file .8.gz`.de.html; \ done cupsaccept.8.gz... cupsaddsmb.8.gz... cupsctl.8.gz... cupsfilter.8.gz... cups-deviced.8.gz... cups-driverd.8.gz... cups-lpd.8.gz... cups-polld.8.gz... cupsd.8.gz... cupsenable.8.gz... lpadmin.8.gz... lpinfo.8.gz... lpmove.8.gz... lpc.8.gz... make[3]: Leaving directory `/«PKGBUILDDIR»/man/de' make[3]: Entering directory `/«PKGBUILDDIR»/man/fr' echo Converting man pages to HTML... Converting man pages to HTML... for file in cancel.1.gz cups-config.1.gz cupstestdsc.1.gz lp.1.gz lpoptions.1.gz lpq.1.gz lprm.1.gz lpr.1.gz lpstat.1.gz; do \ echo " $file..."; \ ../mantohtml `basename $file .1.gz`.man >../../doc/help/man-`basename $file .1.gz`.fr.html; \ done cancel.1.gz... cups-config.1.gz... cupstestdsc.1.gz... lp.1.gz... lpoptions.1.gz... lpq.1.gz... lprm.1.gz... lpr.1.gz... lpstat.1.gz... for file in classes.conf.5.gz cups-snmp.conf.5.gz mailto.conf.5.gz mime.convs.5.gz mime.types.5.gz printers.conf.5.gz subscriptions.conf.5.gz; do \ echo " $file..."; \ ../mantohtml `basename $file .5.gz`.man >../../doc/help/man-`basename $file .5.gz`.fr.html; \ done classes.conf.5.gz... cups-snmp.conf.5.gz... mailto.conf.5.gz... mime.convs.5.gz... mime.types.5.gz... printers.conf.5.gz... subscriptions.conf.5.gz... for file in backend.7.gz filter.7.gz; do \ echo " $file..."; \ ../mantohtml `basename $file .7.gz`.man >../../doc/help/man-`basename $file .7.gz`.fr.html; \ done backend.7.gz... filter.7.gz... for file in cupsaddsmb.8.gz cupsctl.8.gz cups-deviced.8.gz cups-lpd.8.gz cups-polld.8.gz lpmove.8.gz lpc.8.gz; do \ echo " $file..."; \ ../mantohtml `basename $file .8.gz`.man >../../doc/help/man-`basename $file .8.gz`.fr.html; \ done cupsaddsmb.8.gz... cupsctl.8.gz... cups-deviced.8.gz... cups-lpd.8.gz... cups-polld.8.gz... lpmove.8.gz... lpc.8.gz... make[3]: Leaving directory `/«PKGBUILDDIR»/man/fr' make[2]: Leaving directory `/«PKGBUILDDIR»/man' Making all in doc... make[2]: Entering directory `/«PKGBUILDDIR»/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/doc' Making all in examples... make[2]: Entering directory `/«PKGBUILDDIR»/examples' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/examples' Making all in templates... make[2]: Entering directory `/«PKGBUILDDIR»/templates' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/templates' Making all in fonts... make[2]: Entering directory `/«PKGBUILDDIR»/fonts' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/fonts' echo Using ARCHFLAGS="" Using ARCHFLAGS= echo Using ALL_CFLAGS="-I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT " Using ALL_CFLAGS=-I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT echo Using ALL_CXXFLAGS="-I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT " Using ALL_CXXFLAGS=-I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT echo Using CC="gcc" Using CC=gcc echo Using CXX="gcc" Using CXX=gcc echo Using DSOFLAGS="-L../cups -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,-soname,`basename unittests` -shared -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE" Using DSOFLAGS=-L../cups -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,-soname,unittests -shared -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE echo Using LDFLAGS="-L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE" Using LDFLAGS=-L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE echo Using LIBS="-lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm " Using LIBS=-lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm for dir in cups test filter backend berkeley cgi-bin driver monitor notifier ppdc scheduler systemv conf data desktop locale man doc examples templates fonts; do\ echo Making all in $dir... ;\ (cd $dir ; /usr/bin/make -w unittests) || exit 1;\ done Making all in cups... make[2]: Entering directory `/«PKGBUILDDIR»/cups' echo Compiling testadmin.c... Compiling testadmin.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testadmin.o testadmin.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testadmin... Linking testadmin... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testadmin testadmin.o libcups.a \ -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -lpthread -lcrypt -lm -lz echo Compiling testarray.c... Compiling testarray.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testarray.o testarray.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testarray... Linking testarray... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testarray testarray.o libcups.a \ -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -lpthread -lcrypt -lm -lz echo Running array API tests... Running array API tests... ./testarray cupsArrayNew: PASS cupsArrayUserData: PASS cupsArrayAdd: PASS cupsArrayCount: PASS cupsArrayFirst: PASS cupsArrayNext: PASS cupsArrayLast: PASS cupsArrayPrev: PASS cupsArrayFind: PASS cupsArrayCurrent: PASS cupsArrayDup: PASS cupsArrayRemove: PASS cupsArrayClear: PASS Load unique words: 27331 words in 0.239 seconds (114490 words/sec), PASS Delete While Iterating: PASS cupsArraySave: PASS cupsArrayRestore: PASS ALL TESTS PASSED! echo Compiling testconflicts.c... Compiling testconflicts.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testconflicts.o testconflicts.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testconflicts... Linking testconflicts... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testconflicts testconflicts.o libcups.a \ -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -lpthread -lcrypt -lm -lz echo Compiling testcups.c... Compiling testcups.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testcups.o testcups.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testcups... Linking testcups... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testcups testcups.o libcups.a \ -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -lpthread -lcrypt -lm -lz echo Compiling testfile.c... Compiling testfile.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testfile.o testfile.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' testfile.c:101:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] pipe(fds); ^~~~ ~~~ 1 warning generated. echo Linking testfile... Linking testfile... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testfile testfile.o libcups.a \ -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -lpthread -lcrypt -lm -lz echo Running file API tests... Running file API tests... ./testfile cupsFileOpen(write): PASS cupsFileCompression(): PASS cupsFilePuts(): PASS cupsFilePrintf(): PASS cupsFilePutChar(): PASS cupsFileWrite(): PASS cupsFilePuts("partial line"): PASS cupsFileTell(): PASS cupsFileClose(): PASS cupsFileOpen(read): PASS cupsFileGets(): PASS cupsFileCompression(): PASS cupsFileGetConf(): PASS cupsFileGetChar(): PASS cupsFileRead(): PASS cupsFileGetChar(partial line): PASS cupsFileTell(): PASS cupsFileClose(): PASS cupsFileOpen(write compressed): PASS cupsFileCompression(): PASS cupsFilePuts(): PASS cupsFilePrintf(): PASS cupsFilePutChar(): PASS cupsFileWrite(): PASS cupsFilePuts("partial line"): PASS cupsFileTell(): PASS cupsFileClose(): PASS cupsFileOpen(read): PASS cupsFileGets(): PASS cupsFileCompression(): PASS cupsFileGetConf(): PASS cupsFileGetChar(): PASS cupsFileRead(): PASS cupsFileGetChar(partial line): PASS cupsFileTell(): PASS cupsFileClose(): PASS cupsFileOpen(append 0): PASS cupsFileTell(): PASS cupsFileWrite(256 512-byte records): PASS cupsFileTell(): PASS cupsFileOpen(read 0): PASS cupsFileSeek(), cupsFileRead(): PASS cupsFileOpen(append 1): PASS cupsFileTell(): PASS cupsFileWrite(256 512-byte records): PASS cupsFileTell(): PASS cupsFileOpen(read 1): PASS cupsFileSeek(), cupsFileRead(): PASS cupsFileOpen(append 2): PASS cupsFileTell(): PASS cupsFileWrite(256 512-byte records): PASS cupsFileTell(): PASS cupsFileOpen(read 2): PASS cupsFileSeek(), cupsFileRead(): PASS cupsFileOpen(append 3): PASS cupsFileTell(): PASS cupsFileWrite(256 512-byte records): PASS cupsFileTell(): PASS cupsFileOpen(read 3): PASS cupsFileSeek(), cupsFileRead(): PASS cupsFileOpenFd(fd, "r"): PASS cupsFileClose(no read): PASS cupsFileOpen("../data/psglyphs", "r"): PASS cupsFileGets: PASS cupsFileRewind: PASS cupsFileGets: PASS cupsFileFind: PASS (/bin/cat) ALL TESTS PASSED! echo Compiling testhttp.c... Compiling testhttp.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testhttp.o testhttp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testhttp... Linking testhttp... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testhttp testhttp.o libcups.a \ -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -lpthread -lcrypt -lm -lz echo Running HTTP API tests... Running HTTP API tests... ./testhttp httpGetDateString()/httpGetDateTime(): PASS httpDecode64_2()/httpEncode64_2(): PASS httpGetHostname(): PASS (ip-10-29-171-155.ec2.internal) httpAddrGetList(ip-10-29-171-155.ec2.internal): PASS (1 address(es) for ip-10-29-171-155.ec2.internal) httpSeparateURI(): PASS (35 URIs tested) httpAssembleURI(): PASS (14 URIs tested) ALL TESTS PASSED! echo Compiling testi18n.c... Compiling testi18n.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testi18n.o testi18n.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testi18n... Linking testi18n... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testi18n testi18n.o libcups.a \ -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -lpthread -lcrypt -lm -lz echo Running internationalization API tests... Running internationalization API tests... ./testi18n cupsUTF8ToUTF32 of utfdemo.txt: PASS cupsUTF8ToCharset(CUPS_EUC_JP) of utfdemo.txt: PASS cupsUTF8ToCharset(CUPS_ISO8859_1): PASS cupsCharsetToUTF8(CUPS_ISO8859_1): PASS cupsUTF8ToCharset(CUPS_ISO8859_7): PASS cupsCharsetToUTF8(CUPS_ISO8859_7): PASS cupsUTF8ToCharset(CUPS_WINDOWS_932): PASS cupsCharsetToUTF8(CUPS_WINDOWS_932): PASS cupsUTF8ToCharset(CUPS_EUC_JP): PASS cupsUTF8ToCharset(CUPS_WINDOWS_950): PASS cupsCharsetToUTF8(CUPS_WINDOWS_950): PASS cupsUTF8ToCharset(CUPS_EUC_TW): PASS cupsCharsetToUTF8(CUPS_EUC_TW): PASS echo Compiling testipp.c... Compiling testipp.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testipp.o testipp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testipp... Linking testipp... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testipp testipp.o libcups.a \ -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -lpthread -lcrypt -lm -lz echo Running IPP API tests... Running IPP API tests... ./testipp Create Sample Request: PASS Write Sample to Memory: PASS Read Sample from Memory: PASS ippFindAttribute(media-col): PASS ippFindAttribute(media-size 1): PASS ippFindAttribute(media-size 2): PASS Read Mixed integer/rangeOfInteger from Memory: PASS ippFindAttribute(notify-lease-duration-supported): PASS _ippFindOption(printer-type): PASS Core IPP tests passed. echo Compiling testlang.c... Compiling testlang.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testlang.o testlang.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testlang... Linking testlang... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testlang testlang.o libcups.a \ -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -lpthread -lcrypt -lm -lz echo Running language API tests... Running language API tests... ./testlang Language = "en_US" Encoding = "utf-8" No = "No" Yes = "Yes" _cupsStrScand("1") number=1.000000 _cupsStrFormatd(1.000000) buffer="1" _cupsStrScand("-1") number=-1.000000 _cupsStrFormatd(-1.000000) buffer="-1" _cupsStrScand("3") number=3.000000 _cupsStrFormatd(3.000000) buffer="3" _cupsStrScand("5.125") number=5.125000 _cupsStrFormatd(5.125000) buffer="5.125" echo Compiling testoptions.c... Compiling testoptions.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testoptions.o testoptions.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testoptions... Linking testoptions... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testoptions testoptions.o libcups.a \ -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -lpthread -lcrypt -lm -lz echo Running option API tests... Running option API tests... ./testoptions cupsParseOptions: PASS echo Compiling testppd.c... Compiling testppd.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testppd.o testppd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' testppd.c:167:7: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] symlink("../../../locale/cups_fr.po", "locale/fr/cups_fr.po"); ^~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ testppd.c:169:7: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] symlink("../../../locale/cups_zh_TW.po", "locale/zh_TW/cups_zh_TW.po"); ^~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. echo Linking testppd... Linking testppd... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testppd testppd.o libcups.a \ -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -lpthread -lcrypt -lm -lz echo Running PPD API tests... Running PPD API tests... ./testppd ppdOpenFile(test.ppd): PASS ppdFindAttr(wildcard): PASS ppdFindNextAttr(wildcard): PASS ppdFindAttr(Foo): PASS ppdFindNextAttr(Foo): PASS ppdMarkDefaults: PASS ppdEmitString (defaults): PASS ppdEmitString (custom size and string): PASS cupsGetConflicts(InputSlot=Envelope): PASS ppdConflicts(): PASS (2) cupsResolveConflicts(InputSlot=Envelope): PASS (Resolved by changing PageSize) cupsResolveConflicts(No option/choice): PASS (Resolved by changing InputSlot) ppdInstallableConflict(): PASS ppdPageSizeLimits: PASS cupsMarkOptions(media=iso-a4): PASS cupsMarkOptions(media=na_letter_8.5x11in): PASS cupsMarkOptions(media=oe_letter-fullbleed_8.5x11in): PASS cupsMarkOptions(media=A4): PASS ppdLocalizeIPPReason(text): PASS ppdLocalizeIPPReason(http): PASS ppdLocalizeIPPReason(help): PASS ppdLocalizeIPPReason(file): PASS ppdLocalizeIPPReason(fr text): PASS ppdLocalizeIPPReason(zh_TW text): PASS ppdLocalizeMarkerName(bogus): PASS ppdLocalizeMarkerName(cyan): PASS ppdLocalizeMarkerName(fr cyan): PASS ppdLocalizeMarkerName(zh_TW cyan): PASS ppdOpenFile(test2.ppd): PASS ppdMarkDefaults: PASS ppdEmitString (defaults): PASS ppdConflicts(): PASS (1) cupsResolveConflicts(Quality=Photo): PASS (Unable to resolve) cupsResolveConflicts(No option/choice): PASS cupsResolveConflicts(loop test): PASS ppdInstallableConflict(): PASS ppdPageSizeLimits(default): PASS ppdPageSizeLimits(InputSlot=Manual): PASS ppdPageSizeLimits(Quality=Photo): PASS ppdPageSizeLimits(Quality=Photo): PASS echo Compiling testpwg.c... Compiling testpwg.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testpwg.o testpwg.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testpwg... Linking testpwg... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testpwg testpwg.o libcups.a \ -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -lpthread -lcrypt -lm -lz echo Running PWG API tests... Running PWG API tests... ./testpwg test.ppd ppdOpenFile(test.ppd): PASS _ppdCacheCreateWithPPD(ppd): PASS _ppdCacheWriteFile(test.pwg): PASS _ppdCacheCreateWithFile(test.pwg): PASS _ppdCacheGetPageSize(keyword=Letter): PASS _ppdCacheGetPageSize(media=Letter): PASS _ppdCacheGetPageSize(keyword=A4): PASS _ppdCacheGetPageSize(media=A4): PASS _ppdCacheDestroy(pc): PASS _pwgMediaForPWG("iso_a4_210x297mm"): PASS _pwgMediaForLegacy("na-letter"): PASS _pwgMediaForPPD("4x6"): PASS _pwgMediaForPPD("10x15cm"): PASS _pwgMediaForPPD("Custom.10x15cm"): PASS _pwgMediaForSize(29700, 42000): PASS echo Compiling testsnmp.c... Compiling testsnmp.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testsnmp.o testsnmp.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testsnmp... Linking testsnmp... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testsnmp testsnmp.o libcups.a \ -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -lpthread -lcrypt -lm -lz make[2]: Leaving directory `/«PKGBUILDDIR»/cups' Making all in test... make[2]: Entering directory `/«PKGBUILDDIR»/test' make[2]: Nothing to be done for `unittests'. make[2]: Leaving directory `/«PKGBUILDDIR»/test' Making all in filter... make[2]: Entering directory `/«PKGBUILDDIR»/filter' echo Compiling rasterbench.c... Compiling rasterbench.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o rasterbench.o rasterbench.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking rasterbench... Linking rasterbench... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o rasterbench rasterbench.o libcupsimage.a -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling testimage.c... Compiling testimage.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testimage.o testimage.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testimage... Linking testimage... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testimage testimage.o libcupsimage.a \ -ltiff -lpng -ljpeg -lz -lcups -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lavahi-common -lavahi-client -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lpthread -lcrypt -lm echo Compiling testraster.c... Compiling testraster.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testraster.o testraster.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testraster... Linking testraster... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testraster testraster.o libcupsimage.a \ ../cups/libcups.a -ltiff -lpng -ljpeg -lz -lpthread -lcrypt -lm \ -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err echo Running raster API tests... Running raster API tests... ./testraster _cupsRasterExecPS("setpagedevice"): PASS _cupsRasterExecPS("roll"): PASS _cupsRasterExecPS("dup index"): PASS _cupsRasterExecPS("%%Begin/EndFeature code"): PASS cupsRasterOpen(CUPS_RASTER_WRITE): PASS cupsRasterWriteHeader2: PASS cupsRasterWritePixels: PASS cupsRasterWriteHeader2: PASS cupsRasterWritePixels: PASS cupsRasterWriteHeader2: PASS cupsRasterWritePixels: PASS cupsRasterWriteHeader2: PASS cupsRasterWritePixels: PASS cupsRasterOpen(CUPS_RASTER_READ): PASS cupsRasterReadHeader2: cupsRasterReadPixels: PASS cupsRasterReadHeader2: cupsRasterReadPixels: PASS cupsRasterReadHeader2: cupsRasterReadPixels: PASS cupsRasterReadHeader2: cupsRasterReadPixels: PASS cupsRasterOpen(CUPS_RASTER_WRITE_PWG): PASS cupsRasterWriteHeader2: PASS cupsRasterWritePixels: PASS cupsRasterWriteHeader2: PASS cupsRasterWritePixels: PASS cupsRasterWriteHeader2: PASS cupsRasterWritePixels: PASS cupsRasterWriteHeader2: PASS cupsRasterWritePixels: PASS cupsRasterOpen(CUPS_RASTER_READ): PASS cupsRasterReadHeader2: cupsRasterReadPixels: PASS cupsRasterReadHeader2: cupsRasterReadPixels: PASS cupsRasterReadHeader2: cupsRasterReadPixels: PASS cupsRasterReadHeader2: cupsRasterReadPixels: PASS cupsRasterOpen(CUPS_RASTER_WRITE_PWG): PASS cupsRasterWriteHeader2: PASS cupsRasterWritePixels: PASS cupsRasterWriteHeader2: PASS cupsRasterWritePixels: PASS cupsRasterWriteHeader2: PASS cupsRasterWritePixels: PASS cupsRasterWriteHeader2: PASS cupsRasterWritePixels: PASS cupsRasterOpen(CUPS_RASTER_READ): PASS cupsRasterReadHeader2: cupsRasterReadPixels: PASS cupsRasterReadHeader2: cupsRasterReadPixels: PASS cupsRasterReadHeader2: cupsRasterReadPixels: PASS cupsRasterReadHeader2: cupsRasterReadPixels: PASS make[2]: Leaving directory `/«PKGBUILDDIR»/filter' Making all in backend... make[2]: Entering directory `/«PKGBUILDDIR»/backend' echo Compiling test1284.c... Compiling test1284.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o test1284.o test1284.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking test1284... Linking test1284... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o test1284 test1284.o ../cups/libcups.a \ -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -lpthread -lcrypt -lm -lz echo Compiling testbackend.c... Compiling testbackend.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testbackend.o testbackend.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' testbackend.c:226:4: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(1, " ", 1); ^~~~~ ~~~~~~~~~ testbackend.c:242:4: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(1, "\033E", 2); ^~~~~ ~~~~~~~~~~~~~ testbackend.c:244:4: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(1, "%!\n/Courier findfont 12 scalefont setfont 0 setgray\n", 52); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ testbackend.c:258:6: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(1, buffer, strlen(buffer)); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ testbackend.c:279:8: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(1, "\014", 1); ^~~~~ ~~~~~~~~~~~~ testbackend.c:281:8: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(1, "showpage\n", 9); ^~~~~ ~~~~~~~~~~~~~~~~~~ testbackend.c:289:6: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(2, buffer, bytes); ^~~~~ ~~~~~~~~~~~~~~~~ testbackend.c:269:4: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(1, buffer, strlen(buffer)); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ testbackend.c:317:4: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(2, buffer, bytes); ^~~~~ ~~~~~~~~~~~~~~~~ testbackend.c:310:2: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(1, buffer, strlen(buffer)); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ testbackend.c:392:4: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(2, buffer, bytes); ^~~~~ ~~~~~~~~~~~~~~~~ testbackend.c:386:9: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(1, data, strlen(data)); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~ testbackend.c:387:2: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(2, "DEBUG: START\n", 13); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~ testbackend.c:395:2: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(2, "\nDEBUG: END\n", 12); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~ testbackend.c:178:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] pipe(data_fds); ^~~~ ~~~~~~~~ testbackend.c:164:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] pipe(back_fds); ^~~~ ~~~~~~~~ 16 warnings generated. echo Linking testbackend... Linking testbackend... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testbackend testbackend.o ../cups/libcups.a \ -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -lpthread -lcrypt -lm -lz echo Compiling testsupplies.c... Compiling testsupplies.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testsupplies.o testsupplies.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testsupplies... Linking testsupplies... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testsupplies testsupplies.o libbackend.a \ ../cups/libcups.a -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client \ -lpthread -lcrypt -lm -lz make[2]: Leaving directory `/«PKGBUILDDIR»/backend' Making all in berkeley... make[2]: Entering directory `/«PKGBUILDDIR»/berkeley' make[2]: Nothing to be done for `unittests'. make[2]: Leaving directory `/«PKGBUILDDIR»/berkeley' Making all in cgi-bin... make[2]: Entering directory `/«PKGBUILDDIR»/cgi-bin' echo Compiling testcgi.c... Compiling testcgi.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testcgi.o testcgi.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' testcgi.c:40:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] freopen("multipart.dat", "rb", stdin); ^~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. echo Linking testcgi... Linking testcgi... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testcgi testcgi.o libcupscgi.a \ ../cups/libcups.a -lpthread -lcrypt -lm -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client \ -lz -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err echo Testing CGI API... Testing CGI API... ./testcgi DEBUG: org.cups.sid cookie not found, initializing! DEBUG: org.cups.sid cookie is "5d8aef542d92f0efdcf5394f576808a2" cgiSetVariable: MAX_FILE_SIZE="10485760" DEBUG: org.cups.sid form variable is not present. DEBUG: cgiClearVariables called. cgiInitialize: Set-Cookie: org.cups.sid=5d8aef542d92f0efdcf5394f576808a2; path=/; FAIL (init) echo Compiling testhi.c... Compiling testhi.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testhi.o testhi.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testhi... Linking testhi... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testhi testhi.o libcupscgi.a \ ../cups/libcups.a -lpthread -lcrypt -lm -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client \ -lz -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err echo Testing help index API... Testing help index API... ./testhi nodes (5 nodes): 1: testhi.html "Test File for Help Index Code" (0 words) 2: testhi.html#2ND "This is the Second Anchor" (6 words) 3: testhi.html#FIRST "This is the First Anchor" (2 words) 4: testhi.html#INLINE "This is an in-line anchor that crosses a line." (3 words) 5: testhi.html#THIRD "This is the Third Anchor" (0 words) sorted (5 nodes): 1: testhi.html "Test File for Help Index Code" (0 words) 2: testhi.html#INLINE "This is an in-line anchor that crosses a line." (3 words) 3: testhi.html#FIRST "This is the First Anchor" (2 words) 4: testhi.html#2ND "This is the Second Anchor" (6 words) 5: testhi.html#THIRD "This is the Third Anchor" (0 words) echo Compiling testtemplate.c... Compiling testtemplate.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testtemplate.o testtemplate.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' testtemplate.c:83:7: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] freopen("/dev/null", "w", stderr); ^~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. echo Linking testtemplate... Linking testtemplate... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testtemplate testtemplate.o libcupscgi.a ../cups/libcups.a \ -lpthread -lcrypt -lm -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -lz -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err make[2]: Leaving directory `/«PKGBUILDDIR»/cgi-bin' Making all in driver... make[2]: Entering directory `/«PKGBUILDDIR»/driver' if test ! -d test; then \ rm -rf test; \ mkdir test; \ fi echo Compiling testcmyk.c... Compiling testcmyk.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testcmyk.o testcmyk.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' testcmyk.c:167:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fread(input, width, 1, in); ^~~~~ ~~~~~~~~~~~~~~~~~~~ testcmyk.c:110:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fgets(line, sizeof(line), in); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~ testcmyk.c:345:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fread(input, width, 3, in); ^~~~~ ~~~~~~~~~~~~~~~~~~~ testcmyk.c:292:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fgets(line, sizeof(line), in); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~ 4 warnings generated. echo Linking testcmyk... Linking testcmyk... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testcmyk testcmyk.o libcupsdriver.a \ ../cups/libcups.a -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client \ -lpthread -lcrypt -lm -lz echo Running CMYK API tests... Running CMYK API tests... ./testcmyk > test/testcmyk.log DEBUG: cupsCMYKSetBlack(cmyk, lower=0.500, upper=1.000) DEBUG: 0 = 0k + 0c DEBUG: 17 = 0k + 17c DEBUG: 34 = 0k + 34c DEBUG: 51 = 0k + 51c DEBUG: 68 = 0k + 68c DEBUG: 85 = 0k + 85c DEBUG: 102 = 0k + 102c DEBUG: 119 = 0k + 119c DEBUG: 136 = 16k + 120c DEBUG: 153 = 50k + 103c DEBUG: 170 = 84k + 86c DEBUG: 187 = 118k + 69c DEBUG: 204 = 152k + 52c DEBUG: 221 = 186k + 35c DEBUG: 238 = 220k + 18c DEBUG: 255 = 255k + 0c DEBUG: cupsCMYKSetBlack(cmyk, lower=0.500, upper=1.000) DEBUG: 0 = 0k + 0c DEBUG: 17 = 0k + 17c DEBUG: 34 = 0k + 34c DEBUG: 51 = 0k + 51c DEBUG: 68 = 0k + 68c DEBUG: 85 = 0k + 85c DEBUG: 102 = 0k + 102c DEBUG: 119 = 0k + 119c DEBUG: 136 = 16k + 120c DEBUG: 153 = 50k + 103c DEBUG: 170 = 84k + 86c DEBUG: 187 = 118k + 69c DEBUG: 204 = 152k + 52c DEBUG: 221 = 186k + 35c DEBUG: 238 = 220k + 18c DEBUG: 255 = 255k + 0c DEBUG: cupsCMYKSetLtDk(cmyk, channel=0, light=0.500, dark=1.000) DEBUG: 0 = 0lt + 0dk DEBUG: 17 = 0lt + 543dk DEBUG: 34 = 0lt + 1087dk DEBUG: 51 = 0lt + 1631dk DEBUG: 68 = 0lt + 2175dk DEBUG: 85 = 0lt + 2719dk DEBUG: 102 = 0lt + 3263dk DEBUG: 119 = 0lt + 3807dk DEBUG: 136 = 257lt + 3838dk DEBUG: 153 = 806lt + 3289dk DEBUG: 170 = 1354lt + 2741dk DEBUG: 187 = 1902lt + 2193dk DEBUG: 204 = 2450lt + 1645dk DEBUG: 221 = 2998lt + 1097dk DEBUG: 238 = 3546lt + 549dk DEBUG: 255 = 4095lt + 0dk DEBUG: cupsCMYKSetBlack(cmyk, lower=0.500, upper=1.000) DEBUG: 0 = 0k + 0c DEBUG: 17 = 0k + 17c DEBUG: 34 = 0k + 34c DEBUG: 51 = 0k + 51c DEBUG: 68 = 0k + 68c DEBUG: 85 = 0k + 85c DEBUG: 102 = 0k + 102c DEBUG: 119 = 0k + 119c DEBUG: 136 = 16k + 120c DEBUG: 153 = 50k + 103c DEBUG: 170 = 84k + 86c DEBUG: 187 = 118k + 69c DEBUG: 204 = 152k + 52c DEBUG: 221 = 186k + 35c DEBUG: 238 = 220k + 18c DEBUG: 255 = 255k + 0c DEBUG: cupsCMYKSetBlack(cmyk, lower=0.500, upper=1.000) DEBUG: 0 = 0k + 0c DEBUG: 17 = 0k + 17c DEBUG: 34 = 0k + 34c DEBUG: 51 = 0k + 51c DEBUG: 68 = 0k + 68c DEBUG: 85 = 0k + 85c DEBUG: 102 = 0k + 102c DEBUG: 119 = 0k + 119c DEBUG: 136 = 16k + 120c DEBUG: 153 = 50k + 103c DEBUG: 170 = 84k + 86c DEBUG: 187 = 118k + 69c DEBUG: 204 = 152k + 52c DEBUG: 221 = 186k + 35c DEBUG: 238 = 220k + 18c DEBUG: 255 = 255k + 0c DEBUG: cupsCMYKSetBlack(cmyk, lower=0.500, upper=1.000) DEBUG: 0 = 0k + 0c DEBUG: 17 = 0k + 17c DEBUG: 34 = 0k + 34c DEBUG: 51 = 0k + 51c DEBUG: 68 = 0k + 68c DEBUG: 85 = 0k + 85c DEBUG: 102 = 0k + 102c DEBUG: 119 = 0k + 119c DEBUG: 136 = 16k + 120c DEBUG: 153 = 50k + 103c DEBUG: 170 = 84k + 86c DEBUG: 187 = 118k + 69c DEBUG: 204 = 152k + 52c DEBUG: 221 = 186k + 35c DEBUG: 238 = 220k + 18c DEBUG: 255 = 255k + 0c DEBUG: cupsCMYKSetGamma(cmyk, channel=0, gamval=1.000, density=0.800) DEBUG: 0 = 0 DEBUG: 17 = 218 DEBUG: 34 = 437 DEBUG: 51 = 655 DEBUG: 68 = 874 DEBUG: 85 = 1092 DEBUG: 102 = 1310 DEBUG: 119 = 1529 DEBUG: 136 = 1747 DEBUG: 153 = 1966 DEBUG: 170 = 2184 DEBUG: 187 = 2402 DEBUG: 204 = 2621 DEBUG: 221 = 2839 DEBUG: 238 = 3058 DEBUG: 255 = 3276 DEBUG: cupsCMYKSetLtDk(cmyk, channel=0, light=0.500, dark=1.000) DEBUG: 0 = 0lt + 0dk DEBUG: 17 = 0lt + 543dk DEBUG: 34 = 0lt + 1087dk DEBUG: 51 = 0lt + 1631dk DEBUG: 68 = 0lt + 2175dk DEBUG: 85 = 0lt + 2719dk DEBUG: 102 = 0lt + 3263dk DEBUG: 119 = 0lt + 3807dk DEBUG: 136 = 257lt + 3838dk DEBUG: 153 = 806lt + 3289dk DEBUG: 170 = 1354lt + 2741dk DEBUG: 187 = 1902lt + 2193dk DEBUG: 204 = 2450lt + 1645dk DEBUG: 221 = 2998lt + 1097dk DEBUG: 238 = 3546lt + 549dk DEBUG: 255 = 4095lt + 0dk DEBUG: cupsCMYKSetGamma(cmyk, channel=2, gamval=1.000, density=0.800) DEBUG: 0 = 0 DEBUG: 17 = 218 DEBUG: 34 = 437 DEBUG: 51 = 655 DEBUG: 68 = 874 DEBUG: 85 = 1092 DEBUG: 102 = 1310 DEBUG: 119 = 1529 DEBUG: 136 = 1747 DEBUG: 153 = 1966 DEBUG: 170 = 2184 DEBUG: 187 = 2402 DEBUG: 204 = 2621 DEBUG: 221 = 2839 DEBUG: 238 = 3058 DEBUG: 255 = 3276 DEBUG: cupsCMYKSetLtDk(cmyk, channel=2, light=0.500, dark=1.000) DEBUG: 0 = 0lt + 0dk DEBUG: 17 = 0lt + 543dk DEBUG: 34 = 0lt + 1087dk DEBUG: 51 = 0lt + 1631dk DEBUG: 68 = 0lt + 2175dk DEBUG: 85 = 0lt + 2719dk DEBUG: 102 = 0lt + 3263dk DEBUG: 119 = 0lt + 3807dk DEBUG: 136 = 257lt + 3838dk DEBUG: 153 = 806lt + 3289dk DEBUG: 170 = 1354lt + 2741dk DEBUG: 187 = 1902lt + 2193dk DEBUG: 204 = 2450lt + 1645dk DEBUG: 221 = 2998lt + 1097dk DEBUG: 238 = 3546lt + 549dk DEBUG: 255 = 4095lt + 0dk DEBUG: cupsCMYKSetBlack(cmyk, lower=0.500, upper=1.000) DEBUG: 0 = 0k + 0c DEBUG: 17 = 0k + 17c DEBUG: 34 = 0k + 34c DEBUG: 51 = 0k + 51c DEBUG: 68 = 0k + 68c DEBUG: 85 = 0k + 85c DEBUG: 102 = 0k + 102c DEBUG: 119 = 0k + 119c DEBUG: 136 = 16k + 120c DEBUG: 153 = 50k + 103c DEBUG: 170 = 84k + 86c DEBUG: 187 = 118k + 69c DEBUG: 204 = 152k + 52c DEBUG: 221 = 186k + 35c DEBUG: 238 = 220k + 18c DEBUG: 255 = 255k + 0c DEBUG: cupsCMYKSetGamma(cmyk, channel=0, gamval=1.000, density=0.800) DEBUG: 0 = 0 DEBUG: 17 = 218 DEBUG: 34 = 437 DEBUG: 51 = 655 DEBUG: 68 = 874 DEBUG: 85 = 1092 DEBUG: 102 = 1310 DEBUG: 119 = 1529 DEBUG: 136 = 1747 DEBUG: 153 = 1966 DEBUG: 170 = 2184 DEBUG: 187 = 2402 DEBUG: 204 = 2621 DEBUG: 221 = 2839 DEBUG: 238 = 3058 DEBUG: 255 = 3276 DEBUG: cupsCMYKSetLtDk(cmyk, channel=0, light=0.500, dark=1.000) DEBUG: 0 = 0lt + 0dk DEBUG: 17 = 0lt + 543dk DEBUG: 34 = 0lt + 1087dk DEBUG: 51 = 0lt + 1631dk DEBUG: 68 = 0lt + 2175dk DEBUG: 85 = 0lt + 2719dk DEBUG: 102 = 0lt + 3263dk DEBUG: 119 = 0lt + 3807dk DEBUG: 136 = 257lt + 3838dk DEBUG: 153 = 806lt + 3289dk DEBUG: 170 = 1354lt + 2741dk DEBUG: 187 = 1902lt + 2193dk DEBUG: 204 = 2450lt + 1645dk DEBUG: 221 = 2998lt + 1097dk DEBUG: 238 = 3546lt + 549dk DEBUG: 255 = 4095lt + 0dk DEBUG: cupsCMYKSetGamma(cmyk, channel=2, gamval=1.000, density=0.800) DEBUG: 0 = 0 DEBUG: 17 = 218 DEBUG: 34 = 437 DEBUG: 51 = 655 DEBUG: 68 = 874 DEBUG: 85 = 1092 DEBUG: 102 = 1310 DEBUG: 119 = 1529 DEBUG: 136 = 1747 DEBUG: 153 = 1966 DEBUG: 170 = 2184 DEBUG: 187 = 2402 DEBUG: 204 = 2621 DEBUG: 221 = 2839 DEBUG: 238 = 3058 DEBUG: 255 = 3276 DEBUG: cupsCMYKSetLtDk(cmyk, channel=2, light=0.500, dark=1.000) DEBUG: 0 = 0lt + 0dk DEBUG: 17 = 0lt + 543dk DEBUG: 34 = 0lt + 1087dk DEBUG: 51 = 0lt + 1631dk DEBUG: 68 = 0lt + 2175dk DEBUG: 85 = 0lt + 2719dk DEBUG: 102 = 0lt + 3263dk DEBUG: 119 = 0lt + 3807dk DEBUG: 136 = 257lt + 3838dk DEBUG: 153 = 806lt + 3289dk DEBUG: 170 = 1354lt + 2741dk DEBUG: 187 = 1902lt + 2193dk DEBUG: 204 = 2450lt + 1645dk DEBUG: 221 = 2998lt + 1097dk DEBUG: 238 = 3546lt + 549dk DEBUG: 255 = 4095lt + 0dk DEBUG: cupsCMYKSetLtDk(cmyk, channel=5, light=0.500, dark=1.000) DEBUG: 0 = 0lt + 0dk DEBUG: 17 = 0lt + 543dk DEBUG: 34 = 0lt + 1087dk DEBUG: 51 = 0lt + 1631dk DEBUG: 68 = 0lt + 2175dk DEBUG: 85 = 0lt + 2719dk DEBUG: 102 = 0lt + 3263dk DEBUG: 119 = 0lt + 3807dk DEBUG: 136 = 257lt + 3838dk DEBUG: 153 = 806lt + 3289dk DEBUG: 170 = 1354lt + 2741dk DEBUG: 187 = 1902lt + 2193dk DEBUG: 204 = 2450lt + 1645dk DEBUG: 221 = 2998lt + 1097dk DEBUG: 238 = 3546lt + 549dk DEBUG: 255 = 4095lt + 0dk DEBUG: cupsCMYKSetLtDk(cmyk, channel=0, light=0.500, dark=1.000) DEBUG: 0 = 0lt + 0dk DEBUG: 17 = 0lt + 543dk DEBUG: 34 = 0lt + 1087dk DEBUG: 51 = 0lt + 1631dk DEBUG: 68 = 0lt + 2175dk DEBUG: 85 = 0lt + 2719dk DEBUG: 102 = 0lt + 3263dk DEBUG: 119 = 0lt + 3807dk DEBUG: 136 = 257lt + 3838dk DEBUG: 153 = 806lt + 3289dk DEBUG: 170 = 1354lt + 2741dk DEBUG: 187 = 1902lt + 2193dk DEBUG: 204 = 2450lt + 1645dk DEBUG: 221 = 2998lt + 1097dk DEBUG: 238 = 3546lt + 549dk DEBUG: 255 = 4095lt + 0dk DEBUG: cupsCMYKSetGamma(cmyk, channel=2, gamval=1.000, density=0.900) DEBUG: 0 = 0 DEBUG: 17 = 246 DEBUG: 34 = 491 DEBUG: 51 = 737 DEBUG: 68 = 983 DEBUG: 85 = 1229 DEBUG: 102 = 1474 DEBUG: 119 = 1720 DEBUG: 136 = 1966 DEBUG: 153 = 2211 DEBUG: 170 = 2457 DEBUG: 187 = 2703 DEBUG: 204 = 2948 DEBUG: 221 = 3194 DEBUG: 238 = 3440 DEBUG: 255 = 3686 DEBUG: cupsCMYKSetBlack(cmyk, lower=0.500, upper=1.000) DEBUG: 0 = 0k + 0c DEBUG: 17 = 0k + 17c DEBUG: 34 = 0k + 34c DEBUG: 51 = 0k + 51c DEBUG: 68 = 0k + 68c DEBUG: 85 = 0k + 85c DEBUG: 102 = 0k + 102c DEBUG: 119 = 0k + 119c DEBUG: 136 = 16k + 120c DEBUG: 153 = 50k + 103c DEBUG: 170 = 84k + 86c DEBUG: 187 = 118k + 69c DEBUG: 204 = 152k + 52c DEBUG: 221 = 186k + 35c DEBUG: 238 = 220k + 18c DEBUG: 255 = 255k + 0c DEBUG: cupsCMYKSetLtDk(cmyk, channel=0, light=0.500, dark=1.000) DEBUG: 0 = 0lt + 0dk DEBUG: 17 = 0lt + 543dk DEBUG: 34 = 0lt + 1087dk DEBUG: 51 = 0lt + 1631dk DEBUG: 68 = 0lt + 2175dk DEBUG: 85 = 0lt + 2719dk DEBUG: 102 = 0lt + 3263dk DEBUG: 119 = 0lt + 3807dk DEBUG: 136 = 257lt + 3838dk DEBUG: 153 = 806lt + 3289dk DEBUG: 170 = 1354lt + 2741dk DEBUG: 187 = 1902lt + 2193dk DEBUG: 204 = 2450lt + 1645dk DEBUG: 221 = 2998lt + 1097dk DEBUG: 238 = 3546lt + 549dk DEBUG: 255 = 4095lt + 0dk DEBUG: cupsCMYKSetLtDk(cmyk, channel=2, light=0.500, dark=1.000) DEBUG: 0 = 0lt + 0dk DEBUG: 17 = 0lt + 543dk DEBUG: 34 = 0lt + 1087dk DEBUG: 51 = 0lt + 1631dk DEBUG: 68 = 0lt + 2175dk DEBUG: 85 = 0lt + 2719dk DEBUG: 102 = 0lt + 3263dk DEBUG: 119 = 0lt + 3807dk DEBUG: 136 = 257lt + 3838dk DEBUG: 153 = 806lt + 3289dk DEBUG: 170 = 1354lt + 2741dk DEBUG: 187 = 1902lt + 2193dk DEBUG: 204 = 2450lt + 1645dk DEBUG: 221 = 2998lt + 1097dk DEBUG: 238 = 3546lt + 549dk DEBUG: 255 = 4095lt + 0dk DEBUG: cupsCMYKSetGamma(cmyk, channel=4, gamval=1.000, density=0.900) DEBUG: 0 = 0 DEBUG: 17 = 246 DEBUG: 34 = 491 DEBUG: 51 = 737 DEBUG: 68 = 983 DEBUG: 85 = 1229 DEBUG: 102 = 1474 DEBUG: 119 = 1720 DEBUG: 136 = 1966 DEBUG: 153 = 2211 DEBUG: 170 = 2457 DEBUG: 187 = 2703 DEBUG: 204 = 2948 DEBUG: 221 = 3194 DEBUG: 238 = 3440 DEBUG: 255 = 3686 DEBUG: cupsCMYKSetBlack(cmyk, lower=0.500, upper=1.000) DEBUG: 0 = 0k + 0c DEBUG: 17 = 0k + 17c DEBUG: 34 = 0k + 34c DEBUG: 51 = 0k + 51c DEBUG: 68 = 0k + 68c DEBUG: 85 = 0k + 85c DEBUG: 102 = 0k + 102c DEBUG: 119 = 0k + 119c DEBUG: 136 = 16k + 120c DEBUG: 153 = 50k + 103c DEBUG: 170 = 84k + 86c DEBUG: 187 = 118k + 69c DEBUG: 204 = 152k + 52c DEBUG: 221 = 186k + 35c DEBUG: 238 = 220k + 18c DEBUG: 255 = 255k + 0c DEBUG: cupsCMYKSetLtDk(cmyk, channel=0, light=0.500, dark=1.000) DEBUG: 0 = 0lt + 0dk DEBUG: 17 = 0lt + 543dk DEBUG: 34 = 0lt + 1087dk DEBUG: 51 = 0lt + 1631dk DEBUG: 68 = 0lt + 2175dk DEBUG: 85 = 0lt + 2719dk DEBUG: 102 = 0lt + 3263dk DEBUG: 119 = 0lt + 3807dk DEBUG: 136 = 257lt + 3838dk DEBUG: 153 = 806lt + 3289dk DEBUG: 170 = 1354lt + 2741dk DEBUG: 187 = 1902lt + 2193dk DEBUG: 204 = 2450lt + 1645dk DEBUG: 221 = 2998lt + 1097dk DEBUG: 238 = 3546lt + 549dk DEBUG: 255 = 4095lt + 0dk DEBUG: cupsCMYKSetLtDk(cmyk, channel=2, light=0.500, dark=1.000) DEBUG: 0 = 0lt + 0dk DEBUG: 17 = 0lt + 543dk DEBUG: 34 = 0lt + 1087dk DEBUG: 51 = 0lt + 1631dk DEBUG: 68 = 0lt + 2175dk DEBUG: 85 = 0lt + 2719dk DEBUG: 102 = 0lt + 3263dk DEBUG: 119 = 0lt + 3807dk DEBUG: 136 = 257lt + 3838dk DEBUG: 153 = 806lt + 3289dk DEBUG: 170 = 1354lt + 2741dk DEBUG: 187 = 1902lt + 2193dk DEBUG: 204 = 2450lt + 1645dk DEBUG: 221 = 2998lt + 1097dk DEBUG: 238 = 3546lt + 549dk DEBUG: 255 = 4095lt + 0dk DEBUG: cupsCMYKSetGamma(cmyk, channel=4, gamval=1.000, density=0.900) DEBUG: 0 = 0 DEBUG: 17 = 246 DEBUG: 34 = 491 DEBUG: 51 = 737 DEBUG: 68 = 983 DEBUG: 85 = 1229 DEBUG: 102 = 1474 DEBUG: 119 = 1720 DEBUG: 136 = 1966 DEBUG: 153 = 2211 DEBUG: 170 = 2457 DEBUG: 187 = 2703 DEBUG: 204 = 2948 DEBUG: 221 = 3194 DEBUG: 238 = 3440 DEBUG: 255 = 3686 DEBUG: cupsCMYKSetLtDk(cmyk, channel=5, light=0.500, dark=1.000) DEBUG: 0 = 0lt + 0dk DEBUG: 17 = 0lt + 543dk DEBUG: 34 = 0lt + 1087dk DEBUG: 51 = 0lt + 1631dk DEBUG: 68 = 0lt + 2175dk DEBUG: 85 = 0lt + 2719dk DEBUG: 102 = 0lt + 3263dk DEBUG: 119 = 0lt + 3807dk DEBUG: 136 = 257lt + 3838dk DEBUG: 153 = 806lt + 3289dk DEBUG: 170 = 1354lt + 2741dk DEBUG: 187 = 1902lt + 2193dk DEBUG: 204 = 2450lt + 1645dk DEBUG: 221 = 2998lt + 1097dk DEBUG: 238 = 3546lt + 549dk DEBUG: 255 = 4095lt + 0dk echo Compiling testdither.c... Compiling testdither.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testdither.o testdither.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testdither... Linking testdither... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testdither testdither.o libcupsdriver.a \ ../cups/libcups.a -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client \ -lpthread -lcrypt -lm -lz echo Running dither API tests... Running dither API tests... ./testdither > test/0-255.pgm 2>test/0-255.log ./testdither 0 127 255 > test/0-127-255.pgm 2>test/0-127-255.log ./testdither 0 85 170 255 > test/0-85-170-255.pgm 2>test/0-85-170-255.log ./testdither 0 63 127 170 198 227 255 > test/0-63-127-170-198-227-255.pgm 2>test/0-63-127-170-198-227-255.log ./testdither 0 210 383 > test/0-210-383.pgm 2>test/0-210-383.log ./testdither 0 82 255 > test/0-82-255.pgm 2>test/0-82-255.log ./testdither 0 510 > test/0-510.pgm 2>test/0-510.log ./testdither 0 1020 > test/0-1020.pgm 2>test/0-1020.log echo Compiling testrgb.c... Compiling testrgb.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testrgb.o testrgb.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' testrgb.c:154:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fread(input, width, 1, in); ^~~~~ ~~~~~~~~~~~~~~~~~~~ testrgb.c:123:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fgets(line, sizeof(line), in); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~ testrgb.c:284:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fread(input, width, 3, in); ^~~~~ ~~~~~~~~~~~~~~~~~~~ testrgb.c:253:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] fgets(line, sizeof(line), in); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~ 4 warnings generated. echo Linking testrgb... Linking testrgb... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testrgb testrgb.o libcupsdriver.a \ ../cups/libcups.a -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client \ -lpthread -lcrypt -lm -lz echo Running RGB API tests... Running RGB API tests... ./testrgb > test/testrgb.log 2>&1 || echo "RGB tests failed!" make[2]: Leaving directory `/«PKGBUILDDIR»/driver' Making all in monitor... make[2]: Entering directory `/«PKGBUILDDIR»/monitor' make[2]: Nothing to be done for `unittests'. make[2]: Leaving directory `/«PKGBUILDDIR»/monitor' Making all in notifier... make[2]: Entering directory `/«PKGBUILDDIR»/notifier' make[2]: Nothing to be done for `unittests'. make[2]: Leaving directory `/«PKGBUILDDIR»/notifier' Making all in ppdc... make[2]: Entering directory `/«PKGBUILDDIR»/ppdc' echo Linking ppdc-static... Linking ppdc-static... g++ -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o ppdc-static ppdc.o -lcupsppdc \ ../cups/libcups.a -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client \ -lpthread -lcrypt -lm -lz echo Testing PPD compiler... Testing PPD compiler... LD_LIBRARY_PATH=.:../cups/ ./ppdc-static -l en,fr -I ../data foo.drv LD_LIBRARY_PATH=.:../cups/ ./ppdc-static -l en,fr -z -I ../data foo.drv echo Linking ppdi-static... Linking ppdi-static... g++ -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o ppdi-static ppdi.o -lcupsppdc \ ../cups/libcups.a -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client \ -lpthread -lcrypt -lm -lz echo Testing PPD importer... Testing PPD importer... /bin/rm -f -r ppd ppd2 sample-import.drv LD_LIBRARY_PATH=.:../cups/ ./ppdc-static -I ../data sample.drv LD_LIBRARY_PATH=.:../cups/ ./ppdi-static -I ../data -o sample-import.drv ppd/* LD_LIBRARY_PATH=.:../cups/ ./ppdc-static -I ../data -d ppd2 sample-import.drv if diff -r ppd ppd2 >/dev/null; then \ echo PPD import OK; \ else \ echo PPD import FAILED; \ exit 1; \ fi PPD import OK echo Compiling testcatalog.cxx... Compiling testcatalog.cxx... g++ -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testcatalog.o testcatalog.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testcatalog... Linking testcatalog... g++ -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testcatalog testcatalog.o -lcupsppdc \ ../cups/libcups.a -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client \ -lpthread -lcrypt -lm -lz make[2]: Leaving directory `/«PKGBUILDDIR»/ppdc' Making all in scheduler... make[2]: Entering directory `/«PKGBUILDDIR»/scheduler' echo Compiling testdirsvc.c... Compiling testdirsvc.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testdirsvc.o testdirsvc.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testdirsvc... Linking testdirsvc... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testdirsvc testdirsvc.o -lpthread -lcrypt -lm echo Compiling testlpd.c... Compiling testlpd.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testlpd.o testlpd.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' testlpd.c:128:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] pipe(cupslpd_stdin); ^~~~ ~~~~~~~~~~~~~ testlpd.c:129:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] pipe(cupslpd_stdout); ^~~~ ~~~~~~~~~~~~~~ testlpd.c:366:3: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] write(outfd, "", 1); ^~~~~ ~~~~~~~~~~~~ 3 warnings generated. echo Linking testlpd... Linking testlpd... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testlpd testlpd.o ../cups/libcups.a \ -lpthread -lcrypt -lm -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err echo Compiling testmime.c... Compiling testmime.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testmime.o testmime.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testmime... Linking testmime... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testmime testmime.o libcupsmime.a \ ../cups/libcups.a -lpthread -lcrypt -lm -lz -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt \ -lavahi-common -lavahi-client -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err echo Running MIME tests... Running MIME tests... ./testmime MIME database types: application/octet-stream (100): application/pdf (100): [0x2ac7a46978b0] OR ( [0x2ac7a4697930] match(*.pdf) [0x2ac7a46979b0] string(0,%PDF) ) application/postscript (100): [0x2ac7a4697a70] OR ( [0x2ac7a4697af0] match(*.ai) [0x2ac7a4697b70] match(*.eps) [0x2ac7a4697bf0] match(*.ps) [0x2ac7a4697c70] string(0,%!) [0x2ac7a4697cf0] string(0,<04>%!) [0x2ac7a4697df0] AND ( [0x2ac7a4697d70] contains(0,128,<1B>%-12345X) [0x2ac7a4697e70] OR ( [0x2ac7a4697ef0] contains(0,4096,LANGUAGE=POSTSCRIPT) [0x2ac7a4697f70] contains(0,4096,LANGUAGE = Postscript) [0x2ac7a4697ff0] contains(0,4096,LANGUAGE = PostScript) [0x2ac7a4698070] contains(0,4096,LANGUAGE = POSTSCRIPT) [0x2ac7a46980f0] AND ( [0x2ac7a4698170] contains(0,4096,<0A>%!) [0x2ac7a46981f0] NOT contains(0,4096,ENTER LANGUAGE) ) ) ) ) application/rss+xml (100): [0x2ac7a469ca80] OR ( [0x2ac7a469cb00] match(*.rss) ) application/vnd.cups-banner (100): [0x2ac7a469cbc0] OR ( [0x2ac7a469cc40] string(0,#CUPS-BANNER) ) application/vnd.cups-command (100): [0x2ac7a469cd00] OR ( [0x2ac7a469cd80] string(0,#CUPS-COMMAND) ) application/vnd.cups-pdf (100): application/vnd.cups-postscript (100): application/vnd.cups-ppd (100): [0x2ac7a469cec0] OR ( [0x2ac7a469cf40] match(*.ppd) [0x2ac7a469cfc0] string(0,*PPD-Adobe:) ) application/vnd.cups-raster (100): [0x2ac7a469a960] OR ( [0x2ac7a469a9e0] string(0,RaSt) [0x2ac7a469d290] string(0,tSaR) [0x2ac7a469d310] string(0,RaS2) [0x2ac7a469d390] string(0,2SaR) [0x2ac7a469d410] string(0,RaS3) [0x2ac7a469d490] string(0,3SaR) ) application/vnd.cups-raw (100): [0x2ac7a469d550] AND ( [0x2ac7a469d5d0] string(0,<1B>E) [0x2ac7a469d650] NOT string(2,<1B>%0B) ) [0x2ac7a469d6d0] string(0,<1B>@) [0x2ac7a469d750] AND ( [0x2ac7a469d7d0] contains(0,128,<1B>%-12345X) [0x2ac7a469d850] OR ( [0x2ac7a469d8d0] contains(0,4096,LANGUAGE=PCL) [0x2ac7a469d950] contains(0,4096,LANGUAGE = PCL) ) ) application/x-cshell (100): [0x2ac7a469b020] OR ( [0x2ac7a469b0a0] match(*.csh) [0x2ac7a469b1a0] AND ( [0x2ac7a469b120] printable(0,1024) [0x2ac7a469b220] string(0,#!) [0x2ac7a469b2a0] OR ( [0x2ac7a469b320] contains(2,80,/csh) [0x2ac7a469b3a0] contains(2,80,/tcsh) ) ) ) application/x-csource (100): [0x2ac7a469bcc0] OR ( [0x2ac7a469bd40] match(*.c) [0x2ac7a469bdc0] match(*.cxx) [0x2ac7a469be40] match(*.cpp) [0x2ac7a469bec0] match(*.cc) [0x2ac7a469bf40] match(*.C) [0x2ac7a469bfc0] match(*.h) [0x2ac7a469c040] match(*.hpp) [0x2ac7a469c140] AND ( [0x2ac7a469c0c0] printable(0,1024) [0x2ac7a469c1c0] OR ( [0x2ac7a469c240] string(0,/*) [0x2ac7a469c2c0] string(0,//) ) ) ) application/x-perl (100): [0x2ac7a469b450] OR ( [0x2ac7a469b4d0] match(*.pl) [0x2ac7a469b5d0] AND ( [0x2ac7a469b550] printable(0,1024) [0x2ac7a469b650] string(0,#!) [0x2ac7a469b6d0] contains(2,80,/perl) ) ) application/x-shell (100): [0x2ac7a469b780] OR ( [0x2ac7a469b800] match(*.sh) [0x2ac7a469b900] AND ( [0x2ac7a469b880] printable(0,1024) [0x2ac7a469b980] string(0,#!) [0x2ac7a469ba00] OR ( [0x2ac7a469ba80] contains(2,80,/bash) [0x2ac7a469bb00] contains(2,80,/ksh) [0x2ac7a469bb80] contains(2,80,/sh) [0x2ac7a469bc00] contains(2,80,/zsh) ) ) ) image/gif (100): [0x2ac7a46982a0] OR ( [0x2ac7a4698320] match(*.gif) [0x2ac7a46983a0] string(0,GIF87a) [0x2ac7a4698420] string(0,GIF89a) ) image/jpeg (100): [0x2ac7a4698680] OR ( [0x2ac7a4698700] match(*.jpeg) [0x2ac7a4698780] match(*.jpg) [0x2ac7a4698800] match(*.jpe) [0x2ac7a4698900] AND ( [0x2ac7a4698880] string(0,) [0x2ac7a4698980] OR ( [0x2ac7a4698a00] char(3,224) [0x2ac7a4698a80] char(3,225) [0x2ac7a4698b00] char(3,226) [0x2ac7a4698b80] char(3,227) [0x2ac7a4698c00] char(3,228) [0x2ac7a4698c80] char(3,229) [0x2ac7a4698d00] char(3,230) [0x2ac7a4698d80] char(3,231) [0x2ac7a4698e00] char(3,232) [0x2ac7a4698e80] char(3,233) [0x2ac7a4698f00] char(3,234) [0x2ac7a4698f80] char(3,235) [0x2ac7a4699000] char(3,236) [0x2ac7a4699080] char(3,237) [0x2ac7a4699100] char(3,238) [0x2ac7a4699180] char(3,239) ) ) ) image/png (100): [0x2ac7a46984d0] OR ( [0x2ac7a4698550] match(*.png) [0x2ac7a46985d0] string(0,PNG) ) image/pwg-raster (100): [0x2ac7a4699240] AND ( [0x2ac7a46992c0] string(0,RaS2) [0x2ac7a4699340] string(4,PwgRaster<00>) ) image/tiff (100): [0x2ac7a46993f0] OR ( [0x2ac7a4699470] match(*.tiff) [0x2ac7a46994f0] match(*.tif) [0x2ac7a4699570] string(0,MM<00>*) [0x2ac7a46995f0] string(0,II*<00>) ) image/x-alias (100): [0x2ac7a4697820] OR ( [0x2ac7a469aa70] match(*.pix) [0x2ac7a469aaf0] short(8,8) [0x2ac7a469ab70] short(8,24) ) image/x-bitmap (100): [0x2ac7a469ac30] OR ( [0x2ac7a469acb0] match(*.bmp) [0x2ac7a469adb0] AND ( [0x2ac7a469ad30] string(0,BM) [0x2ac7a469ae30] NOT printable(2,14) ) ) image/x-icon (100): [0x2ac7a469aee0] OR ( [0x2ac7a469af60] match(*.ico) ) image/x-photocd (100): [0x2ac7a46996b0] OR ( [0x2ac7a4699730] match(*.pcd) [0x2ac7a46997b0] string(2048,PCD_IPI) ) image/x-portable-anymap (100): [0x2ac7a4699870] OR ( [0x2ac7a46998f0] match(*.pnm) ) image/x-portable-bitmap (100): [0x2ac7a46999b0] OR ( [0x2ac7a4699a30] match(*.pbm) [0x2ac7a4699ab0] string(0,P1) [0x2ac7a4699b30] string(0,P4) ) image/x-portable-graymap (100): [0x2ac7a4699bf0] OR ( [0x2ac7a4699c70] match(*.pgm) [0x2ac7a4699cf0] string(0,P2) [0x2ac7a4699d70] string(0,P5) ) image/x-portable-pixmap (100): [0x2ac7a4699e30] OR ( [0x2ac7a4699eb0] match(*.ppm) [0x2ac7a4699f30] string(0,P3) [0x2ac7a4699fb0] string(0,P6) ) image/x-sgi-rgb (100): [0x2ac7a469a070] OR ( [0x2ac7a469a0f0] match(*.rgb) [0x2ac7a469a170] match(*.sgi) [0x2ac7a469a1f0] match(*.bw) [0x2ac7a469a270] match(*.icon) [0x2ac7a469a2f0] short(0,474) ) image/x-sun-raster (100): [0x2ac7a469a7b0] OR ( [0x2ac7a469a830] match(*.ras) [0x2ac7a469a8b0] string(0,Yj) ) image/x-xbitmap (100): [0x2ac7a469a3b0] OR ( [0x2ac7a469a430] match(*.xbm) ) image/x-xpixmap (100): [0x2ac7a469a4f0] OR ( [0x2ac7a469a570] match(*.xpm) [0x2ac7a469a670] AND ( [0x2ac7a469a5f0] ascii(0,1024) [0x2ac7a469a6f0] string(3,XPM) ) ) text/css (100): [0x2ac7a469c950] OR ( [0x2ac7a469c9d0] match(*.css) ) text/html (100): [0x2ac7a469c370] OR ( [0x2ac7a469c3f0] match(*.html) [0x2ac7a469c470] match(*.htm) [0x2ac7a469c570] AND ( [0x2ac7a469c4f0] printable(0,1024) [0x2ac7a469c5f0] OR ( [0x2ac7a469c670] [0x2ac7a469c6f0] ) ) ) text/plain (100): [0x2ac7a469c7a0] OR ( [0x2ac7a469c820] match(*.txt) [0x2ac7a469c8a0] printable(0,1024) ) MIME database filters: application/octet-stream to application/vnd.cups-raw: - (0) application/pdf to application/vnd.cups-postscript: pdftops (66) application/postscript to application/vnd.cups-postscript: pstops (65) application/vnd.cups-banner to application/postscript: bannertops (33) application/vnd.cups-raster to image/pwg-raster: rastertopwg (100) application/x-cshell to application/postscript: texttops (33) application/x-csource to application/postscript: texttops (33) application/x-perl to application/postscript: texttops (33) application/x-shell to application/postscript: texttops (33) image/gif to application/vnd.cups-postscript: imagetops (66) image/gif to application/vnd.cups-raster: imagetoraster (100) image/jpeg to application/vnd.cups-postscript: imagetops (66) image/jpeg to application/vnd.cups-raster: imagetoraster (100) image/png to application/vnd.cups-postscript: imagetops (66) image/png to application/vnd.cups-raster: imagetoraster (100) image/tiff to application/vnd.cups-postscript: imagetops (66) image/tiff to application/vnd.cups-raster: imagetoraster (100) image/x-bitmap to application/vnd.cups-postscript: imagetops (66) image/x-bitmap to application/vnd.cups-raster: imagetoraster (100) image/x-photocd to application/vnd.cups-postscript: imagetops (66) image/x-photocd to application/vnd.cups-raster: imagetoraster (100) image/x-portable-anymap to application/vnd.cups-postscript: imagetops (66) image/x-portable-anymap to application/vnd.cups-raster: imagetoraster (100) image/x-portable-bitmap to application/vnd.cups-postscript: imagetops (66) image/x-portable-bitmap to application/vnd.cups-raster: imagetoraster (100) image/x-portable-graymap to application/vnd.cups-postscript: imagetops (66) image/x-portable-graymap to application/vnd.cups-raster: imagetoraster (100) image/x-portable-pixmap to application/vnd.cups-postscript: imagetops (66) image/x-portable-pixmap to application/vnd.cups-raster: imagetoraster (100) image/x-sgi-rgb to application/vnd.cups-postscript: imagetops (66) image/x-sgi-rgb to application/vnd.cups-raster: imagetoraster (100) image/x-sun-raster to application/vnd.cups-postscript: imagetops (66) image/x-sun-raster to application/vnd.cups-raster: imagetoraster (100) image/x-xbitmap to application/vnd.cups-postscript: imagetops (66) image/x-xbitmap to application/vnd.cups-raster: imagetoraster (100) image/x-xpixmap to application/vnd.cups-postscript: imagetops (66) image/x-xpixmap to application/vnd.cups-raster: imagetoraster (100) text/css to application/postscript: texttops (33) text/html to application/postscript: texttops (33) text/plain to application/postscript: texttops (33) ../doc/index.html: text/html Filter cost = 98 texttops | pstops ../doc/ru/index.html: text/html Filter cost = 98 texttops | pstops ../doc/ru/index.html.in: text/html Filter cost = 98 texttops | pstops ../doc/robots.txt: text/plain Filter cost = 98 texttops | pstops ../doc/pl/index.html: text/html Filter cost = 98 texttops | pstops ../doc/pl/index.html.in: text/html Filter cost = 98 texttops | pstops ../doc/Makefile: text/plain Filter cost = 98 texttops | pstops ../doc/ja/index.html: text/html Filter cost = 98 texttops | pstops ../doc/ja/index.html.in: text/html Filter cost = 98 texttops | pstops ../doc/it/index.html: text/html Filter cost = 98 texttops | pstops ../doc/it/index.html.in: text/html Filter cost = 98 texttops | pstops ../doc/index.html.in: text/html Filter cost = 98 texttops | pstops ../doc/images/webinterface.png: image/png Filter cost = 66 imagetops ../doc/images/wait.gif: image/gif Filter cost = 66 imagetops ../doc/images/unsel.gif: image/gif Filter cost = 66 imagetops ../doc/images/smiley.jpg: image/jpeg Filter cost = 66 imagetops ../doc/images/sel.gif: image/gif Filter cost = 66 imagetops ../doc/images/sample-image.png: image/png Filter cost = 66 imagetops ../doc/images/right.gif: image/gif Filter cost = 66 imagetops ../doc/images/raster.svg: text/plain Filter cost = 98 texttops | pstops ../doc/images/raster.png: image/png Filter cost = 66 imagetops ../doc/images/raster-organization.svg: text/plain Filter cost = 98 texttops | pstops ../doc/images/raster-organization.png: image/png Filter cost = 66 imagetops ../doc/images/left.xcf.gz: unknown (compressed) ../doc/images/left.gif: image/gif Filter cost = 66 imagetops ../doc/images/generic.png: image/png Filter cost = 66 imagetops ../doc/images/cups.svg: text/plain Filter cost = 98 texttops | pstops ../doc/images/cups.png: image/png Filter cost = 66 imagetops ../doc/images/cups-raster-chain.svg: text/plain Filter cost = 98 texttops | pstops ../doc/images/cups-raster-chain.png: image/png Filter cost = 66 imagetops ../doc/images/cups-postscript-chain.svg: text/plain Filter cost = 98 texttops | pstops ../doc/images/cups-postscript-chain.png: image/png Filter cost = 66 imagetops ../doc/images/cups-icon.png: image/png Filter cost = 66 imagetops ../doc/images/cups-command-chain.svg: text/plain Filter cost = 98 texttops | pstops ../doc/images/cups-command-chain.png: image/png Filter cost = 66 imagetops ../doc/images/cups-block-diagram.svg: text/plain Filter cost = 98 texttops | pstops ../doc/images/cups-block-diagram.png: image/png Filter cost = 66 imagetops ../doc/images/color-wheel.png: image/png Filter cost = 66 imagetops ../doc/id/index.html: text/html Filter cost = 98 texttops | pstops ../doc/id/index.html.in: text/html Filter cost = 98 texttops | pstops ../doc/hu/index.html: text/html Filter cost = 98 texttops | pstops ../doc/hu/index.html.in: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpc.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpmove.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cups-polld.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cups-lpd.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cups-deviced.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cupsctl.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cupsaddsmb.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-filter.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-backend.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-subscriptions.conf.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-printers.conf.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-mime.types.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-mime.convs.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-mailto.conf.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cups-snmp.conf.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-classes.conf.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpstat.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpr.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lprm.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpq.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpoptions.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lp.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cupstestdsc.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cups-config.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cancel.fr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpc.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpmove.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpinfo.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpadmin.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cupsenable.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cupsd.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cups-polld.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cups-lpd.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cups-driverd.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cups-deviced.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cupsfilter.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cupsctl.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cupsaddsmb.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cupsaccept.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-filter.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-backend.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-subscriptions.conf.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-printers.conf.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-mime.types.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-mime.convs.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-mailto.conf.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cupsd.conf.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cups-snmp.conf.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-classes.conf.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpstat.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpr.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lprm.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpq.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lppasswd.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpoptions.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lp.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cupstestppd.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cupstestdsc.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cups-config.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cancel.de.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpc.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpmove.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpinfo.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpadmin.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cupsenable.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cupsd.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cups-polld.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cups-lpd.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cups-driverd.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cups-deviced.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cupsfilter.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cupsctl.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cupsaddsmb.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cupsaccept.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-notifier.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-filter.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-backend.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-subscriptions.conf.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-printers.conf.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-ppdcfile.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-mime.types.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-mime.convs.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-mailto.conf.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-ipptoolfile.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cupsd.conf.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cups-snmp.conf.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-client.conf.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-classes.conf.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-ppdpo.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-ppdmerge.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-ppdi.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-ppdhtml.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-ppdc.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpstat.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpr.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lprm.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpq.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lppasswd.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lpoptions.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-lp.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-ipptool.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cupstestppd.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cupstestdsc.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cups-config.html: text/html Filter cost = 98 texttops | pstops ../doc/help/man-cancel.html: text/html Filter cost = 98 texttops | pstops ../doc/help/standard.html: text/html Filter cost = 98 texttops | pstops ../doc/help/ref-cupsd-conf.html: text/html Filter cost = 98 texttops | pstops ../doc/help/whatsnew.html: text/html Filter cost = 98 texttops | pstops ../doc/help/translation.html: text/html Filter cost = 98 texttops | pstops ../doc/help/standard.html.in: text/html Filter cost = 98 texttops | pstops ../doc/help/spec-stp.html: text/html Filter cost = 98 texttops | pstops ../doc/help/spec-raster.html: text/html Filter cost = 98 texttops | pstops ../doc/help/spec-ppd.html: text/html Filter cost = 98 texttops | pstops ../doc/help/spec-postscript.html: text/html Filter cost = 98 texttops | pstops ../doc/help/spec-pdf.html: text/html Filter cost = 98 texttops | pstops ../doc/help/spec-ipp.html: text/html Filter cost = 98 texttops | pstops ../doc/help/spec-design.html: text/html Filter cost = 98 texttops | pstops ../doc/help/spec-command.html: text/html Filter cost = 98 texttops | pstops ../doc/help/spec-cmp.html: text/html Filter cost = 98 texttops | pstops ../doc/help/spec-browsing.html: text/html Filter cost = 98 texttops | pstops ../doc/help/spec-banner.html: text/html Filter cost = 98 texttops | pstops ../doc/help/sharing.html: text/html Filter cost = 98 texttops | pstops ../doc/help/security.html: text/html Filter cost = 98 texttops | pstops ../doc/help/ref-subscriptions-conf.html: text/html Filter cost = 98 texttops | pstops ../doc/help/ref-snmp-conf.html: text/html Filter cost = 98 texttops | pstops ../doc/help/ref-printers-conf.html: text/html Filter cost = 98 texttops | pstops ../doc/help/ref-ppdcfile.html: text/html Filter cost = 98 texttops | pstops ../doc/help/ref-page_log.html: text/html Filter cost = 98 texttops | pstops ../doc/help/ref-mailto-conf.html: text/html Filter cost = 98 texttops | pstops ../doc/help/ref-error_log.html: text/html Filter cost = 98 texttops | pstops ../doc/help/ref-cupsd-conf.html.in: text/html Filter cost = 98 texttops | pstops ../doc/help/ref-client-conf.html: text/html Filter cost = 98 texttops | pstops ../doc/help/ref-classes-conf.html: text/html Filter cost = 98 texttops | pstops ../doc/help/ref-access_log.html: text/html Filter cost = 98 texttops | pstops ../doc/help/raster-driver.html: text/html Filter cost = 98 texttops | pstops ../doc/help/ppd-compiler.html: text/html Filter cost = 98 texttops | pstops ../doc/help/postscript-driver.html: text/html Filter cost = 98 texttops | pstops ../doc/help/policies.html: text/html Filter cost = 98 texttops | pstops ../doc/help/overview.html: text/html Filter cost = 98 texttops | pstops ../doc/help/options.html: text/html Filter cost = 98 texttops | pstops ../doc/help/network.html: text/html Filter cost = 98 texttops | pstops ../doc/help/license.html: text/html Filter cost = 98 texttops | pstops ../doc/help/kerberos.html: text/html Filter cost = 98 texttops | pstops ../doc/help/glossary.html: text/html Filter cost = 98 texttops | pstops ../doc/help/cgi.html: text/html Filter cost = 98 texttops | pstops ../doc/help/api-raster.html: text/html Filter cost = 98 texttops | pstops ../doc/help/api-ppdc.html: text/html Filter cost = 98 texttops | pstops ../doc/help/api-ppd.html: text/html Filter cost = 98 texttops | pstops ../doc/help/api-overview.html: text/html Filter cost = 98 texttops | pstops ../doc/help/api-mime.html: text/html Filter cost = 98 texttops | pstops ../doc/help/api-httpipp.html: text/html Filter cost = 98 texttops | pstops ../doc/help/api-filter.html: text/html Filter cost = 98 texttops | pstops ../doc/help/api-filedir.html: text/html Filter cost = 98 texttops | pstops ../doc/help/api-driver.html: text/html Filter cost = 98 texttops | pstops ../doc/help/api-cups.html: text/html Filter cost = 98 texttops | pstops ../doc/help/api-cgi.html: text/html Filter cost = 98 texttops | pstops ../doc/help/api-array.html: text/html Filter cost = 98 texttops | pstops ../doc/help/accounting.html: text/html Filter cost = 98 texttops | pstops ../doc/fr/index.html: text/html Filter cost = 98 texttops | pstops ../doc/fr/index.html.in: text/html Filter cost = 98 texttops | pstops ../doc/eu/index.html: text/html Filter cost = 98 texttops | pstops ../doc/eu/index.html.in: text/html Filter cost = 98 texttops | pstops ../doc/es/index.html: text/html Filter cost = 98 texttops | pstops ../doc/es/index.html.in: text/html Filter cost = 98 texttops | pstops ../doc/de/index.html: text/html Filter cost = 98 texttops | pstops ../doc/de/index.html.in: text/html Filter cost = 98 texttops | pstops ../doc/cups.css: text/css Filter cost = 98 texttops | pstops ../doc/cups-printable.css: text/css Filter cost = 98 texttops | pstops echo Compiling testspeed.c... Compiling testspeed.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testspeed.o testspeed.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testspeed... Linking testspeed... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testspeed testspeed.o ../cups/libcups.a \ -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -lpthread -lcrypt -lm -lz -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err echo Compiling testsub.c... Compiling testsub.c... gcc -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -I.. -D_CUPS_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/libusb-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/p11-kit-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o testsub.o testsub.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' echo Linking testsub... Linking testsub... gcc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -g -fstack-protector -D_GNU_SOURCE -o testsub testsub.o ../cups/libcups.a \ -lgnutls -L/lib/x86_64-linux-gnu -lgcrypt -lavahi-common -lavahi-client -lpthread -lcrypt -lm -lz -Wl,-z,relro -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err make[2]: Leaving directory `/«PKGBUILDDIR»/scheduler' Making all in systemv... make[2]: Entering directory `/«PKGBUILDDIR»/systemv' make[2]: Nothing to be done for `unittests'. make[2]: Leaving directory `/«PKGBUILDDIR»/systemv' Making all in conf... make[2]: Entering directory `/«PKGBUILDDIR»/conf' make[2]: Nothing to be done for `unittests'. make[2]: Leaving directory `/«PKGBUILDDIR»/conf' Making all in data... make[2]: Entering directory `/«PKGBUILDDIR»/data' make[2]: Nothing to be done for `unittests'. make[2]: Leaving directory `/«PKGBUILDDIR»/data' Making all in desktop... make[2]: Entering directory `/«PKGBUILDDIR»/desktop' make[2]: Nothing to be done for `unittests'. make[2]: Leaving directory `/«PKGBUILDDIR»/desktop' Making all in locale... make[2]: Entering directory `/«PKGBUILDDIR»/locale' make[2]: Nothing to be done for `unittests'. make[2]: Leaving directory `/«PKGBUILDDIR»/locale' Making all in man... make[2]: Entering directory `/«PKGBUILDDIR»/man' make[2]: Nothing to be done for `unittests'. make[2]: Leaving directory `/«PKGBUILDDIR»/man' Making all in doc... make[2]: Entering directory `/«PKGBUILDDIR»/doc' make[2]: Nothing to be done for `unittests'. make[2]: Leaving directory `/«PKGBUILDDIR»/doc' Making all in examples... make[2]: Entering directory `/«PKGBUILDDIR»/examples' make[2]: Nothing to be done for `unittests'. make[2]: Leaving directory `/«PKGBUILDDIR»/examples' Making all in templates... make[2]: Entering directory `/«PKGBUILDDIR»/templates' make[2]: Nothing to be done for `unittests'. make[2]: Leaving directory `/«PKGBUILDDIR»/templates' Making all in fonts... make[2]: Entering directory `/«PKGBUILDDIR»/fonts' make[2]: Nothing to be done for `unittests'. make[2]: Leaving directory `/«PKGBUILDDIR»/fonts' echo Running CUPS test suite with defaults... Running CUPS test suite with defaults... cd test; ./run-stp-tests.sh 1 0 n make[2]: Entering directory `/«PKGBUILDDIR»/test' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/test' Welcome to the CUPS Automated Test Script. Before we begin, it is important that you understand that the larger tests require significant amounts of RAM and disk space. If you attempt to run one of the big tests on a system that lacks sufficient disk and virtual memory, the UNIX kernel might decide to kill one or more system processes that you've grown attached to, like the X server. The question you may want to ask yourself before running a large test is: Do you feel lucky? OK, now that we have the Dirty Harry quote out of the way, please choose the type of test you wish to perform: 0 - No testing, keep the scheduler running for me (all systems) 1 - Basic conformance test, no load testing (all systems) 2 - Basic conformance test, some load testing (minimum 256MB VM, 50MB disk) 3 - Basic conformance test, extreme load testing (minimum 1GB VM, 500MB disk) 4 - Basic conformance test, torture load testing (minimum 2GB VM, 1GB disk) Enter the number of the test you wish to perform: [1] Running the timid tests (1) Now you can choose whether to create a SSL/TLS encryption key and certificate for testing; these tests currently require the OpenSSL tools: 0 - Do not do SSL/TLS encryption tests 1 - Test but do not require encryption 2 - Test and require encryption Enter the number of the SSL/TLS tests to perform: [0] Not using SSL/TLS (0) This test script can use the Valgrind software from: http://developer.kde.org/~sewardj/ Enter Y to use Valgrind or N to not use Valgrind: [N] Creating directories for test... Creating cupsd.conf for test... Creating printers.conf for test... Setting up environment variables for test... Starting scheduler: ../scheduler/cupsd -c /tmp/cups-root/cupsd.conf -f >/tmp/cups-root/log/debug_log 2>&1 & Scheduler is PID 27473. Running IPP compliance tests... Performing 4.1-requests.test: PASS Performing 4.2-cups-printer-ops.test: PASS Performing 4.3-job-ops.test: PASS Performing 4.4-subscription-ops.test: FAIL Running command tests... Performing 5.1-lpadmin.sh: FAIL Performing 5.2-lpc.sh: PASS Performing 5.3-lpq.sh: PASS Performing 5.4-lpstat.sh: FAIL Performing 5.5-lp.sh: PASS Performing 5.6-lpr.sh: PASS Performing 5.7-lprm.sh: PASS Performing 5.8-cancel.sh: PASS Performing 5.9-lpinfo.sh: FAIL Test Summary PASS: All job control files purged. PASS: Printer 'Test1' correctly produced 0 page(s). FAIL: Printer 'Test2' produced 0 page(s), expected 23. FAIL: 132 requests logged, expected 135. PASS: CUPS-Get-Default not logged. PASS: 0 emergency messages. PASS: 0 alert messages. PASS: 0 critical messages. FAIL: 132 error messages, expected 18. E [09/Jul/2012:20:46:46.574097 +0000] Returning IPP client-error-bad-request for Get-Jobs (no URI) from localhost E [09/Jul/2012:20:46:46.575695 +0000] Missing attributes-natural-language attribute E [09/Jul/2012:20:46:46.575805 +0000] Missing printer-uri, job-uri, or ppd-name attribute E [09/Jul/2012:20:46:46.576072 +0000] Returning IPP client-error-bad-request for Get-Jobs (no URI) from localhost E [09/Jul/2012:20:46:46.577672 +0000] Missing attributes-charset attribute E [09/Jul/2012:20:46:46.577782 +0000] Missing attributes-natural-language attribute E [09/Jul/2012:20:46:46.577896 +0000] Missing printer-uri, job-uri, or ppd-name attribute E [09/Jul/2012:20:46:46.578164 +0000] Returning IPP client-error-bad-request for Get-Jobs (no URI) from localhost E [09/Jul/2012:20:46:46.579690 +0000] Missing attributes-charset attribute E [09/Jul/2012:20:46:46.579799 +0000] Missing attributes-natural-language attribute E [09/Jul/2012:20:46:46.579907 +0000] Missing printer-uri, job-uri, or ppd-name attribute E [09/Jul/2012:20:46:46.580210 +0000] Returning IPP client-error-bad-request for Get-Jobs (no URI) from localhost E [09/Jul/2012:20:46:46.581750 +0000] Missing printer-uri, job-uri, or ppd-name attribute E [09/Jul/2012:20:46:46.582057 +0000] Returning IPP client-error-bad-request for Get-Jobs (no URI) from localhost E [09/Jul/2012:20:46:46.585689 +0000] Returning IPP client-error-bad-request for Get-Jobs (ipp://localhost:8631/jobs) from localhost E [09/Jul/2012:20:46:46.587391 +0000] Returning IPP server-error-version-not-supported for Get-Jobs (no URI) from localhost E [09/Jul/2012:20:46:46.754457 +0000] Returning IPP client-error-bad-request for Print-Job (ipp://localhost:8631/printers/Test1) from localhost E [09/Jul/2012:20:46:46.766038 +0000] [Job 1] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:46:46.787357 +0000] [Job 2] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:46:46.806454 +0000] [Job 3] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:46:46.827102 +0000] [Job 4] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:46:53.871288 +0000] Returning IPP client-error-too-many-subscriptions for Create-Printer-Subscription (ipp://localhost:8631/printers/Test1) from localhost E [09/Jul/2012:20:46:53.876251 +0000] Returning IPP client-error-too-many-subscriptions for Create-Printer-Subscription (ipp://localhost:8631/printers/Test1) from localhost E [09/Jul/2012:20:46:53.941940 +0000] copy_model: empty PPD file E [09/Jul/2012:20:46:53.942062 +0000] Returning IPP server-error-internal-error for CUPS-Add-Modify-Printer (ipp://localhost:8631/printers/Test3) from localhost E [09/Jul/2012:20:47:04.177127 +0000] [Job 6] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:04.208981 +0000] [Job 7] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:04.287841 +0000] [Job 8] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:04.470602 +0000] [Job 9] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:04.622149 +0000] [Job 10] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:04.742116 +0000] [Job 11] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:04.746033 +0000] [Job 12] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:04.823954 +0000] [Job 13] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:04.828120 +0000] [Job 14] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:04.857593 +0000] [Job 15] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:04.863286 +0000] [Job 16] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:04.895888 +0000] [Job 17] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:04.899556 +0000] [Job 18] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:04.932724 +0000] [Job 19] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:04.944217 +0000] [Job 20] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:04.955122 +0000] [Job 22] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:04.968100 +0000] [Job 21] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:04.987778 +0000] [Job 23] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:04.995388 +0000] [Job 24] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:05.009627 +0000] [Job 26] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:05.010372 +0000] [Job 25] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:05.032627 +0000] [Job 27] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:47:05.035032 +0000] [Job 28] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:51:49.284840 +0000] [Job 1] Stopping unresponsive job! E [09/Jul/2012:20:51:49.284915 +0000] [Job 2] Stopping unresponsive job! E [09/Jul/2012:20:51:49.284987 +0000] [Job 3] Stopping unresponsive job! E [09/Jul/2012:20:51:49.285060 +0000] [Job 4] Stopping unresponsive job! E [09/Jul/2012:20:52:09.592803 +0000] [Job 6] Stopping unresponsive job! E [09/Jul/2012:20:52:09.592877 +0000] [Job 7] Stopping unresponsive job! E [09/Jul/2012:20:52:09.592949 +0000] [Job 8] Stopping unresponsive job! E [09/Jul/2012:20:52:09.593021 +0000] [Job 9] Stopping unresponsive job! E [09/Jul/2012:20:52:09.593093 +0000] [Job 10] Stopping unresponsive job! E [09/Jul/2012:20:52:09.593166 +0000] [Job 11] Stopping unresponsive job! E [09/Jul/2012:20:52:09.593239 +0000] [Job 12] Stopping unresponsive job! E [09/Jul/2012:20:52:09.593311 +0000] [Job 13] Stopping unresponsive job! E [09/Jul/2012:20:52:09.593383 +0000] [Job 14] Stopping unresponsive job! E [09/Jul/2012:20:52:09.593458 +0000] [Job 15] Stopping unresponsive job! E [09/Jul/2012:20:52:09.593530 +0000] [Job 16] Stopping unresponsive job! E [09/Jul/2012:20:52:09.593602 +0000] [Job 17] Stopping unresponsive job! E [09/Jul/2012:20:52:09.593674 +0000] [Job 18] Stopping unresponsive job! E [09/Jul/2012:20:52:09.593746 +0000] [Job 19] Stopping unresponsive job! E [09/Jul/2012:20:52:09.593827 +0000] [Job 20] Stopping unresponsive job! E [09/Jul/2012:20:52:09.593901 +0000] [Job 21] Stopping unresponsive job! E [09/Jul/2012:20:52:09.593974 +0000] [Job 22] Stopping unresponsive job! E [09/Jul/2012:20:52:09.594046 +0000] [Job 23] Stopping unresponsive job! E [09/Jul/2012:20:52:09.594118 +0000] [Job 24] Stopping unresponsive job! E [09/Jul/2012:20:52:09.594190 +0000] [Job 25] Stopping unresponsive job! E [09/Jul/2012:20:52:09.594261 +0000] [Job 26] Stopping unresponsive job! E [09/Jul/2012:20:52:09.594333 +0000] [Job 27] Stopping unresponsive job! E [09/Jul/2012:20:52:09.594408 +0000] [Job 28] Stopping unresponsive job! E [09/Jul/2012:20:53:10.557229 +0000] [Job 29] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:10.589051 +0000] [Job 30] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:10.657058 +0000] [Job 31] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:10.803422 +0000] [Job 32] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:10.945774 +0000] [Job 33] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:11.116660 +0000] [Job 34] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:11.120174 +0000] [Job 35] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:11.197540 +0000] [Job 36] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:11.210809 +0000] [Job 37] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:11.222959 +0000] [Job 38] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:11.223730 +0000] [Job 39] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:11.264204 +0000] [Job 40] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:11.267008 +0000] [Job 41] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:11.300270 +0000] [Job 42] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:11.319670 +0000] [Job 43] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:11.330147 +0000] [Job 44] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:11.340118 +0000] [Job 45] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:11.349645 +0000] [Job 47] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:11.350420 +0000] [Job 46] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:11.379399 +0000] [Job 48] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:11.385241 +0000] [Job 49] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:11.395980 +0000] [Job 50] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:53:11.401928 +0000] [Job 51] Job stopped due to filter errors; please consult the error_log file for details. E [09/Jul/2012:20:58:16.068862 +0000] [Job 29] Stopping unresponsive job! E [09/Jul/2012:20:58:16.068937 +0000] [Job 30] Stopping unresponsive job! E [09/Jul/2012:20:58:16.069010 +0000] [Job 31] Stopping unresponsive job! E [09/Jul/2012:20:58:16.069083 +0000] [Job 32] Stopping unresponsive job! E [09/Jul/2012:20:58:16.069155 +0000] [Job 33] Stopping unresponsive job! E [09/Jul/2012:20:58:16.069228 +0000] [Job 34] Stopping unresponsive job! E [09/Jul/2012:20:58:16.069303 +0000] [Job 35] Stopping unresponsive job! E [09/Jul/2012:20:58:16.069376 +0000] [Job 36] Stopping unresponsive job! E [09/Jul/2012:20:58:16.069449 +0000] [Job 37] Stopping unresponsive job! E [09/Jul/2012:20:58:16.069522 +0000] [Job 38] Stopping unresponsive job! E [09/Jul/2012:20:58:16.069595 +0000] [Job 39] Stopping unresponsive job! E [09/Jul/2012:20:58:16.069667 +0000] [Job 40] Stopping unresponsive job! E [09/Jul/2012:20:58:16.069739 +0000] [Job 41] Stopping unresponsive job! E [09/Jul/2012:20:58:16.069812 +0000] [Job 42] Stopping unresponsive job! E [09/Jul/2012:20:58:16.069884 +0000] [Job 43] Stopping unresponsive job! E [09/Jul/2012:20:58:16.069957 +0000] [Job 44] Stopping unresponsive job! E [09/Jul/2012:20:58:16.070030 +0000] [Job 45] Stopping unresponsive job! E [09/Jul/2012:20:58:16.070103 +0000] [Job 46] Stopping unresponsive job! E [09/Jul/2012:20:58:16.070175 +0000] [Job 47] Stopping unresponsive job! E [09/Jul/2012:20:58:16.070259 +0000] [Job 48] Stopping unresponsive job! E [09/Jul/2012:20:58:16.070333 +0000] [Job 49] Stopping unresponsive job! E [09/Jul/2012:20:58:16.070406 +0000] [Job 50] Stopping unresponsive job! E [09/Jul/2012:20:58:16.070482 +0000] [Job 51] Stopping unresponsive job! E [09/Jul/2012:20:59:18.469929 +0000] [cups-deviced] PID 28535 (usb) stopped with status 13! E [09/Jul/2012:20:59:18.471393 +0000] [cups-deviced] PID 28536 (socket) stopped with status 13! E [09/Jul/2012:20:59:18.471476 +0000] [cups-deviced] PID 28537 (snmp) stopped with status 13! E [09/Jul/2012:20:59:18.471554 +0000] [cups-deviced] PID 28538 (serial) stopped with status 13! E [09/Jul/2012:20:59:18.471631 +0000] [cups-deviced] PID 28539 (pseudo) stopped with status 13! E [09/Jul/2012:20:59:18.471709 +0000] [cups-deviced] PID 28540 (parallel) stopped with status 13! E [09/Jul/2012:20:59:18.471786 +0000] [cups-deviced] PID 28542 (lpd) stopped with status 13! E [09/Jul/2012:20:59:18.471862 +0000] [cups-deviced] PID 28543 (ipp) stopped with status 13! E [09/Jul/2012:20:59:18.476128 +0000] [cups-deviced] PID 28544 (http) stopped with status 13! E [09/Jul/2012:20:59:18.476209 +0000] [cups-deviced] PID 28545 (dnssd) stopped with status 13! E [09/Jul/2012:20:59:18.476325 +0000] [cups-deviced] PID 28541 (mdns) stopped with status 13! FAIL: 12 warning messages, expected 9. W [09/Jul/2012:20:46:44.518487 +0000] No limit for Validate-Job defined in policy default and no suitable template found. W [09/Jul/2012:20:46:44.518670 +0000] No limit for Cancel-Jobs defined in policy default and no suitable template found. W [09/Jul/2012:20:46:44.518852 +0000] No limit for Cancel-My-Jobs defined in policy default and no suitable template found. W [09/Jul/2012:20:46:44.519034 +0000] No limit for Close-Job defined in policy default and no suitable template found. W [09/Jul/2012:20:46:44.519214 +0000] No limit for CUPS-Get-Document defined in policy default and no suitable template found. W [09/Jul/2012:20:46:44.519250 +0000] No JobPrivateAccess defined in policy default - using defaults. W [09/Jul/2012:20:46:44.519290 +0000] No JobPrivateValues defined in policy default - using defaults. W [09/Jul/2012:20:46:44.519336 +0000] No SubscriptionPrivateAccess defined in policy default - using defaults. W [09/Jul/2012:20:46:44.519375 +0000] No SubscriptionPrivateValues defined in policy default - using defaults. W [09/Jul/2012:20:46:46.667624 +0000] Notifier for subscription 1 (testnotify://) went away, retrying! W [09/Jul/2012:20:46:46.682140 +0000] Notifier for subscription 1 (testnotify://) went away, retrying! W [09/Jul/2012:20:46:53.918940 +0000] Notifier for subscription 1 (testnotify://) went away, retrying! W [09/Jul/2012:20:46:54.000168 +0000] Avahi client failed: -26 W [09/Jul/2012:20:47:04.062503 +0000] Avahi client failed: -26 W [09/Jul/2012:20:47:15.238251 +0000] Avahi client failed: -26 W [09/Jul/2012:20:47:25.392462 +0000] Avahi client failed: -26 W [09/Jul/2012:20:47:35.540800 +0000] Avahi client failed: -26 W [09/Jul/2012:20:47:45.690958 +0000] Avahi client failed: -26 W [09/Jul/2012:20:47:55.839610 +0000] Avahi client failed: -26 W [09/Jul/2012:20:48:05.990698 +0000] Avahi client failed: -26 W [09/Jul/2012:20:48:16.144636 +0000] Avahi client failed: -26 W [09/Jul/2012:20:48:26.294100 +0000] Avahi client failed: -26 W [09/Jul/2012:20:48:36.444511 +0000] Avahi client failed: -26 W [09/Jul/2012:20:48:46.593305 +0000] Avahi client failed: -26 W [09/Jul/2012:20:48:56.741895 +0000] Avahi client failed: -26 W [09/Jul/2012:20:49:06.893768 +0000] Avahi client failed: -26 W [09/Jul/2012:20:49:17.043627 +0000] Avahi client failed: -26 W [09/Jul/2012:20:49:27.193516 +0000] Avahi client failed: -26 W [09/Jul/2012:20:49:37.341829 +0000] Avahi client failed: -26 W [09/Jul/2012:20:49:47.490218 +0000] Avahi client failed: -26 W [09/Jul/2012:20:49:57.639201 +0000] Avahi client failed: -26 W [09/Jul/2012:20:50:07.790755 +0000] Avahi client failed: -26 W [09/Jul/2012:20:50:17.939179 +0000] Avahi client failed: -26 W [09/Jul/2012:20:50:28.089581 +0000] Avahi client failed: -26 W [09/Jul/2012:20:50:38.238527 +0000] Avahi client failed: -26 W [09/Jul/2012:20:50:48.386885 +0000] Avahi client failed: -26 W [09/Jul/2012:20:50:58.535678 +0000] Avahi client failed: -26 W [09/Jul/2012:20:51:08.685408 +0000] Avahi client failed: -26 W [09/Jul/2012:20:51:18.844628 +0000] Avahi client failed: -26 W [09/Jul/2012:20:51:29.010368 +0000] Avahi client failed: -26 W [09/Jul/2012:20:51:39.172581 +0000] Avahi client failed: -26 W [09/Jul/2012:20:51:49.284736 +0000] Avahi client failed: -26 W [09/Jul/2012:20:51:59.491430 +0000] Avahi client failed: -26 W [09/Jul/2012:20:52:09.592635 +0000] Avahi client failed: -26 W [09/Jul/2012:20:52:19.790329 +0000] Avahi client failed: -26 W [09/Jul/2012:20:52:29.939982 +0000] Avahi client failed: -26 W [09/Jul/2012:20:52:40.090016 +0000] Avahi client failed: -26 W [09/Jul/2012:20:52:50.237755 +0000] Avahi client failed: -26 W [09/Jul/2012:20:53:00.385603 +0000] Avahi client failed: -26 W [09/Jul/2012:20:53:10.526159 +0000] Avahi client failed: -26 W [09/Jul/2012:20:53:21.641185 +0000] Avahi client failed: -26 W [09/Jul/2012:20:53:31.827256 +0000] Avahi client failed: -26 W [09/Jul/2012:20:53:41.969048 +0000] Avahi client failed: -26 W [09/Jul/2012:20:53:52.204240 +0000] Avahi client failed: -26 W [09/Jul/2012:20:54:02.393887 +0000] Avahi client failed: -26 W [09/Jul/2012:20:54:12.609698 +0000] Avahi client failed: -26 W [09/Jul/2012:20:54:22.800139 +0000] Avahi client failed: -26 W [09/Jul/2012:20:54:32.984866 +0000] Avahi client failed: -26 W [09/Jul/2012:20:54:43.173318 +0000] Avahi client failed: -26 W [09/Jul/2012:20:54:53.358875 +0000] Avahi client failed: -26 W [09/Jul/2012:20:55:03.545634 +0000] Avahi client failed: -26 W [09/Jul/2012:20:55:13.734433 +0000] Avahi client failed: -26 W [09/Jul/2012:20:55:23.923669 +0000] Avahi client failed: -26 W [09/Jul/2012:20:55:34.109094 +0000] Avahi client failed: -26 W [09/Jul/2012:20:55:44.298371 +0000] Avahi client failed: -26 W [09/Jul/2012:20:55:54.484924 +0000] Avahi client failed: -26 W [09/Jul/2012:20:56:04.671566 +0000] Avahi client failed: -26 W [09/Jul/2012:20:56:14.858013 +0000] Avahi client failed: -26 W [09/Jul/2012:20:56:25.048184 +0000] Avahi client failed: -26 W [09/Jul/2012:20:56:35.235415 +0000] Avahi client failed: -26 W [09/Jul/2012:20:56:45.424262 +0000] Avahi client failed: -26 W [09/Jul/2012:20:56:55.609093 +0000] Avahi client failed: -26 W [09/Jul/2012:20:57:05.796519 +0000] Avahi client failed: -26 W [09/Jul/2012:20:57:15.988781 +0000] Avahi client failed: -26 W [09/Jul/2012:20:57:26.178125 +0000] Avahi client failed: -26 W [09/Jul/2012:20:57:36.364923 +0000] Avahi client failed: -26 W [09/Jul/2012:20:57:46.554513 +0000] Avahi client failed: -26 W [09/Jul/2012:20:57:56.741016 +0000] Avahi client failed: -26 W [09/Jul/2012:20:58:06.928729 +0000] Avahi client failed: -26 W [09/Jul/2012:20:58:16.068679 +0000] Avahi client failed: -26 W [09/Jul/2012:20:58:27.305732 +0000] Avahi client failed: -26 W [09/Jul/2012:20:58:37.491147 +0000] Avahi client failed: -26 W [09/Jul/2012:20:58:47.679750 +0000] Avahi client failed: -26 W [09/Jul/2012:20:58:57.865340 +0000] Avahi client failed: -26 W [09/Jul/2012:20:59:08.056960 +0000] Avahi client failed: -26 W [09/Jul/2012:20:59:18.235212 +0000] Avahi client failed: -26 PASS: 0 notice messages. PASS: 409 info messages. PASS: 8282 debug messages. PASS: 118153 debug2 messages. 8 tests failed. Log files can be found in /tmp/cups-root/log. A HTML report was created in /tmp/cups-root/cups-str-1.5-2012-07-09-root.html. Copies of the error_log and cups-str-1.5-2012-07-09-root.html files are in /«PKGBUILDDIR»/test. make[1]: *** [check] Error 1 make: *** [debian/stamp-makefile-check] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 make[1]: Leaving directory `/«PKGBUILDDIR»' ──────────────────────────────────────────────────────────────────────────────── Build finished at 20120709-2059 Finished ──────── E: Build failure (dpkg-buildpackage died) ┌──────────────────────────────────────────────────────────────────────────────┐ │ Cleanup │ └──────────────────────────────────────────────────────────────────────────────┘ Purging /«BUILDDIR» Not cleaning session: cloned chroot in use ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Architecture: amd64 Build-Space: 120960 Build-Time: 861 Distribution: unstable Fail-Stage: build Install-Time: 14 Job: cups_1.5.3-2 Package: cups Package-Time: 898 Source-Version: 1.5.3-2 Space: 120960 Status: attempted Version: 1.5.3-2 ──────────────────────────────────────────────────────────────────────────────── Finished at 20120709-2059 Build needed 00:14:58, 120960k disc space DC-Status: Failed 899.193648s