DC-Build-Header: libsoup2.4 2.38.1-2 / Mon Jul 02 18:45:14 +0000 2012 DC-Task: logfile:/tmp/libsoup2.4_2.38.1-2_unstable_clang.log version:2.38.1-2 modes:clang chroot:unstable source:libsoup2.4 esttime: 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 libsoup2.4_2.38.1-2' sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on ip-10-28-71-230.ec2.internal ╔══════════════════════════════════════════════════════════════════════════════╗ ║ libsoup2.4 2.38.1-2 (amd64) 02 Jul 2012 18:45 ║ ╚══════════════════════════════════════════════════════════════════════════════╝ Package: libsoup2.4 Version: 2.38.1-2 Source Version: 2.38.1-2 Distribution: unstable Architecture: amd64 I: NOTICE: Log filtering will replace 'build/libsoup2.4-tQHJlW/libsoup2.4-2.38.1' with '«PKGBUILDDIR»' I: NOTICE: Log filtering will replace 'build/libsoup2.4-tQHJlW' with '«BUILDDIR»' I: NOTICE: Log filtering will replace 'var/lib/schroot/mount/unstable-amd64-sbuild-abde2378-3ca6-423f-a271-a3e47e253552' with '«CHROOT»' ┌──────────────────────────────────────────────────────────────────────────────┐ │ Update chroot │ └──────────────────────────────────────────────────────────────────────────────┘ Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Hit http://localhost unstable/main Sources/DiffIndex Hit http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex 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: 'libsoup2.4' packaging is maintained in the 'Svn' version control system at: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/libsoup2.4 Need to get 639 kB of source archives. Get:1 http://localhost/debian/ unstable/main libsoup2.4 2.38.1-2 (dsc) [2649 B] Get:2 http://localhost/debian/ unstable/main libsoup2.4 2.38.1-2 (tar) [621 kB] Get:3 http://localhost/debian/ unstable/main libsoup2.4 2.38.1-2 (diff) [15.3 kB] Fetched 639 kB in 0s (1863 kB/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 Hit http://localhost unstable/main Sources/DiffIndex Hit http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex 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 Hit http://localhost unstable/main Sources/DiffIndex Hit http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex 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.5 MB/s) Selecting previously unselected package libffi5:amd64. (Reading database ... 11725 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-p4rs9v/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/708 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 ... 11805 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), debhelper (>= 9), cdbs (>= 0.4.93~), gnome-pkg-tools, libglib2.0-dev (>= 2.31.7), glib-networking (>= 2.32.0), libgnome-keyring-dev, libsqlite3-dev, libxml2-dev, gtk-doc-tools, shared-mime-info, libgirepository1.0-dev (>= 0.9.5), gobject-introspection (>= 0.9.12-4~), gir1.2-glib-2.0, libglib2.0-doc 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), debhelper (>= 9), cdbs (>= 0.4.93~), gnome-pkg-tools, libglib2.0-dev (>= 2.31.7), glib-networking (>= 2.32.0), libgnome-keyring-dev, libsqlite3-dev, libxml2-dev, gtk-doc-tools, shared-mime-info, libgirepository1.0-dev (>= 0.9.5), gobject-introspection (>= 0.9.12-4~), gir1.2-glib-2.0, libglib2.0-doc dpkg-deb: building package `sbuild-build-depends-libsoup2.4-dummy' in `/«BUILDDIR»/resolver-ldGKPN/apt_archive/sbuild-build-depends-libsoup2.4-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install libsoup2.4 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 autopoint autotools-dev bsdmainutils ca-certificates cdbs dconf-gsettings-backend dconf-service debhelper docbook docbook-dsssl docbook-to-man docbook-xml docbook-xsl file fontconfig-config gettext gettext-base gir1.2-freedesktop gir1.2-glib-2.0 gir1.2-gnomekeyring-1.0 git git-man glib-networking glib-networking-common glib-networking-services gnome-common gnome-pkg-tools gobject-introspection groff-base gsettings-desktop-schemas gtk-doc-tools highlight highlight-common html2text intltool intltool-debian jade libasprintf0c2 libcairo-gobject2 libcairo2 libcroco3 libcurl3-gnutls libdbus-1-3 libdconf0 libelf1 libencode-locale-perl liberror-perl libexpat1 libffi-dev libfile-listing-perl libfontconfig1 libfreetype6 libgcrypt11 libgettextpo0 libgirepository-1.0-1 libgirepository1.0-dev libglib2.0-0 libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-doc libgnome-keyring-common libgnome-keyring-dev libgnome-keyring0 libgnutls26 libgpg-error0 libgssapi-krb5-2 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libidn11 libio-socket-ssl-perl libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblua5.1-0 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic1 libncursesw5 libnet-http-perl libnet-ssleay-perl libp11-kit0 libpcre3 libpcre3-dev libpcrecpp0 libpipeline1 libpixman-1-0 libpng12-0 libpopt0 libproxy0 librtmp0 libsasl2-2 libsp1c2 libsqlite3-0 libsqlite3-dev libssh2-1 libssl1.0.0 libtasn1-3 libtool libunistring0 liburi-perl libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxml-parser-perl libxml2 libxml2-dev libxrender1 libxslt1.1 m4 man-db mime-support netbase openssl pkg-config po-debconf python python-mako python-markupsafe python-minimal python2.7 python2.7-minimal sgml-base sgml-data shared-mime-info sp ttf-dejavu-core xml-core xsltproc zlib1g-dev Suggested packages: autoconf2.13 autoconf-archive gnu-standards autoconf-doc wamerican wordlist whois vacation devscripts dh-make docbook-defguide psgml jadetex docbook-dsssl-doc docbook-xsl-doc-html docbook-xsl-doc-pdf docbook-xsl-doc-text docbook-xsl-doc libsaxon-java libxalan2-java libxslthl-java docbook-xsl-saxon fop xalan dbtoepub gettext-doc git-daemon-run git-daemon-sysvinit git-doc git-el git-arch git-cvs git-svn git-email git-gui gitk gitweb groff doc-base rng-tools libgirepository1.0-doc devhelp gnome-keyring krb5-doc krb5-user libdata-dump-perl libcrypt-ssleay-perl sqlite3-doc libtool-doc automaken gfortran fortran95-compiler gcj libauthen-ntlm-perl www-browser libmail-box-perl python-doc python-tk python-beaker python-mako-doc python2.7-doc binfmt-support sgml-base-doc perlsgml w3-recs opensp libxml2-utils Recommended packages: curl wget lynx-cur less rsync ssh-client svn-buildpackage dbus libhtml-format-perl libio-socket-ip-perl libio-socket-inet6-perl krb5-locales libgpm2 libwebkitgtk-1.0-0 libmozjs10d libsasl2-modules libltdl-dev libhtml-form-perl libhttp-daemon-perl libmailtools-perl ifupdown libmail-sendmail-perl The following NEW packages will be installed: autoconf automake autopoint autotools-dev bsdmainutils ca-certificates cdbs dconf-gsettings-backend dconf-service debhelper docbook docbook-dsssl docbook-to-man docbook-xml docbook-xsl file fontconfig-config gettext gettext-base gir1.2-freedesktop gir1.2-glib-2.0 gir1.2-gnomekeyring-1.0 git git-man glib-networking glib-networking-common glib-networking-services gnome-common gnome-pkg-tools gobject-introspection groff-base gsettings-desktop-schemas gtk-doc-tools highlight highlight-common html2text intltool intltool-debian jade libasprintf0c2 libcairo-gobject2 libcairo2 libcroco3 libcurl3-gnutls libdbus-1-3 libdconf0 libelf1 libencode-locale-perl liberror-perl libexpat1 libffi-dev libfile-listing-perl libfontconfig1 libfreetype6 libgcrypt11 libgettextpo0 libgirepository-1.0-1 libgirepository1.0-dev libglib2.0-0 libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-doc libgnome-keyring-common libgnome-keyring-dev libgnome-keyring0 libgnutls26 libgpg-error0 libgssapi-krb5-2 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libidn11 libio-socket-ssl-perl libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblua5.1-0 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic1 libncursesw5 libnet-http-perl libnet-ssleay-perl libp11-kit0 libpcre3 libpcre3-dev libpcrecpp0 libpipeline1 libpixman-1-0 libpng12-0 libpopt0 libproxy0 librtmp0 libsasl2-2 libsp1c2 libsqlite3-0 libsqlite3-dev libssh2-1 libssl1.0.0 libtasn1-3 libtool libunistring0 liburi-perl libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxml-parser-perl libxml2 libxml2-dev libxrender1 libxslt1.1 m4 man-db mime-support netbase openssl pkg-config po-debconf python python-mako python-markupsafe python-minimal python2.7 python2.7-minimal sbuild-build-depends-libsoup2.4-dummy sgml-base sgml-data shared-mime-info sp ttf-dejavu-core xml-core xsltproc zlib1g-dev 0 upgraded, 146 newly installed, 0 to remove and 0 not upgraded. Need to get 60.4 MB/60.4 MB of archives. After this operation, 183 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libncursesw5 amd64 5.9-10 [141 kB] Get:2 http://localhost/debian/ unstable/main libpipeline1 amd64 1.2.1-1 [39.2 kB] Get:3 http://localhost/debian/ unstable/main libpopt0 amd64 1.16-7 [56.4 kB] Get:4 http://localhost/debian/ unstable/main libssl1.0.0 amd64 1.0.1c-3 [1211 kB] Get:5 http://localhost/debian/ unstable/main libasprintf0c2 amd64 0.18.1.1-9 [26.8 kB] Get:6 http://localhost/debian/ unstable/main libgpg-error0 amd64 1.10-3 [66.8 kB] Get:7 http://localhost/debian/ unstable/main libgcrypt11 amd64 1.5.0-3 [298 kB] Get:8 http://localhost/debian/ unstable/main libp11-kit0 amd64 0.12-3 [52.8 kB] Get:9 http://localhost/debian/ unstable/main libtasn1-3 amd64 2.13-2 [67.7 kB] Get:10 http://localhost/debian/ unstable/main libgnutls26 amd64 2.12.20-1 [616 kB] Get:11 http://localhost/debian/ unstable/main libkeyutils1 amd64 1.5.5-3 [8552 B] Get:12 http://localhost/debian/ unstable/main libkrb5support0 amd64 1.10.1+dfsg-1 [49.0 kB] Get:13 http://localhost/debian/ unstable/main libk5crypto3 amd64 1.10.1+dfsg-1 [112 kB] Get:14 http://localhost/debian/ unstable/main libkrb5-3 amd64 1.10.1+dfsg-1 [393 kB] Get:15 http://localhost/debian/ unstable/main libgssapi-krb5-2 amd64 1.10.1+dfsg-1 [147 kB] Get:16 http://localhost/debian/ unstable/main libidn11 amd64 1.25-2 [178 kB] Get:17 http://localhost/debian/ unstable/main libsasl2-2 amd64 2.1.25.dfsg1-4+b1 [120 kB] Get:18 http://localhost/debian/ unstable/main libldap-2.4-2 amd64 2.4.31-1 [243 kB] Get:19 http://localhost/debian/ unstable/main libmagic1 amd64 5.11-2 [202 kB] Get:20 http://localhost/debian/ unstable/main libpcre3 amd64 1:8.30-5 [242 kB] Get:21 http://localhost/debian/ unstable/main libsqlite3-0 amd64 3.7.13-1 [455 kB] Get:22 http://localhost/debian/ unstable/main libxml2 amd64 2.8.0+dfsg1-4 [903 kB] Get:23 http://localhost/debian/ unstable/main sgml-base all 1.26+nmu3 [13.5 kB] Get:24 http://localhost/debian/ unstable/main xml-core all 0.13+nmu1 [23.8 kB] Get:25 http://localhost/debian/ unstable/main sgml-data all 2.0.8 [284 kB] Get:26 http://localhost/debian/ unstable/main docbook-xml all 4.5-7.1 [345 kB] Get:27 http://localhost/debian/ unstable/main libexpat1 amd64 2.1.0-1 [141 kB] Get:28 http://localhost/debian/ unstable/main libfreetype6 amd64 2.4.9-1 [450 kB] Get:29 http://localhost/debian/ unstable/main ttf-dejavu-core all 2.33-2 [1552 kB] Get:30 http://localhost/debian/ unstable/main fontconfig-config all 2.9.0-6 [232 kB] Get:31 http://localhost/debian/ unstable/main libfontconfig1 amd64 2.9.0-6 [299 kB] Get:32 http://localhost/debian/ unstable/main libpixman-1-0 amd64 0.26.0-3 [427 kB] Get:33 http://localhost/debian/ unstable/main libpng12-0 amd64 1.2.49-1 [190 kB] Get:34 http://localhost/debian/ unstable/main libxau6 amd64 1:1.0.7-1 [18.8 kB] Get:35 http://localhost/debian/ unstable/main libxdmcp6 amd64 1:1.1.1-1 [26.3 kB] Get:36 http://localhost/debian/ unstable/main libxcb1 amd64 1.8.1-1 [50.0 kB] Get:37 http://localhost/debian/ unstable/main libx11-data all 2:1.5.0-1 [189 kB] Get:38 http://localhost/debian/ unstable/main libx11-6 amd64 2:1.5.0-1 [901 kB] Get:39 http://localhost/debian/ unstable/main libxcb-render0 amd64 1.8.1-1 [18.4 kB] Get:40 http://localhost/debian/ unstable/main libxcb-shm0 amd64 1.8.1-1 [10.1 kB] Get:41 http://localhost/debian/ unstable/main libxrender1 amd64 1:0.9.7-1 [32.2 kB] Get:42 http://localhost/debian/ unstable/main libcairo2 amd64 1.12.2-2 [912 kB] Get:43 http://localhost/debian/ unstable/main libglib2.0-0 amd64 2.32.3-1 [2081 kB] Get:44 http://localhost/debian/ unstable/main libcairo-gobject2 amd64 1.12.2-2 [439 kB] Get:45 http://localhost/debian/ unstable/main libcroco3 amd64 0.6.5-1 [151 kB] Get:46 http://localhost/debian/ unstable/main librtmp0 amd64 2.4+20111222.git4e06e21-1 [62.3 kB] Get:47 http://localhost/debian/ unstable/main libssh2-1 amd64 1.4.2-1 [79.0 kB] Get:48 http://localhost/debian/ unstable/main libcurl3-gnutls amd64 7.26.0-1 [321 kB] Get:49 http://localhost/debian/ unstable/main libdbus-1-3 amd64 1.6.2-1 [227 kB] Get:50 http://localhost/debian/ unstable/main libdconf0 amd64 0.12.1-2 [28.3 kB] Get:51 http://localhost/debian/ unstable/main libelf1 amd64 0.153-1 [304 kB] Get:52 http://localhost/debian/ unstable/main libunistring0 amd64 0.9.3-5 [434 kB] Get:53 http://localhost/debian/ unstable/main libgettextpo0 amd64 0.18.1.1-9 [145 kB] Get:54 http://localhost/debian/ unstable/main libgnome-keyring-common all 3.4.1-1 [59.8 kB] Get:55 http://localhost/debian/ unstable/main libgnome-keyring0 amd64 3.4.1-1 [93.6 kB] Get:56 http://localhost/debian/ unstable/main liblua5.1-0 amd64 5.1.5-2 [180 kB] Get:57 http://localhost/debian/ unstable/main libpcrecpp0 amd64 1:8.30-5 [125 kB] Get:58 http://localhost/debian/ unstable/main libproxy0 amd64 0.3.1-5 [47.3 kB] Get:59 http://localhost/debian/ unstable/main libxslt1.1 amd64 1.1.26-12+rebuild1 [252 kB] Get:60 http://localhost/debian/ unstable/main bsdmainutils amd64 9.0.3 [209 kB] Get:61 http://localhost/debian/ unstable/main groff-base amd64 1.21-9 [1153 kB] Get:62 http://localhost/debian/ unstable/main man-db amd64 2.6.2-1 [1061 kB] Get:63 http://localhost/debian/ unstable/main netbase all 5.0 [20.1 kB] Get:64 http://localhost/debian/ unstable/main file amd64 5.11-2 [51.8 kB] Get:65 http://localhost/debian/ unstable/main gettext-base amd64 0.18.1.1-9 [154 kB] Get:66 http://localhost/debian/ unstable/main m4 amd64 1.4.16-3 [260 kB] Get:67 http://localhost/debian/ unstable/main mime-support all 3.52-1 [35.5 kB] Get:68 http://localhost/debian/ unstable/main python2.7-minimal amd64 2.7.3-1 [1770 kB] Get:69 http://localhost/debian/ unstable/main python2.7 amd64 2.7.3-1 [2726 kB] Get:70 http://localhost/debian/ unstable/main python-minimal all 2.7.3-1 [42.1 kB] Get:71 http://localhost/debian/ unstable/main python all 2.7.3-1 [179 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 liberror-perl all 0.17-1 [23.6 kB] Get:76 http://localhost/debian/ unstable/main git-man all 1:1.7.10-1 [1068 kB] Get:77 http://localhost/debian/ unstable/main git amd64 1:1.7.10-1 [6626 kB] Get:78 http://localhost/debian/ unstable/main autopoint all 0.18.1.1-9 [629 kB] Get:79 http://localhost/debian/ unstable/main openssl amd64 1.0.1c-3 [697 kB] Get:80 http://localhost/debian/ unstable/main ca-certificates all 20120623 [183 kB] Get:81 http://localhost/debian/ unstable/main cdbs all 0.4.115 [80.2 kB] Get:82 http://localhost/debian/ unstable/main dconf-service amd64 0.12.1-2 [24.8 kB] Get:83 http://localhost/debian/ unstable/main dconf-gsettings-backend amd64 0.12.1-2 [24.1 kB] Get:84 http://localhost/debian/ unstable/main html2text amd64 1.3.2a-15 [103 kB] Get:85 http://localhost/debian/ unstable/main gettext amd64 0.18.1.1-9 [1975 kB] Get:86 http://localhost/debian/ unstable/main intltool-debian all 0.35.0+20060710.1 [30.8 kB] Get:87 http://localhost/debian/ unstable/main po-debconf all 1.0.16+nmu2 [224 kB] Get:88 http://localhost/debian/ unstable/main debhelper all 9.20120608 [700 kB] Get:89 http://localhost/debian/ unstable/main docbook all 4.5-5.1 [453 kB] Get:90 http://localhost/debian/ unstable/main libsp1c2 amd64 1.3.4-1.2.1-47.1+b1 [1455 kB] Get:91 http://localhost/debian/ unstable/main jade amd64 1.2.1-47.1+b1 [301 kB] Get:92 http://localhost/debian/ unstable/main docbook-dsssl all 1.79-7 [374 kB] Get:93 http://localhost/debian/ unstable/main sp amd64 1.3.4-1.2.1-47.1+b1 [176 kB] Get:94 http://localhost/debian/ unstable/main docbook-to-man amd64 1:2.0.0-31 [82.4 kB] Get:95 http://localhost/debian/ unstable/main docbook-xsl all 1.76.1+dfsg-1 [1643 kB] Get:96 http://localhost/debian/ unstable/main libgirepository-1.0-1 amd64 1.32.1-1 [107 kB] Get:97 http://localhost/debian/ unstable/main gir1.2-glib-2.0 amd64 1.32.1-1 [171 kB] Get:98 http://localhost/debian/ unstable/main gir1.2-freedesktop amd64 1.32.1-1 [21.5 kB] Get:99 http://localhost/debian/ unstable/main gir1.2-gnomekeyring-1.0 amd64 3.4.1-1 [37.2 kB] Get:100 http://localhost/debian/ unstable/main glib-networking-common all 2.32.3-1 [49.4 kB] Get:101 http://localhost/debian/ unstable/main glib-networking-services amd64 2.32.3-1 [13.4 kB] Get:102 http://localhost/debian/ unstable/main gsettings-desktop-schemas all 3.4.2-1 [217 kB] Get:103 http://localhost/debian/ unstable/main glib-networking amd64 2.32.3-1 [58.0 kB] Get:104 http://localhost/debian/ unstable/main libtool amd64 2.4.2-1.1 [619 kB] Get:105 http://localhost/debian/ unstable/main pkg-config amd64 0.26-1 [59.5 kB] Get:106 http://localhost/debian/ unstable/main liburi-perl all 1.60-1 [100 kB] Get:107 http://localhost/debian/ unstable/main libencode-locale-perl all 1.03-1 [13.6 kB] Get:108 http://localhost/debian/ unstable/main libhttp-date-perl all 6.02-1 [10.7 kB] Get:109 http://localhost/debian/ unstable/main libfile-listing-perl all 6.04-1 [10.3 kB] Get:110 http://localhost/debian/ unstable/main libhtml-tagset-perl all 3.20-2 [13.5 kB] Get:111 http://localhost/debian/ unstable/main libhtml-parser-perl amd64 3.69-2 [114 kB] Get:112 http://localhost/debian/ unstable/main libhtml-tree-perl all 5.02-1 [225 kB] Get:113 http://localhost/debian/ unstable/main liblwp-mediatypes-perl all 6.02-1 [22.1 kB] Get:114 http://localhost/debian/ unstable/main libhttp-message-perl all 6.03-1 [78.5 kB] Get:115 http://localhost/debian/ unstable/main libhttp-cookies-perl all 6.00-2 [23.5 kB] Get:116 http://localhost/debian/ unstable/main libhttp-negotiate-perl all 6.00-2 [13.6 kB] Get:117 http://localhost/debian/ unstable/main libnet-ssleay-perl amd64 1.48-1+b1 [335 kB] Get:118 http://localhost/debian/ unstable/main libio-socket-ssl-perl all 1.76-1 [67.8 kB] Get:119 http://localhost/debian/ unstable/main libnet-http-perl all 6.03-2 [24.3 kB] Get:120 http://localhost/debian/ unstable/main liblwp-protocol-https-perl all 6.03-1 [7580 B] Get:121 http://localhost/debian/ unstable/main libwww-robotrules-perl all 6.01-1 [14.3 kB] Get:122 http://localhost/debian/ unstable/main libwww-perl all 6.04-1 [203 kB] Get:123 http://localhost/debian/ unstable/main libxml-parser-perl amd64 2.41-1+b1 [278 kB] Get:124 http://localhost/debian/ unstable/main intltool all 0.50.2-2 [101 kB] Get:125 http://localhost/debian/ unstable/main gnome-common all 3.4.0.1-1 [127 kB] Get:126 http://localhost/debian/ unstable/main gnome-pkg-tools all 0.19.3 [28.5 kB] Get:127 http://localhost/debian/ unstable/main python-markupsafe amd64 0.15-1 [14.6 kB] Get:128 http://localhost/debian/ unstable/main python-mako all 0.7.0-1 [59.3 kB] Get:129 http://localhost/debian/ unstable/main gobject-introspection amd64 1.32.1-1 [290 kB] Get:130 http://localhost/debian/ unstable/main xsltproc amd64 1.1.26-12+rebuild1 [116 kB] Get:131 http://localhost/debian/ unstable/main highlight-common all 3.9-1 [214 kB] Get:132 http://localhost/debian/ unstable/main highlight amd64 3.9-1 [336 kB] Get:133 http://localhost/debian/ unstable/main gtk-doc-tools all 1.18-2 [618 kB] Get:134 http://localhost/debian/ unstable/main libffi-dev amd64 3.0.10-3 [116 kB] Get:135 http://localhost/debian/ unstable/main libglib2.0-data all 2.32.3-1 [2711 kB] Get:136 http://localhost/debian/ unstable/main libglib2.0-bin amd64 2.32.3-1 [861 kB] Get:137 http://localhost/debian/ unstable/main libpcre3-dev amd64 1:8.30-5 [349 kB] Get:138 http://localhost/debian/ unstable/main zlib1g-dev amd64 1:1.2.7.dfsg-13 [215 kB] Get:139 http://localhost/debian/ unstable/main libglib2.0-dev amd64 2.32.3-1 [2631 kB] Get:140 http://localhost/debian/ unstable/main libgirepository1.0-dev amd64 1.32.1-1 [779 kB] Get:141 http://localhost/debian/ unstable/main libglib2.0-doc all 2.32.3-1 [2760 kB] Get:142 http://localhost/debian/ unstable/main libgnome-keyring-dev amd64 3.4.1-1 [96.8 kB] Get:143 http://localhost/debian/ unstable/main libsqlite3-dev amd64 3.7.13-1 [578 kB] Get:144 http://localhost/debian/ unstable/main libxml2-dev amd64 2.8.0+dfsg1-4 [899 kB] Get:145 http://localhost/debian/ unstable/main shared-mime-info amd64 1.0-1 [1066 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 60.4 MB in 8s (6796 kB/s) Selecting previously unselected package libncursesw5:amd64. (Reading database ... 11805 files and directories currently installed.) Unpacking libncursesw5:amd64 (from .../libncursesw5_5.9-10_amd64.deb) ... Selecting previously unselected package libpipeline1:amd64. 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 libssl1.0.0:amd64. Unpacking libssl1.0.0:amd64 (from .../libssl1.0.0_1.0.1c-3_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 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 libidn11:amd64. Unpacking libidn11:amd64 (from .../libidn11_1.25-2_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 libsqlite3-0:amd64. Unpacking libsqlite3-0:amd64 (from .../libsqlite3-0_3.7.13-1_amd64.deb) ... Selecting previously unselected package libxml2:amd64. Unpacking libxml2:amd64 (from .../libxml2_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package sgml-base. Unpacking sgml-base (from .../sgml-base_1.26+nmu3_all.deb) ... Selecting previously unselected package xml-core. Unpacking xml-core (from .../xml-core_0.13+nmu1_all.deb) ... Selecting previously unselected package sgml-data. Unpacking sgml-data (from .../sgml-data_2.0.8_all.deb) ... Setting up sgml-base (1.26+nmu3) ... Updating the super catalog... Setting up xml-core (0.13+nmu1) ... Processing triggers for sgml-base ... Updating the super catalog... Selecting previously unselected package docbook-xml. (Reading database ... 12329 files and directories currently installed.) Unpacking docbook-xml (from .../docbook-xml_4.5-7.1_all.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 libcairo-gobject2:amd64. Unpacking libcairo-gobject2:amd64 (from .../libcairo-gobject2_1.12.2-2_amd64.deb) ... Selecting previously unselected package libcroco3:amd64. Unpacking libcroco3:amd64 (from .../libcroco3_0.6.5-1_amd64.deb) ... Selecting previously unselected package librtmp0:amd64. Unpacking librtmp0:amd64 (from .../librtmp0_2.4+20111222.git4e06e21-1_amd64.deb) ... Selecting previously unselected package libssh2-1:amd64. Unpacking libssh2-1:amd64 (from .../libssh2-1_1.4.2-1_amd64.deb) ... Selecting previously unselected package libcurl3-gnutls:amd64. Unpacking libcurl3-gnutls:amd64 (from .../libcurl3-gnutls_7.26.0-1_amd64.deb) ... Selecting previously unselected package libdbus-1-3:amd64. Unpacking libdbus-1-3:amd64 (from .../libdbus-1-3_1.6.2-1_amd64.deb) ... Selecting previously unselected package libdconf0:amd64. Unpacking libdconf0:amd64 (from .../libdconf0_0.12.1-2_amd64.deb) ... Selecting previously unselected package libelf1:amd64. Unpacking libelf1:amd64 (from .../libelf1_0.153-1_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 libgnome-keyring-common. Unpacking libgnome-keyring-common (from .../libgnome-keyring-common_3.4.1-1_all.deb) ... Selecting previously unselected package libgnome-keyring0:amd64. Unpacking libgnome-keyring0:amd64 (from .../libgnome-keyring0_3.4.1-1_amd64.deb) ... Selecting previously unselected package liblua5.1-0:amd64. Unpacking liblua5.1-0:amd64 (from .../liblua5.1-0_5.1.5-2_amd64.deb) ... Selecting previously unselected package libpcrecpp0:amd64. Unpacking libpcrecpp0:amd64 (from .../libpcrecpp0_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libproxy0:amd64. Unpacking libproxy0:amd64 (from .../libproxy0_0.3.1-5_amd64.deb) ... Selecting previously unselected package libxslt1.1:amd64. Unpacking libxslt1.1:amd64 (from .../libxslt1.1_1.1.26-12+rebuild1_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 netbase. Unpacking netbase (from .../archives/netbase_5.0_all.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 mime-support. Unpacking mime-support (from .../mime-support_3.52-1_all.deb) ... Selecting previously unselected package python2.7-minimal. Unpacking python2.7-minimal (from .../python2.7-minimal_2.7.3-1_amd64.deb) ... Selecting previously unselected package python2.7. Unpacking python2.7 (from .../python2.7_2.7.3-1_amd64.deb) ... Selecting previously unselected package python-minimal. Unpacking python-minimal (from .../python-minimal_2.7.3-1_all.deb) ... Selecting previously unselected package python. Unpacking python (from .../python_2.7.3-1_all.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 liberror-perl. Unpacking liberror-perl (from .../liberror-perl_0.17-1_all.deb) ... Selecting previously unselected package git-man. Unpacking git-man (from .../git-man_1%3a1.7.10-1_all.deb) ... Selecting previously unselected package git. Unpacking git (from .../git_1%3a1.7.10-1_amd64.deb) ... Selecting previously unselected package autopoint. Unpacking autopoint (from .../autopoint_0.18.1.1-9_all.deb) ... Selecting previously unselected package openssl. Unpacking openssl (from .../openssl_1.0.1c-3_amd64.deb) ... Selecting previously unselected package ca-certificates. Unpacking ca-certificates (from .../ca-certificates_20120623_all.deb) ... Selecting previously unselected package cdbs. Unpacking cdbs (from .../archives/cdbs_0.4.115_all.deb) ... Selecting previously unselected package dconf-service. Unpacking dconf-service (from .../dconf-service_0.12.1-2_amd64.deb) ... Selecting previously unselected package dconf-gsettings-backend:amd64. Unpacking dconf-gsettings-backend:amd64 (from .../dconf-gsettings-backend_0.12.1-2_amd64.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 docbook. Unpacking docbook (from .../docbook_4.5-5.1_all.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 jade. Unpacking jade (from .../jade_1.2.1-47.1+b1_amd64.deb) ... Selecting previously unselected package docbook-dsssl. Unpacking docbook-dsssl (from .../docbook-dsssl_1.79-7_all.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 docbook-to-man. Unpacking docbook-to-man (from .../docbook-to-man_1%3a2.0.0-31_amd64.deb) ... Selecting previously unselected package docbook-xsl. Unpacking docbook-xsl (from .../docbook-xsl_1.76.1+dfsg-1_all.deb) ... Selecting previously unselected package libgirepository-1.0-1. Unpacking libgirepository-1.0-1 (from .../libgirepository-1.0-1_1.32.1-1_amd64.deb) ... Selecting previously unselected package gir1.2-glib-2.0. Unpacking gir1.2-glib-2.0 (from .../gir1.2-glib-2.0_1.32.1-1_amd64.deb) ... Selecting previously unselected package gir1.2-freedesktop. Unpacking gir1.2-freedesktop (from .../gir1.2-freedesktop_1.32.1-1_amd64.deb) ... Selecting previously unselected package gir1.2-gnomekeyring-1.0. Unpacking gir1.2-gnomekeyring-1.0 (from .../gir1.2-gnomekeyring-1.0_3.4.1-1_amd64.deb) ... Selecting previously unselected package glib-networking-common. Unpacking glib-networking-common (from .../glib-networking-common_2.32.3-1_all.deb) ... Selecting previously unselected package glib-networking-services. Unpacking glib-networking-services (from .../glib-networking-services_2.32.3-1_amd64.deb) ... Selecting previously unselected package gsettings-desktop-schemas. Unpacking gsettings-desktop-schemas (from .../gsettings-desktop-schemas_3.4.2-1_all.deb) ... Selecting previously unselected package glib-networking:amd64. Unpacking glib-networking:amd64 (from .../glib-networking_2.32.3-1_amd64.deb) ... Selecting previously unselected package libtool. Unpacking libtool (from .../libtool_2.4.2-1.1_amd64.deb) ... Selecting previously unselected package pkg-config. Unpacking pkg-config (from .../pkg-config_0.26-1_amd64.deb) ... Selecting previously unselected package liburi-perl. Unpacking liburi-perl (from .../liburi-perl_1.60-1_all.deb) ... Selecting previously unselected package libencode-locale-perl. Unpacking libencode-locale-perl (from .../libencode-locale-perl_1.03-1_all.deb) ... Selecting previously unselected package libhttp-date-perl. Unpacking libhttp-date-perl (from .../libhttp-date-perl_6.02-1_all.deb) ... Selecting previously unselected package libfile-listing-perl. Unpacking libfile-listing-perl (from .../libfile-listing-perl_6.04-1_all.deb) ... Selecting previously unselected package libhtml-tagset-perl. Unpacking libhtml-tagset-perl (from .../libhtml-tagset-perl_3.20-2_all.deb) ... Selecting previously unselected package libhtml-parser-perl. Unpacking libhtml-parser-perl (from .../libhtml-parser-perl_3.69-2_amd64.deb) ... Selecting previously unselected package libhtml-tree-perl. Unpacking libhtml-tree-perl (from .../libhtml-tree-perl_5.02-1_all.deb) ... Selecting previously unselected package liblwp-mediatypes-perl. Unpacking liblwp-mediatypes-perl (from .../liblwp-mediatypes-perl_6.02-1_all.deb) ... Selecting previously unselected package libhttp-message-perl. Unpacking libhttp-message-perl (from .../libhttp-message-perl_6.03-1_all.deb) ... Selecting previously unselected package libhttp-cookies-perl. Unpacking libhttp-cookies-perl (from .../libhttp-cookies-perl_6.00-2_all.deb) ... Selecting previously unselected package libhttp-negotiate-perl. Unpacking libhttp-negotiate-perl (from .../libhttp-negotiate-perl_6.00-2_all.deb) ... Selecting previously unselected package libnet-ssleay-perl. Unpacking libnet-ssleay-perl (from .../libnet-ssleay-perl_1.48-1+b1_amd64.deb) ... Selecting previously unselected package libio-socket-ssl-perl. Unpacking libio-socket-ssl-perl (from .../libio-socket-ssl-perl_1.76-1_all.deb) ... Selecting previously unselected package libnet-http-perl. Unpacking libnet-http-perl (from .../libnet-http-perl_6.03-2_all.deb) ... Selecting previously unselected package liblwp-protocol-https-perl. Unpacking liblwp-protocol-https-perl (from .../liblwp-protocol-https-perl_6.03-1_all.deb) ... Selecting previously unselected package libwww-robotrules-perl. Unpacking libwww-robotrules-perl (from .../libwww-robotrules-perl_6.01-1_all.deb) ... Selecting previously unselected package libwww-perl. Unpacking libwww-perl (from .../libwww-perl_6.04-1_all.deb) ... Selecting previously unselected package libxml-parser-perl. Unpacking libxml-parser-perl (from .../libxml-parser-perl_2.41-1+b1_amd64.deb) ... Selecting previously unselected package intltool. Unpacking intltool (from .../intltool_0.50.2-2_all.deb) ... Selecting previously unselected package gnome-common. Unpacking gnome-common (from .../gnome-common_3.4.0.1-1_all.deb) ... Selecting previously unselected package gnome-pkg-tools. Unpacking gnome-pkg-tools (from .../gnome-pkg-tools_0.19.3_all.deb) ... Selecting previously unselected package python-markupsafe. Unpacking python-markupsafe (from .../python-markupsafe_0.15-1_amd64.deb) ... Selecting previously unselected package python-mako. Unpacking python-mako (from .../python-mako_0.7.0-1_all.deb) ... Selecting previously unselected package gobject-introspection. Unpacking gobject-introspection (from .../gobject-introspection_1.32.1-1_amd64.deb) ... Selecting previously unselected package xsltproc. Unpacking xsltproc (from .../xsltproc_1.1.26-12+rebuild1_amd64.deb) ... Selecting previously unselected package highlight-common. Unpacking highlight-common (from .../highlight-common_3.9-1_all.deb) ... Selecting previously unselected package highlight. Unpacking highlight (from .../highlight_3.9-1_amd64.deb) ... Selecting previously unselected package gtk-doc-tools. Unpacking gtk-doc-tools (from .../gtk-doc-tools_1.18-2_all.deb) ... Selecting previously unselected package libffi-dev:amd64. Unpacking libffi-dev:amd64 (from .../libffi-dev_3.0.10-3_amd64.deb) ... Selecting previously unselected package libglib2.0-data. Unpacking libglib2.0-data (from .../libglib2.0-data_2.32.3-1_all.deb) ... Selecting previously unselected package libglib2.0-bin. Unpacking libglib2.0-bin (from .../libglib2.0-bin_2.32.3-1_amd64.deb) ... Selecting previously unselected package libpcre3-dev. Unpacking libpcre3-dev (from .../libpcre3-dev_1%3a8.30-5_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 libglib2.0-dev. Unpacking libglib2.0-dev (from .../libglib2.0-dev_2.32.3-1_amd64.deb) ... Selecting previously unselected package libgirepository1.0-dev. Unpacking libgirepository1.0-dev (from .../libgirepository1.0-dev_1.32.1-1_amd64.deb) ... Selecting previously unselected package libglib2.0-doc. Unpacking libglib2.0-doc (from .../libglib2.0-doc_2.32.3-1_all.deb) ... Selecting previously unselected package libgnome-keyring-dev. Unpacking libgnome-keyring-dev (from .../libgnome-keyring-dev_3.4.1-1_amd64.deb) ... Selecting previously unselected package libsqlite3-dev. Unpacking libsqlite3-dev (from .../libsqlite3-dev_3.7.13-1_amd64.deb) ... Selecting previously unselected package libxml2-dev:amd64. Unpacking libxml2-dev:amd64 (from .../libxml2-dev_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package shared-mime-info. Unpacking shared-mime-info (from .../shared-mime-info_1.0-1_amd64.deb) ... Selecting previously unselected package sbuild-build-depends-libsoup2.4-dummy. Unpacking sbuild-build-depends-libsoup2.4-dummy (from .../sbuild-build-depends-libsoup2.4-dummy.deb) ... Processing triggers for sgml-base ... Updating the super catalog... Setting up libncursesw5:amd64 (5.9-10) ... Setting up libpipeline1:amd64 (1.2.1-1) ... Setting up libpopt0:amd64 (1.16-7) ... Setting up libssl1.0.0:amd64 (1.0.1c-3) ... 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 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 libidn11:amd64 (1.25-2) ... 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 libsqlite3-0:amd64 (3.7.13-1) ... Setting up libxml2:amd64 (2.8.0+dfsg1-4) ... Setting up sgml-data (2.0.8) ... 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) ... Setting up libcairo-gobject2:amd64 (1.12.2-2) ... Setting up libcroco3:amd64 (0.6.5-1) ... Setting up librtmp0:amd64 (2.4+20111222.git4e06e21-1) ... Setting up libssh2-1:amd64 (1.4.2-1) ... Setting up libcurl3-gnutls:amd64 (7.26.0-1) ... Setting up libdbus-1-3:amd64 (1.6.2-1) ... Setting up libdconf0:amd64 (0.12.1-2) ... Setting up libelf1:amd64 (0.153-1) ... Setting up libunistring0:amd64 (0.9.3-5) ... Setting up libgettextpo0:amd64 (0.18.1.1-9) ... Setting up libgnome-keyring-common (3.4.1-1) ... Setting up libgnome-keyring0:amd64 (3.4.1-1) ... Setting up liblua5.1-0:amd64 (5.1.5-2) ... Setting up libpcrecpp0:amd64 (1:8.30-5) ... Setting up libproxy0:amd64 (0.3.1-5) ... Setting up libxslt1.1:amd64 (1.1.26-12+rebuild1) ... 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 netbase (5.0) ... Setting up file (5.11-2) ... Setting up gettext-base (0.18.1.1-9) ... Setting up m4 (1.4.16-3) ... Setting up mime-support (3.52-1) ... update-alternatives: using /usr/bin/see to provide /usr/bin/view (view) in auto mode Setting up python2.7-minimal (2.7.3-1) ... Setting up python2.7 (2.7.3-1) ... Setting up python-minimal (2.7.3-1) ... Setting up python (2.7.3-1) ... 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 liberror-perl (0.17-1) ... Setting up git-man (1:1.7.10-1) ... Setting up git (1:1.7.10-1) ... Setting up autopoint (0.18.1.1-9) ... Setting up openssl (1.0.1c-3) ... Setting up ca-certificates (20120623) ... Updating certificates in /etc/ssl/certs... 151 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d....done. Setting up cdbs (0.4.115) ... Setting up dconf-service (0.12.1-2) ... Setting up dconf-gsettings-backend:amd64 (0.12.1-2) ... 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 libsp1c2 (1.3.4-1.2.1-47.1+b1) ... Setting up jade (1.2.1-47.1+b1) ... Setting up sp (1.3.4-1.2.1-47.1+b1) ... Setting up docbook-xsl (1.76.1+dfsg-1) ... Setting up libgirepository-1.0-1 (1.32.1-1) ... Setting up gir1.2-glib-2.0 (1.32.1-1) ... Setting up gir1.2-freedesktop (1.32.1-1) ... Setting up gir1.2-gnomekeyring-1.0 (3.4.1-1) ... Setting up glib-networking-common (2.32.3-1) ... Setting up glib-networking-services (2.32.3-1) ... Setting up gsettings-desktop-schemas (3.4.2-1) ... Setting up glib-networking:amd64 (2.32.3-1) ... Setting up libtool (2.4.2-1.1) ... Setting up pkg-config (0.26-1) ... Setting up liburi-perl (1.60-1) ... Setting up libencode-locale-perl (1.03-1) ... Setting up libhttp-date-perl (6.02-1) ... Setting up libfile-listing-perl (6.04-1) ... Setting up libhtml-tagset-perl (3.20-2) ... Setting up libhtml-parser-perl (3.69-2) ... Setting up libhtml-tree-perl (5.02-1) ... Setting up liblwp-mediatypes-perl (6.02-1) ... Setting up libhttp-message-perl (6.03-1) ... Setting up libhttp-cookies-perl (6.00-2) ... Setting up libhttp-negotiate-perl (6.00-2) ... Setting up libnet-ssleay-perl (1.48-1+b1) ... Setting up libio-socket-ssl-perl (1.76-1) ... Setting up libnet-http-perl (6.03-2) ... Setting up libwww-robotrules-perl (6.01-1) ... Setting up gnome-pkg-tools (0.19.3) ... Setting up python-markupsafe (0.15-1) ... Setting up python-mako (0.7.0-1) ... Setting up gobject-introspection (1.32.1-1) ... Setting up xsltproc (1.1.26-12+rebuild1) ... Setting up highlight-common (3.9-1) ... Setting up highlight (3.9-1) ... Setting up libffi-dev:amd64 (3.0.10-3) ... Setting up libglib2.0-data (2.32.3-1) ... Setting up libglib2.0-bin (2.32.3-1) ... Setting up libpcre3-dev (1:8.30-5) ... Setting up zlib1g-dev:amd64 (1:1.2.7.dfsg-13) ... Setting up libglib2.0-dev (2.32.3-1) ... Setting up libgirepository1.0-dev (1.32.1-1) ... Setting up libglib2.0-doc (2.32.3-1) ... Setting up libgnome-keyring-dev (3.4.1-1) ... Setting up libsqlite3-dev (3.7.13-1) ... Setting up libxml2-dev:amd64 (2.8.0+dfsg1-4) ... Setting up shared-mime-info (1.0-1) ... Processing triggers for sgml-base ... Updating the super catalog... Setting up docbook (4.5-5.1) ... Setting up docbook-xml (4.5-7.1) ... Processing triggers for sgml-base ... Updating the super catalog... Setting up docbook-dsssl (1.79-7) ... Setting up docbook-to-man (1:2.0.0-31) ... Processing triggers for sgml-base ... Updating the super catalog... Setting up liblwp-protocol-https-perl (6.03-1) ... Setting up libwww-perl (6.04-1) ... Setting up libxml-parser-perl (2.41-1+b1) ... Setting up intltool (0.50.2-2) ... Setting up gnome-common (3.4.0.1-1) ... Setting up gtk-doc-tools (1.18-2) ... Setting up sbuild-build-depends-libsoup2.4-dummy (0.invalid.0) ... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build environment │ └──────────────────────────────────────────────────────────────────────────────┘ Kernel: Linux 2.6.32-5-xen-amd64 amd64 (x86_64) Toolchain package versions: binutils_2.22-6.1 dpkg-dev_1.16.6 g++-4.6_4.6.3-8 g++-4.7_4.7.1-2 gcc-4.6_4.6.3-8 gcc-4.7_4.7.1-2 libc6-dev_2.13-34 libstdc++6_4.7.1-2 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-2 linux-libc-dev_3.2.21-3 Package versions: apt_0.9.7.1 autoconf_2.69-1 automake_1:1.11.5-2 autopoint_0.18.1.1-9 autotools-dev_20120608.1 base-files_6.11 base-passwd_3.5.26 bash_4.2-3 binutils_2.22-6.1 bsdmainutils_9.0.3 bsdutils_1:2.20.1-5.1 build-essential_11.5 bzip2_1.0.6-3 ca-certificates_20120623 cdbs_0.4.115 clang_3.1-8 coreutils_8.13-3.2 cpp_4:4.7.1-1 cpp-4.6_4.6.3-8 cpp-4.7_4.7.1-2 dash_0.5.7-3 dconf-gsettings-backend_0.12.1-2 dconf-service_0.12.1-2 debconf_1.5.44 debconf-i18n_1.5.44 debfoster_2.7-1.1 debhelper_9.20120608 debian-archive-keyring_2012.4 debianutils_4.3.2 diffutils_1:3.2-6 docbook_4.5-5.1 docbook-dsssl_1.79-7 docbook-to-man_1:2.0.0-31 docbook-xml_4.5-7.1 docbook-xsl_1.76.1+dfsg-1 dpkg_1.16.6 dpkg-dev_1.16.6 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-2 gcc_4:4.7.1-1 gcc-4.4-base_4.4.7-1 gcc-4.5-base_4.5.3-12 gcc-4.6_4.6.3-8 gcc-4.6-base_4.6.3-8 gcc-4.7_4.7.1-2 gcc-4.7-base_4.7.1-2 gettext_0.18.1.1-9 gettext-base_0.18.1.1-9 gir1.2-freedesktop_1.32.1-1 gir1.2-glib-2.0_1.32.1-1 gir1.2-gnomekeyring-1.0_3.4.1-1 git_1:1.7.10-1 git-man_1:1.7.10-1 glib-networking_2.32.3-1 glib-networking-common_2.32.3-1 glib-networking-services_2.32.3-1 gnome-common_3.4.0.1-1 gnome-pkg-tools_0.19.3 gnupg_1.4.12-4+b1 gobject-introspection_1.32.1-1 gpgv_1.4.12-4+b1 grep_2.12-2 groff-base_1.21-9 gsettings-desktop-schemas_3.4.2-1 gtk-doc-tools_1.18-2 gzip_1.5-1.1 highlight_3.9-1 highlight-common_3.9-1 hostname_3.11 html2text_1.3.2a-15 initscripts_2.88dsf-28 insserv_1.14.0-3 intltool_0.50.2-2 intltool-debian_0.35.0+20060710.1 jade_1.2.1-47.1+b1 libacl1_2.2.51-8 libapt-pkg4.12_0.9.7.1 libasprintf0c2_0.18.1.1-9 libattr1_1:2.4.46-8 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 libcairo-gobject2_1.12.2-2 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 libcurl3-gnutls_7.26.0-1 libdb5.1_5.1.29-5 libdbus-1-3_1.6.2-1 libdconf0_0.12.1-2 libdpkg-perl_1.16.6 libelf1_0.153-1 libencode-locale-perl_1.03-1 liberror-perl_0.17-1 libexpat1_2.1.0-1 libffi-dev_3.0.10-3 libffi5_3.0.10-3 libfile-fcntllock-perl_0.14-2 libfile-listing-perl_6.04-1 libfontconfig1_2.9.0-6 libfreetype6_2.4.9-1 libgc1c2_1:7.1-8 libgcc1_1:4.7.1-2 libgcrypt11_1.5.0-3 libgdbm3_1.8.3-11 libgettextpo0_0.18.1.1-9 libgirepository-1.0-1_1.32.1-1 libgirepository1.0-dev_1.32.1-1 libglib2.0-0_2.32.3-1 libglib2.0-bin_2.32.3-1 libglib2.0-data_2.32.3-1 libglib2.0-dev_2.32.3-1 libglib2.0-doc_2.32.3-1 libgmp10_2:5.0.5+dfsg-2 libgnome-keyring-common_3.4.1-1 libgnome-keyring-dev_3.4.1-1 libgnome-keyring0_3.4.1-1 libgnutls26_2.12.20-1 libgomp1_4.7.1-2 libgpg-error0_1.10-3 libgssapi-krb5-2_1.10.1+dfsg-1 libhtml-parser-perl_3.69-2 libhtml-tagset-perl_3.20-2 libhtml-tree-perl_5.02-1 libhttp-cookies-perl_6.00-2 libhttp-date-perl_6.02-1 libhttp-message-perl_6.03-1 libhttp-negotiate-perl_6.00-2 libidn11_1.25-2 libio-socket-ssl-perl_1.76-1 libitm1_4.7.1-2 libk5crypto3_1.10.1+dfsg-1 libkeyutils1_1.5.5-3 libkrb5-3_1.10.1+dfsg-1 libkrb5support0_1.10.1+dfsg-1 libldap-2.4-2_2.4.31-1 libllvm3.1_3.1-2 liblocale-gettext-perl_1.05-7+b1 liblua5.1-0_5.1.5-2 liblwp-mediatypes-perl_6.02-1 liblwp-protocol-https-perl_6.03-1 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 libncursesw5_5.9-10 libnet-http-perl_6.03-2 libnet-ssleay-perl_1.48-1+b1 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 libpcre3_1:8.30-5 libpcre3-dev_1:8.30-5 libpcrecpp0_1:8.30-5 libpipeline1_1.2.1-1 libpixman-1-0_0.26.0-3 libpng12-0_1.2.49-1 libpopt0_1.16-7 libproxy0_0.3.1-5 libquadmath0_4.7.1-2 libreadline6_6.2-8 librtmp0_2.4+20111222.git4e06e21-1 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 libslang2_2.2.4-15 libsp1c2_1.3.4-1.2.1-47.1+b1 libsqlite3-0_3.7.13-1 libsqlite3-dev_3.7.13-1 libss2_1.42.4-3 libssh2-1_1.4.2-1 libssl1.0.0_1.0.1c-3 libstdc++6_4.7.1-2 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-2 libswitch-perl_2.16-2 libtasn1-3_2.13-2 libtext-charwidth-perl_0.04-7+b1 libtext-iconv-perl_1.7-5 libtext-wrapi18n-perl_0.06-7 libtimedate-perl_1.2000-1 libtinfo5_5.9-10 libtool_2.4.2-1.1 libunistring0_0.9.3-5 liburi-perl_1.60-1 libusb-0.1-4_2:0.1.12-23 libustr-1.0-1_1.0.4-3 libuuid1_2.20.1-5.1 libwww-perl_6.04-1 libwww-robotrules-perl_6.01-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 libxml-parser-perl_2.41-1+b1 libxml2_2.8.0+dfsg1-4 libxml2-dev_2.8.0+dfsg1-4 libxrender1_1:0.9.7-1 libxslt1.1_1.1.26-12+rebuild1 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 mime-support_3.52-1 mount_2.20.1-5.1 multiarch-support_2.13-34 ncurses-base_5.9-10 ncurses-bin_5.9-10 netbase_5.0 openssl_1.0.1c-3 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 python_2.7.3-1 python-mako_0.7.0-1 python-markupsafe_0.15-1 python-minimal_2.7.3-1 python2.7_2.7.3-1 python2.7-minimal_2.7.3-1 readline-common_6.2-8 sbuild-build-depends-core-dummy_0.invalid.0 sbuild-build-depends-libsoup2.4-dummy_0.invalid.0 sed_4.2.1-10 sensible-utils_0.0.7 sgml-base_1.26+nmu3 sgml-data_2.0.8 shared-mime-info_1.0-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 xml-core_0.13+nmu1 xsltproc_1.1.26-12+rebuild1 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 Apr 17 18:54:13 2012 UTC using RSA key ID 608F22DC gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./libsoup2.4_2.38.1-2.dsc dpkg-source: info: extracting libsoup2.4 in libsoup2.4-2.38.1 dpkg-source: info: unpacking libsoup2.4_2.38.1.orig.tar.xz dpkg-source: info: unpacking libsoup2.4_2.38.1-2.debian.tar.gz 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-abde2378-3ca6-423f-a271-a3e47e253552 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 libsoup2.4 dpkg-buildpackage: source version 2.38.1-2 dpkg-buildpackage: source changed by Michael Biebl dpkg-source --before-build libsoup2.4-2.38.1 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean test -x debian/rules dh_testroot rm -f debian/stamp-makefile-build debian/stamp-makefile-install GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 /usr/bin/make -C . -k distclean make[1]: Entering directory `/«PKGBUILDDIR»' make[1]: *** No rule to make target `distclean'. make[1]: Leaving directory `/«PKGBUILDDIR»' make: [makefile-clean] Error 2 (ignored) 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) for i in ./config.guess ./config.sub ; do \ if test -e $i.cdbs-orig ; then \ mv $i.cdbs-orig $i ; \ fi ; \ done dh_clean rm -f debian/copyright_newhints rm -f debian/cdbs-install-list debian/cdbs-package-list debian/stamp-copyright-check rm -rf "debian/upstream-cruft" rm -f debian/stamp-upstream-cruft rm -f debian/stamp-autotools-files cd . && \ rm -f intltool-extract intltool-merge intltool-update po/.intltool-merge-cache; \ if test -d doc; then find doc -name '*.omf.out' -exec rm -f \{\} \; ; fi; \ if test -d help; then find help -name '*.omf.out' -exec rm -f \{\} \; ; fi { cat /usr/share/gnome-pkg-tools/control.header ; \ sed "s/@GNOME_TEAM@/Gustavo Noronha Silva , Martin Pitt , Michael Biebl /" debian/control.in ; } \ > debian/control dpkg-source -b libsoup2.4-2.38.1 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building libsoup2.4 using existing ./libsoup2.4_2.38.1.orig.tar.xz dpkg-source: info: building libsoup2.4 in libsoup2.4_2.38.1-2.debian.tar.gz dpkg-source: info: building libsoup2.4 in libsoup2.4_2.38.1-2.dsc debian/rules build test -x debian/rules mkdir -p "." /usr/share/cdbs/1/rules/buildcore.mk:109: WARNING: DEB_DH_STRIP_ARGS is a deprecated variable WARNING: copyright-check disabled - touch debian/copyright_hints to enable. touch debian/stamp-copyright-check touch debian/stamp-upstream-cruft if test -e /usr/share/misc/config.guess ; then \ for i in ./config.guess ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.guess $i ; \ fi ; \ done ; \ fi if test -e /usr/share/misc/config.sub ; then \ for i in ./config.sub ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.sub $i ; \ fi ; \ done ; \ fi 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 -Wall" CXXFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall" CPPFLAGS="-D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro" /«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/libsoup2.4" --srcdir=. --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules --enable-gtk-doc --libdir=\${prefix}/lib/x86_64-linux-gnu configure: WARNING: unrecognized options: --disable-maintainer-mode checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make sets $(MAKE)... (cached) yes 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 for style of include used by make... GNU checking dependency style of gcc... none checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.16... yes checking for GLIB - version >= 2.31.7... yes (version 2.32.3) checking for XML... yes checking for Win32... no checking for gmtime_r... yes checking for mmap... yes checking for socket... yes checking whether to build libsoup-gnome... yes checking for GNOME_KEYRING... yes checking for SQLITE... yes checking for gtkdoc-check... /usr/bin/gtkdoc-check checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf checking for GTKDOC_DEPS... yes checking whether to build gtk-doc documentation... yes checking for gobject-introspection... yes checking for glib-networking (glib TLS implementation)... yes configure: checking for programs needed for regression tests checking for httpd2... no checking for httpd... no checking for apache2... no checking for apache... no checking for curl... no configure: creating ./config.status config.status: creating libsoup-2.4.pc config.status: creating libsoup-gnome-2.4.pc config.status: creating Makefile config.status: creating libsoup-zip config.status: creating libsoup/Makefile config.status: creating tests/Makefile config.status: creating tests/httpd.conf config.status: creating docs/Makefile config.status: creating docs/reference/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-maintainer-mode Some regression tests will not be run due to missing packages: apache curl touch debian/stamp-autotools GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 /usr/bin/make -C . make[1]: Entering directory `/«PKGBUILDDIR»' /usr/bin/make all-recursive make[2]: Entering directory `/«PKGBUILDDIR»' Making all in libsoup make[3]: Entering directory `/«PKGBUILDDIR»/libsoup' LC_ALL=C sed -ne 's/.*_soup_marshal_\([_A-Z]*\).*/\1/p' soup-address.c soup-auth.c soup-auth-basic.c soup-auth-digest.c soup-auth-ntlm.c soup-auth-domain.c soup-auth-domain-basic.c soup-auth-domain-digest.c soup-auth-manager.c soup-auth-manager-ntlm.c soup-cache.c soup-connection.c soup-content-decoder.c soup-content-sniffer.c soup-cookie.c soup-cookie-jar.c soup-cookie-jar-text.c soup-date.c soup-directory-input-stream.c soup-form.c soup-headers.c soup-http-input-stream.c soup-logger.c soup-message.c soup-message-body.c soup-message-client-io.c soup-message-headers.c soup-message-io.c soup-message-queue.c soup-message-server-io.c soup-method.c soup-misc.c soup-multipart.c soup-password-manager.c soup-path-map.c soup-proxy-resolver.c soup-proxy-resolver-default.c soup-proxy-resolver-static.c soup-proxy-uri-resolver.c soup-request.c soup-request-data.c soup-request-file.c soup-request-http.c soup-requester.c soup-server.c soup-session.c soup-session-async.c soup-session-feature.c soup-session-sync.c soup-socket.c soup-status.c soup-uri.c soup-value-utils.c soup-xmlrpc.c soup-cookie-jar-sqlite.c soup-gnome-features.c soup-proxy-resolver-gnome.c soup-password-manager-gnome.c | sort -u | sed -e 's/__/:/' -e 's/_/,/g' > soup-marshal.list.tmp && (cmp -s soup-marshal.list.tmp soup-marshal.list || cp soup-marshal.list.tmp soup-marshal.list) && rm -f soup-marshal.list.tmp && echo timestamp > soup-marshal.list.stamp (echo "#include \"soup-marshal.h\""; glib-genmarshal --prefix=_soup_marshal --body soup-marshal.list ) > soup-marshal.c.tmp && mv soup-marshal.c.tmp soup-marshal.c glib-genmarshal --prefix=_soup_marshal --header soup-marshal.list > soup-marshal.h.tmp && mv soup-marshal.h.tmp soup-marshal.h glib-mkenums --fhead "/* Generated by glib-mkenums. Do not edit */\n\n#include \"soup-enum-types.h\"\n" --fhead "#define LIBSOUP_USE_UNSTABLE_REQUEST_API" --fhead "\n#include \"soup.h\" \n#include \"soup-address.h\" \n#include \"soup-auth.h\" \n#include \"soup-auth-domain.h\" \n#include \"soup-auth-domain-basic.h\" \n#include \"soup-auth-domain-digest.h\" \n#include \"soup-cache.h\" \n#include \"soup-content-decoder.h\" \n#include \"soup-content-sniffer.h\" \n#include \"soup-cookie.h\" \n#include \"soup-cookie-jar.h\" \n#include \"soup-cookie-jar-text.h\" \n#include \"soup-date.h\" \n#include \"soup-form.h\" \n#include \"soup-headers.h\" \n#include \"soup-logger.h\" \n#include \"soup-message.h\" \n#include \"soup-message-body.h\" \n#include \"soup-message-headers.h\" \n#include \"soup-method.h\" \n#include \"soup-misc.h\" \n#include \"soup-multipart.h\" \n#include \"soup-password-manager.h\" \n#include \"soup-portability.h\" \n#include \"soup-proxy-resolver.h\" \n#include \"soup-proxy-resolver-default.h\" \n#include \"soup-proxy-uri-resolver.h\" \n#include \"soup-request.h\" \n#include \"soup-request-data.h\" \n#include \"soup-request-file.h\" \n#include \"soup-request-http.h\" \n#include \"soup-requester.h\" \n#include \"soup-server.h\" \n#include \"soup-session.h\" \n#include \"soup-session-async.h\" \n#include \"soup-session-feature.h\" \n#include \"soup-session-sync.h\" \n#include \"soup-socket.h\" \n#include \"soup-status.h\" \n#include \"soup-types.h\" \n#include \"soup-uri.h\" \n#include \"soup-value-utils.h\" \n#include \"soup-xmlrpc.h\" \n#include \"soup-cookie-jar-sqlite.h\" \n#include \"soup-gnome.h\" \n#include \"soup-gnome-features.h\"\n\n" --vhead "GType\n@enum_name@_get_type (void)\n{\n static volatile gsize g_define_type_id__volatile = 0;\n\n if (g_once_init_enter (&g_define_type_id__volatile))\n {\n static const G@Type@Value values[] = {\n" --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" },\n" --vtail " { 0, NULL, NULL }\n };\n GType g_define_type_id =\n g_@type@_register_static (g_intern_static_string (\"@EnumName@\"), values);\n g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);\n }\n\n return g_define_type_id__volatile;\n}\n" soup.h soup-address.h soup-auth.h soup-auth-domain.h soup-auth-domain-basic.h soup-auth-domain-digest.h soup-cache.h soup-content-decoder.h soup-content-sniffer.h soup-cookie.h soup-cookie-jar.h soup-cookie-jar-text.h soup-date.h soup-form.h soup-headers.h soup-logger.h soup-message.h soup-message-body.h soup-message-headers.h soup-method.h soup-misc.h soup-multipart.h soup-password-manager.h soup-portability.h soup-proxy-resolver.h soup-proxy-resolver-default.h soup-proxy-uri-resolver.h soup-request.h soup-request-data.h soup-request-file.h soup-request-http.h soup-requester.h soup-server.h soup-session.h soup-session-async.h soup-session-feature.h soup-session-sync.h soup-socket.h soup-status.h soup-types.h soup-uri.h soup-value-utils.h soup-xmlrpc.h soup-cookie-jar-sqlite.h soup-gnome.h soup-gnome-features.h > soup-enum-types.c.tmp && (cmp -s soup-enum-types.c.tmp soup-enum-types.c || cp soup-enum-types.c.tmp soup-enum-types.c) && rm -f soup-enum-types.c.tmp && echo timestamp > soup-enum-types.c.stamp glib-mkenums --fhead "/* Generated by glib-mkenums. Do not edit */\n\n#ifndef __SOUP_ENUM_TYPES_H__\n#define __SOUP_ENUM_TYPES_H__\n\n" --fhead "#include \n\nG_BEGIN_DECLS\n" --vhead "GType @enum_name@_get_type (void) G_GNUC_CONST;\n#define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())\n" --ftail "G_END_DECLS\n\n#endif /* __SOUP_ENUM_TYPES_H__ */" soup.h soup-address.h soup-auth.h soup-auth-domain.h soup-auth-domain-basic.h soup-auth-domain-digest.h soup-cache.h soup-content-decoder.h soup-content-sniffer.h soup-cookie.h soup-cookie-jar.h soup-cookie-jar-text.h soup-date.h soup-form.h soup-headers.h soup-logger.h soup-message.h soup-message-body.h soup-message-headers.h soup-method.h soup-misc.h soup-multipart.h soup-password-manager.h soup-portability.h soup-proxy-resolver.h soup-proxy-resolver-default.h soup-proxy-uri-resolver.h soup-request.h soup-request-data.h soup-request-file.h soup-request-http.h soup-requester.h soup-server.h soup-session.h soup-session-async.h soup-session-feature.h soup-session-sync.h soup-socket.h soup-status.h soup-types.h soup-uri.h soup-value-utils.h soup-xmlrpc.h soup-cookie-jar-sqlite.h soup-gnome.h soup-gnome-features.h > soup-enum-types.h.tmp && (cmp -s soup-enum-types.h.tmp soup-enum-types.h || cp soup-enum-types.h.tmp soup-enum-types.h) && rm -f soup-enum-types.h.tmp && echo timestamp > soup-enum-types.h.stamp /usr/bin/make all-am make[4]: Entering directory `/«PKGBUILDDIR»/libsoup' /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-address.lo soup-address.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-address.c -fPIC -DPIC -o .libs/soup-address.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-address.c -o soup-address.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-auth.lo soup-auth.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-auth.c -fPIC -DPIC -o .libs/soup-auth.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-auth.c -o soup-auth.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-auth-basic.lo soup-auth-basic.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-auth-basic.c -fPIC -DPIC -o .libs/soup-auth-basic.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-auth-basic.c -o soup-auth-basic.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-auth-digest.lo soup-auth-digest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-auth-digest.c -fPIC -DPIC -o .libs/soup-auth-digest.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-auth-digest.c -o soup-auth-digest.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-auth-ntlm.lo soup-auth-ntlm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-auth-ntlm.c -fPIC -DPIC -o .libs/soup-auth-ntlm.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-auth-ntlm.c -o soup-auth-ntlm.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-auth-domain.lo soup-auth-domain.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-auth-domain.c -fPIC -DPIC -o .libs/soup-auth-domain.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-auth-domain.c -o soup-auth-domain.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-auth-domain-basic.lo soup-auth-domain-basic.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-auth-domain-basic.c -fPIC -DPIC -o .libs/soup-auth-domain-basic.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-auth-domain-basic.c -o soup-auth-domain-basic.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-auth-domain-digest.lo soup-auth-domain-digest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-auth-domain-digest.c -fPIC -DPIC -o .libs/soup-auth-domain-digest.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-auth-domain-digest.c -o soup-auth-domain-digest.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-auth-manager.lo soup-auth-manager.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-auth-manager.c -fPIC -DPIC -o .libs/soup-auth-manager.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-auth-manager.c -o soup-auth-manager.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-auth-manager-ntlm.lo soup-auth-manager-ntlm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-auth-manager-ntlm.c -fPIC -DPIC -o .libs/soup-auth-manager-ntlm.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-auth-manager-ntlm.c -o soup-auth-manager-ntlm.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-cache.lo soup-cache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-cache.c -fPIC -DPIC -o .libs/soup-cache.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-cache.c -o soup-cache.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-connection.lo soup-connection.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-connection.c -fPIC -DPIC -o .libs/soup-connection.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-connection.c -o soup-connection.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-content-decoder.lo soup-content-decoder.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-content-decoder.c -fPIC -DPIC -o .libs/soup-content-decoder.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-content-decoder.c -o soup-content-decoder.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-content-sniffer.lo soup-content-sniffer.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-content-sniffer.c -fPIC -DPIC -o .libs/soup-content-sniffer.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-content-sniffer.c -o soup-content-sniffer.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-cookie.lo soup-cookie.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-cookie.c -fPIC -DPIC -o .libs/soup-cookie.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-cookie.c -o soup-cookie.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-cookie-jar.lo soup-cookie-jar.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-cookie-jar.c -fPIC -DPIC -o .libs/soup-cookie-jar.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-cookie-jar.c -o soup-cookie-jar.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-cookie-jar-text.lo soup-cookie-jar-text.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-cookie-jar-text.c -fPIC -DPIC -o .libs/soup-cookie-jar-text.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-cookie-jar-text.c -o soup-cookie-jar-text.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-date.lo soup-date.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-date.c -fPIC -DPIC -o .libs/soup-date.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-date.c -o soup-date.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-directory-input-stream.lo soup-directory-input-stream.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-directory-input-stream.c -fPIC -DPIC -o .libs/soup-directory-input-stream.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-directory-input-stream.c -o soup-directory-input-stream.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-enum-types.lo soup-enum-types.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-enum-types.c -fPIC -DPIC -o .libs/soup-enum-types.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-enum-types.c -o soup-enum-types.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-form.lo soup-form.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-form.c -fPIC -DPIC -o .libs/soup-form.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-form.c -o soup-form.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-headers.lo soup-headers.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-headers.c -fPIC -DPIC -o .libs/soup-headers.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-headers.c -o soup-headers.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-http-input-stream.lo soup-http-input-stream.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-http-input-stream.c -fPIC -DPIC -o .libs/soup-http-input-stream.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-http-input-stream.c -o soup-http-input-stream.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-logger.lo soup-logger.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-logger.c -fPIC -DPIC -o .libs/soup-logger.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-logger.c -o soup-logger.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-marshal.lo soup-marshal.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-marshal.c -fPIC -DPIC -o .libs/soup-marshal.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-marshal.c -o soup-marshal.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-message.lo soup-message.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-message.c -fPIC -DPIC -o .libs/soup-message.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-message.c -o soup-message.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-message-body.lo soup-message-body.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-message-body.c -fPIC -DPIC -o .libs/soup-message-body.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-message-body.c -o soup-message-body.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-message-client-io.lo soup-message-client-io.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-message-client-io.c -fPIC -DPIC -o .libs/soup-message-client-io.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-message-client-io.c -o soup-message-client-io.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-message-headers.lo soup-message-headers.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-message-headers.c -fPIC -DPIC -o .libs/soup-message-headers.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-message-headers.c -o soup-message-headers.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-message-io.lo soup-message-io.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-message-io.c -fPIC -DPIC -o .libs/soup-message-io.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-message-io.c -o soup-message-io.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-message-queue.lo soup-message-queue.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-message-queue.c -fPIC -DPIC -o .libs/soup-message-queue.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-message-queue.c -o soup-message-queue.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-message-server-io.lo soup-message-server-io.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-message-server-io.c -fPIC -DPIC -o .libs/soup-message-server-io.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-message-server-io.c -o soup-message-server-io.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-method.lo soup-method.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-method.c -fPIC -DPIC -o .libs/soup-method.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-method.c -o soup-method.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-misc.lo soup-misc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-misc.c -fPIC -DPIC -o .libs/soup-misc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-misc.c -o soup-misc.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-multipart.lo soup-multipart.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-multipart.c -fPIC -DPIC -o .libs/soup-multipart.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-multipart.c -o soup-multipart.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-password-manager.lo soup-password-manager.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-password-manager.c -fPIC -DPIC -o .libs/soup-password-manager.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-password-manager.c -o soup-password-manager.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-path-map.lo soup-path-map.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-path-map.c -fPIC -DPIC -o .libs/soup-path-map.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-path-map.c -o soup-path-map.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-proxy-resolver.lo soup-proxy-resolver.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-proxy-resolver.c -fPIC -DPIC -o .libs/soup-proxy-resolver.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-proxy-resolver.c -o soup-proxy-resolver.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-proxy-resolver-default.lo soup-proxy-resolver-default.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-proxy-resolver-default.c -fPIC -DPIC -o .libs/soup-proxy-resolver-default.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-proxy-resolver-default.c -o soup-proxy-resolver-default.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-proxy-resolver-static.lo soup-proxy-resolver-static.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-proxy-resolver-static.c -fPIC -DPIC -o .libs/soup-proxy-resolver-static.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-proxy-resolver-static.c -o soup-proxy-resolver-static.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-proxy-uri-resolver.lo soup-proxy-uri-resolver.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-proxy-uri-resolver.c -fPIC -DPIC -o .libs/soup-proxy-uri-resolver.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-proxy-uri-resolver.c -o soup-proxy-uri-resolver.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-request.lo soup-request.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-request.c -fPIC -DPIC -o .libs/soup-request.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-request.c -o soup-request.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-request-data.lo soup-request-data.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-request-data.c -fPIC -DPIC -o .libs/soup-request-data.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-request-data.c -o soup-request-data.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-request-file.lo soup-request-file.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-request-file.c -fPIC -DPIC -o .libs/soup-request-file.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-request-file.c -o soup-request-file.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-request-http.lo soup-request-http.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-request-http.c -fPIC -DPIC -o .libs/soup-request-http.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-request-http.c -o soup-request-http.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-requester.lo soup-requester.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-requester.c -fPIC -DPIC -o .libs/soup-requester.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-requester.c -o soup-requester.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-server.lo soup-server.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-server.c -fPIC -DPIC -o .libs/soup-server.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-server.c -o soup-server.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-session.lo soup-session.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-session.c -fPIC -DPIC -o .libs/soup-session.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-session.c -o soup-session.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-session-async.lo soup-session-async.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-session-async.c -fPIC -DPIC -o .libs/soup-session-async.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-session-async.c -o soup-session-async.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-session-feature.lo soup-session-feature.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-session-feature.c -fPIC -DPIC -o .libs/soup-session-feature.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-session-feature.c -o soup-session-feature.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-session-sync.lo soup-session-sync.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-session-sync.c -fPIC -DPIC -o .libs/soup-session-sync.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-session-sync.c -o soup-session-sync.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-socket.lo soup-socket.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-socket.c -fPIC -DPIC -o .libs/soup-socket.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-socket.c -o soup-socket.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-status.lo soup-status.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-status.c -fPIC -DPIC -o .libs/soup-status.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-status.c -o soup-status.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-uri.lo soup-uri.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-uri.c -fPIC -DPIC -o .libs/soup-uri.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-uri.c -o soup-uri.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-value-utils.lo soup-value-utils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-value-utils.c -fPIC -DPIC -o .libs/soup-value-utils.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-value-utils.c -o soup-value-utils.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-xmlrpc.lo soup-xmlrpc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-xmlrpc.c -fPIC -DPIC -o .libs/soup-xmlrpc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-xmlrpc.c -o soup-xmlrpc.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -version-info 6:0:5 -no-undefined -Wl,-z,relro -o libsoup-2.4.la -rpath /usr/lib/x86_64-linux-gnu soup-address.lo soup-auth.lo soup-auth-basic.lo soup-auth-digest.lo soup-auth-ntlm.lo soup-auth-domain.lo soup-auth-domain-basic.lo soup-auth-domain-digest.lo soup-auth-manager.lo soup-auth-manager-ntlm.lo soup-cache.lo soup-connection.lo soup-content-decoder.lo soup-content-sniffer.lo soup-cookie.lo soup-cookie-jar.lo soup-cookie-jar-text.lo soup-date.lo soup-directory-input-stream.lo soup-enum-types.lo soup-form.lo soup-headers.lo soup-http-input-stream.lo soup-logger.lo soup-marshal.lo soup-message.lo soup-message-body.lo soup-message-client-io.lo soup-message-headers.lo soup-message-io.lo soup-message-queue.lo soup-message-server-io.lo soup-method.lo soup-misc.lo soup-multipart.lo soup-password-manager.lo soup-path-map.lo soup-proxy-resolver.lo soup-proxy-resolver-default.lo soup-proxy-resolver-static.lo soup-proxy-uri-resolver.lo soup-request.lo soup-request-data.lo soup-request-file.lo soup-request-http.lo soup-requester.lo soup-server.lo soup-session.lo soup-session-async.lo soup-session-feature.lo soup-session-sync.lo soup-socket.lo soup-status.lo soup-uri.lo soup-value-utils.lo soup-xmlrpc.lo -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -lz libtool: link: gcc -shared -fPIC -DPIC .libs/soup-address.o .libs/soup-auth.o .libs/soup-auth-basic.o .libs/soup-auth-digest.o .libs/soup-auth-ntlm.o .libs/soup-auth-domain.o .libs/soup-auth-domain-basic.o .libs/soup-auth-domain-digest.o .libs/soup-auth-manager.o .libs/soup-auth-manager-ntlm.o .libs/soup-cache.o .libs/soup-connection.o .libs/soup-content-decoder.o .libs/soup-content-sniffer.o .libs/soup-cookie.o .libs/soup-cookie-jar.o .libs/soup-cookie-jar-text.o .libs/soup-date.o .libs/soup-directory-input-stream.o .libs/soup-enum-types.o .libs/soup-form.o .libs/soup-headers.o .libs/soup-http-input-stream.o .libs/soup-logger.o .libs/soup-marshal.o .libs/soup-message.o .libs/soup-message-body.o .libs/soup-message-client-io.o .libs/soup-message-headers.o .libs/soup-message-io.o .libs/soup-message-queue.o .libs/soup-message-server-io.o .libs/soup-method.o .libs/soup-misc.o .libs/soup-multipart.o .libs/soup-password-manager.o .libs/soup-path-map.o .libs/soup-proxy-resolver.o .libs/soup-proxy-resolver-default.o .libs/soup-proxy-resolver-static.o .libs/soup-proxy-uri-resolver.o .libs/soup-request.o .libs/soup-request-data.o .libs/soup-request-file.o .libs/soup-request-http.o .libs/soup-requester.o .libs/soup-server.o .libs/soup-session.o .libs/soup-session-async.o .libs/soup-session-feature.o .libs/soup-session-sync.o .libs/soup-socket.o .libs/soup-status.o .libs/soup-uri.o .libs/soup-value-utils.o .libs/soup-xmlrpc.o -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -lz -O2 -Wl,-z -Wl,relro -Wl,-soname -Wl,libsoup-2.4.so.1 -o .libs/libsoup-2.4.so.1.5.0 libtool: link: (cd ".libs" && rm -f "libsoup-2.4.so.1" && ln -s "libsoup-2.4.so.1.5.0" "libsoup-2.4.so.1") libtool: link: (cd ".libs" && rm -f "libsoup-2.4.so" && ln -s "libsoup-2.4.so.1.5.0" "libsoup-2.4.so") libtool: link: ar cru .libs/libsoup-2.4.a soup-address.o soup-auth.o soup-auth-basic.o soup-auth-digest.o soup-auth-ntlm.o soup-auth-domain.o soup-auth-domain-basic.o soup-auth-domain-digest.o soup-auth-manager.o soup-auth-manager-ntlm.o soup-cache.o soup-connection.o soup-content-decoder.o soup-content-sniffer.o soup-cookie.o soup-cookie-jar.o soup-cookie-jar-text.o soup-date.o soup-directory-input-stream.o soup-enum-types.o soup-form.o soup-headers.o soup-http-input-stream.o soup-logger.o soup-marshal.o soup-message.o soup-message-body.o soup-message-client-io.o soup-message-headers.o soup-message-io.o soup-message-queue.o soup-message-server-io.o soup-method.o soup-misc.o soup-multipart.o soup-password-manager.o soup-path-map.o soup-proxy-resolver.o soup-proxy-resolver-default.o soup-proxy-resolver-static.o soup-proxy-uri-resolver.o soup-request.o soup-request-data.o soup-request-file.o soup-request-http.o soup-requester.o soup-server.o soup-session.o soup-session-async.o soup-session-feature.o soup-session-sync.o soup-socket.o soup-status.o soup-uri.o soup-value-utils.o soup-xmlrpc.o libtool: link: ranlib .libs/libsoup-2.4.a libtool: link: ( cd ".libs" && rm -f "libsoup-2.4.la" && ln -s "../libsoup-2.4.la" "libsoup-2.4.la" ) /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-cookie-jar-sqlite.lo soup-cookie-jar-sqlite.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-cookie-jar-sqlite.c -fPIC -DPIC -o .libs/soup-cookie-jar-sqlite.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-cookie-jar-sqlite.c -o soup-cookie-jar-sqlite.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-gnome-features.lo soup-gnome-features.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-gnome-features.c -fPIC -DPIC -o .libs/soup-gnome-features.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-gnome-features.c -o soup-gnome-features.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-proxy-resolver-gnome.lo soup-proxy-resolver-gnome.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-proxy-resolver-gnome.c -fPIC -DPIC -o .libs/soup-proxy-resolver-gnome.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-proxy-resolver-gnome.c -o soup-proxy-resolver-gnome.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c -o soup-password-manager-gnome.lo soup-password-manager-gnome.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-password-manager-gnome.c -fPIC -DPIC -o .libs/soup-password-manager-gnome.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c soup-password-manager-gnome.c -o soup-password-manager-gnome.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -version-info 6:0:5 -no-undefined -Wl,-z,relro -o libsoup-gnome-2.4.la -rpath /usr/lib/x86_64-linux-gnu soup-cookie-jar-sqlite.lo soup-gnome-features.lo soup-proxy-resolver-gnome.lo soup-password-manager-gnome.lo libsoup-2.4.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsqlite3 -lgnome-keyring -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/soup-cookie-jar-sqlite.o .libs/soup-gnome-features.o .libs/soup-proxy-resolver-gnome.o .libs/soup-password-manager-gnome.o -Wl,-rpath -Wl,/«PKGBUILDDIR»/libsoup/.libs ./.libs/libsoup-2.4.so -lxml2 -lz -lgio-2.0 -lgobject-2.0 /usr/lib/x86_64-linux-gnu/libsqlite3.so -lgnome-keyring -lglib-2.0 -O2 -Wl,-z -Wl,relro -Wl,-soname -Wl,libsoup-gnome-2.4.so.1 -o .libs/libsoup-gnome-2.4.so.1.5.0 libtool: link: (cd ".libs" && rm -f "libsoup-gnome-2.4.so.1" && ln -s "libsoup-gnome-2.4.so.1.5.0" "libsoup-gnome-2.4.so.1") libtool: link: (cd ".libs" && rm -f "libsoup-gnome-2.4.so" && ln -s "libsoup-gnome-2.4.so.1.5.0" "libsoup-gnome-2.4.so") libtool: link: ar cru .libs/libsoup-gnome-2.4.a soup-cookie-jar-sqlite.o soup-gnome-features.o soup-proxy-resolver-gnome.o soup-password-manager-gnome.o libtool: link: ranlib .libs/libsoup-gnome-2.4.a libtool: link: ( cd ".libs" && rm -f "libsoup-gnome-2.4.la" && ln -s "../libsoup-gnome-2.4.la" "libsoup-gnome-2.4.la" ) /usr/bin/g-ir-scanner --add-include-path=. --namespace=Soup --nsversion=2.4 --libtool="/bin/bash ../libtool" --include=Gio-2.0 --pkg-export=libsoup-2.4 --library=libsoup-2.4.la --c-include "libsoup/soup.h" -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include soup-address.h soup-auth.h soup-auth-domain.h soup-auth-domain-basic.h soup-auth-domain-digest.h soup-cache.h soup-content-decoder.h soup-content-sniffer.h soup-cookie.h soup-cookie-jar.h soup-cookie-jar-text.h soup-date.h soup-form.h soup-headers.h soup-logger.h soup-message.h soup-message-body.h soup-message-headers.h soup-method.h soup-misc.h soup-multipart.h soup-password-manager.h soup-portability.h soup-proxy-resolver-default.h soup-proxy-uri-resolver.h soup-request.h soup-request-data.h soup-request-file.h soup-request-http.h soup-requester.h soup-server.h soup-session.h soup-session-async.h soup-session-feature.h soup-session-sync.h soup-socket.h soup-status.h soup-types.h soup-uri.h soup-value-utils.h soup-xmlrpc.h soup-address.c soup-auth.c soup-auth-basic.c soup-auth-digest.c soup-auth-ntlm.c soup-auth-domain.c soup-auth-domain-basic.c soup-auth-domain-digest.c soup-auth-manager.c soup-auth-manager-ntlm.c soup-cache.c soup-connection.c soup-content-decoder.c soup-content-sniffer.c soup-cookie.c soup-cookie-jar.c soup-cookie-jar-text.c soup-date.c soup-directory-input-stream.c soup-form.c soup-headers.c soup-http-input-stream.c soup-logger.c soup-message.c soup-message-body.c soup-message-client-io.c soup-message-headers.c soup-message-io.c soup-message-queue.c soup-message-server-io.c soup-method.c soup-misc.c soup-multipart.c soup-password-manager.c soup-path-map.c soup-proxy-resolver.c soup-proxy-resolver-default.c soup-proxy-resolver-static.c soup-proxy-uri-resolver.c soup-request.c soup-request-data.c soup-request-file.c soup-request-http.c soup-requester.c soup-server.c soup-session.c soup-session-async.c soup-session-feature.c soup-session-sync.c soup-socket.c soup-status.c soup-uri.c soup-value-utils.c soup-xmlrpc.c soup-enum-types.h libsoup-2.4.la --output Soup-2.4.gir /usr/include/clang/3.1/include/stddef.h:31: syntax error, unexpected '(' in 'typedef __typeof__(((int*)0)-((int*)0)) ptrdiff_t;' at '(' /usr/include/clang/3.1/include/stddef.h:35: syntax error, unexpected SIZEOF in 'typedef __typeof__(sizeof(int)) size_t;' at 'sizeof' /usr/include/time.h:199: syntax error, unexpected identifier, expecting ',' or ';' in 'extern size_t strftime (char *__restrict __s, size_t __maxsize,' at 'strftime' /usr/include/time.h:199: syntax error, unexpected identifier, expecting ',' or ';' in 'extern size_t strftime (char *__restrict __s, size_t __maxsize,' at '__maxsize' /usr/include/time.h:201: syntax error, unexpected CONST, expecting identifier or '(' or '*' in ' __const struct tm *__restrict __tp) __attribute__ ((__nothrow__));' at '__const' /usr/include/time.h:201: syntax error, unexpected ')', expecting ',' or ';' in ' __const struct tm *__restrict __tp) __attribute__ ((__nothrow__));' at ')' /usr/include/time.h:217: syntax error, unexpected identifier, expecting ',' or ';' in 'extern size_t strftime_l (char *__restrict __s, size_t __maxsize,' at 'strftime_l' /usr/include/time.h:217: syntax error, unexpected identifier, expecting ',' or ';' in 'extern size_t strftime_l (char *__restrict __s, size_t __maxsize,' at '__maxsize' /usr/include/time.h:219: syntax error, unexpected CONST, expecting identifier or '(' or '*' in ' __const struct tm *__restrict __tp,' at '__const' /usr/include/time.h:220: syntax error, unexpected typedef-name, expecting identifier or '(' or '*' in ' __locale_t __loc) __attribute__ ((__nothrow__));' at '__locale_t' /usr/include/x86_64-linux-gnu/bits/sigstack.h:54: syntax error, unexpected identifier in ' size_t ss_size;' at 'size_t' /usr/include/x86_64-linux-gnu/sys/ucontext.h:139: syntax error, unexpected identifier in ' stack_t uc_stack;' at 'stack_t' /usr/include/x86_64-linux-gnu/sys/ucontext.h:143: syntax error, unexpected '}' in ' } ucontext_t;' at '}' /usr/include/x86_64-linux-gnu/bits/sched.h:201: syntax error, unexpected identifier, expecting ')' or ',' in '# 201 "/usr/include/x86_64-linux-gnu/bits/sched.h" 3 4' at '__setsize' /usr/include/x86_64-linux-gnu/bits/sched.h:201: syntax error, unexpected ')', expecting ',' or ';' in '# 201 "/usr/include/x86_64-linux-gnu/bits/sched.h" 3 4' at ')' /usr/include/x86_64-linux-gnu/bits/sched.h:203: syntax error, unexpected identifier, expecting ')' or ',' in 'extern cpu_set_t *__sched_cpualloc (size_t __count) __attribute__ ((__nothrow__)) ;' at '__count' /usr/include/pthread.h:297: syntax error, unexpected identifier in ' size_t *__guardsize)' at 'size_t' /usr/include/pthread.h:302: syntax error, unexpected identifier in ' size_t __guardsize)' at 'size_t' /usr/include/pthread.h:361: syntax error, unexpected identifier in ' __attr, size_t *__restrict __stacksize)' at 'size_t' /usr/include/pthread.h:368: syntax error, unexpected identifier in ' size_t __stacksize)' at 'size_t' /usr/include/pthread.h:375: syntax error, unexpected identifier in ' size_t *__restrict __stacksize)' at 'size_t' /usr/include/pthread.h:382: syntax error, unexpected identifier in ' size_t __stacksize) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));' at 'size_t' /usr/include/unistd.h:357: syntax error, unexpected identifier in 'extern ssize_t read (int __fd, void *__buf, size_t __nbytes) ;' at 'size_t' /usr/include/unistd.h:363: syntax error, unexpected identifier in 'extern ssize_t write (int __fd, __const void *__buf, size_t __n) ;' at 'size_t' /usr/include/unistd.h:373: syntax error, unexpected identifier in 'extern ssize_t pread (int __fd, void *__buf, size_t __nbytes,' at 'size_t' /usr/include/unistd.h:381: syntax error, unexpected identifier in 'extern ssize_t pwrite (int __fd, __const void *__buf, size_t __n,' at 'size_t' /usr/include/unistd.h:508: syntax error, unexpected identifier in 'extern char *getcwd (char *__buf, size_t __size) __attribute__ ((__nothrow__)) ;' at 'size_t' /usr/include/unistd.h:620: syntax error, unexpected identifier, expecting ',' or ';' in 'extern size_t confstr (int __name, char *__buf, size_t __len) __attribute__ ((__nothrow__));' at 'confstr' /usr/include/unistd.h:620: syntax error, unexpected CHAR, expecting identifier or '(' or '*' in 'extern size_t confstr (int __name, char *__buf, size_t __len) __attribute__ ((__nothrow__));' at 'char' /usr/include/unistd.h:620: syntax error, unexpected identifier, expecting ',' or ';' in 'extern size_t confstr (int __name, char *__buf, size_t __len) __attribute__ ((__nothrow__));' at '__len' /usr/include/unistd.h:793: syntax error, unexpected identifier in 'extern int ttyname_r (int __fd, char *__buf, size_t __buflen)' at 'size_t' /usr/include/unistd.h:829: syntax error, unexpected identifier in ' char *__restrict __buf, size_t __len)' at 'size_t' /usr/include/unistd.h:840: syntax error, unexpected identifier in ' char *__restrict __buf, size_t __len)' at 'size_t' /usr/include/unistd.h:876: syntax error, unexpected identifier in 'extern int getlogin_r (char *__name, size_t __name_len) __attribute__ ((__nonnull__ (1)));' at 'size_t' /usr/include/unistd.h:898: syntax error, unexpected identifier in 'extern int gethostname (char *__name, size_t __len) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));' at 'size_t' /usr/include/unistd.h:905: syntax error, unexpected identifier in 'extern int sethostname (__const char *__name, size_t __len)' at 'size_t' /usr/include/unistd.h:916: syntax error, unexpected identifier in 'extern int getdomainname (char *__name, size_t __len)' at 'size_t' /usr/include/unistd.h:918: syntax error, unexpected identifier in 'extern int setdomainname (__const char *__name, size_t __len)' at 'size_t' /usr/include/unistd.h:936: syntax error, unexpected identifier in 'extern int profil (unsigned short int *__sample_buffer, size_t __size,' at 'size_t' /usr/include/unistd.h:937: syntax error, unexpected ')', expecting ',' or ';' in ' size_t __offset, unsigned int __scale)' at ')' /usr/include/x86_64-linux-gnu/bits/uio.h:47: syntax error, unexpected identifier in ' size_t iov_len; /* Length of data. */' at 'size_t' /usr/include/x86_64-linux-gnu/bits/socket.h:257: syntax error, unexpected identifier in ' size_t msg_iovlen; /* Number of elements in the vector. */' at 'size_t' /usr/include/x86_64-linux-gnu/bits/socket.h:260: syntax error, unexpected identifier in ' size_t msg_controllen; /* Ancillary data buffer length.' at 'size_t' /usr/include/x86_64-linux-gnu/bits/socket.h:266: syntax error, unexpected '}' in ' };' at '}' /usr/include/x86_64-linux-gnu/bits/socket.h:280: syntax error, unexpected identifier in ' size_t cmsg_len; /* Length of data in cmsg_data plus length' at 'size_t' /usr/include/x86_64-linux-gnu/bits/socket.h:290: syntax error, unexpected '}' in ' };' at '}' /usr/include/x86_64-linux-gnu/sys/socket.h:141: syntax error, unexpected identifier in 'extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);' at 'size_t' /usr/include/x86_64-linux-gnu/sys/socket.h:148: syntax error, unexpected identifier in 'extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);' at 'size_t' /usr/include/x86_64-linux-gnu/sys/socket.h:155: syntax error, unexpected identifier in 'extern ssize_t sendto (int __fd, __const void *__buf, size_t __n,' at 'size_t' /usr/include/x86_64-linux-gnu/sys/socket.h:156: syntax error, unexpected CONST, expecting identifier or '(' or '*' in ' int __flags, __const struct sockaddr * __addr,' at '__const' /usr/include/x86_64-linux-gnu/sys/socket.h:157: syntax error, unexpected typedef-name, expecting identifier or '(' or '*' in ' socklen_t __addr_len);' at 'socklen_t' /usr/include/x86_64-linux-gnu/sys/socket.h:166: syntax error, unexpected identifier in 'extern ssize_t recvfrom (int __fd, void *__restrict __buf, size_t __n,' at 'size_t' /usr/include/x86_64-linux-gnu/sys/socket.h:167: syntax error, unexpected STRUCT, expecting identifier or '(' or '*' in ' int __flags, struct sockaddr *__restrict __addr,' at 'struct' /usr/include/x86_64-linux-gnu/sys/socket.h:168: syntax error, unexpected typedef-name, expecting identifier or '(' or '*' in ' socklen_t *__restrict __addr_len);' at 'socklen_t' /usr/include/x86_64-linux-gnu/sys/socket.h:168: syntax error, unexpected ')', expecting ',' or ';' in ' socklen_t *__restrict __addr_len);' at ')' /usr/include/arpa/inet.h:78: syntax error, unexpected identifier in 'extern char *inet_neta (in_addr_t __net, char *__buf, size_t __len) __attribute__ ((__nothrow__));' at 'size_t' /usr/include/arpa/inet.h:84: syntax error, unexpected identifier in ' char *__buf, size_t __len) __attribute__ ((__nothrow__));' at 'size_t' /usr/include/arpa/inet.h:90: syntax error, unexpected identifier in ' void *__buf, size_t __len) __attribute__ ((__nothrow__));' at 'size_t' /usr/include/rpc/netdb.h:61: syntax error, unexpected identifier in ' char *__buffer, size_t __buflen,' at 'size_t' /usr/include/rpc/netdb.h:62: syntax error, unexpected ')', expecting ',' or ';' in ' struct rpcent **__result) __attribute__ ((__nothrow__));' at ')' /usr/include/rpc/netdb.h:65: syntax error, unexpected identifier in ' char *__buffer, size_t __buflen,' at 'size_t' /usr/include/rpc/netdb.h:66: syntax error, unexpected ')', expecting ',' or ';' in ' struct rpcent **__result) __attribute__ ((__nothrow__));' at ')' /usr/include/rpc/netdb.h:69: syntax error, unexpected identifier in ' size_t __buflen, struct rpcent **__result) __attribute__ ((__nothrow__));' at 'size_t' /usr/include/rpc/netdb.h:69: syntax error, unexpected ')', expecting ',' or ';' in ' size_t __buflen, struct rpcent **__result) __attribute__ ((__nothrow__));' at ')' /usr/include/netdb.h:169: syntax error, unexpected identifier in ' char *__restrict __buf, size_t __buflen,' at 'size_t' /usr/include/netdb.h:171: syntax error, unexpected INT, expecting identifier or '(' or '*' in ' int *__restrict __h_errnop);' at 'int' /usr/include/netdb.h:171: syntax error, unexpected ')', expecting ',' or ';' in ' int *__restrict __h_errnop);' at ')' /usr/include/netdb.h:176: syntax error, unexpected identifier in ' char *__restrict __buf, size_t __buflen,' at 'size_t' /usr/include/netdb.h:178: syntax error, unexpected INT, expecting identifier or '(' or '*' in ' int *__restrict __h_errnop);' at 'int' /usr/include/netdb.h:178: syntax error, unexpected ')', expecting ',' or ';' in ' int *__restrict __h_errnop);' at ')' /usr/include/netdb.h:182: syntax error, unexpected identifier in ' char *__restrict __buf, size_t __buflen,' at 'size_t' /usr/include/netdb.h:184: syntax error, unexpected INT, expecting identifier or '(' or '*' in ' int *__restrict __h_errnop);' at 'int' /usr/include/netdb.h:184: syntax error, unexpected ')', expecting ',' or ';' in ' int *__restrict __h_errnop);' at ')' /usr/include/netdb.h:188: syntax error, unexpected identifier in ' char *__restrict __buf, size_t __buflen,' at 'size_t' /usr/include/netdb.h:190: syntax error, unexpected INT, expecting identifier or '(' or '*' in ' int *__restrict __h_errnop);' at 'int' /usr/include/netdb.h:190: syntax error, unexpected ')', expecting ',' or ';' in ' int *__restrict __h_errnop);' at ')' /usr/include/netdb.h:239: syntax error, unexpected identifier in ' char *__restrict __buf, size_t __buflen,' at 'size_t' /usr/include/netdb.h:241: syntax error, unexpected INT, expecting identifier or '(' or '*' in ' int *__restrict __h_errnop);' at 'int' /usr/include/netdb.h:241: syntax error, unexpected ')', expecting ',' or ';' in ' int *__restrict __h_errnop);' at ')' /usr/include/netdb.h:245: syntax error, unexpected identifier in ' char *__restrict __buf, size_t __buflen,' at 'size_t' /usr/include/netdb.h:247: syntax error, unexpected INT, expecting identifier or '(' or '*' in ' int *__restrict __h_errnop);' at 'int' /usr/include/netdb.h:247: syntax error, unexpected ')', expecting ',' or ';' in ' int *__restrict __h_errnop);' at ')' /usr/include/netdb.h:251: syntax error, unexpected identifier in ' char *__restrict __buf, size_t __buflen,' at 'size_t' /usr/include/netdb.h:253: syntax error, unexpected INT, expecting identifier or '(' or '*' in ' int *__restrict __h_errnop);' at 'int' /usr/include/netdb.h:253: syntax error, unexpected ')', expecting ',' or ';' in ' int *__restrict __h_errnop);' at ')' /usr/include/netdb.h:311: syntax error, unexpected identifier in ' char *__restrict __buf, size_t __buflen,' at 'size_t' /usr/include/netdb.h:312: syntax error, unexpected ')', expecting ',' or ';' in ' struct servent **__restrict __result);' at ')' /usr/include/netdb.h:317: syntax error, unexpected identifier in ' char *__restrict __buf, size_t __buflen,' at 'size_t' /usr/include/netdb.h:318: syntax error, unexpected ')', expecting ',' or ';' in ' struct servent **__restrict __result);' at ')' /usr/include/netdb.h:322: syntax error, unexpected identifier in ' char *__restrict __buf, size_t __buflen,' at 'size_t' /usr/include/netdb.h:323: syntax error, unexpected ')', expecting ',' or ';' in ' struct servent **__restrict __result);' at ')' /usr/include/netdb.h:377: syntax error, unexpected identifier in ' char *__restrict __buf, size_t __buflen,' at 'size_t' /usr/include/netdb.h:378: syntax error, unexpected ')', expecting ',' or ';' in ' struct protoent **__restrict __result);' at ')' /usr/include/netdb.h:382: syntax error, unexpected identifier in ' char *__restrict __buf, size_t __buflen,' at 'size_t' /usr/include/netdb.h:383: syntax error, unexpected ')', expecting ',' or ';' in ' struct protoent **__restrict __result);' at ')' /usr/include/netdb.h:387: syntax error, unexpected identifier in ' char *__restrict __buf, size_t __buflen,' at 'size_t' /usr/include/netdb.h:388: syntax error, unexpected ')', expecting ',' or ';' in ' struct protoent **__restrict __result);' at ')' /usr/include/netdb.h:437: syntax error, unexpected identifier in ' char *__restrict __buffer, size_t __buflen);' at 'size_t' g-ir-scanner: compile: gcc -Wall -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -c -o /«PKGBUILDDIR»/libsoup/tmp-introspectWc9Unm/Soup-2.4.o /«PKGBUILDDIR»/libsoup/tmp-introspectWc9Unm/Soup-2.4.c g-ir-scanner: link: /bin/bash ../libtool --mode=link --tag=CC gcc -o /«PKGBUILDDIR»/libsoup/tmp-introspectWc9Unm/Soup-2.4 -export-dynamic /«PKGBUILDDIR»/libsoup/tmp-introspectWc9Unm/Soup-2.4.o -L. libsoup-2.4.la -pthread -Wl,--export-dynamic -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lrt -lglib-2.0 libtool: link: gcc -o /«PKGBUILDDIR»/libsoup/tmp-introspectWc9Unm/.libs/Soup-2.4 /«PKGBUILDDIR»/libsoup/tmp-introspectWc9Unm/Soup-2.4.o -pthread -Wl,--export-dynamic -Wl,--export-dynamic -L. ./.libs/libsoup-2.4.so -lxml2 -lz -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -pthread g-ir-scanner: Soup: warning: 13 warnings suppressed (use --warn-all to see them) /usr/bin/g-ir-scanner --add-include-path=. --namespace=SoupGNOME --nsversion=2.4 --libtool="/bin/bash ../libtool" --pkg-export=libsoup-gnome-2.4 --library=libsoup-gnome-2.4.la --library=libsoup-2.4.la --identifier-prefix=Soup --symbol-prefix=soup --c-include "libsoup/soup-gnome.h" --include-uninstalled=./Soup-2.4.gir -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include soup-cookie-jar-sqlite.h soup-gnome-features.h soup-cookie-jar-sqlite.c soup-gnome-features.c soup-proxy-resolver-gnome.c soup-password-manager-gnome.c libsoup-gnome-2.4.la Soup-2.4.gir --output SoupGNOME-2.4.gir /usr/include/clang/3.1/include/stddef.h:31: syntax error, unexpected '(' in 'typedef __typeof__(((int*)0)-((int*)0)) ptrdiff_t;' at '(' /usr/include/clang/3.1/include/stddef.h:35: syntax error, unexpected SIZEOF in 'typedef __typeof__(sizeof(int)) size_t;' at 'sizeof' /usr/include/time.h:199: syntax error, unexpected identifier, expecting ',' or ';' in 'extern size_t strftime (char *__restrict __s, size_t __maxsize,' at 'strftime' /usr/include/time.h:199: syntax error, unexpected identifier, expecting ',' or ';' in 'extern size_t strftime (char *__restrict __s, size_t __maxsize,' at '__maxsize' /usr/include/time.h:201: syntax error, unexpected CONST, expecting identifier or '(' or '*' in ' __const struct tm *__restrict __tp) __attribute__ ((__nothrow__));' at '__const' /usr/include/time.h:201: syntax error, unexpected ')', expecting ',' or ';' in ' __const struct tm *__restrict __tp) __attribute__ ((__nothrow__));' at ')' /usr/include/time.h:217: syntax error, unexpected identifier, expecting ',' or ';' in 'extern size_t strftime_l (char *__restrict __s, size_t __maxsize,' at 'strftime_l' /usr/include/time.h:217: syntax error, unexpected identifier, expecting ',' or ';' in 'extern size_t strftime_l (char *__restrict __s, size_t __maxsize,' at '__maxsize' /usr/include/time.h:219: syntax error, unexpected CONST, expecting identifier or '(' or '*' in ' __const struct tm *__restrict __tp,' at '__const' /usr/include/time.h:220: syntax error, unexpected typedef-name, expecting identifier or '(' or '*' in ' __locale_t __loc) __attribute__ ((__nothrow__));' at '__locale_t' /usr/include/x86_64-linux-gnu/bits/sigstack.h:54: syntax error, unexpected identifier in ' size_t ss_size;' at 'size_t' /usr/include/x86_64-linux-gnu/sys/ucontext.h:139: syntax error, unexpected identifier in ' stack_t uc_stack;' at 'stack_t' /usr/include/x86_64-linux-gnu/sys/ucontext.h:143: syntax error, unexpected '}' in ' } ucontext_t;' at '}' /usr/include/x86_64-linux-gnu/bits/sched.h:201: syntax error, unexpected identifier, expecting ')' or ',' in '# 201 "/usr/include/x86_64-linux-gnu/bits/sched.h" 3 4' at '__setsize' /usr/include/x86_64-linux-gnu/bits/sched.h:201: syntax error, unexpected ')', expecting ',' or ';' in '# 201 "/usr/include/x86_64-linux-gnu/bits/sched.h" 3 4' at ')' /usr/include/x86_64-linux-gnu/bits/sched.h:203: syntax error, unexpected identifier, expecting ')' or ',' in 'extern cpu_set_t *__sched_cpualloc (size_t __count) __attribute__ ((__nothrow__)) ;' at '__count' /usr/include/pthread.h:297: syntax error, unexpected identifier in ' size_t *__guardsize)' at 'size_t' /usr/include/pthread.h:302: syntax error, unexpected identifier in ' size_t __guardsize)' at 'size_t' /usr/include/pthread.h:361: syntax error, unexpected identifier in ' __attr, size_t *__restrict __stacksize)' at 'size_t' /usr/include/pthread.h:368: syntax error, unexpected identifier in ' size_t __stacksize)' at 'size_t' /usr/include/pthread.h:375: syntax error, unexpected identifier in ' size_t *__restrict __stacksize)' at 'size_t' /usr/include/pthread.h:382: syntax error, unexpected identifier in ' size_t __stacksize) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));' at 'size_t' /usr/include/unistd.h:357: syntax error, unexpected identifier in 'extern ssize_t read (int __fd, void *__buf, size_t __nbytes) ;' at 'size_t' /usr/include/unistd.h:363: syntax error, unexpected identifier in 'extern ssize_t write (int __fd, __const void *__buf, size_t __n) ;' at 'size_t' /usr/include/unistd.h:373: syntax error, unexpected identifier in 'extern ssize_t pread (int __fd, void *__buf, size_t __nbytes,' at 'size_t' /usr/include/unistd.h:381: syntax error, unexpected identifier in 'extern ssize_t pwrite (int __fd, __const void *__buf, size_t __n,' at 'size_t' /usr/include/unistd.h:508: syntax error, unexpected identifier in 'extern char *getcwd (char *__buf, size_t __size) __attribute__ ((__nothrow__)) ;' at 'size_t' /usr/include/unistd.h:620: syntax error, unexpected identifier, expecting ',' or ';' in 'extern size_t confstr (int __name, char *__buf, size_t __len) __attribute__ ((__nothrow__));' at 'confstr' /usr/include/unistd.h:620: syntax error, unexpected CHAR, expecting identifier or '(' or '*' in 'extern size_t confstr (int __name, char *__buf, size_t __len) __attribute__ ((__nothrow__));' at 'char' /usr/include/unistd.h:620: syntax error, unexpected identifier, expecting ',' or ';' in 'extern size_t confstr (int __name, char *__buf, size_t __len) __attribute__ ((__nothrow__));' at '__len' /usr/include/unistd.h:793: syntax error, unexpected identifier in 'extern int ttyname_r (int __fd, char *__buf, size_t __buflen)' at 'size_t' /usr/include/unistd.h:829: syntax error, unexpected identifier in ' char *__restrict __buf, size_t __len)' at 'size_t' /usr/include/unistd.h:840: syntax error, unexpected identifier in ' char *__restrict __buf, size_t __len)' at 'size_t' /usr/include/unistd.h:876: syntax error, unexpected identifier in 'extern int getlogin_r (char *__name, size_t __name_len) __attribute__ ((__nonnull__ (1)));' at 'size_t' /usr/include/unistd.h:898: syntax error, unexpected identifier in 'extern int gethostname (char *__name, size_t __len) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));' at 'size_t' /usr/include/unistd.h:905: syntax error, unexpected identifier in 'extern int sethostname (__const char *__name, size_t __len)' at 'size_t' /usr/include/unistd.h:916: syntax error, unexpected identifier in 'extern int getdomainname (char *__name, size_t __len)' at 'size_t' /usr/include/unistd.h:918: syntax error, unexpected identifier in 'extern int setdomainname (__const char *__name, size_t __len)' at 'size_t' /usr/include/unistd.h:936: syntax error, unexpected identifier in 'extern int profil (unsigned short int *__sample_buffer, size_t __size,' at 'size_t' /usr/include/unistd.h:937: syntax error, unexpected ')', expecting ',' or ';' in ' size_t __offset, unsigned int __scale)' at ')' g-ir-scanner: compile: gcc -Wall -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -c -o /«PKGBUILDDIR»/libsoup/tmp-introspect_e6qi3/SoupGNOME-2.4.o /«PKGBUILDDIR»/libsoup/tmp-introspect_e6qi3/SoupGNOME-2.4.c g-ir-scanner: link: /bin/bash ../libtool --mode=link --tag=CC gcc -o /«PKGBUILDDIR»/libsoup/tmp-introspect_e6qi3/SoupGNOME-2.4 -export-dynamic /«PKGBUILDDIR»/libsoup/tmp-introspect_e6qi3/SoupGNOME-2.4.o -L. libsoup-gnome-2.4.la libsoup-2.4.la -pthread -Wl,--export-dynamic -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lrt -lglib-2.0 libtool: link: gcc -o /«PKGBUILDDIR»/libsoup/tmp-introspect_e6qi3/.libs/SoupGNOME-2.4 /«PKGBUILDDIR»/libsoup/tmp-introspect_e6qi3/SoupGNOME-2.4.o -pthread -Wl,--export-dynamic -Wl,--export-dynamic -L. ./.libs/libsoup-gnome-2.4.so /«PKGBUILDDIR»/libsoup/.libs/libsoup-2.4.so /usr/lib/x86_64-linux-gnu/libsqlite3.so -lgnome-keyring ./.libs/libsoup-2.4.so -lxml2 -lz -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -pthread /usr/bin/g-ir-compiler --includedir=. --includedir=. Soup-2.4.gir -o Soup-2.4.typelib /usr/bin/g-ir-compiler --includedir=. --includedir=. SoupGNOME-2.4.gir -o SoupGNOME-2.4.typelib make[4]: Leaving directory `/«PKGBUILDDIR»/libsoup' make[3]: Leaving directory `/«PKGBUILDDIR»/libsoup' Making all in tests make[3]: Entering directory `/«PKGBUILDDIR»/tests' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""/«PKGBUILDDIR»/tests"\" -DLIBSOUP_DISABLE_DEPRECATED -I/usr/include/libxml2 -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c chunk-test.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""/«PKGBUILDDIR»/tests"\" -DLIBSOUP_DISABLE_DEPRECATED -I/usr/include/libxml2 -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c test-utils.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -Wl,-z,relro -o chunk-test chunk-test.o test-utils.o ../libsoup/libsoup-2.4.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -Wl,-z -Wl,relro -o .libs/chunk-test chunk-test.o test-utils.o ../libsoup/.libs/libsoup-2.4.so -lxml2 -lz -lgio-2.0 -lgobject-2.0 -lglib-2.0 clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""/«PKGBUILDDIR»/tests"\" -DLIBSOUP_DISABLE_DEPRECATED -I/usr/include/libxml2 -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -Wstrict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=aggregate-return -Werror=declaration-after-statement -c coding-test.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' coding-test.c:69:28: error: format string is not a string literal [-Werror,-Wformat-nonliteral] file = g_strdup_printf (file_path, path); ^~~~~~~~~ 1 error generated. make[3]: *** [coding-test.o] Error 1 make[3]: Leaving directory `/«PKGBUILDDIR»/tests' make[2]: *** [all-recursive] Error 1 make[1]: *** [all] Error 2 make: *** [debian/stamp-makefile-build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 make[2]: Leaving directory `/«PKGBUILDDIR»' make[1]: Leaving directory `/«PKGBUILDDIR»' ──────────────────────────────────────────────────────────────────────────────── Build finished at 20120702-1847 Finished ──────── E: Build failure (dpkg-buildpackage died) ┌──────────────────────────────────────────────────────────────────────────────┐ │ Cleanup │ └──────────────────────────────────────────────────────────────────────────────┘ Purging /«BUILDDIR» Not cleaning session: cloned chroot in use ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Architecture: amd64 Build-Space: 18360 Build-Time: 51 Distribution: unstable Fail-Stage: build Install-Time: 35 Job: libsoup2.4_2.38.1-2 Package: libsoup2.4 Package-Time: 107 Source-Version: 2.38.1-2 Space: 18360 Status: attempted Version: 2.38.1-2 ──────────────────────────────────────────────────────────────────────────────── Finished at 20120702-1847 Build needed 00:01:47, 18360k disc space DC-Status: Failed 108.048429s DC-Time-Estimation: 108.048429 versus expected 1 (r/m: 107.048429 ; m: 1.0)