DC-Build-Header: xdotool 1:2.20110530.1-3 / Mon Jul 09 20:34:33 +0000 2012 DC-Task: logfile:/tmp/xdotool_2.20110530.1-3_unstable_clang.log version:1:2.20110530.1-3 modes:clang chroot:unstable source:xdotool 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 xdotool_1:2.20110530.1-3' sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on ip-10-29-133-101.ec2.internal ╔══════════════════════════════════════════════════════════════════════════════╗ ║ xdotool 1:2.20110530.1-3 (amd64) 09 Jul 2012 20:34 ║ ╚══════════════════════════════════════════════════════════════════════════════╝ Package: xdotool Version: 1:2.20110530.1-3 Source Version: 1:2.20110530.1-3 Distribution: unstable Architecture: amd64 I: NOTICE: Log filtering will replace 'build/xdotool-kK6sAs/xdotool-2.20110530.1' with '«PKGBUILDDIR»' I: NOTICE: Log filtering will replace 'build/xdotool-kK6sAs' with '«BUILDDIR»' I: NOTICE: Log filtering will replace 'var/lib/schroot/mount/unstable-amd64-sbuild-03c2300a-279f-4175-af0d-3c16846cc973' with '«CHROOT»' ┌──────────────────────────────────────────────────────────────────────────────┐ │ Update chroot │ └──────────────────────────────────────────────────────────────────────────────┘ Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ┌──────────────────────────────────────────────────────────────────────────────┐ │ Fetch source files │ └──────────────────────────────────────────────────────────────────────────────┘ Check APT ───────── Checking available source versions... Download source files with APT ────────────────────────────── Reading package lists... Building dependency tree... Reading state information... NOTICE: 'xdotool' packaging is maintained in the 'Git' version control system at: git://lair.fifthhorseman.net/~dkg/xdotool Need to get 117 kB of source archives. Get:1 http://localhost/debian/ unstable/main xdotool 1:2.20110530.1-3 (dsc) [2098 B] Get:2 http://localhost/debian/ unstable/main xdotool 1:2.20110530.1-3 (tar) [107 kB] Get:3 http://localhost/debian/ unstable/main xdotool 1:2.20110530.1-3 (diff) [7306 B] Fetched 117 kB in 0s (487 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 Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... + echo 'Install of clang' Install of clang + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... + apt-get install --yes --no-install-recommends clang -t unstable Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libclang-common-dev libffi5 libllvm3.1 Recommended packages: llvm-3.1-dev python The following NEW packages will be installed: clang libclang-common-dev libffi5 libllvm3.1 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 13.1 MB of archives. After this operation, 35.6 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libffi5 amd64 3.0.10-3 [24.8 kB] Get:2 http://localhost/debian/ unstable/main libllvm3.1 amd64 3.1-2 [7275 kB] Get:3 http://localhost/debian/ unstable/main libclang-common-dev amd64 3.1-8 [84.3 kB] Get:4 http://localhost/debian/ unstable/main clang amd64 3.1-8 [5755 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 13.1 MB in 0s (30.3 MB/s) Selecting previously unselected package libffi5:amd64. (Reading database ... 11729 files and directories currently installed.) Unpacking libffi5:amd64 (from .../libffi5_3.0.10-3_amd64.deb) ... Selecting previously unselected package libllvm3.1:amd64. Unpacking libllvm3.1:amd64 (from .../libllvm3.1_3.1-2_amd64.deb) ... Selecting previously unselected package libclang-common-dev. Unpacking libclang-common-dev (from .../libclang-common-dev_3.1-8_amd64.deb) ... Selecting previously unselected package clang. Unpacking clang (from .../archives/clang_3.1-8_amd64.deb) ... Setting up libffi5:amd64 (3.0.10-3) ... Setting up libllvm3.1:amd64 (3.1-2) ... Setting up libclang-common-dev (3.1-8) ... Setting up clang (3.1-8) ... + echo 'Replace gcc, g++ & cpp by clang' Replace gcc, g++ & cpp by clang + VERSION=4.7 + cd /usr/bin + rm g++-4.7 gcc-4.7 cpp-4.7 + ln -s clang++ g++-4.7 + ln -s clang gcc-4.7 + ln -s clang cpp-4.7 + cd - /«BUILDDIR» + echo 'Block the installation of new gcc version' Block the installation of new gcc version + dpkg --set-selections + echo 'gcc-4.6 hold' + dpkg --set-selections + echo 'cpp-4.6 hold' + dpkg --set-selections + echo 'g++-4.6 hold' + dpkg --set-selections + echo 'gcc-4.7 hold' + dpkg --set-selections + echo 'cpp-4.7 hold' + dpkg --set-selections + echo 'g++-4.7 hold' + echo 'Check if gcc, g++ & cpp are actually clang' Check if gcc, g++ & cpp are actually clang + grep clang + gcc --version I: Finished running '/tmp/switch-to-clang'. Finished processing commands. ──────────────────────────────────────────────────────────────────────────────── Merged Build-Depends: build-essential, fakeroot Filtered Build-Depends: build-essential, fakeroot dpkg-deb: building package `sbuild-build-depends-core-dummy' in `/«BUILDDIR»/resolver-0gHpRm/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/702 B of archives. After this operation, 0 B of additional disk space will be used. Selecting previously unselected package sbuild-build-depends-core-dummy. (Reading database ... 11809 files and directories currently installed.) Unpacking sbuild-build-depends-core-dummy (from .../sbuild-build-depends-core-dummy.deb) ... Setting up sbuild-build-depends-core-dummy (0.invalid.0) ... Merged Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev | libc-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), debhelper (>= 7.0.50), pkg-config, libx11-dev, libxtst-dev, libxinerama-dev, perl, xvfb, xkb-data, x11-xkb-utils, xauth, xterm, x11-utils, openbox, xfonts-base, procps, ruby, doxygen 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 (>= 7.0.50), pkg-config, libx11-dev, libxtst-dev, libxinerama-dev, perl, xvfb, xkb-data, x11-xkb-utils, xauth, xterm, x11-utils, openbox, xfonts-base, procps, ruby, doxygen dpkg-deb: building package `sbuild-build-depends-xdotool-dummy' in `/«BUILDDIR»/resolver-QFQeM3/apt_archive/sbuild-build-depends-xdotool-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install xdotool build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: adduser bsdmainutils debhelper doxygen file fontconfig fontconfig-config gettext gettext-base groff-base html2text intltool-debian libasprintf0c2 libaudit0 libcairo2 libcroco3 libdatrie1 libdrm2 libexpat1 libfontconfig1 libfontenc1 libfreetype6 libgcrypt11 libgettextpo0 libgif4 libgl1-mesa-glx libglapi-mesa libglib2.0-0 libgpg-error0 libice6 libid3tag0 libimlib2 libjbig0 libjpeg8 libmagic1 libncursesw5 libobrender27 libobt0 libpango1.0-0 libpcre3 libpipeline1 libpixman-1-0 libpng12-0 libpopt0 libprocps0 libpthread-stubs0 libpthread-stubs0-dev libruby1.9.1 libsm6 libssl1.0.0 libstartup-notification0 libthai-data libthai0 libtiff4 libunistring0 libutempter0 libx11-6 libx11-data libx11-dev libx11-xcb1 libxau-dev libxau6 libxaw7 libxcb-glx0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-util0 libxcb1 libxcb1-dev libxcomposite1 libxdamage1 libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes3 libxfont1 libxft2 libxi-dev libxi6 libxinerama-dev libxinerama1 libxkbfile1 libxml2 libxmu6 libxmuu1 libxpm4 libxrandr2 libxrender1 libxt6 libxtst-dev libxtst6 libxv1 libxxf86dga1 libxxf86vm1 libyaml-0-2 man-db openbox pkg-config po-debconf procps ruby ruby1.9.1 ttf-dejavu-core x11-common x11-utils x11-xkb-utils x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-record-dev x11proto-xext-dev x11proto-xinerama-dev xauth xbitmaps xfonts-base xfonts-encodings xfonts-utils xkb-data xorg-sgml-doctools xserver-common xterm xtrans-dev xvfb Suggested packages: wamerican wordlist whois vacation dh-make doxygen-doc doxygen-gui graphviz gettext-doc groff rng-tools ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp ttf-arphic-bkai00mp libxcb-doc libxext-doc less www-browser menu ttf-dejavu python libxml2-dev libmail-box-perl ruby-dev ruby1.9.1-examples ri1.9.1 ruby1.9.1-dev ruby-switch mesa-utils xfs xserver xfonts-cyrillic Recommended packages: doxygen-latex curl wget lynx-cur autopoint libgl1-mesa-dri libglib2.0-data shared-mime-info libgpm2 libx11-doc xml-core openbox-themes obconf libmail-sendmail-perl psmisc The following NEW packages will be installed: adduser bsdmainutils debhelper doxygen file fontconfig fontconfig-config gettext gettext-base groff-base html2text intltool-debian libasprintf0c2 libaudit0 libcairo2 libcroco3 libdatrie1 libdrm2 libexpat1 libfontconfig1 libfontenc1 libfreetype6 libgcrypt11 libgettextpo0 libgif4 libgl1-mesa-glx libglapi-mesa libglib2.0-0 libgpg-error0 libice6 libid3tag0 libimlib2 libjbig0 libjpeg8 libmagic1 libncursesw5 libobrender27 libobt0 libpango1.0-0 libpcre3 libpipeline1 libpixman-1-0 libpng12-0 libpopt0 libprocps0 libpthread-stubs0 libpthread-stubs0-dev libruby1.9.1 libsm6 libssl1.0.0 libstartup-notification0 libthai-data libthai0 libtiff4 libunistring0 libutempter0 libx11-6 libx11-data libx11-dev libx11-xcb1 libxau-dev libxau6 libxaw7 libxcb-glx0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-util0 libxcb1 libxcb1-dev libxcomposite1 libxdamage1 libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes3 libxfont1 libxft2 libxi-dev libxi6 libxinerama-dev libxinerama1 libxkbfile1 libxml2 libxmu6 libxmuu1 libxpm4 libxrandr2 libxrender1 libxt6 libxtst-dev libxtst6 libxv1 libxxf86dga1 libxxf86vm1 libyaml-0-2 man-db openbox pkg-config po-debconf procps ruby ruby1.9.1 sbuild-build-depends-xdotool-dummy ttf-dejavu-core x11-common x11-utils x11-xkb-utils x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-record-dev x11proto-xext-dev x11proto-xinerama-dev xauth xbitmaps xfonts-base xfonts-encodings xfonts-utils xkb-data xorg-sgml-doctools xserver-common xterm xtrans-dev xvfb 0 upgraded, 126 newly installed, 0 to remove and 0 not upgraded. Need to get 44.6 MB/44.6 MB of archives. After this operation, 107 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 libprocps0 amd64 1:3.3.3-2 [58.1 kB] Get:5 http://localhost/debian/ unstable/main libssl1.0.0 amd64 1.0.1c-3 [1211 kB] Get:6 http://localhost/debian/ unstable/main libasprintf0c2 amd64 0.18.1.1-9 [26.8 kB] Get:7 http://localhost/debian/ unstable/main libgpg-error0 amd64 1.10-3 [66.8 kB] Get:8 http://localhost/debian/ unstable/main libgcrypt11 amd64 1.5.0-3 [298 kB] Get:9 http://localhost/debian/ unstable/main libmagic1 amd64 5.11-2 [202 kB] Get:10 http://localhost/debian/ unstable/main libpcre3 amd64 1:8.30-5 [242 kB] Get:11 http://localhost/debian/ unstable/main libxml2 amd64 2.8.0+dfsg1-4 [903 kB] Get:12 http://localhost/debian/ unstable/main libexpat1 amd64 2.1.0-1 [141 kB] Get:13 http://localhost/debian/ unstable/main libfreetype6 amd64 2.4.9-1 [450 kB] Get:14 http://localhost/debian/ unstable/main ttf-dejavu-core all 2.33-2 [1552 kB] Get:15 http://localhost/debian/ unstable/main fontconfig-config all 2.9.0-6 [232 kB] Get:16 http://localhost/debian/ unstable/main libfontconfig1 amd64 2.9.0-6 [299 kB] Get:17 http://localhost/debian/ unstable/main libpixman-1-0 amd64 0.26.0-3 [427 kB] Get:18 http://localhost/debian/ unstable/main libpng12-0 amd64 1.2.49-1 [190 kB] Get:19 http://localhost/debian/ unstable/main libxau6 amd64 1:1.0.7-1 [18.8 kB] Get:20 http://localhost/debian/ unstable/main libxdmcp6 amd64 1:1.1.1-1 [26.3 kB] Get:21 http://localhost/debian/ unstable/main libxcb1 amd64 1.8.1-1 [50.0 kB] Get:22 http://localhost/debian/ unstable/main libx11-data all 2:1.5.0-1 [189 kB] Get:23 http://localhost/debian/ unstable/main libx11-6 amd64 2:1.5.0-1 [901 kB] Get:24 http://localhost/debian/ unstable/main libxcb-render0 amd64 1.8.1-1 [18.4 kB] Get:25 http://localhost/debian/ unstable/main libxcb-shm0 amd64 1.8.1-1 [10.1 kB] Get:26 http://localhost/debian/ unstable/main libxrender1 amd64 1:0.9.7-1 [32.2 kB] Get:27 http://localhost/debian/ unstable/main libcairo2 amd64 1.12.2-2 [912 kB] Get:28 http://localhost/debian/ unstable/main libglib2.0-0 amd64 2.32.3-1 [2081 kB] Get:29 http://localhost/debian/ unstable/main libcroco3 amd64 0.6.5-1 [151 kB] Get:30 http://localhost/debian/ unstable/main libdatrie1 amd64 0.2.5-3 [28.6 kB] Get:31 http://localhost/debian/ unstable/main libdrm2 amd64 2.4.33-3 [444 kB] Get:32 http://localhost/debian/ unstable/main libfontenc1 amd64 1:1.1.1-1 [24.3 kB] Get:33 http://localhost/debian/ unstable/main libunistring0 amd64 0.9.3-5 [434 kB] Get:34 http://localhost/debian/ unstable/main libgettextpo0 amd64 0.18.1.1-9 [145 kB] Get:35 http://localhost/debian/ unstable/main libglapi-mesa amd64 8.0.3-1 [57.3 kB] Get:36 http://localhost/debian/ unstable/main libx11-xcb1 amd64 2:1.5.0-1 [139 kB] Get:37 http://localhost/debian/ unstable/main libxcb-glx0 amd64 1.8.1-1 [32.0 kB] Get:38 http://localhost/debian/ unstable/main libxfixes3 amd64 1:5.0-4 [21.5 kB] Get:39 http://localhost/debian/ unstable/main libxdamage1 amd64 1:1.1.3-2 [14.3 kB] Get:40 http://localhost/debian/ unstable/main libxext6 amd64 2:1.3.1-2 [55.3 kB] Get:41 http://localhost/debian/ unstable/main libxxf86vm1 amd64 1:1.1.2-1 [19.0 kB] Get:42 http://localhost/debian/ unstable/main libgl1-mesa-glx amd64 8.0.3-1 [165 kB] Get:43 http://localhost/debian/ unstable/main x11-common all 1:7.7+1 [278 kB] Get:44 http://localhost/debian/ unstable/main libice6 amd64 2:1.0.8-2 [63.1 kB] Get:45 http://localhost/debian/ unstable/main libjpeg8 amd64 8d-1 [134 kB] Get:46 http://localhost/debian/ unstable/main libthai-data all 0.1.18-1 [205 kB] Get:47 http://localhost/debian/ unstable/main libthai0 amd64 0.1.18-1 [45.0 kB] Get:48 http://localhost/debian/ unstable/main libxft2 amd64 2.3.1-1 [61.0 kB] Get:49 http://localhost/debian/ unstable/main fontconfig amd64 2.9.0-6 [349 kB] Get:50 http://localhost/debian/ unstable/main libpango1.0-0 amd64 1.30.0-1 [461 kB] Get:51 http://localhost/debian/ unstable/main libsm6 amd64 2:1.2.1-2 [34.2 kB] Get:52 http://localhost/debian/ unstable/main libjbig0 amd64 2.0-2 [32.2 kB] Get:53 http://localhost/debian/ unstable/main libtiff4 amd64 3.9.6-6 [202 kB] Get:54 http://localhost/debian/ unstable/main libxt6 amd64 1:1.1.3-1 [211 kB] Get:55 http://localhost/debian/ unstable/main libxmu6 amd64 2:1.1.1-1 [66.6 kB] Get:56 http://localhost/debian/ unstable/main libxpm4 amd64 1:3.5.10-1 [49.4 kB] Get:57 http://localhost/debian/ unstable/main libxaw7 amd64 2:1.0.10-2 [226 kB] Get:58 http://localhost/debian/ unstable/main libxcb-shape0 amd64 1.8.1-1 [10.8 kB] Get:59 http://localhost/debian/ unstable/main libxcomposite1 amd64 1:0.4.3-2 [16.6 kB] Get:60 http://localhost/debian/ unstable/main libxi6 amd64 2:1.6.1-1 [75.0 kB] Get:61 http://localhost/debian/ unstable/main libxinerama1 amd64 2:1.1.2-1 [16.8 kB] Get:62 http://localhost/debian/ unstable/main libxkbfile1 amd64 1:1.0.8-1 [81.6 kB] Get:63 http://localhost/debian/ unstable/main libxmuu1 amd64 2:1.1.1-1 [23.6 kB] Get:64 http://localhost/debian/ unstable/main libxrandr2 amd64 2:1.3.2-2 [33.5 kB] Get:65 http://localhost/debian/ unstable/main libxtst6 amd64 2:1.2.1-1 [26.6 kB] Get:66 http://localhost/debian/ unstable/main libxv1 amd64 2:1.0.7-1 [21.6 kB] Get:67 http://localhost/debian/ unstable/main libxxf86dga1 amd64 2:1.1.3-2 [22.6 kB] Get:68 http://localhost/debian/ unstable/main libyaml-0-2 amd64 0.1.4-2 [56.5 kB] Get:69 http://localhost/debian/ unstable/main libgif4 amd64 4.1.6-9.1 [42.1 kB] Get:70 http://localhost/debian/ unstable/main libid3tag0 amd64 0.15.1b-10 [40.4 kB] Get:71 http://localhost/debian/ unstable/main libimlib2 amd64 1.4.5-1 [258 kB] Get:72 http://localhost/debian/ unstable/main libobt0 amd64 3.5.0-4 [66.3 kB] Get:73 http://localhost/debian/ unstable/main libobrender27 amd64 3.5.0-4 [77.8 kB] Get:74 http://localhost/debian/ unstable/main libxcb-util0 amd64 0.3.8-2 [24.6 kB] Get:75 http://localhost/debian/ unstable/main libstartup-notification0 amd64 0.12-1 [25.2 kB] Get:76 http://localhost/debian/ unstable/main openbox amd64 3.5.0-4 [339 kB] Get:77 http://localhost/debian/ unstable/main adduser all 3.113+nmu3 [264 kB] Get:78 http://localhost/debian/ unstable/main bsdmainutils amd64 9.0.3 [209 kB] Get:79 http://localhost/debian/ unstable/main groff-base amd64 1.21-9 [1153 kB] Get:80 http://localhost/debian/ unstable/main man-db amd64 2.6.2-1 [1061 kB] Get:81 http://localhost/debian/ unstable/main procps amd64 1:3.3.3-2 [252 kB] Get:82 http://localhost/debian/ unstable/main file amd64 5.11-2 [51.8 kB] Get:83 http://localhost/debian/ unstable/main gettext-base amd64 0.18.1.1-9 [154 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 doxygen amd64 1.8.1.1-1 [2561 kB] Get:90 http://localhost/debian/ unstable/main libaudit0 amd64 1:1.7.18-1.1 [68.2 kB] Get:91 http://localhost/debian/ unstable/main libpthread-stubs0 amd64 0.3-3 [3228 B] Get:92 http://localhost/debian/ unstable/main libpthread-stubs0-dev amd64 0.3-3 [3998 B] Get:93 http://localhost/debian/ unstable/main libruby1.9.1 amd64 1.9.3.194-1 [4414 kB] Get:94 http://localhost/debian/ unstable/main libutempter0 amd64 1.1.5-4 [8020 B] Get:95 http://localhost/debian/ unstable/main xorg-sgml-doctools all 1:1.10-1 [24.1 kB] Get:96 http://localhost/debian/ unstable/main x11proto-core-dev all 7.0.23-1 [774 kB] Get:97 http://localhost/debian/ unstable/main libxau-dev amd64 1:1.0.7-1 [21.7 kB] Get:98 http://localhost/debian/ unstable/main libxdmcp-dev amd64 1:1.1.1-1 [42.3 kB] Get:99 http://localhost/debian/ unstable/main x11proto-input-dev all 2.2-1 [172 kB] Get:100 http://localhost/debian/ unstable/main x11proto-kb-dev all 1.0.6-2 [269 kB] Get:101 http://localhost/debian/ unstable/main xtrans-dev all 1.2.7-1 [112 kB] Get:102 http://localhost/debian/ unstable/main libxcb1-dev amd64 1.8.1-1 [86.6 kB] Get:103 http://localhost/debian/ unstable/main libx11-dev amd64 2:1.5.0-1 [1037 kB] Get:104 http://localhost/debian/ unstable/main x11proto-xext-dev all 7.2.1-1 [273 kB] Get:105 http://localhost/debian/ unstable/main libxext-dev amd64 2:1.3.1-2 [115 kB] Get:106 http://localhost/debian/ unstable/main libxfont1 amd64 1:1.4.5-2 [162 kB] Get:107 http://localhost/debian/ unstable/main libxi-dev amd64 2:1.6.1-1 [249 kB] Get:108 http://localhost/debian/ unstable/main x11proto-xinerama-dev all 1.2.1-2 [4938 B] Get:109 http://localhost/debian/ unstable/main libxinerama-dev amd64 2:1.1.2-1 [18.9 kB] Get:110 http://localhost/debian/ unstable/main x11proto-record-dev all 1.14.2-1 [33.9 kB] Get:111 http://localhost/debian/ unstable/main libxtst-dev amd64 2:1.2.1-1 [30.9 kB] Get:112 http://localhost/debian/ unstable/main pkg-config amd64 0.26-1 [59.5 kB] Get:113 http://localhost/debian/ unstable/main ruby1.9.1 amd64 1.9.3.194-1 [207 kB] Get:114 http://localhost/debian/ unstable/main ruby all 4.9 [6350 B] Get:115 http://localhost/debian/ unstable/main x11-utils amd64 7.7~1 [233 kB] Get:116 http://localhost/debian/ unstable/main x11-xkb-utils amd64 7.7~1 [199 kB] Get:117 http://localhost/debian/ unstable/main xauth amd64 1:1.0.7-1 [37.2 kB] Get:118 http://localhost/debian/ unstable/main xbitmaps all 1.1.1-1 [31.8 kB] Get:119 http://localhost/debian/ unstable/main xfonts-encodings all 1:1.0.4-1 [584 kB] Get:120 http://localhost/debian/ unstable/main xfonts-utils amd64 1:7.7~1 [95.8 kB] Get:121 http://localhost/debian/ unstable/main xfonts-base all 1:1.0.3 [6181 kB] Get:122 http://localhost/debian/ unstable/main xkb-data all 2.5.1-1 [1219 kB] Get:123 http://localhost/debian/ unstable/main xserver-common all 2:1.12.1.902-1 [1382 kB] Get:124 http://localhost/debian/ unstable/main xterm amd64 278-1 [599 kB] Get:125 http://localhost/debian/ unstable/main xvfb amd64 2:1.12.1.902-1 [924 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 44.6 MB in 5s (8270 kB/s) Selecting previously unselected package libncursesw5:amd64. (Reading database ... 11809 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 libprocps0:amd64. Unpacking libprocps0:amd64 (from .../libprocps0_1%3a3.3.3-2_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 libmagic1:amd64. Unpacking libmagic1:amd64 (from .../libmagic1_5.11-2_amd64.deb) ... Selecting previously unselected package libpcre3:amd64. Unpacking libpcre3:amd64 (from .../libpcre3_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libxml2:amd64. Unpacking libxml2:amd64 (from .../libxml2_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package libexpat1:amd64. Unpacking libexpat1:amd64 (from .../libexpat1_2.1.0-1_amd64.deb) ... Selecting previously unselected package libfreetype6:amd64. Unpacking libfreetype6:amd64 (from .../libfreetype6_2.4.9-1_amd64.deb) ... Selecting previously unselected package ttf-dejavu-core. Unpacking ttf-dejavu-core (from .../ttf-dejavu-core_2.33-2_all.deb) ... Selecting previously unselected package fontconfig-config. Unpacking fontconfig-config (from .../fontconfig-config_2.9.0-6_all.deb) ... Selecting previously unselected package libfontconfig1:amd64. Unpacking libfontconfig1:amd64 (from .../libfontconfig1_2.9.0-6_amd64.deb) ... Selecting previously unselected package libpixman-1-0:amd64. Unpacking libpixman-1-0:amd64 (from .../libpixman-1-0_0.26.0-3_amd64.deb) ... Selecting previously unselected package libpng12-0:amd64. Unpacking libpng12-0:amd64 (from .../libpng12-0_1.2.49-1_amd64.deb) ... Selecting previously unselected package libxau6:amd64. Unpacking libxau6:amd64 (from .../libxau6_1%3a1.0.7-1_amd64.deb) ... Selecting previously unselected package libxdmcp6:amd64. Unpacking libxdmcp6:amd64 (from .../libxdmcp6_1%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package libxcb1:amd64. Unpacking libxcb1:amd64 (from .../libxcb1_1.8.1-1_amd64.deb) ... Selecting previously unselected package libx11-data. Unpacking libx11-data (from .../libx11-data_2%3a1.5.0-1_all.deb) ... Selecting previously unselected package libx11-6:amd64. Unpacking libx11-6:amd64 (from .../libx11-6_2%3a1.5.0-1_amd64.deb) ... Selecting previously unselected package libxcb-render0:amd64. Unpacking libxcb-render0:amd64 (from .../libxcb-render0_1.8.1-1_amd64.deb) ... Selecting previously unselected package libxcb-shm0:amd64. Unpacking libxcb-shm0:amd64 (from .../libxcb-shm0_1.8.1-1_amd64.deb) ... Selecting previously unselected package libxrender1:amd64. Unpacking libxrender1:amd64 (from .../libxrender1_1%3a0.9.7-1_amd64.deb) ... Selecting previously unselected package libcairo2:amd64. Unpacking libcairo2:amd64 (from .../libcairo2_1.12.2-2_amd64.deb) ... Selecting previously unselected package libglib2.0-0:amd64. Unpacking libglib2.0-0:amd64 (from .../libglib2.0-0_2.32.3-1_amd64.deb) ... Selecting previously unselected package libcroco3:amd64. Unpacking libcroco3:amd64 (from .../libcroco3_0.6.5-1_amd64.deb) ... Selecting previously unselected package libdatrie1:amd64. Unpacking libdatrie1:amd64 (from .../libdatrie1_0.2.5-3_amd64.deb) ... Selecting previously unselected package libdrm2:amd64. Unpacking libdrm2:amd64 (from .../libdrm2_2.4.33-3_amd64.deb) ... Selecting previously unselected package libfontenc1:amd64. Unpacking libfontenc1:amd64 (from .../libfontenc1_1%3a1.1.1-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 libglapi-mesa:amd64. Unpacking libglapi-mesa:amd64 (from .../libglapi-mesa_8.0.3-1_amd64.deb) ... Selecting previously unselected package libx11-xcb1:amd64. Unpacking libx11-xcb1:amd64 (from .../libx11-xcb1_2%3a1.5.0-1_amd64.deb) ... Selecting previously unselected package libxcb-glx0:amd64. Unpacking libxcb-glx0:amd64 (from .../libxcb-glx0_1.8.1-1_amd64.deb) ... Selecting previously unselected package libxfixes3:amd64. Unpacking libxfixes3:amd64 (from .../libxfixes3_1%3a5.0-4_amd64.deb) ... Selecting previously unselected package libxdamage1:amd64. Unpacking libxdamage1:amd64 (from .../libxdamage1_1%3a1.1.3-2_amd64.deb) ... Selecting previously unselected package libxext6:amd64. Unpacking libxext6:amd64 (from .../libxext6_2%3a1.3.1-2_amd64.deb) ... Selecting previously unselected package libxxf86vm1:amd64. Unpacking libxxf86vm1:amd64 (from .../libxxf86vm1_1%3a1.1.2-1_amd64.deb) ... Selecting previously unselected package libgl1-mesa-glx:amd64. Unpacking libgl1-mesa-glx:amd64 (from .../libgl1-mesa-glx_8.0.3-1_amd64.deb) ... Selecting previously unselected package x11-common. Unpacking x11-common (from .../x11-common_1%3a7.7+1_all.deb) ... Selecting previously unselected package libice6:amd64. Unpacking libice6:amd64 (from .../libice6_2%3a1.0.8-2_amd64.deb) ... Selecting previously unselected package libjpeg8:amd64. Unpacking libjpeg8:amd64 (from .../libjpeg8_8d-1_amd64.deb) ... Selecting previously unselected package libthai-data. Unpacking libthai-data (from .../libthai-data_0.1.18-1_all.deb) ... Selecting previously unselected package libthai0:amd64. Unpacking libthai0:amd64 (from .../libthai0_0.1.18-1_amd64.deb) ... Selecting previously unselected package libxft2:amd64. Unpacking libxft2:amd64 (from .../libxft2_2.3.1-1_amd64.deb) ... Selecting previously unselected package fontconfig. Unpacking fontconfig (from .../fontconfig_2.9.0-6_amd64.deb) ... Selecting previously unselected package libpango1.0-0:amd64. Unpacking libpango1.0-0:amd64 (from .../libpango1.0-0_1.30.0-1_amd64.deb) ... Selecting previously unselected package libsm6:amd64. Unpacking libsm6:amd64 (from .../libsm6_2%3a1.2.1-2_amd64.deb) ... Selecting previously unselected package libjbig0:amd64. Unpacking libjbig0:amd64 (from .../libjbig0_2.0-2_amd64.deb) ... Selecting previously unselected package libtiff4:amd64. Unpacking libtiff4:amd64 (from .../libtiff4_3.9.6-6_amd64.deb) ... Selecting previously unselected package libxt6:amd64. Unpacking libxt6:amd64 (from .../libxt6_1%3a1.1.3-1_amd64.deb) ... Selecting previously unselected package libxmu6:amd64. Unpacking libxmu6:amd64 (from .../libxmu6_2%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package libxpm4:amd64. Unpacking libxpm4:amd64 (from .../libxpm4_1%3a3.5.10-1_amd64.deb) ... Selecting previously unselected package libxaw7:amd64. Unpacking libxaw7:amd64 (from .../libxaw7_2%3a1.0.10-2_amd64.deb) ... Selecting previously unselected package libxcb-shape0:amd64. Unpacking libxcb-shape0:amd64 (from .../libxcb-shape0_1.8.1-1_amd64.deb) ... Selecting previously unselected package libxcomposite1:amd64. Unpacking libxcomposite1:amd64 (from .../libxcomposite1_1%3a0.4.3-2_amd64.deb) ... Selecting previously unselected package libxi6:amd64. Unpacking libxi6:amd64 (from .../libxi6_2%3a1.6.1-1_amd64.deb) ... Selecting previously unselected package libxinerama1:amd64. Unpacking libxinerama1:amd64 (from .../libxinerama1_2%3a1.1.2-1_amd64.deb) ... Selecting previously unselected package libxkbfile1:amd64. Unpacking libxkbfile1:amd64 (from .../libxkbfile1_1%3a1.0.8-1_amd64.deb) ... Selecting previously unselected package libxmuu1:amd64. Unpacking libxmuu1:amd64 (from .../libxmuu1_2%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package libxrandr2:amd64. Unpacking libxrandr2:amd64 (from .../libxrandr2_2%3a1.3.2-2_amd64.deb) ... Selecting previously unselected package libxtst6:amd64. Unpacking libxtst6:amd64 (from .../libxtst6_2%3a1.2.1-1_amd64.deb) ... Selecting previously unselected package libxv1:amd64. Unpacking libxv1:amd64 (from .../libxv1_2%3a1.0.7-1_amd64.deb) ... Selecting previously unselected package libxxf86dga1:amd64. Unpacking libxxf86dga1:amd64 (from .../libxxf86dga1_2%3a1.1.3-2_amd64.deb) ... Selecting previously unselected package libyaml-0-2:amd64. Unpacking libyaml-0-2:amd64 (from .../libyaml-0-2_0.1.4-2_amd64.deb) ... Selecting previously unselected package libgif4. Unpacking libgif4 (from .../libgif4_4.1.6-9.1_amd64.deb) ... Selecting previously unselected package libid3tag0. Unpacking libid3tag0 (from .../libid3tag0_0.15.1b-10_amd64.deb) ... Selecting previously unselected package libimlib2. Unpacking libimlib2 (from .../libimlib2_1.4.5-1_amd64.deb) ... Selecting previously unselected package libobt0. Unpacking libobt0 (from .../libobt0_3.5.0-4_amd64.deb) ... Selecting previously unselected package libobrender27. Unpacking libobrender27 (from .../libobrender27_3.5.0-4_amd64.deb) ... Selecting previously unselected package libxcb-util0:amd64. Unpacking libxcb-util0:amd64 (from .../libxcb-util0_0.3.8-2_amd64.deb) ... Selecting previously unselected package libstartup-notification0. Unpacking libstartup-notification0 (from .../libstartup-notification0_0.12-1_amd64.deb) ... Selecting previously unselected package openbox. Unpacking openbox (from .../openbox_3.5.0-4_amd64.deb) ... Selecting previously unselected package adduser. Unpacking adduser (from .../adduser_3.113+nmu3_all.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 procps. Unpacking procps (from .../procps_1%3a3.3.3-2_amd64.deb) ... Selecting previously unselected package file. Unpacking file (from .../archives/file_5.11-2_amd64.deb) ... Selecting previously unselected package gettext-base. Unpacking gettext-base (from .../gettext-base_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package 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 doxygen. Unpacking doxygen (from .../doxygen_1.8.1.1-1_amd64.deb) ... Selecting previously unselected package libaudit0. Unpacking libaudit0 (from .../libaudit0_1%3a1.7.18-1.1_amd64.deb) ... Selecting previously unselected package libpthread-stubs0:amd64. Unpacking libpthread-stubs0:amd64 (from .../libpthread-stubs0_0.3-3_amd64.deb) ... Selecting previously unselected package libpthread-stubs0-dev:amd64. Unpacking libpthread-stubs0-dev:amd64 (from .../libpthread-stubs0-dev_0.3-3_amd64.deb) ... Selecting previously unselected package libruby1.9.1. Unpacking libruby1.9.1 (from .../libruby1.9.1_1.9.3.194-1_amd64.deb) ... Selecting previously unselected package libutempter0. Unpacking libutempter0 (from .../libutempter0_1.1.5-4_amd64.deb) ... Selecting previously unselected package xorg-sgml-doctools. Unpacking xorg-sgml-doctools (from .../xorg-sgml-doctools_1%3a1.10-1_all.deb) ... Selecting previously unselected package x11proto-core-dev. Unpacking x11proto-core-dev (from .../x11proto-core-dev_7.0.23-1_all.deb) ... Selecting previously unselected package libxau-dev:amd64. Unpacking libxau-dev:amd64 (from .../libxau-dev_1%3a1.0.7-1_amd64.deb) ... Selecting previously unselected package libxdmcp-dev:amd64. Unpacking libxdmcp-dev:amd64 (from .../libxdmcp-dev_1%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package x11proto-input-dev. Unpacking x11proto-input-dev (from .../x11proto-input-dev_2.2-1_all.deb) ... Selecting previously unselected package x11proto-kb-dev. Unpacking x11proto-kb-dev (from .../x11proto-kb-dev_1.0.6-2_all.deb) ... Selecting previously unselected package xtrans-dev. Unpacking xtrans-dev (from .../xtrans-dev_1.2.7-1_all.deb) ... Selecting previously unselected package libxcb1-dev:amd64. Unpacking libxcb1-dev:amd64 (from .../libxcb1-dev_1.8.1-1_amd64.deb) ... Selecting previously unselected package libx11-dev:amd64. Unpacking libx11-dev:amd64 (from .../libx11-dev_2%3a1.5.0-1_amd64.deb) ... Selecting previously unselected package x11proto-xext-dev. Unpacking x11proto-xext-dev (from .../x11proto-xext-dev_7.2.1-1_all.deb) ... Selecting previously unselected package libxext-dev:amd64. Unpacking libxext-dev:amd64 (from .../libxext-dev_2%3a1.3.1-2_amd64.deb) ... Selecting previously unselected package libxfont1. Unpacking libxfont1 (from .../libxfont1_1%3a1.4.5-2_amd64.deb) ... Selecting previously unselected package libxi-dev. Unpacking libxi-dev (from .../libxi-dev_2%3a1.6.1-1_amd64.deb) ... Selecting previously unselected package x11proto-xinerama-dev. Unpacking x11proto-xinerama-dev (from .../x11proto-xinerama-dev_1.2.1-2_all.deb) ... Selecting previously unselected package libxinerama-dev:amd64. Unpacking libxinerama-dev:amd64 (from .../libxinerama-dev_2%3a1.1.2-1_amd64.deb) ... Selecting previously unselected package x11proto-record-dev. Unpacking x11proto-record-dev (from .../x11proto-record-dev_1.14.2-1_all.deb) ... Selecting previously unselected package libxtst-dev:amd64. Unpacking libxtst-dev:amd64 (from .../libxtst-dev_2%3a1.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 ruby1.9.1. Unpacking ruby1.9.1 (from .../ruby1.9.1_1.9.3.194-1_amd64.deb) ... Selecting previously unselected package ruby. Unpacking ruby (from .../apt/archives/ruby_4.9_all.deb) ... Selecting previously unselected package x11-utils. Unpacking x11-utils (from .../x11-utils_7.7~1_amd64.deb) ... Selecting previously unselected package x11-xkb-utils. Unpacking x11-xkb-utils (from .../x11-xkb-utils_7.7~1_amd64.deb) ... Selecting previously unselected package xauth. Unpacking xauth (from .../xauth_1%3a1.0.7-1_amd64.deb) ... Selecting previously unselected package xbitmaps. Unpacking xbitmaps (from .../xbitmaps_1.1.1-1_all.deb) ... Selecting previously unselected package xfonts-encodings. Unpacking xfonts-encodings (from .../xfonts-encodings_1%3a1.0.4-1_all.deb) ... Selecting previously unselected package xfonts-utils. Unpacking xfonts-utils (from .../xfonts-utils_1%3a7.7~1_amd64.deb) ... Selecting previously unselected package xfonts-base. Unpacking xfonts-base (from .../xfonts-base_1%3a1.0.3_all.deb) ... Selecting previously unselected package xkb-data. Unpacking xkb-data (from .../xkb-data_2.5.1-1_all.deb) ... Selecting previously unselected package xserver-common. Unpacking xserver-common (from .../xserver-common_2%3a1.12.1.902-1_all.deb) ... Selecting previously unselected package xterm. Unpacking xterm (from .../archives/xterm_278-1_amd64.deb) ... Selecting previously unselected package xvfb. Unpacking xvfb (from .../xvfb_2%3a1.12.1.902-1_amd64.deb) ... Selecting previously unselected package sbuild-build-depends-xdotool-dummy. Unpacking sbuild-build-depends-xdotool-dummy (from .../sbuild-build-depends-xdotool-dummy.deb) ... Setting up libncursesw5:amd64 (5.9-10) ... Setting up libpipeline1:amd64 (1.2.1-1) ... Setting up libpopt0:amd64 (1.16-7) ... Setting up libprocps0:amd64 (1:3.3.3-2) ... 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 libmagic1:amd64 (5.11-2) ... Setting up libpcre3:amd64 (1:8.30-5) ... Setting up libxml2:amd64 (2.8.0+dfsg1-4) ... Setting up libexpat1:amd64 (2.1.0-1) ... Setting up libfreetype6:amd64 (2.4.9-1) ... Setting up ttf-dejavu-core (2.33-2) ... Setting up fontconfig-config (2.9.0-6) ... Setting up libfontconfig1:amd64 (2.9.0-6) ... Setting up libpixman-1-0:amd64 (0.26.0-3) ... Setting up libpng12-0:amd64 (1.2.49-1) ... Setting up libxau6:amd64 (1:1.0.7-1) ... Setting up libxdmcp6:amd64 (1:1.1.1-1) ... Setting up libxcb1:amd64 (1.8.1-1) ... Setting up libx11-data (2:1.5.0-1) ... Setting up libx11-6:amd64 (2:1.5.0-1) ... Setting up libxcb-render0:amd64 (1.8.1-1) ... Setting up libxcb-shm0:amd64 (1.8.1-1) ... Setting up libxrender1:amd64 (1:0.9.7-1) ... Setting up libcairo2:amd64 (1.12.2-2) ... Setting up libglib2.0-0:amd64 (2.32.3-1) ... No schema files found: doing nothing. Setting up libcroco3:amd64 (0.6.5-1) ... Setting up libdatrie1:amd64 (0.2.5-3) ... Setting up libdrm2:amd64 (2.4.33-3) ... Setting up libfontenc1:amd64 (1:1.1.1-1) ... Setting up libunistring0:amd64 (0.9.3-5) ... Setting up libgettextpo0:amd64 (0.18.1.1-9) ... Setting up libglapi-mesa:amd64 (8.0.3-1) ... Setting up libx11-xcb1:amd64 (2:1.5.0-1) ... Setting up libxcb-glx0:amd64 (1.8.1-1) ... Setting up libxfixes3:amd64 (1:5.0-4) ... Setting up libxdamage1:amd64 (1:1.1.3-2) ... Setting up libxext6:amd64 (2:1.3.1-2) ... Setting up libxxf86vm1:amd64 (1:1.1.2-1) ... Setting up libgl1-mesa-glx:amd64 (8.0.3-1) ... Setting up x11-common (1:7.7+1) ... All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up libice6:amd64 (2:1.0.8-2) ... Setting up libjpeg8:amd64 (8d-1) ... Setting up libthai-data (0.1.18-1) ... Setting up libthai0:amd64 (0.1.18-1) ... Setting up libxft2:amd64 (2.3.1-1) ... Setting up fontconfig (2.9.0-6) ... Cleaning up old fontconfig caches... done. Regenerating fonts cache... done. Setting up libpango1.0-0:amd64 (1.30.0-1) ... Setting up libsm6:amd64 (2:1.2.1-2) ... Setting up libjbig0:amd64 (2.0-2) ... Setting up libtiff4:amd64 (3.9.6-6) ... Setting up libxt6:amd64 (1:1.1.3-1) ... Setting up libxmu6:amd64 (2:1.1.1-1) ... Setting up libxpm4:amd64 (1:3.5.10-1) ... Setting up libxaw7:amd64 (2:1.0.10-2) ... Setting up libxcb-shape0:amd64 (1.8.1-1) ... Setting up libxcomposite1:amd64 (1:0.4.3-2) ... Setting up libxi6:amd64 (2:1.6.1-1) ... Setting up libxinerama1:amd64 (2:1.1.2-1) ... Setting up libxkbfile1:amd64 (1:1.0.8-1) ... Setting up libxmuu1:amd64 (2:1.1.1-1) ... Setting up libxrandr2:amd64 (2:1.3.2-2) ... Setting up libxtst6:amd64 (2:1.2.1-1) ... Setting up libxv1:amd64 (2:1.0.7-1) ... Setting up libxxf86dga1:amd64 (2:1.1.3-2) ... Setting up libyaml-0-2:amd64 (0.1.4-2) ... Setting up libgif4 (4.1.6-9.1) ... Setting up libid3tag0 (0.15.1b-10) ... Setting up libimlib2 (1.4.5-1) ... Setting up libobt0 (3.5.0-4) ... Setting up libobrender27 (3.5.0-4) ... Setting up libxcb-util0:amd64 (0.3.8-2) ... Setting up libstartup-notification0 (0.12-1) ... Setting up openbox (3.5.0-4) ... update-alternatives: using /usr/bin/openbox to provide /usr/bin/x-window-manager (x-window-manager) in auto mode update-alternatives: using /usr/bin/openbox-session to provide /usr/bin/x-session-manager (x-session-manager) in auto mode Setting up adduser (3.113+nmu3) ... 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 procps (1:3.3.3-2) ... update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up file (5.11-2) ... Setting up gettext-base (0.18.1.1-9) ... 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 doxygen (1.8.1.1-1) ... Setting up libaudit0 (1:1.7.18-1.1) ... Setting up libpthread-stubs0:amd64 (0.3-3) ... Setting up libpthread-stubs0-dev:amd64 (0.3-3) ... Setting up libruby1.9.1 (1.9.3.194-1) ... Setting up libutempter0 (1.1.5-4) ... Creating utempter group... Setting up xorg-sgml-doctools (1:1.10-1) ... Setting up x11proto-core-dev (7.0.23-1) ... Setting up libxau-dev:amd64 (1:1.0.7-1) ... Setting up libxdmcp-dev:amd64 (1:1.1.1-1) ... Setting up x11proto-input-dev (2.2-1) ... Setting up x11proto-kb-dev (1.0.6-2) ... Setting up xtrans-dev (1.2.7-1) ... Setting up libxcb1-dev:amd64 (1.8.1-1) ... Setting up libx11-dev:amd64 (2:1.5.0-1) ... Setting up x11proto-xext-dev (7.2.1-1) ... Setting up libxext-dev:amd64 (2:1.3.1-2) ... Setting up libxfont1 (1:1.4.5-2) ... Setting up libxi-dev (2:1.6.1-1) ... Setting up x11proto-xinerama-dev (1.2.1-2) ... Setting up libxinerama-dev:amd64 (2:1.1.2-1) ... Setting up x11proto-record-dev (1.14.2-1) ... Setting up libxtst-dev:amd64 (2:1.2.1-1) ... Setting up pkg-config (0.26-1) ... Setting up ruby1.9.1 (1.9.3.194-1) ... update-alternatives: using /usr/bin/gem1.9.1 to provide /usr/bin/gem (gem) in auto mode update-alternatives: using /usr/bin/ruby1.9.1 to provide /usr/bin/ruby (ruby) in auto mode Setting up ruby (4.9) ... Setting up x11-utils (7.7~1) ... Setting up x11-xkb-utils (7.7~1) ... Setting up xauth (1:1.0.7-1) ... Setting up xbitmaps (1.1.1-1) ... Setting up xfonts-encodings (1:1.0.4-1) ... Setting up xfonts-utils (1:7.7~1) ... Setting up xfonts-base (1:1.0.3) ... Setting up xkb-data (2.5.1-1) ... Setting up xserver-common (2:1.12.1.902-1) ... Setting up xterm (278-1) ... update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode update-alternatives: using /usr/bin/uxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode Setting up xvfb (2:1.12.1.902-1) ... Setting up sbuild-build-depends-xdotool-dummy (0.invalid.0) ... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build environment │ └──────────────────────────────────────────────────────────────────────────────┘ Kernel: Linux 2.6.32-5-xen-amd64 amd64 (x86_64) Toolchain package versions: binutils_2.22-7 dpkg-dev_1.16.7 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc-4.6_4.6.3-8 gcc-4.7_4.7.1-3 libc6-dev_2.13-34 libstdc++6_4.7.1-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 linux-libc-dev_3.2.21-3 Package versions: adduser_3.113+nmu3 apt_0.9.7.1 base-files_6.11 base-passwd_3.5.26 bash_4.2-3 binutils_2.22-7 bsdmainutils_9.0.3 bsdutils_1:2.20.1-5.1 build-essential_11.5 bzip2_1.0.6-3 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-3 dash_0.5.7-3 debconf_1.5.45 debconf-i18n_1.5.45 debfoster_2.7-1.1 debhelper_9.20120608 debian-archive-keyring_2012.4 debianutils_4.3.2 diffutils_1:3.2-6 doxygen_1.8.1.1-1 dpkg_1.16.7 dpkg-dev_1.16.7 e2fslibs_1.42.4-3 e2fsprogs_1.42.4-3 fakeroot_1.18.4-2 file_5.11-2 findutils_4.4.2-4 fontconfig_2.9.0-6 fontconfig-config_2.9.0-6 g++_4:4.7.1-1 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc_4:4.7.1-1 gcc-4.4-base_4.4.7-1 gcc-4.5-base_4.5.4-1 gcc-4.6_4.6.3-8 gcc-4.6-base_4.6.3-8 gcc-4.7_4.7.1-3 gcc-4.7-base_4.7.1-3 gettext_0.18.1.1-9 gettext-base_0.18.1.1-9 gnupg_1.4.12-4+b1 gpgv_1.4.12-4+b1 grep_2.12-2 groff-base_1.21-9 gzip_1.5-1.1 hostname_3.11 html2text_1.3.2a-15 initscripts_2.88dsf-28 insserv_1.14.0-4 intltool-debian_0.35.0+20060710.1 libacl1_2.2.51-8 libapt-pkg4.12_0.9.7.1 libasprintf0c2_0.18.1.1-9 libattr1_1:2.4.46-8 libaudit0_1:1.7.18-1.1 libblkid1_2.20.1-5.1 libbz2-1.0_1.0.6-3 libc-bin_2.13-34 libc-dev-bin_2.13-34 libc6_2.13-34 libc6-dev_2.13-34 libcairo2_1.12.2-2 libclang-common-dev_3.1-8 libclass-isa-perl_0.36-3 libcomerr2_1.42.4-3 libcroco3_0.6.5-1 libdatrie1_0.2.5-3 libdb5.1_5.1.29-5 libdpkg-perl_1.16.7 libdrm2_2.4.33-3 libexpat1_2.1.0-1 libffi5_3.0.10-3 libfile-fcntllock-perl_0.14-2 libfontconfig1_2.9.0-6 libfontenc1_1:1.1.1-1 libfreetype6_2.4.9-1 libgc1c2_1:7.1-8 libgcc1_1:4.7.1-3 libgcrypt11_1.5.0-3 libgdbm3_1.8.3-11 libgettextpo0_0.18.1.1-9 libgif4_4.1.6-9.1 libgl1-mesa-glx_8.0.3-1 libglapi-mesa_8.0.3-1 libglib2.0-0_2.32.3-1 libgmp10_2:5.0.5+dfsg-2 libgomp1_4.7.1-3 libgpg-error0_1.10-3 libice6_2:1.0.8-2 libid3tag0_0.15.1b-10 libimlib2_1.4.5-1 libitm1_4.7.1-3 libjbig0_2.0-2 libjpeg8_8d-1 libllvm3.1_3.1-2 liblocale-gettext-perl_1.05-7+b1 liblzma5_5.1.1alpha+20120614-1 libmagic1_5.11-2 libmount1_2.20.1-5.1 libmpc2_0.9-4 libmpfr4_3.1.0-5 libncurses5_5.9-10 libncursesw5_5.9-10 libobrender27_3.5.0-4 libobt0_3.5.0-4 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 libpango1.0-0_1.30.0-1 libpcre3_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 libprocps0_1:3.3.3-2 libpthread-stubs0_0.3-3 libpthread-stubs0-dev_0.3-3 libquadmath0_4.7.1-3 libreadline6_6.2-8 libruby1.9.1_1.9.3.194-1 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 libsm6_2:1.2.1-2 libss2_1.42.4-3 libssl1.0.0_1.0.1c-3 libstartup-notification0_0.12-1 libstdc++6_4.7.1-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 libswitch-perl_2.16-2 libtext-charwidth-perl_0.04-7+b1 libtext-iconv-perl_1.7-5 libtext-wrapi18n-perl_0.06-7 libthai-data_0.1.18-1 libthai0_0.1.18-1 libtiff4_3.9.6-6 libtimedate-perl_1.2000-1 libtinfo5_5.9-10 libunistring0_0.9.3-5 libusb-0.1-4_2:0.1.12-23 libustr-1.0-1_1.0.4-3 libutempter0_1.1.5-4 libuuid1_2.20.1-5.1 libx11-6_2:1.5.0-1 libx11-data_2:1.5.0-1 libx11-dev_2:1.5.0-1 libx11-xcb1_2:1.5.0-1 libxau-dev_1:1.0.7-1 libxau6_1:1.0.7-1 libxaw7_2:1.0.10-2 libxcb-glx0_1.8.1-1 libxcb-render0_1.8.1-1 libxcb-shape0_1.8.1-1 libxcb-shm0_1.8.1-1 libxcb-util0_0.3.8-2 libxcb1_1.8.1-1 libxcb1-dev_1.8.1-1 libxcomposite1_1:0.4.3-2 libxdamage1_1:1.1.3-2 libxdmcp-dev_1:1.1.1-1 libxdmcp6_1:1.1.1-1 libxext-dev_2:1.3.1-2 libxext6_2:1.3.1-2 libxfixes3_1:5.0-4 libxfont1_1:1.4.5-2 libxft2_2.3.1-1 libxi-dev_2:1.6.1-1 libxi6_2:1.6.1-1 libxinerama-dev_2:1.1.2-1 libxinerama1_2:1.1.2-1 libxkbfile1_1:1.0.8-1 libxml2_2.8.0+dfsg1-4 libxmu6_2:1.1.1-1 libxmuu1_2:1.1.1-1 libxpm4_1:3.5.10-1 libxrandr2_2:1.3.2-2 libxrender1_1:0.9.7-1 libxt6_1:1.1.3-1 libxtst-dev_2:1.2.1-1 libxtst6_2:1.2.1-1 libxv1_2:1.0.7-1 libxxf86dga1_2:1.1.3-2 libxxf86vm1_1:1.1.2-1 libyaml-0-2_0.1.4-2 linux-libc-dev_3.2.21-3 login_1:4.1.5.1-1 lsb-base_4.1+Debian7 make_3.81-8.2 man-db_2.6.2-1 mawk_1.3.3-17 mount_2.20.1-5.1 multiarch-support_2.13-34 ncurses-base_5.9-10 ncurses-bin_5.9-10 openbox_3.5.0-4 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 procps_1:3.3.3-2 readline-common_6.2-8 ruby_4.9 ruby1.9.1_1.9.3.194-1 sbuild-build-depends-core-dummy_0.invalid.0 sbuild-build-depends-xdotool-dummy_0.invalid.0 sed_4.2.1-10 sensible-utils_0.0.7 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 x11-common_1:7.7+1 x11-utils_7.7~1 x11-xkb-utils_7.7~1 x11proto-core-dev_7.0.23-1 x11proto-input-dev_2.2-1 x11proto-kb-dev_1.0.6-2 x11proto-record-dev_1.14.2-1 x11proto-xext-dev_7.2.1-1 x11proto-xinerama-dev_1.2.1-2 xauth_1:1.0.7-1 xbitmaps_1.1.1-1 xfonts-base_1:1.0.3 xfonts-encodings_1:1.0.4-1 xfonts-utils_1:7.7~1 xkb-data_2.5.1-1 xorg-sgml-doctools_1:1.10-1 xserver-common_2:1.12.1.902-1 xterm_278-1 xtrans-dev_1.2.7-1 xvfb_2:1.12.1.902-1 xz-utils_5.1.1alpha+20120614-1 zlib1g_1:1.2.7.dfsg-13 ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build │ └──────────────────────────────────────────────────────────────────────────────┘ Unpack source ───────────── gpgv: keyblock resource `/sbuild-nonexistent/.gnupg/trustedkeys.gpg': file open error gpgv: Signature made Tue Jun 14 20:52:00 2011 UTC using RSA key ID D21739E9 gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./xdotool_2.20110530.1-3.dsc dpkg-source: info: extracting xdotool in xdotool-2.20110530.1 dpkg-source: info: unpacking xdotool_2.20110530.1.orig.tar.gz dpkg-source: info: unpacking xdotool_2.20110530.1-3.debian.tar.gz dpkg-source: info: applying avoid-gnome-session-tests.patch dpkg-source: info: applying fix-kFreeBSD-linking.patch dpkg-source: info: applying fix-segfault.patch dpkg-source: info: applying minimize-linking.patch dpkg-source: info: applying drop-isatty-check.patch Check disc space ──────────────── Sufficient free space for build User Environment ──────────────── HOME=/sbuild-nonexistent LOGNAME=root PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11 SCHROOT_CHROOT_NAME=unstable-amd64-sbuild SCHROOT_COMMAND=env SCHROOT_GID=0 SCHROOT_GROUP=root SCHROOT_SESSION_ID=unstable-amd64-sbuild-03c2300a-279f-4175-af0d-3c16846cc973 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 xdotool dpkg-buildpackage: source version 1:2.20110530.1-3 dpkg-buildpackage: source changed by Daniel Kahn Gillmor dpkg-source --before-build xdotool-2.20110530.1 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh clean dh_testdir dh_auto_clean make[1]: Entering directory `/«PKGBUILDDIR»' rm -f *.o xdotool xdotool.static xdotool.1 xdotool.html \ libxdo.so libxdo.so.2 libxdo.a || true make[1]: Leaving directory `/«PKGBUILDDIR»' debian/rules override_dh_clean make[1]: Entering directory `/«PKGBUILDDIR»' dh_clean rm -rf docs/ make[1]: Leaving directory `/«PKGBUILDDIR»' dpkg-source -b xdotool-2.20110530.1 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building xdotool using existing ./xdotool_2.20110530.1.orig.tar.gz dpkg-source: info: building xdotool in xdotool_2.20110530.1-3.debian.tar.gz dpkg-source: info: building xdotool in xdotool_2.20110530.1-3.dsc debian/rules build dh build dh_testdir dh_auto_configure debian/rules override_dh_auto_build make[1]: Entering directory `/«PKGBUILDDIR»' dh_auto_build make[2]: Entering directory `/«PKGBUILDDIR»' pod2man -c "" -r "" xdotool.pod > xdotool.1 cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -fPIC -c xdo.c xdo.c:405:40: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] &hint_width, &hint_height); ^~~~~~~~~~~ xdo.c:252:68: note: passing argument to parameter 'width_ret' here int width, int height, int *width_ret, ^ xdo.c:405:53: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] &hint_width, &hint_height); ^~~~~~~~~~~~ xdo.c:253:45: note: passing argument to parameter 'height_ret' here int *height_ret) { ^ xdo.c:542:20: warning: cast from 'unsigned char *' to 'long *' increases required alignment from 1 to 8 [-Wcast-align] *ndesktops = *((long*)data); ^~~~~~~~~~~ xdo.c:606:18: warning: cast from 'unsigned char *' to 'long *' increases required alignment from 1 to 8 [-Wcast-align] *desktop = *((long*)data); ^~~~~~~~~~~ xdo.c:667:18: warning: cast from 'unsigned char *' to 'long *' increases required alignment from 1 to 8 [-Wcast-align] *desktop = *((long*)data); ^~~~~~~~~~~ xdo.c:697:21: warning: cast from 'unsigned char *' to 'Window *' (aka 'unsigned long *') increases required alignment from 1 to 8 [-Wcast-align] *window_ret = *((Window*)data); ^~~~~~~~~~~~~ xdo.c:1478:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] if (XKeycodeToKeysym(xdo->xdpy, key, 0 + offset) != sym ^ xdo.c:1479:14: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] && XKeycodeToKeysym(xdo->xdpy, key, 1 + offset) != sym) { ^ xdo.c:1493:12: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] if ((XKeycodeToKeysym(xdo->xdpy, key, 0) == sym) ^ xdo.c:1600:13: warning: cast from 'unsigned char *' to 'Atom *' (aka 'unsigned long *') increases required alignment from 1 to 8 [-Wcast-align] results = (Atom *) xdo_getwinprop(xdo, root, request, &nitems, &type, &size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xdo.c:1872:26: warning: cast from 'unsigned char *' to 'unsigned long *' increases required alignment from 1 to 8 [-Wcast-align] window_pid = (int) *((unsigned long *)data); ^~~~~~~~~~~~~~~~~~~~~ xdo.c:1940:24: warning: cast from 'unsigned char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align] int *viewport_data = (int *)data; ^~~~~~~~~~~ 12 warnings generated. cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -fPIC -c xdo_search.c xdo_search.c:339:42: warning: comparison of integers of different signs: 'int' and 'const unsigned int' [-Wsign-compare] if (search->limit > 0 && *nwindows_ret >= search->limit) { ~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ xdo_search.c:363:44: warning: comparison of integers of different signs: 'int' and 'const unsigned int' [-Wsign-compare] if (search->limit > 0 && *nwindows_ret >= search->limit) { ~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ 2 warnings generated. cc -shared -Wl,-soname=libxdo.so.2 xdo.o xdo_search.o -o libxdo.so -lX11 -lXtst -lXinerama ln -s libxdo.so libxdo.so.2 cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c xdotool.c xdotool.c:583:32: warning: unused parameter 'context' [-Wunused-parameter] void xdotool_output(context_t *context, const char *format, ...) { ^ 1 warning generated. cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_click.o cmd_click.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_mousemove.o cmd_mousemove.c cmd_mousemove.c:149:37: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] xdo_mouselocation(context->xdo, &(context->last_mouse_x), ^~~~~~~~~~~~~~~~~~~~~~~~ ./xdo.h:313:46: note: passing argument to parameter 'x' here int xdo_mouselocation(const xdo_t *xdo, int *x, int *y, int *screen_num); ^ cmd_mousemove.c:150:23: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] &(context->last_mouse_y), &(context->last_mouse_screen)); ^~~~~~~~~~~~~~~~~~~~~~~~ ./xdo.h:313:54: note: passing argument to parameter 'y' here int xdo_mouselocation(const xdo_t *xdo, int *x, int *y, int *screen_num); ^ 2 warnings generated. cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_mousemove_relative.o cmd_mousemove_relative.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_mousedown.o cmd_mousedown.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_mouseup.o cmd_mouseup.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_getmouselocation.o cmd_getmouselocation.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_type.o cmd_type.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_key.o cmd_key.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_windowmove.o cmd_windowmove.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_windowactivate.o cmd_windowactivate.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_windowfocus.o cmd_windowfocus.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_windowraise.o cmd_windowraise.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_windowsize.o cmd_windowsize.c cmd_windowsize.c:111:72: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] xdo_window_translate_with_sizehint(context->xdo, window, w, h, &w, NULL); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./xdotool.h:16:7: note: expanded from macro 'window_each' block \ ^ ./xdo.h:497:68: note: passing argument to parameter 'width_ret' here int width, int height, int *width_ret, ^ cmd_windowsize.c:114:78: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] xdo_window_translate_with_sizehint(context->xdo, window, w, h, NULL, &h); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./xdotool.h:16:7: note: expanded from macro 'window_each' block \ ^ ./xdo.h:498:45: note: passing argument to parameter 'height_ret' here int *height_ret); ^ 2 warnings generated. cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_set_window.o cmd_set_window.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_search.o cmd_search.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_getwindowfocus.o cmd_getwindowfocus.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_getwindowpid.o cmd_getwindowpid.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_getactivewindow.o cmd_getactivewindow.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_windowmap.o cmd_windowmap.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_windowunmap.o cmd_windowunmap.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_windowreparent.o cmd_windowreparent.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_set_num_desktops.o cmd_set_num_desktops.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_get_num_desktops.o cmd_get_num_desktops.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_set_desktop.o cmd_set_desktop.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_get_desktop.o cmd_get_desktop.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_set_desktop_for_window.o cmd_set_desktop_for_window.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_get_desktop_for_window.o cmd_get_desktop_for_window.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_get_desktop_viewport.o cmd_get_desktop_viewport.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_set_desktop_viewport.o cmd_set_desktop_viewport.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_windowkill.o cmd_windowkill.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_behave.o cmd_behave.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_window_select.o cmd_window_select.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_getwindowname.o cmd_getwindowname.c cmd_getwindowname.c:43:47: warning: incompatible pointer types passing 'char **' to parameter of type 'unsigned char **' [-Wincompatible-pointer-types] xdo_get_window_name(context->xdo, window, &name, &name_len, &name_type); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xdotool.h:16:7: note: expanded from macro 'window_each' block \ ^ ./xdo.h:873:41: note: passing argument to parameter 'name_ret' here unsigned char **name_ret, int *name_len_ret, ^ 1 warning generated. cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_behave_screen_edge.o cmd_behave_screen_edge.c cmd_behave_screen_edge.c:341:27: warning: unused parameter 'dpy' [-Wunused-parameter] int ignore_error(Display *dpy, XErrorEvent *xerr) { ^ cmd_behave_screen_edge.c:341:45: warning: unused parameter 'xerr' [-Wunused-parameter] int ignore_error(Display *dpy, XErrorEvent *xerr) { ^ 2 warnings generated. cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_windowminimize.o cmd_windowminimize.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_exec.o cmd_exec.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_getwindowgeometry.o cmd_getwindowgeometry.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_sleep.o cmd_sleep.c cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_get_display_geometry.o cmd_get_display_geometry.c cc -o xdotool xdotool.o cmd_click.o cmd_mousemove.o cmd_mousemove_relative.o cmd_mousedown.o cmd_mouseup.o cmd_getmouselocation.o cmd_type.o cmd_key.o cmd_windowmove.o cmd_windowactivate.o cmd_windowfocus.o cmd_windowraise.o cmd_windowsize.o cmd_set_window.o cmd_search.o cmd_getwindowfocus.o cmd_getwindowpid.o cmd_getactivewindow.o cmd_windowmap.o cmd_windowunmap.o cmd_windowreparent.o cmd_set_num_desktops.o cmd_get_num_desktops.o cmd_set_desktop.o cmd_get_desktop.o cmd_set_desktop_for_window.o cmd_get_desktop_for_window.o cmd_get_desktop_viewport.o cmd_set_desktop_viewport.o cmd_windowkill.o cmd_behave.o cmd_window_select.o cmd_getwindowname.o cmd_behave_screen_edge.o cmd_windowminimize.o cmd_exec.o cmd_getwindowgeometry.o cmd_sleep.o cmd_get_display_geometry.o -L. -lxdo -lm -lX11 -lrt make[2]: Leaving directory `/«PKGBUILDDIR»' make docs make[2]: Entering directory `/«PKGBUILDDIR»' doxygen warning: Tag `SHOW_DIRECTORIES' at line 477 of file Doxyfile has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `HTML_ALIGN_MEMBERS' at line 803 of file Doxyfile has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `USE_INLINE_TREES' at line 956 of file Doxyfile has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Notice: Output directory `docs' does not exist. I have created it for you. Adding custom extension mapping: .c will be treated as language c Adding custom extension mapping: .h will be treated as language c Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for files to exclude Searching for files to process... Searching for files in directory /«PKGBUILDDIR» Reading and parsing tag files Reading /«PKGBUILDDIR»/cmd_behave.c... Parsing file /«PKGBUILDDIR»/cmd_behave.c... Reading /«PKGBUILDDIR»/cmd_behave_screen_edge.c... Parsing file /«PKGBUILDDIR»/cmd_behave_screen_edge.c... Reading /«PKGBUILDDIR»/cmd_click.c... Parsing file /«PKGBUILDDIR»/cmd_click.c... Reading /«PKGBUILDDIR»/cmd_exec.c... Parsing file /«PKGBUILDDIR»/cmd_exec.c... Reading /«PKGBUILDDIR»/cmd_get_desktop.c... Parsing file /«PKGBUILDDIR»/cmd_get_desktop.c... Reading /«PKGBUILDDIR»/cmd_get_desktop_for_window.c... Parsing file /«PKGBUILDDIR»/cmd_get_desktop_for_window.c... Reading /«PKGBUILDDIR»/cmd_get_desktop_viewport.c... Parsing file /«PKGBUILDDIR»/cmd_get_desktop_viewport.c... Reading /«PKGBUILDDIR»/cmd_get_display_geometry.c... Parsing file /«PKGBUILDDIR»/cmd_get_display_geometry.c... Reading /«PKGBUILDDIR»/cmd_get_num_desktops.c... Parsing file /«PKGBUILDDIR»/cmd_get_num_desktops.c... Reading /«PKGBUILDDIR»/cmd_getactivewindow.c... Parsing file /«PKGBUILDDIR»/cmd_getactivewindow.c... Reading /«PKGBUILDDIR»/cmd_getmouselocation.c... Parsing file /«PKGBUILDDIR»/cmd_getmouselocation.c... Reading /«PKGBUILDDIR»/cmd_getwindowfocus.c... Parsing file /«PKGBUILDDIR»/cmd_getwindowfocus.c... Reading /«PKGBUILDDIR»/cmd_getwindowgeometry.c... Parsing file /«PKGBUILDDIR»/cmd_getwindowgeometry.c... Reading /«PKGBUILDDIR»/cmd_getwindowname.c... Parsing file /«PKGBUILDDIR»/cmd_getwindowname.c... Reading /«PKGBUILDDIR»/cmd_getwindowpid.c... Parsing file /«PKGBUILDDIR»/cmd_getwindowpid.c... Reading /«PKGBUILDDIR»/cmd_key.c... Parsing file /«PKGBUILDDIR»/cmd_key.c... Reading /«PKGBUILDDIR»/cmd_mousedown.c... Parsing file /«PKGBUILDDIR»/cmd_mousedown.c... Reading /«PKGBUILDDIR»/cmd_mousemove.c... Parsing file /«PKGBUILDDIR»/cmd_mousemove.c... Reading /«PKGBUILDDIR»/cmd_mousemove_relative.c... Parsing file /«PKGBUILDDIR»/cmd_mousemove_relative.c... Reading /«PKGBUILDDIR»/cmd_mouseup.c... Parsing file /«PKGBUILDDIR»/cmd_mouseup.c... Reading /«PKGBUILDDIR»/cmd_search.c... Parsing file /«PKGBUILDDIR»/cmd_search.c... Reading /«PKGBUILDDIR»/cmd_set_desktop.c... Parsing file /«PKGBUILDDIR»/cmd_set_desktop.c... Reading /«PKGBUILDDIR»/cmd_set_desktop_for_window.c... Parsing file /«PKGBUILDDIR»/cmd_set_desktop_for_window.c... Reading /«PKGBUILDDIR»/cmd_set_desktop_viewport.c... /«PKGBUILDDIR»/xdo.c:52: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO. /«PKGBUILDDIR»/xdo.h:38: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO. /«PKGBUILDDIR»/xdo.h:50: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO. /«PKGBUILDDIR»/xdo.h:146: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO. /«PKGBUILDDIR»/xdo.h:152: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO. /«PKGBUILDDIR»/xdo.h:158: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO. /«PKGBUILDDIR»/xdo.h:164: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO. /«PKGBUILDDIR»/xdo.h:170: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO. /«PKGBUILDDIR»/xdo.h:177: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO. /«PKGBUILDDIR»/xdo.h:183: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO. /«PKGBUILDDIR»/xdo.h:190: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO. /«PKGBUILDDIR»/xdo.h:854: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO. /«PKGBUILDDIR»/xdo.h:859: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO. Parsing file /«PKGBUILDDIR»/cmd_set_desktop_viewport.c... Reading /«PKGBUILDDIR»/cmd_set_num_desktops.c... Parsing file /«PKGBUILDDIR»/cmd_set_num_desktops.c... Reading /«PKGBUILDDIR»/cmd_set_window.c... Parsing file /«PKGBUILDDIR»/cmd_set_window.c... Reading /«PKGBUILDDIR»/cmd_sleep.c... Parsing file /«PKGBUILDDIR»/cmd_sleep.c... Reading /«PKGBUILDDIR»/cmd_type.c... Parsing file /«PKGBUILDDIR»/cmd_type.c... Reading /«PKGBUILDDIR»/cmd_window_select.c... Parsing file /«PKGBUILDDIR»/cmd_window_select.c... Reading /«PKGBUILDDIR»/cmd_windowactivate.c... Parsing file /«PKGBUILDDIR»/cmd_windowactivate.c... Reading /«PKGBUILDDIR»/cmd_windowfocus.c... Parsing file /«PKGBUILDDIR»/cmd_windowfocus.c... Reading /«PKGBUILDDIR»/cmd_windowkill.c... Parsing file /«PKGBUILDDIR»/cmd_windowkill.c... Reading /«PKGBUILDDIR»/cmd_windowmap.c... Parsing file /«PKGBUILDDIR»/cmd_windowmap.c... Reading /«PKGBUILDDIR»/cmd_windowminimize.c... Parsing file /«PKGBUILDDIR»/cmd_windowminimize.c... Reading /«PKGBUILDDIR»/cmd_windowmove.c... Parsing file /«PKGBUILDDIR»/cmd_windowmove.c... Reading /«PKGBUILDDIR»/cmd_windowraise.c... Parsing file /«PKGBUILDDIR»/cmd_windowraise.c... Reading /«PKGBUILDDIR»/cmd_windowreparent.c... Parsing file /«PKGBUILDDIR»/cmd_windowreparent.c... Reading /«PKGBUILDDIR»/cmd_windowsize.c... Parsing file /«PKGBUILDDIR»/cmd_windowsize.c... Reading /«PKGBUILDDIR»/cmd_windowunmap.c... Parsing file /«PKGBUILDDIR»/cmd_windowunmap.c... Reading /«PKGBUILDDIR»/osx_hacks.h... Parsing file /«PKGBUILDDIR»/osx_hacks.h... Reading /«PKGBUILDDIR»/xdo.c... Parsing file /«PKGBUILDDIR»/xdo.c... Reading /«PKGBUILDDIR»/xdo.h... Parsing file /«PKGBUILDDIR»/xdo.h... Reading /«PKGBUILDDIR»/xdo_cmd.h... Parsing file /«PKGBUILDDIR»/xdo_cmd.h... Reading /«PKGBUILDDIR»/xdo_search.c... Parsing file /«PKGBUILDDIR»/xdo_search.c... Reading /«PKGBUILDDIR»/xdo_util.h... Parsing file /«PKGBUILDDIR»/xdo_util.h... Reading /«PKGBUILDDIR»/xdo_version.h... Parsing file /«PKGBUILDDIR»/xdo_version.h... Reading /«PKGBUILDDIR»/xdotool.c... Parsing file /«PKGBUILDDIR»/xdotool.c... Reading /«PKGBUILDDIR»/xdotool.h... Parsing file /«PKGBUILDDIR»/xdotool.h... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Associating documentation with classes... Computing nesting relations for classes... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... /«PKGBUILDDIR»/cmd_mousemove.c:5: warning: Compound mousemove is not documented. /«PKGBUILDDIR»/xdo.h:55: warning: Compound keysym_charmap is not documented. /«PKGBUILDDIR»/xdo.h:65: warning: Compound charcodemap is not documented. /«PKGBUILDDIR»/xdotool.c:218: warning: Compound dispatch is not documented. /«PKGBUILDDIR»/cmd_windowmove.c:7: warning: Compound windowmove is not documented. /«PKGBUILDDIR»/xdotool.h:23: warning: Compound context is not documented. /«PKGBUILDDIR»/cmd_behave.c:4: warning: Compound events is not documented. /«PKGBUILDDIR»/xdo.h:58: warning: Member keysym_charmap_t (typedef) of file xdo.h is not documented. /«PKGBUILDDIR»/xdo.h:74: warning: Member charcodemap_t (typedef) of file xdo.h is not documented. /«PKGBUILDDIR»/xdo.h:76: warning: Member XDO_FEATURES (enumeration) of file xdo.h is not documented. /«PKGBUILDDIR»/xdo.h:470: warning: Member xdo_window_wait_for_size(const xdo_t *xdo, Window window, unsigned int width, unsigned int height, int flags, int to_or_from) (function) of file xdo.h is not documented. /«PKGBUILDDIR»/xdo.h:443: warning: The following parameters of xdo_active_keys_to_keycode_list(const xdo_t *xdo, charcodemap_t **keys, int *nkeys) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:357: warning: The following parameters of xdo_click(const xdo_t *xdo, Window window, int button) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:366: warning: The following parameters of xdo_click_multiple(const xdo_t *xdo, Window window, int button, int repeat, useconds_t delay) are not documented: parameter 'xdo' parameter 'repeat' parameter 'delay' /«PKGBUILDDIR»/xdo.h:722: warning: The following parameters of xdo_get_current_desktop(const xdo_t *xdo, long *desktop) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:739: warning: argument 'deskto' of command @param is not found in the argument list of xdo_get_desktop_for_window(const xdo_t *xdo, Window wid, long *desktop) /«PKGBUILDDIR»/xdo.h:739: warning: The following parameters of xdo_get_desktop_for_window(const xdo_t *xdo, Window wid, long *desktop) are not documented: parameter 'xdo' parameter 'desktop' /«PKGBUILDDIR»/xdo.h:705: warning: The following parameters of xdo_get_number_of_desktops(const xdo_t *xdo, long *ndesktops) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:655: warning: The following parameters of xdo_get_window_location(const xdo_t *xdo, Window wid, int *x_ret, int *y_ret, Screen **screen_ret) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:669: warning: The following parameters of xdo_get_window_size(const xdo_t *xdo, Window wid, unsigned int *width_ret, unsigned int *height_ret) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:763: warning: The following parameters of xdo_getwinprop(const xdo_t *xdo, Window window, Atom atom, long *nitems, Atom *type, int *size) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:390: warning: The following parameters of xdo_keysequence(const xdo_t *xdo, Window window, const char *keysequence, useconds_t delay) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:430: warning: The following parameters of xdo_keysequence_list_do(const xdo_t *xdo, Window window, charcodemap_t *keys, int nkeys, int pressed, int *modifier, useconds_t delay) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:337: warning: The following parameters of xdo_mouse_wait_for_move_from(const xdo_t *xdo, int origin_x, int origin_y) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:346: warning: The following parameters of xdo_mouse_wait_for_move_to(const xdo_t *xdo, int dest_x, int dest_y) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:288: warning: The following parameters of xdo_mousedown(const xdo_t *xdo, Window window, int button) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:308: warning: The following parameters of xdo_mouselocation(const xdo_t *xdo, int *x, int *y, int *screen_num) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:324: warning: argument 'x' of command @param is not found in the argument list of xdo_mouselocation2(const xdo_t *xdo, int *x_ret, int *y_ret, int *screen_num_ret, Window *window_ret) /«PKGBUILDDIR»/xdo.h:324: warning: argument 'y' of command @param is not found in the argument list of xdo_mouselocation2(const xdo_t *xdo, int *x_ret, int *y_ret, int *screen_num_ret, Window *window_ret) /«PKGBUILDDIR»/xdo.h:324: warning: argument 'screen_num' of command @param is not found in the argument list of xdo_mouselocation2(const xdo_t *xdo, int *x_ret, int *y_ret, int *screen_num_ret, Window *window_ret) /«PKGBUILDDIR»/xdo.h:324: warning: argument 'window' of command @param is not found in the argument list of xdo_mouselocation2(const xdo_t *xdo, int *x_ret, int *y_ret, int *screen_num_ret, Window *window_ret) /«PKGBUILDDIR»/xdo.h:324: warning: The following parameters of xdo_mouselocation2(const xdo_t *xdo, int *x_ret, int *y_ret, int *screen_num_ret, Window *window_ret) are not documented: parameter 'xdo' parameter 'x_ret' parameter 'y_ret' parameter 'screen_num_ret' parameter 'window_ret' /«PKGBUILDDIR»/xdo.h:262: warning: The following parameters of xdo_mousemove(const xdo_t *xdo, int x, int y, int screen) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:280: warning: The following parameters of xdo_mousemove_relative(const xdo_t *xdo, int x, int y) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:271: warning: The following parameters of xdo_mousemove_relative_to_window(const xdo_t *xdo, Window window, int x, int y) are not documented: parameter 'xdo' parameter 'window' /«PKGBUILDDIR»/xdo.h:298: warning: The following parameters of xdo_mouseup(const xdo_t *xdo, Window window, int button) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:315: warning: The following parameters of xdo_mousewindow(const xdo_t *xdo, Window *window_ret) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:714: warning: The following parameters of xdo_set_current_desktop(const xdo_t *xdo, long desktop) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:731: warning: The following parameters of xdo_set_desktop_for_window(const xdo_t *xdo, Window wid, long desktop) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:697: warning: The following parameters of xdo_set_number_of_desktops(const xdo_t *xdo, long ndesktops) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:377: warning: The following parameters of xdo_type(const xdo_t *xdo, Window window, const char *string, useconds_t delay) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:601: warning: The following parameters of xdo_window_activate(const xdo_t *xdo, Window wid) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:551: warning: The following parameters of xdo_window_focus(const xdo_t *xdo, Window wid) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:680: warning: The following parameters of xdo_window_get_active(const xdo_t *xdo, Window *window_ret) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:567: warning: The following parameters of xdo_window_get_focus(const xdo_t *xdo, Window *window_ret) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:581: warning: The following parameters of xdo_window_get_pid(const xdo_t *xdo, Window window) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:625: warning: The following parameters of xdo_window_map(const xdo_t *xdo, Window wid) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:475: warning: The following parameters of xdo_window_move(const xdo_t *xdo, Window wid, int x, int y) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:557: warning: The following parameters of xdo_window_raise(const xdo_t *xdo, Window wid) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:645: warning: The following parameters of xdo_window_reparent(const xdo_t *xdo, Window wid_source, Window wid_target) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:590: warning: The following parameters of xdo_window_sane_get_focus(const xdo_t *xdo, Window *window_ret) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:752: warning: The following parameters of xdo_window_search(const xdo_t *xdo, const xdo_search_t *search, Window **windowlist_ret, int *nwindows_ret) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:688: warning: The following parameters of xdo_window_select_with_click(const xdo_t *xdo, Window *window_ret) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:525: warning: The following parameters of xdo_window_setclass(const xdo_t *xdo, Window wid, const char *name, const char *class) are not documented: parameter 'xdo' parameter 'wid' /«PKGBUILDDIR»/xdo.h:513: warning: The following parameters of xdo_window_setprop(const xdo_t *xdo, Window wid, const char *property, const char *value) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:502: warning: The following parameters of xdo_window_setsize(const xdo_t *xdo, Window wid, int w, int h, int flags) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:486: warning: The following parameters of xdo_window_translate_with_sizehint(const xdo_t *xdo, Window window, int width, int height, int *width_ret, int *height_ret) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:633: warning: The following parameters of xdo_window_unmap(const xdo_t *xdo, Window wid) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:616: warning: The following parameters of xdo_window_wait_for_active(const xdo_t *xdo, Window window, int active) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:575: warning: The following parameters of xdo_window_wait_for_focus(const xdo_t *xdo, Window window, int want_focus) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:455: warning: The following parameters of xdo_window_wait_for_map_state(const xdo_t *xdo, Window wid, int map_state) are not documented: parameter 'xdo' /«PKGBUILDDIR»/xdo.h:66: warning: Member key (variable) of class charcodemap is not documented. /«PKGBUILDDIR»/xdotool.h:24: warning: Member xdo (variable) of class context is not documented. /«PKGBUILDDIR»/xdotool.h:25: warning: Member prog (variable) of class context is not documented. /«PKGBUILDDIR»/xdotool.h:26: warning: Member argc (variable) of class context is not documented. /«PKGBUILDDIR»/xdotool.h:27: warning: Member argv (variable) of class context is not documented. /«PKGBUILDDIR»/xdotool.h:28: warning: Member debug (variable) of class context is not documented. /«PKGBUILDDIR»/xdotool.h:31: warning: Member windows (variable) of class context is not documented. /«PKGBUILDDIR»/xdotool.h:32: warning: Member nwindows (variable) of class context is not documented. /«PKGBUILDDIR»/xdotool.h:33: warning: Member window_placeholder[1] (variable) of class context is not documented. /«PKGBUILDDIR»/xdotool.h:36: warning: Member last_mouse_x (variable) of class context is not documented. /«PKGBUILDDIR»/xdotool.h:37: warning: Member last_mouse_y (variable) of class context is not documented. /«PKGBUILDDIR»/xdotool.h:38: warning: Member last_mouse_screen (variable) of class context is not documented. /«PKGBUILDDIR»/xdotool.h:39: warning: Member have_last_mouse (variable) of class context is not documented. /«PKGBUILDDIR»/xdotool.c:219: warning: Member name (variable) of class dispatch is not documented. /«PKGBUILDDIR»/xdotool.c:220: warning: Member func)(context_t *context) (variable) of class dispatch is not documented. /«PKGBUILDDIR»/cmd_behave.c:5: warning: Member name (variable) of class events is not documented. /«PKGBUILDDIR»/cmd_behave.c:6: warning: Member mask (variable) of class events is not documented. /«PKGBUILDDIR»/xdo.h:56: warning: Member keysym (variable) of class keysym_charmap is not documented. /«PKGBUILDDIR»/xdo.h:57: warning: Member key (variable) of class keysym_charmap is not documented. /«PKGBUILDDIR»/cmd_mousemove.c:6: warning: Member window (variable) of class mousemove is not documented. /«PKGBUILDDIR»/cmd_mousemove.c:7: warning: Member clear_modifiers (variable) of class mousemove is not documented. /«PKGBUILDDIR»/cmd_mousemove.c:8: warning: Member opsync (variable) of class mousemove is not documented. /«PKGBUILDDIR»/cmd_mousemove.c:9: warning: Member polar_coordinates (variable) of class mousemove is not documented. /«PKGBUILDDIR»/cmd_mousemove.c:10: warning: Member x (variable) of class mousemove is not documented. /«PKGBUILDDIR»/cmd_mousemove.c:11: warning: Member y (variable) of class mousemove is not documented. /«PKGBUILDDIR»/cmd_mousemove.c:12: warning: Member screen (variable) of class mousemove is not documented. /«PKGBUILDDIR»/cmd_mousemove.c:13: warning: Member delay (variable) of class mousemove is not documented. /«PKGBUILDDIR»/cmd_mousemove.c:14: warning: Member step (variable) of class mousemove is not documented. /«PKGBUILDDIR»/cmd_windowmove.c:8: warning: Member window (variable) of class windowmove is not documented. /«PKGBUILDDIR»/cmd_windowmove.c:9: warning: Member x (variable) of class windowmove is not documented. /«PKGBUILDDIR»/cmd_windowmove.c:10: warning: Member y (variable) of class windowmove is not documented. /«PKGBUILDDIR»/cmd_windowmove.c:11: warning: Member opsync (variable) of class windowmove is not documented. /«PKGBUILDDIR»/cmd_windowmove.c:12: warning: Member flags (variable) of class windowmove is not documented. /«PKGBUILDDIR»/xdo.h:92: warning: Member charcodes (variable) of class xdo is not documented. /«PKGBUILDDIR»/xdo.h:95: warning: Member charcodes_len (variable) of class xdo is not documented. /«PKGBUILDDIR»/xdo.h:98: warning: Member modmap (variable) of class xdo is not documented. /«PKGBUILDDIR»/xdo.h:101: warning: Member keymap (variable) of class xdo is not documented. /«PKGBUILDDIR»/xdo.h:104: warning: Member keycode_high (variable) of class xdo is not documented. /«PKGBUILDDIR»/xdo.h:107: warning: Member keycode_low (variable) of class xdo is not documented. /«PKGBUILDDIR»/xdo.h:110: warning: Member keysyms_per_keycode (variable) of class xdo is not documented. /«PKGBUILDDIR»/xdo.h:135: warning: Member keymods (variable) of class xdo_active_mods is not documented. /«PKGBUILDDIR»/xdo.h:136: warning: Member nkeymods (variable) of class xdo_active_mods is not documented. /«PKGBUILDDIR»/xdo.h:137: warning: Member input_state (variable) of class xdo_active_mods is not documented. /«PKGBUILDDIR»/xdo.h:198: warning: Member title (variable) of class xdo_search is not documented. Flushing cached template relations that have become invalid... Creating members for template instances... Computing class relations... Add enum values to enums... Searching for member function documentation... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Freeing entry tree Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Computing dependencies between directories... Generating citations page... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Combining using relations... Adding members to index pages... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file osx_hacks.h... Generating code for file xdo.h... Generating code for file xdo_cmd.h... Generating code for file xdo_util.h... Generating code for file xdo_version.h... Generating code for file xdotool.h... Generating file documentation... Generating docs for file xdo.h... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound charcodemap... Generating docs for compound context... Generating docs for compound dispatch... Generating docs for compound events... Generating docs for compound keysym_charmap... Generating docs for compound mousemove... Generating docs for compound windowmove... Generating docs for compound xdo... Generating docs for compound xdo_active_mods... Generating docs for compound xdo_search... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... symbol cache used 378/65536 hits=16514 misses=378 lookup cache used 201/65536 hits=1664 misses=210 finished... make[2]: Leaving directory `/«PKGBUILDDIR»' rm -f docs/html/jquery.js make[1]: Leaving directory `/«PKGBUILDDIR»' debian/rules override_dh_auto_test make[1]: Entering directory `/«PKGBUILDDIR»' SHELL=/bin/bash dh_auto_test make[2]: Entering directory `/«PKGBUILDDIR»' make -C t make[3]: Entering directory `/«PKGBUILDDIR»/t' WM=none make test-xvfb make[4]: Entering directory `/«PKGBUILDDIR»/t' QUIET=0 XSERVER="Xvfb -ac -screen 0 1280x768x24" make do-test make[5]: Entering directory `/«PKGBUILDDIR»/t' => Running tests on Xvfb/none make[6]: Entering directory `/«PKGBUILDDIR»' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/«PKGBUILDDIR»' Running test_basic.rb Setting up keymap on new server as us /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- xdo_test_helper (LoadError) from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from test_basic.rb:5:in `
' make[5]: *** [do-test] Error 1 make[5]: Leaving directory `/«PKGBUILDDIR»/t' make[4]: *** [test-xvfb] Error 2 make[3]: *** [test-xvfb-nowm] Error 2 make[2]: *** [test] Error 2 dh_auto_test: make -j1 test returned exit code 2 make[1]: *** [override_dh_auto_test] Error 29 make[4]: Leaving directory `/«PKGBUILDDIR»/t' make[3]: Leaving directory `/«PKGBUILDDIR»/t' make[2]: Leaving directory `/«PKGBUILDDIR»' make[1]: Leaving directory `/«PKGBUILDDIR»' make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 ──────────────────────────────────────────────────────────────────────────────── Build finished at 20120709-2035 Finished ──────── E: Build failure (dpkg-buildpackage died) ┌──────────────────────────────────────────────────────────────────────────────┐ │ Cleanup │ └──────────────────────────────────────────────────────────────────────────────┘ Purging /«BUILDDIR» Not cleaning session: cloned chroot in use ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Architecture: amd64 Build-Space: 3120 Build-Time: 8 Distribution: unstable Fail-Stage: build Install-Time: 20 Job: xdotool_1:2.20110530.1-3 Package: xdotool Package-Time: 48 Source-Version: 1:2.20110530.1-3 Space: 3120 Status: attempted Version: 1:2.20110530.1-3 ──────────────────────────────────────────────────────────────────────────────── Finished at 20120709-2035 Build needed 00:00:48, 3120k disc space DC-Status: Failed 49.436679s DC-Time-Estimation: 49.436679 versus expected 1 (r/m: 48.436679 ; m: 1.0)