DC-Build-Header: monotone 1.0-6 / Mon Jul 09 20:47:13 +0000 2012 DC-Task: logfile:/tmp/monotone_1.0-6_unstable_clang.log version:1.0-6 modes:clang chroot:unstable source:monotone esttime:3311 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 monotone_1.0-6' sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on ip-10-28-102-252.ec2.internal ╔══════════════════════════════════════════════════════════════════════════════╗ ║ monotone 1.0-6 (amd64) 09 Jul 2012 20:47 ║ ╚══════════════════════════════════════════════════════════════════════════════╝ Package: monotone Version: 1.0-6 Source Version: 1.0-6 Distribution: unstable Architecture: amd64 I: NOTICE: Log filtering will replace 'build/monotone-xBeDX1/monotone-1.0' with '«PKGBUILDDIR»' I: NOTICE: Log filtering will replace 'build/monotone-xBeDX1' with '«BUILDDIR»' I: NOTICE: Log filtering will replace 'var/lib/schroot/mount/unstable-amd64-sbuild-7ebc9443-9ffb-4990-9e72-1bac892d6684' 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: 'monotone' packaging is maintained in the 'Mtn' version control system at: mtn://monotone.ca/debian-mtn?org.debian.monotone Need to get 3623 kB of source archives. Get:1 http://localhost/debian/ unstable/main monotone 1.0-6 (dsc) [1861 B] Get:2 http://localhost/debian/ unstable/main monotone 1.0-6 (tar) [3578 kB] Get:3 http://localhost/debian/ unstable/main monotone 1.0-6 (diff) [43.7 kB] Fetched 3623 kB in 0s (9467 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.2 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-Y04J8b/apt_archive/sbuild-build-depends-core-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install core build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: sbuild-build-depends-core-dummy debconf: delaying package configuration, since apt-utils is not installed 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/706 B of archives. After this operation, 0 B of additional disk space will be used. Selecting previously unselected package sbuild-build-depends-core-dummy. (Reading database ... 11809 files and directories currently installed.) Unpacking sbuild-build-depends-core-dummy (from .../sbuild-build-depends-core-dummy.deb) ... Setting up sbuild-build-depends-core-dummy (0.invalid.0) ... Merged Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev | libc-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), debhelper (>= 9), autotools-dev, po-debconf, quilt, patch, libboost-dev, libbotan1.10-dev, libidn11-dev, liblua5.1-0-dev, libpcre3-dev, libsqlite3-dev, libz-dev, texinfo, expect, bash-completion, bash (>= 4.0), source-highlight, mime-construct, poppler-utils | xpdf-utils, ps2eps, texlive-generic-recommended, texlive-latex-base Filtered Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), debhelper (>= 9), autotools-dev, po-debconf, quilt, patch, libboost-dev, libbotan1.10-dev, libidn11-dev, liblua5.1-0-dev, libpcre3-dev, libsqlite3-dev, libz-dev, texinfo, expect, bash-completion, bash (>= 4.0), source-highlight, mime-construct, poppler-utils, ps2eps, texlive-generic-recommended, texlive-latex-base dpkg-deb: building package `sbuild-build-depends-monotone-dummy' in `/«BUILDDIR»/resolver-Jz8Sh0/apt_archive/sbuild-build-depends-monotone-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install monotone build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: autotools-dev bash-completion bsdmainutils debhelper diffstat ed expect file fontconfig-config gettext gettext-base ghostscript groff-base gsfonts html2text intltool-debian libasprintf0c2 libavahi-client3 libavahi-common-data libavahi-common3 libboost-dev libboost-regex1.49.0 libboost1.49-dev libbotan-1.10-0 libbotan1.10-dev libcairo2 libcroco3 libcups2 libcupsimage2 libdbus-1-3 libexpat1 libfontconfig1 libfreetype6 libgcrypt11 libgettextpo0 libglib2.0-0 libgnutls26 libgpg-error0 libgraphite3 libgs9 libgs9-common libgssapi-krb5-2 libice6 libicu48 libidn11 libidn11-dev libijs-0.35 libipc-signal-perl libjasper1 libjbig0 libjbig2dec0 libjpeg8 libk5crypto3 libkeyutils1 libkpathsea6 libkrb5-3 libkrb5support0 liblcms1 liblcms2-2 liblua5.1-0 liblua5.1-0-dev libmagic1 libmime-types-perl libopenjpeg2 libp11-kit0 libpaper-utils libpaper1 libpcre3 libpcre3-dev libpcrecpp0 libpipeline1 libpixman-1-0 libpng12-0 libpoppler19 libpopt0 libproc-waitstat-perl libptexenc1 libreadline-dev libreadline6-dev libsm6 libsource-highlight-common libsource-highlight4 libsqlite3-0 libsqlite3-dev libssl1.0.0 libtasn1-3 libtiff4 libtinfo-dev libunistring0 libx11-6 libx11-data libxau6 libxaw7 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxext6 libxml2 libxmu6 libxpm4 libxrender1 libxt6 luatex man-db mime-construct pkg-config po-debconf poppler-data poppler-utils ps2eps quilt source-highlight tcl8.5 tex-common texinfo texlive-base texlive-binaries texlive-common texlive-doc-base texlive-generic-recommended texlive-latex-base ttf-dejavu-core x11-common xdg-utils zlib1g-dev Suggested packages: wamerican wordlist whois vacation dh-make gettext-doc ghostscript-cups ghostscript-x hpijs groff libboost-doc libboost1.49-doc libboost-chrono1.49-dev libboost-date-time1.49-dev libboost-filesystem1.49-dev libboost-graph-parallel1.49-dev libboost-graph1.49-dev libboost-iostreams1.49-dev libboost-locale1.49-dev libboost-math1.49-dev libboost-mpi1.49-dev libboost-program-options1.49-dev libboost-python1.49-dev libboost-random1.49-dev libboost-regex1.49-dev libboost-serialization1.49-dev libboost-signals1.49-dev libboost-system1.49-dev libboost-test1.49-dev libboost-thread1.49-dev libboost-timer1.49-dev libboost-wave1.49-dev xsltproc doxygen docbook-xml docbook-xsl default-jdk fop cups-common rng-tools krb5-doc krb5-user libjasper-runtime liblcms-utils liblcms2-utils sqlite3-doc less www-browser libmail-box-perl fonts-japanese-mincho fonts-ipafont-mincho fonts-japanese-gothic fonts-ipafont-gothic fonts-arphic-ukai fonts-arphic-uming fonts-unfonts-core procmail graphviz default-mta mail-transport-agent tcl-tclreadline texinfo-doc-nonfree perl-tk xpdf-reader pdf-viewer gv postscript-viewer gvfs-bin Recommended packages: curl wget lynx-cur autopoint dbus libglib2.0-data shared-mime-info fonts-droid krb5-locales libtool xml-core texlive-luatex libmail-sendmail-perl lmodern python ruby wish texlive-latex-base-doc libfile-mimeinfo-perl libnet-dbus-perl libx11-protocol-perl x11-utils x11-xserver-utils The following NEW packages will be installed: autotools-dev bash-completion bsdmainutils debhelper diffstat ed expect file fontconfig-config gettext gettext-base ghostscript groff-base gsfonts html2text intltool-debian libasprintf0c2 libavahi-client3 libavahi-common-data libavahi-common3 libboost-dev libboost-regex1.49.0 libboost1.49-dev libbotan-1.10-0 libbotan1.10-dev libcairo2 libcroco3 libcups2 libcupsimage2 libdbus-1-3 libexpat1 libfontconfig1 libfreetype6 libgcrypt11 libgettextpo0 libglib2.0-0 libgnutls26 libgpg-error0 libgraphite3 libgs9 libgs9-common libgssapi-krb5-2 libice6 libicu48 libidn11 libidn11-dev libijs-0.35 libipc-signal-perl libjasper1 libjbig0 libjbig2dec0 libjpeg8 libk5crypto3 libkeyutils1 libkpathsea6 libkrb5-3 libkrb5support0 liblcms1 liblcms2-2 liblua5.1-0 liblua5.1-0-dev libmagic1 libmime-types-perl libopenjpeg2 libp11-kit0 libpaper-utils libpaper1 libpcre3 libpcre3-dev libpcrecpp0 libpipeline1 libpixman-1-0 libpng12-0 libpoppler19 libpopt0 libproc-waitstat-perl libptexenc1 libreadline-dev libreadline6-dev libsm6 libsource-highlight-common libsource-highlight4 libsqlite3-0 libsqlite3-dev libssl1.0.0 libtasn1-3 libtiff4 libtinfo-dev libunistring0 libx11-6 libx11-data libxau6 libxaw7 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxext6 libxml2 libxmu6 libxpm4 libxrender1 libxt6 luatex man-db mime-construct pkg-config po-debconf poppler-data poppler-utils ps2eps quilt sbuild-build-depends-monotone-dummy source-highlight tcl8.5 tex-common texinfo texlive-base texlive-binaries texlive-common texlive-doc-base texlive-generic-recommended texlive-latex-base ttf-dejavu-core x11-common xdg-utils zlib1g-dev 0 upgraded, 127 newly installed, 0 to remove and 0 not upgraded. Need to get 101 MB/101 MB of archives. After this operation, 339 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libpipeline1 amd64 1.2.1-1 [39.2 kB] Get:2 http://localhost/debian/ unstable/main libpopt0 amd64 1.16-7 [56.4 kB] Get:3 http://localhost/debian/ unstable/main libssl1.0.0 amd64 1.0.1c-3 [1211 kB] Get:4 http://localhost/debian/ unstable/main bash-completion all 1:2.0-1 [193 kB] Get:5 http://localhost/debian/ unstable/main libasprintf0c2 amd64 0.18.1.1-9 [26.8 kB] Get:6 http://localhost/debian/ unstable/main libgpg-error0 amd64 1.10-3 [66.8 kB] Get:7 http://localhost/debian/ unstable/main libgcrypt11 amd64 1.5.0-3 [298 kB] Get:8 http://localhost/debian/ unstable/main libp11-kit0 amd64 0.12-3 [52.8 kB] Get:9 http://localhost/debian/ unstable/main libtasn1-3 amd64 2.13-2 [67.7 kB] Get:10 http://localhost/debian/ unstable/main libgnutls26 amd64 2.12.20-1 [616 kB] Get:11 http://localhost/debian/ unstable/main libkeyutils1 amd64 1.5.5-3 [8552 B] Get:12 http://localhost/debian/ unstable/main libkrb5support0 amd64 1.10.1+dfsg-1 [49.0 kB] Get:13 http://localhost/debian/ unstable/main libk5crypto3 amd64 1.10.1+dfsg-1 [112 kB] Get:14 http://localhost/debian/ unstable/main libkrb5-3 amd64 1.10.1+dfsg-1 [393 kB] Get:15 http://localhost/debian/ unstable/main libgssapi-krb5-2 amd64 1.10.1+dfsg-1 [147 kB] Get:16 http://localhost/debian/ unstable/main libidn11 amd64 1.25-2 [178 kB] Get:17 http://localhost/debian/ unstable/main libmagic1 amd64 5.11-2 [202 kB] Get:18 http://localhost/debian/ unstable/main libpcre3 amd64 1:8.30-5 [242 kB] Get:19 http://localhost/debian/ unstable/main libsqlite3-0 amd64 3.7.13-1 [455 kB] Get:20 http://localhost/debian/ unstable/main libxml2 amd64 2.8.0+dfsg1-4 [903 kB] Get:21 http://localhost/debian/ unstable/main libavahi-common-data amd64 0.6.31-1 [134 kB] Get:22 http://localhost/debian/ unstable/main libavahi-common3 amd64 0.6.31-1 [54.3 kB] Get:23 http://localhost/debian/ unstable/main libdbus-1-3 amd64 1.6.2-2 [171 kB] Get:24 http://localhost/debian/ unstable/main libavahi-client3 amd64 0.6.31-1 [59.1 kB] Get:25 http://localhost/debian/ unstable/main libexpat1 amd64 2.1.0-1 [141 kB] Get:26 http://localhost/debian/ unstable/main libfreetype6 amd64 2.4.9-1 [450 kB] Get:27 http://localhost/debian/ unstable/main ttf-dejavu-core all 2.33-2 [1552 kB] Get:28 http://localhost/debian/ unstable/main fontconfig-config all 2.9.0-6 [232 kB] Get:29 http://localhost/debian/ unstable/main libfontconfig1 amd64 2.9.0-6 [299 kB] Get:30 http://localhost/debian/ unstable/main libpixman-1-0 amd64 0.26.0-3 [427 kB] Get:31 http://localhost/debian/ unstable/main libpng12-0 amd64 1.2.49-1 [190 kB] Get:32 http://localhost/debian/ unstable/main libxau6 amd64 1:1.0.7-1 [18.8 kB] Get:33 http://localhost/debian/ unstable/main libxdmcp6 amd64 1:1.1.1-1 [26.3 kB] Get:34 http://localhost/debian/ unstable/main libxcb1 amd64 1.8.1-1 [50.0 kB] Get:35 http://localhost/debian/ unstable/main libx11-data all 2:1.5.0-1 [189 kB] Get:36 http://localhost/debian/ unstable/main libx11-6 amd64 2:1.5.0-1 [901 kB] Get:37 http://localhost/debian/ unstable/main libxcb-render0 amd64 1.8.1-1 [18.4 kB] Get:38 http://localhost/debian/ unstable/main libxcb-shm0 amd64 1.8.1-1 [10.1 kB] Get:39 http://localhost/debian/ unstable/main libxrender1 amd64 1:0.9.7-1 [32.2 kB] Get:40 http://localhost/debian/ unstable/main libcairo2 amd64 1.12.2-2 [912 kB] Get:41 http://localhost/debian/ unstable/main libglib2.0-0 amd64 2.32.3-1 [2081 kB] Get:42 http://localhost/debian/ unstable/main libcroco3 amd64 0.6.5-1 [151 kB] Get:43 http://localhost/debian/ unstable/main libcups2 amd64 1.5.3-2 [255 kB] Get:44 http://localhost/debian/ unstable/main libjpeg8 amd64 8d-1 [134 kB] Get:45 http://localhost/debian/ unstable/main libjbig0 amd64 2.0-2 [32.2 kB] Get:46 http://localhost/debian/ unstable/main libtiff4 amd64 3.9.6-6 [202 kB] Get:47 http://localhost/debian/ unstable/main libcupsimage2 amd64 1.5.3-2 [137 kB] Get:48 http://localhost/debian/ unstable/main libunistring0 amd64 0.9.3-5 [434 kB] Get:49 http://localhost/debian/ unstable/main libgettextpo0 amd64 0.18.1.1-9 [145 kB] Get:50 http://localhost/debian/ unstable/main x11-common all 1:7.7+1 [278 kB] Get:51 http://localhost/debian/ unstable/main libice6 amd64 2:1.0.8-2 [63.1 kB] Get:52 http://localhost/debian/ unstable/main libicu48 amd64 4.8.1.1-8 [8138 kB] Get:53 http://localhost/debian/ unstable/main libjasper1 amd64 1.900.1-13 [159 kB] Get:54 http://localhost/debian/ unstable/main liblcms1 amd64 1.19.dfsg-1.1 [112 kB] Get:55 http://localhost/debian/ unstable/main liblcms2-2 amd64 2.2+git20110628-2.2 [143 kB] Get:56 http://localhost/debian/ unstable/main liblua5.1-0 amd64 5.1.5-2 [180 kB] Get:57 http://localhost/debian/ unstable/main libopenjpeg2 amd64 1.3+dfsg-4.2 [85.4 kB] Get:58 http://localhost/debian/ unstable/main libpaper1 amd64 1.1.24+nmu2 [22.0 kB] Get:59 http://localhost/debian/ unstable/main libpcrecpp0 amd64 1:8.30-5 [125 kB] Get:60 http://localhost/debian/ unstable/main libpoppler19 amd64 0.18.4-3 [1109 kB] Get:61 http://localhost/debian/ unstable/main libsm6 amd64 2:1.2.1-2 [34.2 kB] Get:62 http://localhost/debian/ unstable/main libxext6 amd64 2:1.3.1-2 [55.3 kB] Get:63 http://localhost/debian/ unstable/main libxt6 amd64 1:1.1.3-1 [211 kB] Get:64 http://localhost/debian/ unstable/main libxmu6 amd64 2:1.1.1-1 [66.6 kB] Get:65 http://localhost/debian/ unstable/main libxpm4 amd64 1:3.5.10-1 [49.4 kB] Get:66 http://localhost/debian/ unstable/main libxaw7 amd64 2:1.0.10-2 [226 kB] Get:67 http://localhost/debian/ unstable/main tex-common all 3.13 [640 kB] Get:68 http://localhost/debian/ unstable/main libkpathsea6 amd64 2012.20120628-1 [163 kB] Get:69 http://localhost/debian/ unstable/main luatex amd64 0.70.1.20120524-3 [2438 kB] Get:70 http://localhost/debian/ unstable/main poppler-data all 0.4.5-8 [1490 kB] Get:71 http://localhost/debian/ unstable/main bsdmainutils amd64 9.0.3 [209 kB] Get:72 http://localhost/debian/ unstable/main groff-base amd64 1.21-9 [1153 kB] Get:73 http://localhost/debian/ unstable/main man-db amd64 2.6.2-1 [1061 kB] Get:74 http://localhost/debian/ unstable/main file amd64 5.11-2 [51.8 kB] Get:75 http://localhost/debian/ unstable/main gettext-base amd64 0.18.1.1-9 [154 kB] Get:76 http://localhost/debian/ unstable/main texinfo amd64 4.13a.dfsg.1-10 [983 kB] Get:77 http://localhost/debian/ unstable/main autotools-dev all 20120608.1 [73.0 kB] Get:78 http://localhost/debian/ unstable/main html2text amd64 1.3.2a-15 [103 kB] Get:79 http://localhost/debian/ unstable/main gettext amd64 0.18.1.1-9 [1975 kB] Get:80 http://localhost/debian/ unstable/main intltool-debian all 0.35.0+20060710.1 [30.8 kB] Get:81 http://localhost/debian/ unstable/main po-debconf all 1.0.16+nmu2 [224 kB] Get:82 http://localhost/debian/ unstable/main debhelper all 9.20120608 [700 kB] Get:83 http://localhost/debian/ unstable/main diffstat amd64 1.55-3 [30.0 kB] Get:84 http://localhost/debian/ unstable/main ed amd64 1.6-2 [57.6 kB] Get:85 http://localhost/debian/ unstable/main tcl8.5 amd64 8.5.11-2 [1627 kB] Get:86 http://localhost/debian/ unstable/main expect amd64 5.45-2 [190 kB] Get:87 http://localhost/debian/ unstable/main libijs-0.35 amd64 0.35-8 [20.4 kB] Get:88 http://localhost/debian/ unstable/main libjbig2dec0 amd64 0.11+20120125-1 [51.8 kB] Get:89 http://localhost/debian/ unstable/main libgs9-common all 9.05~dfsg-6 [2189 kB] Get:90 http://localhost/debian/ unstable/main libgs9 amd64 9.05~dfsg-6 [2316 kB] Get:91 http://localhost/debian/ unstable/main gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.2 [3364 kB] Get:92 http://localhost/debian/ unstable/main ghostscript amd64 9.05~dfsg-6 [82.1 kB] Get:93 http://localhost/debian/ unstable/main libboost1.49-dev amd64 1.49.0-3.1 [9203 kB] Get:94 http://localhost/debian/ unstable/main libboost-dev amd64 1.49.0.1 [3022 B] Get:95 http://localhost/debian/ unstable/main libboost-regex1.49.0 amd64 1.49.0-3.1 [449 kB] Get:96 http://localhost/debian/ unstable/main libbotan-1.10-0 amd64 1.10.2-1 [1208 kB] Get:97 http://localhost/debian/ unstable/main libbotan1.10-dev amd64 1.10.2-1 [2680 kB] Get:98 http://localhost/debian/ unstable/main libgraphite3 amd64 1:2.3.1-0.2 [197 kB] Get:99 http://localhost/debian/ unstable/main pkg-config amd64 0.26-1 [59.5 kB] Get:100 http://localhost/debian/ unstable/main libidn11-dev amd64 1.25-2 [664 kB] Get:101 http://localhost/debian/ unstable/main libipc-signal-perl all 1.00-6 [7008 B] Get:102 http://localhost/debian/ unstable/main libtinfo-dev amd64 5.9-10 [105 kB] Get:103 http://localhost/debian/ unstable/main libreadline6-dev amd64 6.2-8 [264 kB] Get:104 http://localhost/debian/ unstable/main libreadline-dev amd64 6.2-8 [890 B] Get:105 http://localhost/debian/ unstable/main liblua5.1-0-dev amd64 5.1.5-2 [239 kB] Get:106 http://localhost/debian/ unstable/main libmime-types-perl all 1.35-1 [36.1 kB] Get:107 http://localhost/debian/ unstable/main libpaper-utils amd64 1.1.24+nmu2 [18.3 kB] Get:108 http://localhost/debian/ unstable/main libpcre3-dev amd64 1:8.30-5 [349 kB] Get:109 http://localhost/debian/ unstable/main libproc-waitstat-perl all 1.00-4 [7790 B] Get:110 http://localhost/debian/ unstable/main libptexenc1 amd64 2012.20120628-1 [55.6 kB] Get:111 http://localhost/debian/ unstable/main libsource-highlight-common all 3.1.6-1 [71.1 kB] Get:112 http://localhost/debian/ unstable/main libsource-highlight4 amd64 3.1.6-1+b1 [312 kB] Get:113 http://localhost/debian/ unstable/main libsqlite3-dev amd64 3.7.13-1 [578 kB] Get:114 http://localhost/debian/ unstable/main mime-construct all 1.11 [19.7 kB] Get:115 http://localhost/debian/ unstable/main poppler-utils amd64 0.18.4-3 [163 kB] Get:116 http://localhost/debian/ unstable/main ps2eps amd64 1.68-1 [40.3 kB] Get:117 http://localhost/debian/ unstable/main quilt all 0.60-2 [377 kB] Get:118 http://localhost/debian/ unstable/main source-highlight amd64 3.1.6-1+b1 [366 kB] Get:119 http://localhost/debian/ unstable/main texlive-common all 2012.20120611-3 [200 kB] Get:120 http://localhost/debian/ unstable/main texlive-doc-base all 2012.20120611-1 [1651 kB] Get:121 http://localhost/debian/ unstable/main texlive-binaries amd64 2012.20120628-1 [17.3 MB] Get:122 http://localhost/debian/ unstable/main xdg-utils all 1.1.0~rc1+git20111210-6 [83.7 kB] Get:123 http://localhost/debian/ unstable/main texlive-base all 2012.20120611-3 [14.2 MB] Get:124 http://localhost/debian/ unstable/main texlive-generic-recommended all 2012.20120611-3 [2144 kB] Get:125 http://localhost/debian/ unstable/main texlive-latex-base all 2012.20120611-3 [894 kB] Get:126 http://localhost/debian/ unstable/main zlib1g-dev amd64 1:1.2.7.dfsg-13 [215 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 101 MB in 9s (11.0 MB/s) Selecting previously unselected package libpipeline1:amd64. (Reading database ... 11809 files and directories currently installed.) Unpacking libpipeline1:amd64 (from .../libpipeline1_1.2.1-1_amd64.deb) ... Selecting previously unselected package libpopt0:amd64. Unpacking libpopt0:amd64 (from .../libpopt0_1.16-7_amd64.deb) ... Selecting previously unselected package libssl1.0.0:amd64. Unpacking libssl1.0.0:amd64 (from .../libssl1.0.0_1.0.1c-3_amd64.deb) ... Selecting previously unselected package bash-completion. Unpacking bash-completion (from .../bash-completion_1%3a2.0-1_all.deb) ... Selecting previously unselected package libasprintf0c2:amd64. Unpacking libasprintf0c2:amd64 (from .../libasprintf0c2_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package libgpg-error0:amd64. Unpacking libgpg-error0:amd64 (from .../libgpg-error0_1.10-3_amd64.deb) ... Selecting previously unselected package libgcrypt11:amd64. Unpacking libgcrypt11:amd64 (from .../libgcrypt11_1.5.0-3_amd64.deb) ... Selecting previously unselected package libp11-kit0:amd64. Unpacking libp11-kit0:amd64 (from .../libp11-kit0_0.12-3_amd64.deb) ... Selecting previously unselected package libtasn1-3:amd64. Unpacking libtasn1-3:amd64 (from .../libtasn1-3_2.13-2_amd64.deb) ... Selecting previously unselected package libgnutls26:amd64. Unpacking libgnutls26:amd64 (from .../libgnutls26_2.12.20-1_amd64.deb) ... Selecting previously unselected package libkeyutils1:amd64. Unpacking libkeyutils1:amd64 (from .../libkeyutils1_1.5.5-3_amd64.deb) ... Selecting previously unselected package libkrb5support0:amd64. Unpacking libkrb5support0:amd64 (from .../libkrb5support0_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libk5crypto3:amd64. Unpacking libk5crypto3:amd64 (from .../libk5crypto3_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libkrb5-3:amd64. Unpacking libkrb5-3:amd64 (from .../libkrb5-3_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Unpacking libgssapi-krb5-2:amd64 (from .../libgssapi-krb5-2_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libidn11:amd64. Unpacking libidn11:amd64 (from .../libidn11_1.25-2_amd64.deb) ... Selecting previously unselected package libmagic1:amd64. Unpacking libmagic1:amd64 (from .../libmagic1_5.11-2_amd64.deb) ... Selecting previously unselected package libpcre3:amd64. Unpacking libpcre3:amd64 (from .../libpcre3_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libsqlite3-0:amd64. Unpacking libsqlite3-0:amd64 (from .../libsqlite3-0_3.7.13-1_amd64.deb) ... Selecting previously unselected package libxml2:amd64. Unpacking libxml2:amd64 (from .../libxml2_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package libavahi-common-data:amd64. Unpacking libavahi-common-data:amd64 (from .../libavahi-common-data_0.6.31-1_amd64.deb) ... Selecting previously unselected package libavahi-common3:amd64. Unpacking libavahi-common3:amd64 (from .../libavahi-common3_0.6.31-1_amd64.deb) ... Selecting previously unselected package libdbus-1-3:amd64. Unpacking libdbus-1-3:amd64 (from .../libdbus-1-3_1.6.2-2_amd64.deb) ... Selecting previously unselected package libavahi-client3:amd64. Unpacking libavahi-client3:amd64 (from .../libavahi-client3_0.6.31-1_amd64.deb) ... Selecting previously unselected package libexpat1:amd64. Unpacking libexpat1:amd64 (from .../libexpat1_2.1.0-1_amd64.deb) ... Selecting previously unselected package libfreetype6:amd64. Unpacking libfreetype6:amd64 (from .../libfreetype6_2.4.9-1_amd64.deb) ... Selecting previously unselected package ttf-dejavu-core. Unpacking ttf-dejavu-core (from .../ttf-dejavu-core_2.33-2_all.deb) ... Selecting previously unselected package fontconfig-config. Unpacking fontconfig-config (from .../fontconfig-config_2.9.0-6_all.deb) ... Selecting previously unselected package libfontconfig1:amd64. Unpacking libfontconfig1:amd64 (from .../libfontconfig1_2.9.0-6_amd64.deb) ... Selecting previously unselected package libpixman-1-0:amd64. Unpacking libpixman-1-0:amd64 (from .../libpixman-1-0_0.26.0-3_amd64.deb) ... Selecting previously unselected package libpng12-0:amd64. Unpacking libpng12-0:amd64 (from .../libpng12-0_1.2.49-1_amd64.deb) ... Selecting previously unselected package libxau6:amd64. Unpacking libxau6:amd64 (from .../libxau6_1%3a1.0.7-1_amd64.deb) ... Selecting previously unselected package libxdmcp6:amd64. Unpacking libxdmcp6:amd64 (from .../libxdmcp6_1%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package libxcb1:amd64. Unpacking libxcb1:amd64 (from .../libxcb1_1.8.1-1_amd64.deb) ... Selecting previously unselected package libx11-data. Unpacking libx11-data (from .../libx11-data_2%3a1.5.0-1_all.deb) ... Selecting previously unselected package libx11-6:amd64. Unpacking libx11-6:amd64 (from .../libx11-6_2%3a1.5.0-1_amd64.deb) ... Selecting previously unselected package libxcb-render0:amd64. Unpacking libxcb-render0:amd64 (from .../libxcb-render0_1.8.1-1_amd64.deb) ... Selecting previously unselected package libxcb-shm0:amd64. Unpacking libxcb-shm0:amd64 (from .../libxcb-shm0_1.8.1-1_amd64.deb) ... Selecting previously unselected package libxrender1:amd64. Unpacking libxrender1:amd64 (from .../libxrender1_1%3a0.9.7-1_amd64.deb) ... Selecting previously unselected package libcairo2:amd64. Unpacking libcairo2:amd64 (from .../libcairo2_1.12.2-2_amd64.deb) ... Selecting previously unselected package libglib2.0-0:amd64. Unpacking libglib2.0-0:amd64 (from .../libglib2.0-0_2.32.3-1_amd64.deb) ... Selecting previously unselected package libcroco3:amd64. Unpacking libcroco3:amd64 (from .../libcroco3_0.6.5-1_amd64.deb) ... Selecting previously unselected package libcups2:amd64. Unpacking libcups2:amd64 (from .../libcups2_1.5.3-2_amd64.deb) ... Selecting previously unselected package libjpeg8:amd64. Unpacking libjpeg8:amd64 (from .../libjpeg8_8d-1_amd64.deb) ... Selecting previously unselected package libjbig0:amd64. Unpacking libjbig0:amd64 (from .../libjbig0_2.0-2_amd64.deb) ... Selecting previously unselected package libtiff4:amd64. Unpacking libtiff4:amd64 (from .../libtiff4_3.9.6-6_amd64.deb) ... Selecting previously unselected package libcupsimage2:amd64. Unpacking libcupsimage2:amd64 (from .../libcupsimage2_1.5.3-2_amd64.deb) ... Selecting previously unselected package libunistring0:amd64. Unpacking libunistring0:amd64 (from .../libunistring0_0.9.3-5_amd64.deb) ... Selecting previously unselected package libgettextpo0:amd64. Unpacking libgettextpo0:amd64 (from .../libgettextpo0_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package 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 libicu48:amd64. Unpacking libicu48:amd64 (from .../libicu48_4.8.1.1-8_amd64.deb) ... Selecting previously unselected package libjasper1:amd64. Unpacking libjasper1:amd64 (from .../libjasper1_1.900.1-13_amd64.deb) ... Selecting previously unselected package liblcms1:amd64. Unpacking liblcms1:amd64 (from .../liblcms1_1.19.dfsg-1.1_amd64.deb) ... Selecting previously unselected package liblcms2-2:amd64. Unpacking liblcms2-2:amd64 (from .../liblcms2-2_2.2+git20110628-2.2_amd64.deb) ... Selecting previously unselected package liblua5.1-0:amd64. Unpacking liblua5.1-0:amd64 (from .../liblua5.1-0_5.1.5-2_amd64.deb) ... Selecting previously unselected package libopenjpeg2:amd64. Unpacking libopenjpeg2:amd64 (from .../libopenjpeg2_1.3+dfsg-4.2_amd64.deb) ... Selecting previously unselected package libpaper1:amd64. Unpacking libpaper1:amd64 (from .../libpaper1_1.1.24+nmu2_amd64.deb) ... Selecting previously unselected package libpcrecpp0:amd64. Unpacking libpcrecpp0:amd64 (from .../libpcrecpp0_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libpoppler19:amd64. Unpacking libpoppler19:amd64 (from .../libpoppler19_0.18.4-3_amd64.deb) ... Selecting previously unselected package libsm6:amd64. Unpacking libsm6:amd64 (from .../libsm6_2%3a1.2.1-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 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 tex-common. Unpacking tex-common (from .../tex-common_3.13_all.deb) ... Selecting previously unselected package libkpathsea6. Unpacking libkpathsea6 (from .../libkpathsea6_2012.20120628-1_amd64.deb) ... Selecting previously unselected package luatex. Unpacking luatex (from .../luatex_0.70.1.20120524-3_amd64.deb) ... Selecting previously unselected package poppler-data. Unpacking poppler-data (from .../poppler-data_0.4.5-8_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 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 texinfo. Unpacking texinfo (from .../texinfo_4.13a.dfsg.1-10_amd64.deb) ... Selecting previously unselected package autotools-dev. Unpacking autotools-dev (from .../autotools-dev_20120608.1_all.deb) ... Selecting previously unselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-15_amd64.deb) ... Selecting previously unselected package gettext. Unpacking gettext (from .../gettext_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package intltool-debian. Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ... Selecting previously unselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.16+nmu2_all.deb) ... Selecting previously unselected package debhelper. Unpacking debhelper (from .../debhelper_9.20120608_all.deb) ... Selecting previously unselected package diffstat. Unpacking diffstat (from .../diffstat_1.55-3_amd64.deb) ... Selecting previously unselected package ed. Unpacking ed (from .../archives/ed_1.6-2_amd64.deb) ... Selecting previously unselected package tcl8.5. Unpacking tcl8.5 (from .../tcl8.5_8.5.11-2_amd64.deb) ... Selecting previously unselected package expect. Unpacking expect (from .../expect_5.45-2_amd64.deb) ... Selecting previously unselected package libijs-0.35. Unpacking libijs-0.35 (from .../libijs-0.35_0.35-8_amd64.deb) ... Selecting previously unselected package libjbig2dec0. Unpacking libjbig2dec0 (from .../libjbig2dec0_0.11+20120125-1_amd64.deb) ... Selecting previously unselected package libgs9-common. Unpacking libgs9-common (from .../libgs9-common_9.05~dfsg-6_all.deb) ... Selecting previously unselected package libgs9. Unpacking libgs9 (from .../libgs9_9.05~dfsg-6_amd64.deb) ... Selecting previously unselected package gsfonts. Unpacking gsfonts (from .../gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.2_all.deb) ... Selecting previously unselected package ghostscript. Unpacking ghostscript (from .../ghostscript_9.05~dfsg-6_amd64.deb) ... Selecting previously unselected package libboost1.49-dev. Unpacking libboost1.49-dev (from .../libboost1.49-dev_1.49.0-3.1_amd64.deb) ... Selecting previously unselected package libboost-dev. Unpacking libboost-dev (from .../libboost-dev_1.49.0.1_amd64.deb) ... Selecting previously unselected package libboost-regex1.49.0. Unpacking libboost-regex1.49.0 (from .../libboost-regex1.49.0_1.49.0-3.1_amd64.deb) ... Selecting previously unselected package libbotan-1.10-0. Unpacking libbotan-1.10-0 (from .../libbotan-1.10-0_1.10.2-1_amd64.deb) ... Selecting previously unselected package libbotan1.10-dev. Unpacking libbotan1.10-dev (from .../libbotan1.10-dev_1.10.2-1_amd64.deb) ... Selecting previously unselected package libgraphite3. Unpacking libgraphite3 (from .../libgraphite3_1%3a2.3.1-0.2_amd64.deb) ... Selecting previously unselected package pkg-config. Unpacking pkg-config (from .../pkg-config_0.26-1_amd64.deb) ... Selecting previously unselected package libidn11-dev. Unpacking libidn11-dev (from .../libidn11-dev_1.25-2_amd64.deb) ... Selecting previously unselected package libipc-signal-perl. Unpacking libipc-signal-perl (from .../libipc-signal-perl_1.00-6_all.deb) ... Selecting previously unselected package libtinfo-dev:amd64. Unpacking libtinfo-dev:amd64 (from .../libtinfo-dev_5.9-10_amd64.deb) ... Selecting previously unselected package libreadline6-dev:amd64. Unpacking libreadline6-dev:amd64 (from .../libreadline6-dev_6.2-8_amd64.deb) ... Selecting previously unselected package libreadline-dev:amd64. Unpacking libreadline-dev:amd64 (from .../libreadline-dev_6.2-8_amd64.deb) ... Selecting previously unselected package liblua5.1-0-dev:amd64. Unpacking liblua5.1-0-dev:amd64 (from .../liblua5.1-0-dev_5.1.5-2_amd64.deb) ... Selecting previously unselected package libmime-types-perl. Unpacking libmime-types-perl (from .../libmime-types-perl_1.35-1_all.deb) ... Selecting previously unselected package libpaper-utils. Unpacking libpaper-utils (from .../libpaper-utils_1.1.24+nmu2_amd64.deb) ... Selecting previously unselected package libpcre3-dev. Unpacking libpcre3-dev (from .../libpcre3-dev_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libproc-waitstat-perl. Unpacking libproc-waitstat-perl (from .../libproc-waitstat-perl_1.00-4_all.deb) ... Selecting previously unselected package libptexenc1. Unpacking libptexenc1 (from .../libptexenc1_2012.20120628-1_amd64.deb) ... Selecting previously unselected package libsource-highlight-common. Unpacking libsource-highlight-common (from .../libsource-highlight-common_3.1.6-1_all.deb) ... Selecting previously unselected package libsource-highlight4. Unpacking libsource-highlight4 (from .../libsource-highlight4_3.1.6-1+b1_amd64.deb) ... Selecting previously unselected package libsqlite3-dev. Unpacking libsqlite3-dev (from .../libsqlite3-dev_3.7.13-1_amd64.deb) ... Selecting previously unselected package mime-construct. Unpacking mime-construct (from .../mime-construct_1.11_all.deb) ... Selecting previously unselected package poppler-utils. Unpacking poppler-utils (from .../poppler-utils_0.18.4-3_amd64.deb) ... Selecting previously unselected package ps2eps. Unpacking ps2eps (from .../ps2eps_1.68-1_amd64.deb) ... Selecting previously unselected package quilt. Unpacking quilt (from .../archives/quilt_0.60-2_all.deb) ... Selecting previously unselected package source-highlight. Unpacking source-highlight (from .../source-highlight_3.1.6-1+b1_amd64.deb) ... Selecting previously unselected package texlive-common. Unpacking texlive-common (from .../texlive-common_2012.20120611-3_all.deb) ... Selecting previously unselected package texlive-doc-base. Unpacking texlive-doc-base (from .../texlive-doc-base_2012.20120611-1_all.deb) ... Selecting previously unselected package texlive-binaries. Unpacking texlive-binaries (from .../texlive-binaries_2012.20120628-1_amd64.deb) ... Selecting previously unselected package xdg-utils. Unpacking xdg-utils (from .../xdg-utils_1.1.0~rc1+git20111210-6_all.deb) ... Selecting previously unselected package texlive-base. Unpacking texlive-base (from .../texlive-base_2012.20120611-3_all.deb) ... Selecting previously unselected package texlive-generic-recommended. Unpacking texlive-generic-recommended (from .../texlive-generic-recommended_2012.20120611-3_all.deb) ... Selecting previously unselected package texlive-latex-base. Unpacking texlive-latex-base (from .../texlive-latex-base_2012.20120611-3_all.deb) ... Selecting previously unselected package zlib1g-dev:amd64. Unpacking zlib1g-dev:amd64 (from .../zlib1g-dev_1%3a1.2.7.dfsg-13_amd64.deb) ... Selecting previously unselected package sbuild-build-depends-monotone-dummy. Unpacking sbuild-build-depends-monotone-dummy (from .../sbuild-build-depends-monotone-dummy.deb) ... Setting up libpipeline1:amd64 (1.2.1-1) ... Setting up libpopt0:amd64 (1.16-7) ... Setting up libssl1.0.0:amd64 (1.0.1c-3) ... Setting up bash-completion (1:2.0-1) ... Setting up libasprintf0c2:amd64 (0.18.1.1-9) ... Setting up libgpg-error0:amd64 (1.10-3) ... Setting up libgcrypt11:amd64 (1.5.0-3) ... Setting up libp11-kit0:amd64 (0.12-3) ... Setting up libtasn1-3:amd64 (2.13-2) ... Setting up libgnutls26:amd64 (2.12.20-1) ... Setting up libkeyutils1:amd64 (1.5.5-3) ... Setting up libkrb5support0:amd64 (1.10.1+dfsg-1) ... Setting up libk5crypto3:amd64 (1.10.1+dfsg-1) ... Setting up libkrb5-3:amd64 (1.10.1+dfsg-1) ... Setting up libgssapi-krb5-2:amd64 (1.10.1+dfsg-1) ... Setting up libidn11:amd64 (1.25-2) ... Setting up libmagic1:amd64 (5.11-2) ... Setting up libpcre3:amd64 (1:8.30-5) ... Setting up libsqlite3-0:amd64 (3.7.13-1) ... Setting up libxml2:amd64 (2.8.0+dfsg1-4) ... Setting up libavahi-common-data:amd64 (0.6.31-1) ... Setting up libavahi-common3:amd64 (0.6.31-1) ... Setting up libdbus-1-3:amd64 (1.6.2-2) ... Setting up libavahi-client3:amd64 (0.6.31-1) ... Setting up libexpat1:amd64 (2.1.0-1) ... Setting up libfreetype6:amd64 (2.4.9-1) ... Setting up ttf-dejavu-core (2.33-2) ... Setting up fontconfig-config (2.9.0-6) ... Setting up libfontconfig1:amd64 (2.9.0-6) ... Setting up libpixman-1-0:amd64 (0.26.0-3) ... Setting up libpng12-0:amd64 (1.2.49-1) ... Setting up libxau6:amd64 (1:1.0.7-1) ... Setting up libxdmcp6:amd64 (1:1.1.1-1) ... Setting up libxcb1:amd64 (1.8.1-1) ... Setting up libx11-data (2:1.5.0-1) ... Setting up libx11-6:amd64 (2:1.5.0-1) ... Setting up libxcb-render0:amd64 (1.8.1-1) ... Setting up libxcb-shm0:amd64 (1.8.1-1) ... Setting up libxrender1:amd64 (1:0.9.7-1) ... Setting up libcairo2:amd64 (1.12.2-2) ... Setting up libglib2.0-0:amd64 (2.32.3-1) ... No schema files found: doing nothing. Setting up libcroco3:amd64 (0.6.5-1) ... Setting up libcups2:amd64 (1.5.3-2) ... Setting up libjpeg8:amd64 (8d-1) ... Setting up libjbig0:amd64 (2.0-2) ... Setting up libtiff4:amd64 (3.9.6-6) ... Setting up libcupsimage2:amd64 (1.5.3-2) ... Setting up libunistring0:amd64 (0.9.3-5) ... Setting up libgettextpo0:amd64 (0.18.1.1-9) ... Setting up 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 libicu48:amd64 (4.8.1.1-8) ... Setting up libjasper1:amd64 (1.900.1-13) ... Setting up liblcms1:amd64 (1.19.dfsg-1.1) ... Setting up liblcms2-2:amd64 (2.2+git20110628-2.2) ... Setting up liblua5.1-0:amd64 (5.1.5-2) ... Setting up libopenjpeg2:amd64 (1.3+dfsg-4.2) ... Setting up libpaper1:amd64 (1.1.24+nmu2) ... Creating config file /etc/papersize with new version Setting up libpcrecpp0:amd64 (1:8.30-5) ... Setting up libpoppler19:amd64 (0.18.4-3) ... Setting up libsm6:amd64 (2:1.2.1-2) ... Setting up libxext6:amd64 (2:1.3.1-2) ... 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 tex-common (3.13) ... Running mktexlsr. This may take some time... done. texlive-base is not ready, delaying updmap-sys call texlive-base is not ready, skipping fmtutil-sys --all call Setting up libkpathsea6 (2012.20120628-1) ... Setting up luatex (0.70.1.20120524-3) ... texlive-base is not ready, cannot create formats Setting up poppler-data (0.4.5-8) ... Setting up bsdmainutils (9.0.3) ... update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode Setting up groff-base (1.21-9) ... Setting up man-db (2.6.2-1) ... Building database of manual pages ... Setting up file (5.11-2) ... Setting up gettext-base (0.18.1.1-9) ... Setting up texinfo (4.13a.dfsg.1-10) ... Running mktexlsr. This may take some time. ... done. Setting up autotools-dev (20120608.1) ... 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 diffstat (1.55-3) ... Setting up ed (1.6-2) ... Setting up tcl8.5 (8.5.11-2) ... update-alternatives: using /usr/bin/tclsh8.5 to provide /usr/bin/tclsh (tclsh) in auto mode Setting up expect (5.45-2) ... Setting up libijs-0.35 (0.35-8) ... Setting up libjbig2dec0 (0.11+20120125-1) ... Setting up libgs9-common (9.05~dfsg-6) ... Setting up libgs9 (9.05~dfsg-6) ... Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2) ... Setting up ghostscript (9.05~dfsg-6) ... Setting up libboost1.49-dev (1.49.0-3.1) ... Setting up libboost-dev (1.49.0.1) ... Setting up libboost-regex1.49.0 (1.49.0-3.1) ... Setting up libbotan-1.10-0 (1.10.2-1) ... Setting up libbotan1.10-dev (1.10.2-1) ... Setting up libgraphite3 (1:2.3.1-0.2) ... Setting up pkg-config (0.26-1) ... Setting up libidn11-dev (1.25-2) ... Setting up libipc-signal-perl (1.00-6) ... Setting up libtinfo-dev:amd64 (5.9-10) ... Setting up libreadline6-dev:amd64 (6.2-8) ... Setting up libreadline-dev:amd64 (6.2-8) ... Setting up liblua5.1-0-dev:amd64 (5.1.5-2) ... Setting up libmime-types-perl (1.35-1) ... Setting up libpaper-utils (1.1.24+nmu2) ... Setting up libpcre3-dev (1:8.30-5) ... Setting up libproc-waitstat-perl (1.00-4) ... Setting up libptexenc1 (2012.20120628-1) ... Setting up libsource-highlight-common (3.1.6-1) ... Setting up libsource-highlight4 (3.1.6-1+b1) ... Setting up libsqlite3-dev (3.7.13-1) ... Setting up mime-construct (1.11) ... Setting up poppler-utils (0.18.4-3) ... Setting up ps2eps (1.68-1) ... Setting up quilt (0.60-2) ... Setting up source-highlight (3.1.6-1+b1) ... Setting up texlive-common (2012.20120611-3) ... Setting up texlive-doc-base (2012.20120611-1) ... Setting up texlive-binaries (2012.20120628-1) ... update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode Building format(s) --refresh. This may take some time... done. Setting up xdg-utils (1.1.0~rc1+git20111210-6) ... Setting up zlib1g-dev:amd64 (1:1.2.7.dfsg-13) ... Processing triggers for tex-common ... Running mktexlsr. This may take some time... done. Setting up texlive-base (2012.20120611-3) ... /usr/bin/tl-paper: setting paper size for dvips to a4. /usr/bin/tl-paper: setting paper size for dvipdfmx to a4. /usr/bin/tl-paper: setting paper size for xdvi to a4. /usr/bin/tl-paper: setting paper size for pdftex to a4. Running mktexlsr. This may take some time... done. Building format(s) --all. This may take some time... done. Processing triggers for tex-common ... Running updmap-sys. This may take some time... done. Running mktexlsr /var/lib/texmf ... done. Setting up texlive-generic-recommended (2012.20120611-3) ... Setting up texlive-latex-base (2012.20120611-3) ... Running mktexlsr. This may take some time... done. Building format(s) --all --cnffile /etc/texmf/fmt.d/10texlive-latex-base.cnf. This may take some time... done. Processing triggers for tex-common ... Running mktexlsr. This may take some time... done. Running updmap-sys. This may take some time... done. Running mktexlsr /var/lib/texmf ... done. Setting up sbuild-build-depends-monotone-dummy (0.invalid.0) ... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build environment │ └──────────────────────────────────────────────────────────────────────────────┘ Kernel: Linux 2.6.32-5-xen-amd64 amd64 (x86_64) Toolchain package versions: binutils_2.22-7 dpkg-dev_1.16.7 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc-4.6_4.6.3-8 gcc-4.7_4.7.1-3 libc6-dev_2.13-34 libstdc++6_4.7.1-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 linux-libc-dev_3.2.21-3 Package versions: apt_0.9.7.1 autotools-dev_20120608.1 base-files_6.11 base-passwd_3.5.26 bash_4.2-3 bash-completion_1:2.0-1 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 diffstat_1.55-3 diffutils_1:3.2-6 dpkg_1.16.7 dpkg-dev_1.16.7 e2fslibs_1.42.4-3 e2fsprogs_1.42.4-3 ed_1.6-2 expect_5.45-2 fakeroot_1.18.4-2 file_5.11-2 findutils_4.4.2-4 fontconfig-config_2.9.0-6 g++_4:4.7.1-1 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc_4:4.7.1-1 gcc-4.4-base_4.4.7-1 gcc-4.5-base_4.5.4-1 gcc-4.6_4.6.3-8 gcc-4.6-base_4.6.3-8 gcc-4.7_4.7.1-3 gcc-4.7-base_4.7.1-3 gettext_0.18.1.1-9 gettext-base_0.18.1.1-9 ghostscript_9.05~dfsg-6 gnupg_1.4.12-4+b1 gpgv_1.4.12-4+b1 grep_2.12-2 groff-base_1.21-9 gsfonts_1:8.11+urwcyr1.0.7~pre44-4.2 gzip_1.5-1.1 hostname_3.11 html2text_1.3.2a-15 initscripts_2.88dsf-28 insserv_1.14.0-4 intltool-debian_0.35.0+20060710.1 libacl1_2.2.51-8 libapt-pkg4.12_0.9.7.1 libasprintf0c2_0.18.1.1-9 libattr1_1:2.4.46-8 libavahi-client3_0.6.31-1 libavahi-common-data_0.6.31-1 libavahi-common3_0.6.31-1 libblkid1_2.20.1-5.1 libboost-dev_1.49.0.1 libboost-regex1.49.0_1.49.0-3.1 libboost1.49-dev_1.49.0-3.1 libbotan-1.10-0_1.10.2-1 libbotan1.10-dev_1.10.2-1 libbz2-1.0_1.0.6-3 libc-bin_2.13-34 libc-dev-bin_2.13-34 libc6_2.13-34 libc6-dev_2.13-34 libcairo2_1.12.2-2 libclang-common-dev_3.1-8 libclass-isa-perl_0.36-3 libcomerr2_1.42.4-3 libcroco3_0.6.5-1 libcups2_1.5.3-2 libcupsimage2_1.5.3-2 libdb5.1_5.1.29-5 libdbus-1-3_1.6.2-2 libdpkg-perl_1.16.7 libexpat1_2.1.0-1 libffi5_3.0.10-3 libfile-fcntllock-perl_0.14-2 libfontconfig1_2.9.0-6 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 libglib2.0-0_2.32.3-1 libgmp10_2:5.0.5+dfsg-2 libgnutls26_2.12.20-1 libgomp1_4.7.1-3 libgpg-error0_1.10-3 libgraphite3_1:2.3.1-0.2 libgs9_9.05~dfsg-6 libgs9-common_9.05~dfsg-6 libgssapi-krb5-2_1.10.1+dfsg-1 libice6_2:1.0.8-2 libicu48_4.8.1.1-8 libidn11_1.25-2 libidn11-dev_1.25-2 libijs-0.35_0.35-8 libipc-signal-perl_1.00-6 libitm1_4.7.1-3 libjasper1_1.900.1-13 libjbig0_2.0-2 libjbig2dec0_0.11+20120125-1 libjpeg8_8d-1 libk5crypto3_1.10.1+dfsg-1 libkeyutils1_1.5.5-3 libkpathsea6_2012.20120628-1 libkrb5-3_1.10.1+dfsg-1 libkrb5support0_1.10.1+dfsg-1 liblcms1_1.19.dfsg-1.1 liblcms2-2_2.2+git20110628-2.2 libllvm3.1_3.1-2 liblocale-gettext-perl_1.05-7+b1 liblua5.1-0_5.1.5-2 liblua5.1-0-dev_5.1.5-2 liblzma5_5.1.1alpha+20120614-1 libmagic1_5.11-2 libmime-types-perl_1.35-1 libmount1_2.20.1-5.1 libmpc2_0.9-4 libmpfr4_3.1.0-5 libncurses5_5.9-10 libopenjpeg2_1.3+dfsg-4.2 libp11-kit0_0.12-3 libpam-modules_1.1.3-7.1 libpam-modules-bin_1.1.3-7.1 libpam-runtime_1.1.3-7.1 libpam0g_1.1.3-7.1 libpaper-utils_1.1.24+nmu2 libpaper1_1.1.24+nmu2 libpcre3_1:8.30-5 libpcre3-dev_1:8.30-5 libpcrecpp0_1:8.30-5 libpipeline1_1.2.1-1 libpixman-1-0_0.26.0-3 libpng12-0_1.2.49-1 libpoppler19_0.18.4-3 libpopt0_1.16-7 libproc-waitstat-perl_1.00-4 libptexenc1_2012.20120628-1 libquadmath0_4.7.1-3 libreadline-dev_6.2-8 libreadline6_6.2-8 libreadline6-dev_6.2-8 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 libsource-highlight-common_3.1.6-1 libsource-highlight4_3.1.6-1+b1 libsqlite3-0_3.7.13-1 libsqlite3-dev_3.7.13-1 libss2_1.42.4-3 libssl1.0.0_1.0.1c-3 libstdc++6_4.7.1-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 libswitch-perl_2.16-2 libtasn1-3_2.13-2 libtext-charwidth-perl_0.04-7+b1 libtext-iconv-perl_1.7-5 libtext-wrapi18n-perl_0.06-7 libtiff4_3.9.6-6 libtimedate-perl_1.2000-1 libtinfo-dev_5.9-10 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 libuuid1_2.20.1-5.1 libx11-6_2:1.5.0-1 libx11-data_2:1.5.0-1 libxau6_1:1.0.7-1 libxaw7_2:1.0.10-2 libxcb-render0_1.8.1-1 libxcb-shm0_1.8.1-1 libxcb1_1.8.1-1 libxdmcp6_1:1.1.1-1 libxext6_2:1.3.1-2 libxml2_2.8.0+dfsg1-4 libxmu6_2:1.1.1-1 libxpm4_1:3.5.10-1 libxrender1_1:0.9.7-1 libxt6_1:1.1.3-1 linux-libc-dev_3.2.21-3 login_1:4.1.5.1-1 lsb-base_4.1+Debian7 luatex_0.70.1.20120524-3 make_3.81-8.2 man-db_2.6.2-1 mawk_1.3.3-17 mime-construct_1.11 mount_2.20.1-5.1 multiarch-support_2.13-34 ncurses-base_5.9-10 ncurses-bin_5.9-10 passwd_1:4.1.5.1-1 patch_2.6.1-3 perl_5.14.2-12 perl-base_5.14.2-12 perl-modules_5.14.2-12 pkg-config_0.26-1 po-debconf_1.0.16+nmu2 poppler-data_0.4.5-8 poppler-utils_0.18.4-3 ps2eps_1.68-1 quilt_0.60-2 readline-common_6.2-8 sbuild-build-depends-core-dummy_0.invalid.0 sbuild-build-depends-monotone-dummy_0.invalid.0 sed_4.2.1-10 sensible-utils_0.0.7 source-highlight_3.1.6-1+b1 sysv-rc_2.88dsf-28 sysvinit_2.88dsf-28 sysvinit-utils_2.88dsf-28 tar_1.26-4 tcl8.5_8.5.11-2 tex-common_3.13 texinfo_4.13a.dfsg.1-10 texlive-base_2012.20120611-3 texlive-binaries_2012.20120628-1 texlive-common_2012.20120611-3 texlive-doc-base_2012.20120611-1 texlive-generic-recommended_2012.20120611-3 texlive-latex-base_2012.20120611-3 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 xdg-utils_1.1.0~rc1+git20111210-6 xz-utils_5.1.1alpha+20120614-1 zlib1g_1:1.2.7.dfsg-13 zlib1g-dev_1:1.2.7.dfsg-13 ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build │ └──────────────────────────────────────────────────────────────────────────────┘ Unpack source ───────────── gpgv: keyblock resource `/sbuild-nonexistent/.gnupg/trustedkeys.gpg': file open error gpgv: Signature made Thu May 10 19:02:52 2012 UTC using DSA key ID 9DFFAAD4 gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./monotone_1.0-6.dsc dpkg-source: info: extracting monotone in monotone-1.0 dpkg-source: info: unpacking monotone_1.0.orig.tar.bz2 dpkg-source: info: unpacking monotone_1.0-6.debian.tar.gz dpkg-source: info: applying 00-db-extension-bash-completion.diff dpkg-source: info: applying 01-format-security.diff dpkg-source: info: applying 02-file_handle.diff dpkg-source: info: applying 03-url_escaping.diff dpkg-source: info: applying 04-botan-1.10-adaption.diff dpkg-source: info: applying 10-mtn-ignore-syntax-error-test.diff dpkg-source: info: applying 90-stacktrace-on-crash.diff 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-7ebc9443-9ffb-4990-9e72-1bac892d6684 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 monotone dpkg-buildpackage: source version 1.0-6 dpkg-buildpackage: source changed by Markus Wanner dpkg-source --before-build monotone-1.0 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh clean --with=bash_completion dh_testdir dh_auto_clean dh_clean rm -f debian/monotone.substvars rm -f debian/monotone.*.debhelper rm -rf debian/monotone/ rm -f debian/monotone-extras.substvars rm -f debian/monotone-extras.*.debhelper rm -rf debian/monotone-extras/ rm -f debian/monotone-server.substvars rm -f debian/monotone-server.*.debhelper rm -rf debian/monotone-server/ rm -f debian/monotone-doc.substvars rm -f debian/monotone-doc.*.debhelper rm -rf debian/monotone-doc/ rm -f debian/*.debhelper.log rm -f debian/files find . \( \( -type f -a \ \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ \) -exec rm -f {} \; \) -o \ \( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) \) rm -f *-stamp dpkg-source -b monotone-1.0 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building monotone using existing ./monotone_1.0.orig.tar.bz2 dpkg-source: info: building monotone in monotone_1.0-6.debian.tar.gz dpkg-source: info: building monotone in monotone_1.0-6.dsc debian/rules build The build target is disabled, please use the appropriate binary target. fakeroot debian/rules binary dh binary --with=bash_completion debian/rules build make[1]: Entering directory `/«PKGBUILDDIR»' The build target is disabled, please use the appropriate binary target. make[1]: Leaving directory `/«PKGBUILDDIR»' dh_testdir debian/rules override_dh_auto_configure make[1]: Entering directory `/«PKGBUILDDIR»' debian/nofakeroot dh_auto_configure ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking configure: WARNING: unrecognized options: --disable-maintainer-mode checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... gnutar checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking category of operating system... Unix checking for g++... g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... none checking for C++ compiler warning flags... -Wall -W -Wno-unused checking for ranlib... ranlib checking for GNU msgfmt... /usr/bin/msgfmt checking for GNU msgmerge... /usr/bin/msgmerge checking for GNU xgettext... /usr/bin/xgettext checking whether /usr/bin/xgettext supports --flag... yes checking whether /usr/bin/xgettext supports --package-name and --package-version... yes checking for libraries containing GNU gettext and ngettext... none required checking for library containing deflate... -lz checking boost version 1.33.0 or newer... checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for botan... no botan.pc not found checking for botan using botan-1.10.pc... yes checking whether botan is usable... yes checking for idn... no idn.pc not found checking for idn using libidn.pc... yes checking whether idn is usable... yes checking for lua... no lua.pc not found checking for lua using lua5.1.pc... yes checking whether lua is usable... yes checking for pcre... no pcre.pc not found checking for pcre using libpcre.pc... yes checking whether pcre is usable... yes checking for sqlite3... yes checking whether sqlite3 is usable... yes checking for sockaddr_in6... yes checking for library containing gethostbyname... none required checking for library containing accept... none required checking for library containing inet_aton... none required checking for gethostbyaddr... yes checking for inet_ntoa... yes checking for socket... yes checking for inet_pton... yes checking for inet_ntop... yes checking for getaddrinfo... yes checking whether INADDR_NONE is defined... yes checking for socklen_t... yes checking for cxxabi.h... yes checking for fcntl.h... yes checking for netinet/in.h... yes checking whether the compiler supports typeof... yes checking whether the compiler supports extern template... yes checking whether the compiler supports __gnu_cxx::hash_map... yes checking whether the compiler supports std::hash_map... no checking whether the compiler supports tr1::unordered_map... yes checking for early 4.0-series g++ bug in tr1 hashtables... no checking whether C++ streams support sync_with_stdio... yes checking whether g++ handles templates with static const members correctly... yes checking whether char has 8 bits... yes checking whether plain char is signed... yes checking size of short... 2 checking size of long... 8 checking size of int... 4 checking for off_t... yes checking for pid_t... yes checking for struct stat.st_ctim.tv_nsec... yes checking for struct stat.st_mtim.tv_nsec... yes checking for struct stat.st_ctimespec.tv_nsec... no checking for struct stat.st_mtimespec.tv_nsec... no checking for struct stat.st_ctimensec... no checking for struct stat.st_mtimensec... no checking for struct dirent.d_type... yes checking for __cxa_current_exception_type... yes checking for __cxa_demangle... yes checking for dirfd... yes checking for fstatat... yes checking for mkdtemp... yes checking for mmap... yes checking for putenv... yes checking for setenv... yes checking for strptime... yes checking for unsetenv... yes configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-maintainer-mode make[1]: Leaving directory `/«PKGBUILDDIR»' debian/rules override_dh_auto_build make[1]: Entering directory `/«PKGBUILDDIR»' LANG=POSIX debian/nofakeroot \ dh_auto_build -pmonotone-doc -- info pdf html make -j1 info pdf html make[2]: Entering directory `/«PKGBUILDDIR»' Making info in doc make[3]: Entering directory `/«PKGBUILDDIR»/doc' make[3]: Nothing to be done for `info'. make[3]: Leaving directory `/«PKGBUILDDIR»/doc' make[3]: Entering directory `/«PKGBUILDDIR»' make[3]: Nothing to be done for `info-am'. make[3]: Leaving directory `/«PKGBUILDDIR»' Making pdf in doc make[3]: Entering directory `/«PKGBUILDDIR»/doc' TEXINPUTS=".:$TEXINPUTS" \ MAKEINFO='/bin/bash /«PKGBUILDDIR»/missing --run makeinfo -I ../src -I . -I .' \ texi2dvi --pdf --batch monotone.texi This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian) restricted \write18 enabled. entering extended mode (./monotone.texi (./texinfo.tex Loading texinfo [version 2009-08-14.15]: pdf, fonts, markup, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) (./version.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] [-1] [-2] Chapter 1 [1] <./figures/parent-child.png (PNG copy)> <./figures/ parent-child-names-hashes.png (PNG copy)> <./figures/parent-child-hashes.png (P NG copy)> [2] <./figures/three-versions.png (PNG copy)> Overfull \hbox (1.50563pt too wide) in paragraph at lines 246--246 [] <./figures/difference-between-versions.png (PNG copy)> [3] <./figures/manifest .png> <./figures/file-id-manifest-id.png> [4] [5] <./figures/revision.png> <./f igures/revision-chaining.png> Overfull \hbox (43.66313pt too wide) in paragraph at lines 527--527 [] [6] [7] <./figures/statement.png (PNG copy)> <./figures/cert.png (PNG copy)> [8] [9] <./figures/general-workflow.png> <./figures/local-workflow.png> [10] <./figures/network-workflow.png (PNG copy)> [11] [12] <./figures/linear-hi story.png (PNG copy)> <./figures/fork.png (PNG copy)> <./figures/merge.png (PNG copy)> [13] [14] <./figures/two-branches.png (PNG copy)> [15] <./figures/branc h-heads.png (PNG copy)> [16] [17] Cross reference values unknown; you must run TeX again. [18] Chapter 2 [19] [20] Underfull \hbox (badness 4673) in paragraph at lines 1224--1230 []@textrm Beth de-cides to use mono-tone's built-in data-base man-age-ment func -tion-al-ity. Underfull \hbox (badness 5460) in paragraph at lines 1224--1230 @textrm `@texttt $HOME/.monotone/databases[]@textrm '[] on Unix and `@texttt %A PPDATA%\monotone\databases[]@textrm '[] on [21] Overfull \hbox (15.80809pt too wide) in paragraph at lines 1292--1292 []@smalltt confirm passphrase for key ID [beth@juicebot.co.jp] (...): <@smallt tsl Beth con-firms her passphrase@smalltt >[] Underfull \hbox (badness 2856) in paragraph at lines 1325--1330 []@textrm This out-put shows one pri-vate and one pub-lic key stored un-der the name [22] [23] [24] Underfull \hbox (badness 2119) in paragraph at lines 1493--1496 []@textrm This com-mand pro-duces a record of Jim's in-ten-tions in a spe-cial file called [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] Overfull \hbox (72.50742pt too wide) in paragraph at lines 2510--2510 []@smalltt enter passphrase for key ID [monotone-server@www.juicebot.co.jp] (. ..): <@smallttsl Jim en-ters a new passphrase@smalltt >[] Overfull \hbox (81.9573pt too wide) in paragraph at lines 2511--2511 []@smalltt confirm passphrase for key ID [monotone-server@www.juicebot.co.jp] (...): <@smallttsl Jim con-firms the passphrase@smalltt >[] [41] [42] Chapter 3 [43] [44] [45] [46] [47] [48] Overfull \hbox (51.28467pt too wide) in paragraph at lines 2938--2946 @texttt lca(A;B)[]@textrm Least com-mon an-ces-tors; this is iden-ti-cal to @t exttt max((ancestors(A)|A)/(ancestors(B)|B))[]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 2938--2946 @texttt lca(h:net.venge.monotone;h:net.venge.monotone.extended-selectors)[] Underfull \hbox (badness 3803) in paragraph at lines 2946--2952 @texttt max(A)[]@textrm Erase an-ces-tors; this re-turns all re-vi-sions se-le cted by @texttt A[] @textrm which are Underfull \hbox (badness 10000) in paragraph at lines 2946--2952 @textrm not an-ces-tors of other re-vi-sions se-lected by @texttt A[]@textrm . For ex-am-ple, Underfull \hbox (badness 10000) in paragraph at lines 2946--2952 @texttt max(b:net.venge.monotone/a:graydon)[] @textrm would re-turn the lat-es t re- [49] [50] Overfull \hbox (4.0698pt too wide) in paragraph at lines 3013--3016 []@textrm Expands to to-day date, mi-nus the spec-i-fied @texttt number[] @tex trm of days@texttt |@textrm weeks@texttt |@textrm months@texttt |@textrm years. [51] Underfull \hbox (badness 10000) in paragraph at lines 3068--3078 []@textrm Commands which sup-port re-stric-tions also sup-port the `@texttt --d epth=@textttsl n []@textrm '[] and [52] [53] [54] [55] [56] Overfull \hbox (62.38063pt too wide) in paragraph at lines 3393--3397 @textrm `@texttt _MTN/resolutions/checkout.sh-abe[]@textrm '[], leav-ing the re -sults in `@texttt _MTN/resolutions/checkout.sh-merge[]@textrm '[] Underfull \hbox (badness 6188) in paragraph at lines 3434--3436 []@textrm Now she has her file con-tents in `@texttt thermostat-honeywell[]@tex trm '[], and Abe's in [57] [58] [59] Overfull \hbox (21.17343pt too wide) in paragraph at lines 3602--3608 []@textrm In ad-di-tion, all workspace-changing com-mands have an op-tion `@tex ttt --move-conflicting-paths[]@textrm '[], [60] [61] [62] [63] Underfull \hbox (badness 10000) in paragraph at lines 3816--3820 []@textrm Some com-mands, such as [][]$@textsy h$@texttt undefined$@textsy i$ @ texttt [mtn clone], page $@textsy h$@texttt undefined$@textsy i$[][][] @textrm and Underfull \hbox (badness 10000) in paragraph at lines 3821--3826 [][]$@textsy h$@texttt undefined$@textsy i$ @texttt [mtn list databases], page $@textsy h$@texttt undefined$@textsy i$[][][] @textrm and [][]$@textsy h$@textt t undefined$@textsy i$ @texttt [mtn list Underfull \hbox (badness 2035) in paragraph at lines 3839--3843 [][][]$@textsy h$@textrm un-de-fined$@textsy i$ @textrm [get[]default[]databas e[]locations], page $@textsy h$@textrm un-de-fined$@textsy i$[][] @textrm re-tu rns a list of Underfull \hbox (badness 4479) in paragraph at lines 3839--3843 @textrm de-faults to a sin-gle di-rec-tory; `@texttt $HOME/.monotone/databases []@textrm '[] on Unix and [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] Underfull \hbox (badness 10000) in paragraph at lines 4247--4253 []@textrm Monotone au-thor names of-ten look like raw email ad-dresses such as Underfull \hbox (badness 2237) in paragraph at lines 4261--4265 []@textrm both au-thor and com-mit-ter will be looked up in the file spec-i-fi ed by the [74] [75] [76] Overfull \hbox (204.80547pt too wide) in paragraph at lines 4442--4442 []@smalltt mtn -d A au-to-mate packet_for_fdelta 8714e0ef31edb00e33683f5752743 79955b3526c 8b52d96d4fab6c1e56d6364b0a2673f4111b228e >> PACKETS2[] [77] [78] Chapter 4 [79] [80] [81] Underfull \hbox (badness 10000) in paragraph at lines 4656--4660 @textrm given by the [][]$@textsy h$@texttt undefined$@textsy i$ @texttt [get_ date_format_spec], page $@textsy h$@texttt undefined$@textsy i$[][][] [82] Underfull \hbox (badness 4378) in paragraph at lines 4710--4712 []@textrm For a client-side net-sync com-mand, the Lua hook [][]$@textsy h$@te xttt undefined$@textsy i$ Underfull \hbox (badness 2197) in paragraph at lines 4729--4731 []@textrm Set the key di-rec-tory (where the ``key store'' is lo-cated); de-fa ult is Underfull \hbox (badness 10000) in paragraph at lines 4754--4758 @textrm on Unix or `@texttt %APPDATA%\monotone\monotonerc[]@textrm '[] on Win- dows, and [83] [84] [85] Underfull \hbox (badness 2573) in paragraph at lines 4930--4933 []@textrm If nei-ther `@texttt --message[]@textrm '[] nor `@texttt --message-f ile[]@textrm '[] is given, the Lua hook Underfull \hbox (badness 3375) in paragraph at lines 4930--4933 [][]$@textsy h$@texttt undefined$@textsy i$ @texttt [edit_comment], page $@tex tsy h$@texttt undefined$@textsy i$[][][] @textrm is called to pro-vide a [86] Underfull \hbox (badness 10000) in paragraph at lines 4960--4964 []@textrm A com-mit mes-sage may be pro-vided via `@texttt --message @textttsl string[]@textrm '[] or [87] Underfull \hbox (badness 10000) in paragraph at lines 5022--5026 []@textrm A com-mit mes-sage may be pro-vided via `@texttt --message @textttsl string[]@textrm '[] or [88] Underfull \hbox (badness 2503) in paragraph at lines 5098--5100 @textrm com-mand; see [][]$@textsy h$@texttt undefined$@textsy i$ @texttt [mtn automate show_conflicts], page $@textsy h$@texttt unde Underfull \hbox (badness 3568) in paragraph at lines 5123--5127 []@textrm Delete the de-fault con-flicts file `@texttt _MTN/conflicts[]@textrm '[], and the di-rec-tory Underfull \hbox (badness 7595) in paragraph at lines 5123--5127 @textrm `@texttt _MTN/resolutions[]@textrm '[]. Users may store con-flict res- o-lu-tion files in [89] [90] [91] [92] [93] [94] [95] [96] Overfull \hbox (27.2242pt too wide) in paragraph at lines 5636--5644 []@textrm If the ar-gu-ment is an URI, the Lua hook [][]$@textsy h$@textrm un- de-fined$@textsy i$ @textrm [get[]netsync[]connect[]command], Overfull \hbox (49.99915pt too wide) in paragraph at lines 5648--5648 []@smalltt ://[[@][:]][/][?[;-[...]]][] [97] Underfull \hbox (badness 10000) in paragraph at lines 5682--5686 []@textrm For ex-am-ple, per-haps Bob and Al-ice wish to syn-chro-nize their Underfull \hbox (badness 10000) in paragraph at lines 5682--5686 @texttt net.venge.monotone.win32[] @textrm and @texttt net.venge.monotone.i18n [] @textrm branches. [98] [99] Underfull \hbox (badness 10000) in paragraph at lines 5805--5810 []@textrm If the up-date is blocked by con-flict-ing un-ver-sioned paths ex-is t- Underfull \hbox (badness 7888) in paragraph at lines 5805--5810 @textrm ing in the workspace this com-mand may be re-issued with the Underfull \hbox (badness 10000) in paragraph at lines 5818--5823 []@textrm If the up-date is blocked by con-flict-ing un-ver-sioned paths ex-is t- Underfull \hbox (badness 7888) in paragraph at lines 5818--5823 @textrm ing in the workspace this com-mand may be re-issued with the Underfull \hbox (badness 10000) in paragraph at lines 5836--5841 []@textrm If the up-date is blocked by con-flict-ing un-ver-sioned paths ex-is t- Underfull \hbox (badness 7888) in paragraph at lines 5836--5841 @textrm ing in the workspace this com-mand may be re-issued with the [100] [101] [102] [103] Underfull \hbox (badness 2538) in paragraph at lines 6053--6057 []@textrm Show all [][]$@textsy h$@textrm un-de-fined$@textsy i$ @textrm [Man- aged Data-bases], page $@textsy h$@textrm un-de-fined$@textsy i$[][] @textrm an d the Underfull \hbox (badness 7081) in paragraph at lines 6053--6057 @textrm workspaces reg-is-tered in them. The com-mands [][]$@textsy h$@texttt undefined$@textsy i$ @texttt [mtn Underfull \hbox (badness 10000) in paragraph at lines 6053--6057 @texttt register_workspace], page $@textsy h$@texttt undefined$@textsy i$[][][ ] @textrm and [][]$@textsy h$@texttt undefined$@textsy i$ @texttt [mtn Underfull \hbox (badness 3919) in paragraph at lines 6053--6057 @texttt unregister_workspace], page $@textsy h$@texttt undefined$@textsy i$[][ ][] @textrm can be used to ex-plicitely [104] [105] Underfull \hbox (badness 10000) in paragraph at lines 6164--6170 @texttt [mtn register_workspace], page $@textsy h$@texttt undefined$@textsy i$ [][][] @textrm and [][]$@textsy h$@texttt undefined$@textsy i$ @texttt [mtn Underfull \hbox (badness 3919) in paragraph at lines 6164--6170 @texttt unregister_workspace], page $@textsy h$@texttt undefined$@textsy i$[][ ][] @textrm can be used to ex-plicitely [106] [107] Overfull \hbox (72.75797pt too wide) in paragraph at lines 6305--6305 []@texttt monotone 1.0dev (base revision: c91edf22b20f5a8b750a8a02af763412d6b9 36e8)[] [108] [109] [110] [111] Underfull \hbox (badness 6141) in paragraph at lines 6547--6553 []@textrm This com-mand lets you test your re-vi-sion trust hook [][]$@textsy h$@textrm un-de-fined$@textsy i$ [112] [113] [114] [115] [116] [117] [118] [119] Overfull \hbox (147.65613pt too wide) in paragraph at lines 7030--7030 [][] [120] Overfull \hbox (72.92319pt too wide) in paragraph at lines 7081--7081 [][] Overfull \hbox (44.17975pt too wide) in paragraph at lines 7081--7081 [][] Overfull \hbox (49.92844pt too wide) in paragraph at lines 7081--7081 [][] Overfull \hbox (38.43106pt too wide) in paragraph at lines 7081--7081 [][] [121] Overfull \hbox (314.36807pt too wide) in paragraph at lines 7111--7111 [][] Overfull \hbox (199.39432pt too wide) in paragraph at lines 7111--7111 [][] Underfull \hbox (badness 2426) in paragraph at lines 7132--7133 []@textrm Options and ar-gu-ments are the same as [][]$@textsy h$@texttt undef ined$@textsy i$ @texttt [mtn [122] [123] Overfull \hbox (26.93369pt too wide) in paragraph at lines 7292--7292 [][] Overfull \hbox (141.90744pt too wide) in paragraph at lines 7292--7292 [][] Overfull \hbox (141.90744pt too wide) in paragraph at lines 7292--7292 [][] [124] [125] [126] Overfull \hbox (26.93369pt too wide) in paragraph at lines 7530--7530 [][] Overfull \hbox (84.42056pt too wide) in paragraph at lines 7530--7530 [][] Overfull \hbox (55.67712pt too wide) in paragraph at lines 7530--7530 [][] Overfull \hbox (44.17975pt too wide) in paragraph at lines 7530--7530 [][] [127] Overfull \hbox (21.185pt too wide) in paragraph at lines 7576--7576 [][] [128] Overfull \hbox (26.93369pt too wide) in paragraph at lines 7654--7654 [][] Overfull \hbox (141.90744pt too wide) in paragraph at lines 7667--7667 [][] [129] [130] Underfull \hbox (badness 10000) in paragraph at lines 7823--7824 []@textrm See [][]$@textsy h$@texttt undefined$@textsy i$ @texttt [mtn automat e get_revision], page $@textsy h$@texttt unde Underfull \hbox (badness 10000) in paragraph at lines 7827--7828 []@textrm See [][]$@textsy h$@texttt undefined$@textsy i$ @texttt [mtn automat e get_revision], page $@textsy h$@texttt unde [131] Underfull \hbox (badness 10000) in paragraph at lines 7882--7884 []@textrm 7.0 -- con-verted out-put to ba-sic[]io, re-named to Overfull \hbox (159.1535pt too wide) in paragraph at lines 7903--7903 [][] [132] Overfull \hbox (55.67712pt too wide) in paragraph at lines 7955--7955 [][] Overfull \hbox (61.42581pt too wide) in paragraph at lines 7955--7955 [][] Overfull \hbox (78.67188pt too wide) in paragraph at lines 7975--7975 [][] [133] Overfull \hbox (21.185pt too wide) in paragraph at lines 8001--8001 [][] Overfull \hbox (32.68237pt too wide) in paragraph at lines 8001--8001 [][] Overfull \hbox (84.42056pt too wide) in paragraph at lines 8001--8001 [][] Overfull \hbox (55.67712pt too wide) in paragraph at lines 8019--8019 [][] [134] Overfull \hbox (26.93369pt too wide) in paragraph at lines 8053--8053 [][] Overfull \hbox (84.42056pt too wide) in paragraph at lines 8053--8053 [][] Overfull \hbox (55.67712pt too wide) in paragraph at lines 8053--8053 [][] Overfull \hbox (44.17975pt too wide) in paragraph at lines 8053--8053 [][] Overfull \hbox (26.93369pt too wide) in paragraph at lines 8092--8092 [][] Overfull \hbox (84.42056pt too wide) in paragraph at lines 8092--8092 [][] Overfull \hbox (55.67712pt too wide) in paragraph at lines 8092--8092 [][] Overfull \hbox (44.17975pt too wide) in paragraph at lines 8092--8092 [][] [135] Overfull \hbox (78.67188pt too wide) in paragraph at lines 8196--8196 [][] [136] Overfull \hbox (923.72897pt too wide) in paragraph at lines 8266--8266 [][] [137] Overfull \hbox (44.17975pt too wide) in paragraph at lines 8364--8364 [][] [138] Overfull \hbox (21.185pt too wide) in paragraph at lines 8364--8364 [][] Overfull \hbox (78.67188pt too wide) in paragraph at lines 8364--8364 [][] Overfull \hbox (113.164pt too wide) in paragraph at lines 8364--8364 [][] [139] Overfull \hbox (147.65613pt too wide) in paragraph at lines 8431--8431 [][] Overfull \hbox (383.35233pt too wide) in paragraph at lines 8431--8431 [][] [140] [141] Underfull \hbox (badness 6758) in paragraph at lines 8597--8600 []@textrm 7.0 -- added op-tions `@texttt --no-ignored[]@textrm '[], `@texttt - -no-unknown[]@textrm '[], [142] [143] [144] [145] [146] [147] Underfull \hbox (badness 10000) in paragraph at lines 8907--8908 []@textrm Renamed and re-stricted to `@texttt original[]@textrm '[] with the Overfull \hbox (54.49312pt too wide) in paragraph at lines 8917--8918 []@textrm Renamed and re-stricted to `@texttt renamed[]@textrm '[] with the `@ texttt --no-corresponding-renames[]@textrm '[] [148] [149] [150] Underfull \hbox (badness 4217) in paragraph at lines 9060--9064 @textrm `@texttt invalid[]@textrm '[]@textsl path @textrm is ver-sioned and ex -ists in the Underfull \hbox (badness 3872) in paragraph at lines 9094--9097 []@textrm 11.0 -- In-stead of hav-ing a @texttt "@textrm name@texttt " @textrm item, there are Overfull \hbox (21.185pt too wide) in paragraph at lines 9130--9130 [][] Overfull \hbox (15.43631pt too wide) in paragraph at lines 9130--9130 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 9130--9130 [][] [151] [152] [153] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9332--9332 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9332--9332 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9332--9332 [][] [154] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9371--9371 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9371--9371 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9371--9371 [][] Overfull \hbox (26.93369pt too wide) in paragraph at lines 9371--9371 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9410--9410 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9410--9410 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9410--9410 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9410--9410 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9410--9410 [][] Underfull \hbox (badness 3701) in paragraph at lines 9414--9415 []@textrm Revision data in [][]$@textsy h$@texttt undefined$@textsy i$ @texttt [mtn read], page $@textsy h$@texttt undefined$@textsy i$[][][] [155] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (136.15875pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (55.67712pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Underfull \hbox (badness 10000) in paragraph at lines 9479--9480 []@textrm Cert data in [][]$@textsy h$@texttt undefined$@textsy i$ @texttt [mt n read], page $@textsy h$@texttt undefined$@textsy i$[][][] [156] Underfull \hbox (badness 4266) in paragraph at lines 9501--9503 @textrm recursive ver-sion of [][]$@textsy h$@texttt undefined$@textsy i$ @tex ttt [mtn automate ancestors], [157] Overfull \hbox (21.185pt too wide) in paragraph at lines 9617--9617 [][] [158] Overfull \hbox (78.67188pt too wide) in paragraph at lines 9659--9659 [][] Overfull \hbox (199.39432pt too wide) in paragraph at lines 9659--9659 [][] [159] Overfull \hbox (44.17975pt too wide) in paragraph at lines 9659--9659 [][] [160] [161] [162] [163] Underfull \hbox (badness 2351) in paragraph at lines 9937--9941 []@textrm Keyboard in-ter-ac-tion is dis-abled on the server, just as if [164] [165] Overfull \hbox (26.93369pt too wide) in paragraph at lines 10116--10116 [][] [166] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] [167] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10270--10270 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10270--10270 [][] [168] Overfull \hbox (26.93369pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (26.93369pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (26.93369pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10304--10304 [][] [169] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10355--10355 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10355--10355 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10355--10355 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10355--10355 [][] [170] Overfull \hbox (21.185pt too wide) in paragraph at lines 10373--10373 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10373--10373 [][] [171] Overfull \hbox (159.1535pt too wide) in paragraph at lines 10468--10468 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10475--10475 [][] [172] [173] [174] [175] Overfull \hbox (113.164pt too wide) in paragraph at lines 10719--10719 [][] [176] [177] Overfull \hbox (72.92319pt too wide) in paragraph at lines 10816--10816 [][] Overfull \hbox (49.92844pt too wide) in paragraph at lines 10816--10816 [][] [178] Overfull \hbox (95.58861pt too wide) in paragraph at lines 10871--10871 [][] Overfull \hbox (130.08073pt too wide) in paragraph at lines 10881--10881 [][] [179] Underfull \hbox (badness 2922) in paragraph at lines 10956--10967 @texttt refs/tags/[] @textrm and @texttt refs/heads/[]@ textrm . In ad-di-tion, Underfull \hbox (badness 3029) in paragraph at lines 10956--10967 @textrm and `@texttt --refs=leaves[]@textrm '[] re-spec-tively. These ref-er-e nces are ex-ported as Underfull \hbox (badness 2142) in paragraph at lines 10956--10967 @texttt refs/mtn/revs/[]@textrm , @texttt refs/mtn/roots/[] @textrm an d @texttt refs/mtn/leaves/[] Chapter 5 [180] [181] Chapter 6 [182] [183] [184] [185] [186] [187] [188] Underfull \hbox (badness 10000) in paragraph at lines 11596--11599 []@textrm The de-fault im-ple-men-ta-tion re-turns a ta-ble with a sin-gle en- try, Overfull \hbox (3.09344pt too wide) in paragraph at lines 11596--11599 @textrm `@texttt $HOME/.monotone/databases[]@textrm '[] on Unix and `@texttt % APPDATA%\monotone\databases[]@textrm '[] [189] [190] Underfull \hbox (badness 10000) in paragraph at lines 11682--11684 []@textrm Called by [][]$@textsy h$@texttt undefined$@textsy i$ @texttt [mtn a utomate branches], page $@textsy h$@texttt undefined$@textsy i$[][][]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 11682--11684 [][]$@textsy h$@texttt undefined$@textsy i$ @texttt [mtn automate tags], page $@textsy h$@texttt undefined$@textsy i$[][][]@textrm , [][]$@textsy h$@texttt u ndefined$@textsy i$ @texttt [mtn [191] [192] [193] [194] [195] [196] Underfull \hbox (badness 10000) in paragraph at lines 12070--12074 @texttt automate content_diff], page $@textsy h$@texttt undefined$@textsy i$[] [][]@textrm , [][]$@textsy h$@texttt undefined$@textsy i$ @texttt [mtn log], Underfull \hbox (badness 10000) in paragraph at lines 12070--12074 @texttt page $@textsy h$@texttt undefined$@textsy i$[][][]@textrm , [][]$@text sy h$@texttt undefined$@textsy i$ @texttt [mtn automate log], page $@textsy h$@ texttt undefined$@textsy i$[][][]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 12107--12111 @texttt automate content_diff], page $@textsy h$@texttt undefined$@textsy i$[] [][]@textrm , [][]$@textsy h$@texttt undefined$@textsy i$ @texttt [mtn log], Underfull \hbox (badness 10000) in paragraph at lines 12107--12111 @texttt page $@textsy h$@texttt undefined$@textsy i$[][][]@textrm , [][]$@text sy h$@texttt undefined$@textsy i$ @texttt [mtn automate log], page $@textsy h$@ texttt undefined$@textsy i$[][][]@textrm , [197] Underfull \hbox (badness 3240) in paragraph at lines 12151--12157 @textrm when @texttt interactive[] @textrm is given; by [][]$@textsy h$@texttt undefined$@textsy i$ @texttt [mtn merge], page $@textsy h$@texttt unde Underfull \hbox (badness 10000) in paragraph at lines 12151--12157 @texttt fined$@textsy i$[][][]@textrm , [][]$@textsy h$@texttt undefined$@text sy i$ @texttt [mtn explicit_merge], page $@textsy h$@texttt undefined$@textsy i $[][][] @textrm when Underfull \hbox (badness 4634) in paragraph at lines 12174--12182 []@textrm The de-fault def-i-ni-tion of this hook writes the texts to tem-po-r ary Underfull \hbox (badness 4193) in paragraph at lines 12174--12182 @textrm files, then del-e-gates the ac-tual merge to the re-sult of [][]$@text sy h$@textrm un-de-fined$@textsy i$ [198] [199] Underfull \hbox (badness 10000) in paragraph at lines 12270--12275 @textrm in-clud-ing [][]$@textsy h$@texttt undefined$@textsy i$ @texttt [mtn r evert], page $@textsy h$@texttt undefined$@textsy i$[][][]@textrm , [][]$@texts y h$@texttt undefined$@textsy i$ Underfull \hbox (badness 10000) in paragraph at lines 12270--12275 @texttt [mtn undrop], page $@textsy h$@texttt undefined$@textsy i$[][][]@textr m , [][]$@textsy h$@texttt undefined$@textsy i$ @texttt [mtn update], page $@te xtsy h$@texttt un Underfull \hbox (badness 10000) in paragraph at lines 12270--12275 @texttt defined$@textsy i$[][][]@textrm , [][]$@textsy h$@texttt undefined$@te xtsy i$ @texttt [mtn merge_into_workspace], page $@textsy h$@texttt undefined$@ textsy i$[][][]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 12270--12275 [][]$@textsy h$@texttt undefined$@textsy i$ @texttt [mtn pluck], page $@textsy h$@texttt undefined$@textsy i$[][][]@textrm , [][]$@textsy h$@texttt undefined $@textsy i$ @texttt [mtn clone], [200] [201] [202] Underfull \hbox (badness 5939) in paragraph at lines 12443--12444 []@textrm Returns the path to the con-fig-u-ra-tion di-rec-tory; see `[][]$@te xtsy h$@texttt undefined$@textsy i$ [203] [204] [205] [206] Chapter 7 [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] (./pcresyntax.texi [218] [219] [220] [221] [222] [223] [224]) (./pcrepattern.texi [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253]) Appendix A [254] (/«PKGBUILDDIR»/src/std_hooks.lua [255] [256] Overfull \hbox (78.01321pt too wide) in paragraph at lines 118--118 [][] [257] [258] [259] Overfull \hbox (26.27502pt too wide) in paragraph at lines 257--257 [][] [260] [261] Overfull \hbox (20.52634pt too wide) in paragraph at lines 328--328 [][] [262] Overfull \hbox (20.52634pt too wide) in paragraph at lines 380--380 [][] [263] Overfull \hbox (20.52634pt too wide) in paragraph at lines 445--445 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 448--448 [][] Overfull \hbox (95.25928pt too wide) in paragraph at lines 456--456 [][] [264] Overfull \hbox (14.77765pt too wide) in paragraph at lines 466--466 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 472--472 [][] Overfull \hbox (32.02371pt too wide) in paragraph at lines 484--484 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 490--490 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 508--508 [][] [265] Overfull \hbox (14.77765pt too wide) in paragraph at lines 513--513 [][] Overfull \hbox (66.51584pt too wide) in paragraph at lines 529--529 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 538--538 [][] Overfull \hbox (66.51584pt too wide) in paragraph at lines 550--550 [][] Overfull \hbox (66.51584pt too wide) in paragraph at lines 558--558 [][] [266] Overfull \hbox (106.75665pt too wide) in paragraph at lines 567--567 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 595--595 [][] Overfull \hbox (32.02371pt too wide) in paragraph at lines 604--604 [][] [267] Overfull \hbox (20.52634pt too wide) in paragraph at lines 608--608 [][] Overfull \hbox (290.71466pt too wide) in paragraph at lines 640--640 [][] [268] Overfull \hbox (290.71466pt too wide) in paragraph at lines 668--668 [][] Overfull \hbox (152.74615pt too wide) in paragraph at lines 669--669 [][] Overfull \hbox (279.21729pt too wide) in paragraph at lines 671--671 [][] Overfull \hbox (20.52634pt too wide) in paragraph at lines 677--677 [][] Overfull \hbox (302.21204pt too wide) in paragraph at lines 678--678 [][] Overfull \hbox (284.96597pt too wide) in paragraph at lines 682--682 [][] Overfull \hbox (279.21729pt too wide) in paragraph at lines 685--685 [][] Overfull \hbox (284.96597pt too wide) in paragraph at lines 691--691 [][] Overfull \hbox (20.52634pt too wide) in paragraph at lines 700--700 [][] [269] Overfull \hbox (227.4791pt too wide) in paragraph at lines 708--708 [][] Overfull \hbox (66.51584pt too wide) in paragraph at lines 738--738 [][] [270] Overfull \hbox (20.52634pt too wide) in paragraph at lines 748--748 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 782--782 [][] [271] Overfull \hbox (14.77765pt too wide) in paragraph at lines 802--802 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 820--820 [][] [272] [273] Overfull \hbox (20.52634pt too wide) in paragraph at lines 890--890 [][] Overfull \hbox (55.01846pt too wide) in paragraph at lines 903--903 [][] Overfull \hbox (66.51584pt too wide) in paragraph at lines 922--922 [][] Overfull \hbox (227.4791pt too wide) in paragraph at lines 927--927 [][] [274] Overfull \hbox (158.49484pt too wide) in paragraph at lines 940--940 [][] Overfull \hbox (112.50534pt too wide) in paragraph at lines 941--941 [][] Overfull \hbox (106.75665pt too wide) in paragraph at lines 942--942 [][] Overfull \hbox (118.25403pt too wide) in paragraph at lines 946--946 [][] Overfull \hbox (89.51059pt too wide) in paragraph at lines 947--947 [][] [275] [276] Overfull \hbox (32.02371pt too wide) in paragraph at lines 1038--1038 [][] Overfull \hbox (101.00797pt too wide) in paragraph at lines 1057--1057 [][] Overfull \hbox (244.72516pt too wide) in paragraph at lines 1062--1062 [][] Overfull \hbox (279.21729pt too wide) in paragraph at lines 1071--1071 [][] [277] Overfull \hbox (43.52109pt too wide) in paragraph at lines 1111--1111 [][] Overfull \hbox (49.26978pt too wide) in paragraph at lines 1118--1118 [][] [278] Overfull \hbox (72.26453pt too wide) in paragraph at lines 1128--1128 [][] [279] [280] Overfull \hbox (20.52634pt too wide) in paragraph at lines 1246--1246 [][] [281] [282] Overfull \hbox (26.27502pt too wide) in paragraph at lines 1313--1313 [][] Overfull \hbox (112.50534pt too wide) in paragraph at lines 1315--1315 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 1316--1316 [][] Overfull \hbox (55.01846pt too wide) in paragraph at lines 1318--1318 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 1319--1319 [][] Overfull \hbox (43.52109pt too wide) in paragraph at lines 1322--1322 [][] [283] Overfull \hbox (20.52634pt too wide) in paragraph at lines 1364--1364 [][][] Overfull \hbox (37.7724pt too wide) in paragraph at lines 1383--1383 [][] [284] [285] Overfull \hbox (26.27502pt too wide) in paragraph at lines 1453--1453 [][] Overfull \hbox (32.02371pt too wide) in paragraph at lines 1461--1461 [][] [286] Overfull \hbox (204.48434pt too wide) in paragraph at lines 1537--1537 [][] Overfull \hbox (158.49484pt too wide) in paragraph at lines 1539--1539 [][] ) (General Index) [287] [288] [289] [290] ) (see the transcript file for additional information) Output written on monotone.pdf (294 pages, 1007555 bytes). Transcript written on monotone.log. This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian) restricted \write18 enabled. entering extended mode (./monotone.texi (./texinfo.tex Loading texinfo [version 2009-08-14.15]: pdf, fonts, markup, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) (./monotone.aux) (./version.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdf tex.map}] [2] (./monotone.toc [-1] [-2]) [-3] [-4] (./monotone.toc) (./monotone.toc) Chapter 1 [1] <./figures/parent-child.png (PNG copy)> <./figur es/parent-child-names-hashes.png (PNG copy)> <./figures/parent-child-hashes.png (PNG copy)> [2] <./figures/three-versions.png (PNG copy)> Overfull \hbox (1.50563pt too wide) in paragraph at lines 246--246 [] <./figures/difference-between-versions.png (PNG copy)> [3] <./figures/manifest .png> <./figures/file-id-manifest-id.png> [4] [5] <./figures/revision.png> <./f igures/revision-chaining.png> Overfull \hbox (43.66313pt too wide) in paragraph at lines 527--527 [] [6] [7] <./figures/statement.png (PNG copy)> <./figures/cert.png (PNG copy)> [8] [9] <./figures/general-workflow.png> <./figures/local-workflow.png> [10] <./figures/network-workflow.png (PNG copy)> [11] [12] <./figures/linear-hi story.png (PNG copy)> <./figures/fork.png (PNG copy)> <./figures/merge.png (PNG copy)> [13] [14] <./figures/two-branches.png (PNG copy)> [15] <./figures/branc h-heads.png (PNG copy)> [16] [17] [18] Chapter 2 [19] [20] Underfull \hbox (badness 4673) in paragraph at lines 1224--1230 []@textrm Beth de-cides to use mono-tone's built-in data-base man-age-ment func -tion-al-ity. Underfull \hbox (badness 5460) in paragraph at lines 1224--1230 @textrm `@texttt $HOME/.monotone/databases[]@textrm '[] on Unix and `@texttt %A PPDATA%\monotone\databases[]@textrm '[] on [21] Overfull \hbox (15.80809pt too wide) in paragraph at lines 1292--1292 []@smalltt confirm passphrase for key ID [beth@juicebot.co.jp] (...): <@smallt tsl Beth con-firms her passphrase@smalltt >[] Underfull \hbox (badness 2856) in paragraph at lines 1325--1330 []@textrm This out-put shows one pri-vate and one pub-lic key stored un-der the name [22] [23] [24] Underfull \hbox (badness 2119) in paragraph at lines 1493--1496 []@textrm This com-mand pro-duces a record of Jim's in-ten-tions in a spe-cial file called [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] Overfull \hbox (72.50742pt too wide) in paragraph at lines 2510--2510 []@smalltt enter passphrase for key ID [monotone-server@www.juicebot.co.jp] (. ..): <@smallttsl Jim en-ters a new passphrase@smalltt >[] Overfull \hbox (81.9573pt too wide) in paragraph at lines 2511--2511 []@smalltt confirm passphrase for key ID [monotone-server@www.juicebot.co.jp] (...): <@smallttsl Jim con-firms the passphrase@smalltt >[] [41] [42] Chapter 3 [43] [44] [45] [46] [47] [48] Overfull \hbox (51.28467pt too wide) in paragraph at lines 2938--2946 @texttt lca(A;B)[]@textrm Least com-mon an-ces-tors; this is iden-ti-cal to @t exttt max((ancestors(A)|A)/(ancestors(B)|B))[]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 2938--2946 @texttt lca(h:net.venge.monotone;h:net.venge.monotone.extended-selectors)[] Underfull \hbox (badness 3803) in paragraph at lines 2946--2952 @texttt max(A)[]@textrm Erase an-ces-tors; this re-turns all re-vi-sions se-le cted by @texttt A[] @textrm which are Underfull \hbox (badness 10000) in paragraph at lines 2946--2952 @textrm not an-ces-tors of other re-vi-sions se-lected by @texttt A[]@textrm . For ex-am-ple, Underfull \hbox (badness 10000) in paragraph at lines 2946--2952 @texttt max(b:net.venge.monotone/a:graydon)[] @textrm would re-turn the lat-es t re- [49] [50] Overfull \hbox (4.0698pt too wide) in paragraph at lines 3013--3016 []@textrm Expands to to-day date, mi-nus the spec-i-fied @texttt number[] @tex trm of days@texttt |@textrm weeks@texttt |@textrm months@texttt |@textrm years. [51] Underfull \hbox (badness 10000) in paragraph at lines 3068--3078 []@textrm Commands which sup-port re-stric-tions also sup-port the `@texttt --d epth=@textttsl n []@textrm '[] and [52] [53] [54] [55] [56] Overfull \hbox (62.38063pt too wide) in paragraph at lines 3393--3397 @textrm `@texttt _MTN/resolutions/checkout.sh-abe[]@textrm '[], leav-ing the re -sults in `@texttt _MTN/resolutions/checkout.sh-merge[]@textrm '[] Underfull \hbox (badness 6188) in paragraph at lines 3434--3436 []@textrm Now she has her file con-tents in `@texttt thermostat-honeywell[]@tex trm '[], and Abe's in [57] [58] [59] Overfull \hbox (21.17343pt too wide) in paragraph at lines 3602--3608 []@textrm In ad-di-tion, all workspace-changing com-mands have an op-tion `@tex ttt --move-conflicting-paths[]@textrm '[], [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] Underfull \hbox (badness 10000) in paragraph at lines 4247--4253 []@textrm Monotone au-thor names of-ten look like raw email ad-dresses such as Underfull \hbox (badness 2237) in paragraph at lines 4261--4265 []@textrm both au-thor and com-mit-ter will be looked up in the file spec-i-fi ed by the [74] [75] [76] Overfull \hbox (204.80547pt too wide) in paragraph at lines 4442--4442 []@smalltt mtn -d A au-to-mate packet_for_fdelta 8714e0ef31edb00e33683f5752743 79955b3526c 8b52d96d4fab6c1e56d6364b0a2673f4111b228e >> PACKETS2[] [77] [78] Chapter 4 [79] [80] [81] [82] Underfull \hbox (badness 3758) in paragraph at lines 4713--4715 []@textrm For a com-mand that starts a mono-tone server, the Lua hook Underfull \hbox (badness 2197) in paragraph at lines 4729--4731 []@textrm Set the key di-rec-tory (where the ``key store'' is lo-cated); de-fa ult is Underfull \hbox (badness 10000) in paragraph at lines 4754--4758 @textrm on Unix or `@texttt %APPDATA%\monotone\monotonerc[]@textrm '[] on Win- dows, and [83] [84] [85] [86] Underfull \hbox (badness 10000) in paragraph at lines 4960--4964 []@textrm A com-mit mes-sage may be pro-vided via `@texttt --message @textttsl string[]@textrm '[] or [87] Underfull \hbox (badness 10000) in paragraph at lines 5022--5026 []@textrm A com-mit mes-sage may be pro-vided via `@texttt --message @textttsl string[]@textrm '[] or [88] Underfull \hbox (badness 3568) in paragraph at lines 5123--5127 []@textrm Delete the de-fault con-flicts file `@texttt _MTN/conflicts[]@textrm '[], and the di-rec-tory Underfull \hbox (badness 7595) in paragraph at lines 5123--5127 @textrm `@texttt _MTN/resolutions[]@textrm '[]. Users may store con-flict res- o-lu-tion files in [89] [90] [91] [92] [93] [94] [95] [96] Overfull \hbox (49.99915pt too wide) in paragraph at lines 5648--5648 []@smalltt ://[[@][:]][/][?[;-[...]]][] [97] Underfull \hbox (badness 10000) in paragraph at lines 5682--5686 []@textrm For ex-am-ple, per-haps Bob and Al-ice wish to syn-chro-nize their Underfull \hbox (badness 10000) in paragraph at lines 5682--5686 @texttt net.venge.monotone.win32[] @textrm and @texttt net.venge.monotone.i18n [] @textrm branches. [98] Underfull \hbox (badness 3108) in paragraph at lines 5748--5755 @textrm no data-base is given, the con-fig-ured de-fault data-base is cre-ated or Underfull \hbox (badness 6691) in paragraph at lines 5748--5755 @textrm re-used (see [][][get[]default[]database[]alias], page 189[][] for mor e de-tails; [99] Underfull \hbox (badness 10000) in paragraph at lines 5805--5810 []@textrm If the up-date is blocked by con-flict-ing un-ver-sioned paths ex-is t- Underfull \hbox (badness 7888) in paragraph at lines 5805--5810 @textrm ing in the workspace this com-mand may be re-issued with the Underfull \hbox (badness 10000) in paragraph at lines 5818--5823 []@textrm If the up-date is blocked by con-flict-ing un-ver-sioned paths ex-is t- Underfull \hbox (badness 7888) in paragraph at lines 5818--5823 @textrm ing in the workspace this com-mand may be re-issued with the Underfull \hbox (badness 10000) in paragraph at lines 5836--5841 []@textrm If the up-date is blocked by con-flict-ing un-ver-sioned paths ex-is t- Underfull \hbox (badness 7888) in paragraph at lines 5836--5841 @textrm ing in the workspace this com-mand may be re-issued with the [100] [101] [102] [103] [104] [105] [106] [107] Overfull \hbox (72.75797pt too wide) in paragraph at lines 6305--6305 []@texttt monotone 1.0dev (base revision: c91edf22b20f5a8b750a8a02af763412d6b9 36e8)[] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] Overfull \hbox (147.65613pt too wide) in paragraph at lines 7030--7030 [][] [119] Overfull \hbox (72.92319pt too wide) in paragraph at lines 7081--7081 [][] Overfull \hbox (44.17975pt too wide) in paragraph at lines 7081--7081 [][] Overfull \hbox (49.92844pt too wide) in paragraph at lines 7081--7081 [][] Overfull \hbox (38.43106pt too wide) in paragraph at lines 7081--7081 [][] [120] Overfull \hbox (314.36807pt too wide) in paragraph at lines 7111--7111 [][] Overfull \hbox (199.39432pt too wide) in paragraph at lines 7111--7111 [][] [121] [122] Overfull \hbox (26.93369pt too wide) in paragraph at lines 7292--7292 [][] Overfull \hbox (141.90744pt too wide) in paragraph at lines 7292--7292 [][] Overfull \hbox (141.90744pt too wide) in paragraph at lines 7292--7292 [][] [123] [124] [125] Overfull \hbox (26.93369pt too wide) in paragraph at lines 7530--7530 [][] Overfull \hbox (84.42056pt too wide) in paragraph at lines 7530--7530 [][] Overfull \hbox (55.67712pt too wide) in paragraph at lines 7530--7530 [][] Overfull \hbox (44.17975pt too wide) in paragraph at lines 7530--7530 [][] [126] Overfull \hbox (21.185pt too wide) in paragraph at lines 7576--7576 [][] [127] Overfull \hbox (26.93369pt too wide) in paragraph at lines 7654--7654 [][] Overfull \hbox (141.90744pt too wide) in paragraph at lines 7667--7667 [][] [128] [129] [130] Underfull \hbox (badness 10000) in paragraph at lines 7882--7884 []@textrm 7.0 -- con-verted out-put to ba-sic[]io, re-named to Overfull \hbox (159.1535pt too wide) in paragraph at lines 7903--7903 [][] [131] Overfull \hbox (55.67712pt too wide) in paragraph at lines 7955--7955 [][] Overfull \hbox (61.42581pt too wide) in paragraph at lines 7955--7955 [][] Overfull \hbox (78.67188pt too wide) in paragraph at lines 7975--7975 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 8001--8001 [][] [132] Overfull \hbox (32.68237pt too wide) in paragraph at lines 8001--8001 [][] Overfull \hbox (84.42056pt too wide) in paragraph at lines 8001--8001 [][] Overfull \hbox (55.67712pt too wide) in paragraph at lines 8019--8019 [][] Overfull \hbox (26.93369pt too wide) in paragraph at lines 8053--8053 [][] Overfull \hbox (84.42056pt too wide) in paragraph at lines 8053--8053 [][] Overfull \hbox (55.67712pt too wide) in paragraph at lines 8053--8053 [][] [133] Overfull \hbox (44.17975pt too wide) in paragraph at lines 8053--8053 [][] Overfull \hbox (26.93369pt too wide) in paragraph at lines 8092--8092 [][] Overfull \hbox (84.42056pt too wide) in paragraph at lines 8092--8092 [][] Overfull \hbox (55.67712pt too wide) in paragraph at lines 8092--8092 [][] Overfull \hbox (44.17975pt too wide) in paragraph at lines 8092--8092 [][] [134] Overfull \hbox (78.67188pt too wide) in paragraph at lines 8196--8196 [][] [135] Overfull \hbox (923.72897pt too wide) in paragraph at lines 8266--8266 [][] [136] Overfull \hbox (44.17975pt too wide) in paragraph at lines 8364--8364 [][] [137] Overfull \hbox (21.185pt too wide) in paragraph at lines 8364--8364 [][] Overfull \hbox (78.67188pt too wide) in paragraph at lines 8364--8364 [][] Overfull \hbox (113.164pt too wide) in paragraph at lines 8364--8364 [][] [138] Overfull \hbox (147.65613pt too wide) in paragraph at lines 8431--8431 [][] Overfull \hbox (383.35233pt too wide) in paragraph at lines 8431--8431 [][] [139] [140] Underfull \hbox (badness 6758) in paragraph at lines 8597--8600 []@textrm 7.0 -- added op-tions `@texttt --no-ignored[]@textrm '[], `@texttt - -no-unknown[]@textrm '[], [141] [142] [143] [144] [145] [146] Underfull \hbox (badness 10000) in paragraph at lines 8907--8908 []@textrm Renamed and re-stricted to `@texttt original[]@textrm '[] with the Overfull \hbox (54.49312pt too wide) in paragraph at lines 8917--8918 []@textrm Renamed and re-stricted to `@texttt renamed[]@textrm '[] with the `@ texttt --no-corresponding-renames[]@textrm '[] [147] [148] [149] Underfull \hbox (badness 4217) in paragraph at lines 9060--9064 @textrm `@texttt invalid[]@textrm '[]@textsl path @textrm is ver-sioned and ex -ists in the Underfull \hbox (badness 3872) in paragraph at lines 9094--9097 []@textrm 11.0 -- In-stead of hav-ing a @texttt "@textrm name@texttt " @textrm item, there are Overfull \hbox (21.185pt too wide) in paragraph at lines 9130--9130 [][] Overfull \hbox (15.43631pt too wide) in paragraph at lines 9130--9130 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 9130--9130 [][] [150] [151] [152] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9332--9332 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9332--9332 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9332--9332 [][] [153] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9371--9371 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9371--9371 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9371--9371 [][] Overfull \hbox (26.93369pt too wide) in paragraph at lines 9371--9371 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9410--9410 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9410--9410 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9410--9410 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9410--9410 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9410--9410 [][] [154] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (136.15875pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (55.67712pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] [155] [156] Overfull \hbox (21.185pt too wide) in paragraph at lines 9617--9617 [][] [157] Overfull \hbox (78.67188pt too wide) in paragraph at lines 9659--9659 [][] Overfull \hbox (199.39432pt too wide) in paragraph at lines 9659--9659 [][] Overfull \hbox (44.17975pt too wide) in paragraph at lines 9659--9659 [][] [158] [159] [160] [161] [162] Underfull \hbox (badness 2351) in paragraph at lines 9937--9941 []@textrm Keyboard in-ter-ac-tion is dis-abled on the server, just as if [163] [164] Overfull \hbox (26.93369pt too wide) in paragraph at lines 10116--10116 [][] [165] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] [166] Overfull \hbox (21.185pt too wide) in paragraph at lines 10270--10270 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10270--10270 [][] [167] Overfull \hbox (26.93369pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (26.93369pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (26.93369pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] [168] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10355--10355 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10355--10355 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10355--10355 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10355--10355 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10373--10373 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10373--10373 [][] [169] [170] Overfull \hbox (159.1535pt too wide) in paragraph at lines 10468--10468 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10475--10475 [][] [171] [172] [173] [174] Overfull \hbox (113.164pt too wide) in paragraph at lines 10719--10719 [][] [175] Overfull \hbox (72.92319pt too wide) in paragraph at lines 10816--10816 [][] Overfull \hbox (49.92844pt too wide) in paragraph at lines 10816--10816 [][] [176] [177] Overfull \hbox (95.58861pt too wide) in paragraph at lines 10871--10871 [][] Overfull \hbox (130.08073pt too wide) in paragraph at lines 10881--10881 [][] [178] Underfull \hbox (badness 2922) in paragraph at lines 10956--10967 @texttt refs/tags/[] @textrm and @texttt refs/heads/[]@ textrm . In ad-di-tion, Underfull \hbox (badness 3029) in paragraph at lines 10956--10967 @textrm and `@texttt --refs=leaves[]@textrm '[] re-spec-tively. These ref-er-e nces are ex-ported as Underfull \hbox (badness 2142) in paragraph at lines 10956--10967 @texttt refs/mtn/revs/[]@textrm , @texttt refs/mtn/roots/[] @textrm an d @texttt refs/mtn/leaves/[] Chapter 5 [179] [180] [181] Chapter 6 [182] [183] [184] [185] [186] [187] [188] Underfull \hbox (badness 10000) in paragraph at lines 11596--11599 []@textrm The de-fault im-ple-men-ta-tion re-turns a ta-ble with a sin-gle en- try, Overfull \hbox (3.09344pt too wide) in paragraph at lines 11596--11599 @textrm `@texttt $HOME/.monotone/databases[]@textrm '[] on Unix and `@texttt % APPDATA%\monotone\databases[]@textrm '[] [189] [190] Underfull \hbox (badness 8075) in paragraph at lines 11682--11684 []@textrm Called by [][]@texttt [mtn automate branches], page 120[][][]@textrm , [][]@texttt [mtn automate tags], [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] Chapter 7 [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] (./pcresyntax.texi [216] [217] [218] [219] [220] [221] [222]) (./pcrepattern.texi [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251]) Appendix A [252] (/«PKGBUILDDIR»/src/std_hooks.lua [253] [254] Overfull \hbox (78.01321pt too wide) in paragraph at lines 118--118 [][] [255] [256] [257] Overfull \hbox (26.27502pt too wide) in paragraph at lines 257--257 [][] [258] [259] Overfull \hbox (20.52634pt too wide) in paragraph at lines 328--328 [][] [260] Overfull \hbox (20.52634pt too wide) in paragraph at lines 380--380 [][] [261] Overfull \hbox (20.52634pt too wide) in paragraph at lines 445--445 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 448--448 [][] Overfull \hbox (95.25928pt too wide) in paragraph at lines 456--456 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 466--466 [][] [262] Overfull \hbox (14.77765pt too wide) in paragraph at lines 472--472 [][] Overfull \hbox (32.02371pt too wide) in paragraph at lines 484--484 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 490--490 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 508--508 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 513--513 [][] [263] Overfull \hbox (66.51584pt too wide) in paragraph at lines 529--529 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 538--538 [][] Overfull \hbox (66.51584pt too wide) in paragraph at lines 550--550 [][] Overfull \hbox (66.51584pt too wide) in paragraph at lines 558--558 [][] [264] Overfull \hbox (106.75665pt too wide) in paragraph at lines 567--567 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 595--595 [][] Overfull \hbox (32.02371pt too wide) in paragraph at lines 604--604 [][] [265] Overfull \hbox (20.52634pt too wide) in paragraph at lines 608--608 [][] Overfull \hbox (290.71466pt too wide) in paragraph at lines 640--640 [][] [266] Overfull \hbox (290.71466pt too wide) in paragraph at lines 668--668 [][] Overfull \hbox (152.74615pt too wide) in paragraph at lines 669--669 [][] Overfull \hbox (279.21729pt too wide) in paragraph at lines 671--671 [][] Overfull \hbox (20.52634pt too wide) in paragraph at lines 677--677 [][] Overfull \hbox (302.21204pt too wide) in paragraph at lines 678--678 [][] Overfull \hbox (284.96597pt too wide) in paragraph at lines 682--682 [][] Overfull \hbox (279.21729pt too wide) in paragraph at lines 685--685 [][] Overfull \hbox (284.96597pt too wide) in paragraph at lines 691--691 [][] Overfull \hbox (20.52634pt too wide) in paragraph at lines 700--700 [][] [267] Overfull \hbox (227.4791pt too wide) in paragraph at lines 708--708 [][] Overfull \hbox (66.51584pt too wide) in paragraph at lines 738--738 [][] Overfull \hbox (20.52634pt too wide) in paragraph at lines 748--748 [][] [268] Overfull \hbox (14.77765pt too wide) in paragraph at lines 782--782 [][] [269] Overfull \hbox (14.77765pt too wide) in paragraph at lines 802--802 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 820--820 [][] [270] [271] Overfull \hbox (20.52634pt too wide) in paragraph at lines 890--890 [][] Overfull \hbox (55.01846pt too wide) in paragraph at lines 903--903 [][] Overfull \hbox (66.51584pt too wide) in paragraph at lines 922--922 [][] Overfull \hbox (227.4791pt too wide) in paragraph at lines 927--927 [][] [272] Overfull \hbox (158.49484pt too wide) in paragraph at lines 940--940 [][] Overfull \hbox (112.50534pt too wide) in paragraph at lines 941--941 [][] Overfull \hbox (106.75665pt too wide) in paragraph at lines 942--942 [][] Overfull \hbox (118.25403pt too wide) in paragraph at lines 946--946 [][] Overfull \hbox (89.51059pt too wide) in paragraph at lines 947--947 [][] [273] [274] Overfull \hbox (32.02371pt too wide) in paragraph at lines 1038--1038 [][] Overfull \hbox (101.00797pt too wide) in paragraph at lines 1057--1057 [][] Overfull \hbox (244.72516pt too wide) in paragraph at lines 1062--1062 [][] Overfull \hbox (279.21729pt too wide) in paragraph at lines 1071--1071 [][] [275] Overfull \hbox (43.52109pt too wide) in paragraph at lines 1111--1111 [][] Overfull \hbox (49.26978pt too wide) in paragraph at lines 1118--1118 [][] [276] Overfull \hbox (72.26453pt too wide) in paragraph at lines 1128--1128 [][] [277] [278] Overfull \hbox (20.52634pt too wide) in paragraph at lines 1246--1246 [][] [279] [280] Overfull \hbox (26.27502pt too wide) in paragraph at lines 1313--1313 [][] Overfull \hbox (112.50534pt too wide) in paragraph at lines 1315--1315 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 1316--1316 [][] Overfull \hbox (55.01846pt too wide) in paragraph at lines 1318--1318 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 1319--1319 [][] Overfull \hbox (43.52109pt too wide) in paragraph at lines 1322--1322 [][] [281] Overfull \hbox (20.52634pt too wide) in paragraph at lines 1364--1364 [][][] Overfull \hbox (37.7724pt too wide) in paragraph at lines 1383--1383 [][] [282] Overfull \hbox (26.27502pt too wide) in paragraph at lines 1453--1453 [][] [283] Overfull \hbox (32.02371pt too wide) in paragraph at lines 1461--1461 [][] [284] Overfull \hbox (204.48434pt too wide) in paragraph at lines 1537--1537 [][] Overfull \hbox (158.49484pt too wide) in paragraph at lines 1539--1539 [][] ) (General Index) [285] [286] (./monotone.cps [287] [288] [289] [290]) [291] [292] ) (see the transcript file for additional information) Output written on monotone.pdf (298 pages, 1057258 bytes). Transcript written on monotone.log. This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian) restricted \write18 enabled. entering extended mode (./monotone.texi (./texinfo.tex Loading texinfo [version 2009-08-14.15]: pdf, fonts, markup, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) (./monotone.aux) (./version.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdf tex.map}] [2] (./monotone.toc [-1] [-2]) [-3] [-4] (./monotone.toc) (./monotone.toc) Chapter 1 [1] <./figures/parent-child.png (PNG copy)> <./figur es/parent-child-names-hashes.png (PNG copy)> <./figures/parent-child-hashes.png (PNG copy)> [2] <./figures/three-versions.png (PNG copy)> Overfull \hbox (1.50563pt too wide) in paragraph at lines 246--246 [] <./figures/difference-between-versions.png (PNG copy)> [3] <./figures/manifest .png> <./figures/file-id-manifest-id.png> [4] [5] <./figures/revision.png> <./f igures/revision-chaining.png> Overfull \hbox (43.66313pt too wide) in paragraph at lines 527--527 [] [6] [7] <./figures/statement.png (PNG copy)> <./figures/cert.png (PNG copy)> [8] [9] <./figures/general-workflow.png> <./figures/local-workflow.png> [10] <./figures/network-workflow.png (PNG copy)> [11] [12] <./figures/linear-hi story.png (PNG copy)> <./figures/fork.png (PNG copy)> <./figures/merge.png (PNG copy)> [13] [14] <./figures/two-branches.png (PNG copy)> [15] <./figures/branc h-heads.png (PNG copy)> [16] [17] [18] Chapter 2 [19] [20] Underfull \hbox (badness 4673) in paragraph at lines 1224--1230 []@textrm Beth de-cides to use mono-tone's built-in data-base man-age-ment func -tion-al-ity. Underfull \hbox (badness 5460) in paragraph at lines 1224--1230 @textrm `@texttt $HOME/.monotone/databases[]@textrm '[] on Unix and `@texttt %A PPDATA%\monotone\databases[]@textrm '[] on [21] Overfull \hbox (15.80809pt too wide) in paragraph at lines 1292--1292 []@smalltt confirm passphrase for key ID [beth@juicebot.co.jp] (...): <@smallt tsl Beth con-firms her passphrase@smalltt >[] Underfull \hbox (badness 2856) in paragraph at lines 1325--1330 []@textrm This out-put shows one pri-vate and one pub-lic key stored un-der the name [22] [23] [24] Underfull \hbox (badness 2119) in paragraph at lines 1493--1496 []@textrm This com-mand pro-duces a record of Jim's in-ten-tions in a spe-cial file called [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] Overfull \hbox (72.50742pt too wide) in paragraph at lines 2510--2510 []@smalltt enter passphrase for key ID [monotone-server@www.juicebot.co.jp] (. ..): <@smallttsl Jim en-ters a new passphrase@smalltt >[] Overfull \hbox (81.9573pt too wide) in paragraph at lines 2511--2511 []@smalltt confirm passphrase for key ID [monotone-server@www.juicebot.co.jp] (...): <@smallttsl Jim con-firms the passphrase@smalltt >[] [41] [42] Chapter 3 [43] [44] [45] [46] [47] [48] Overfull \hbox (51.28467pt too wide) in paragraph at lines 2938--2946 @texttt lca(A;B)[]@textrm Least com-mon an-ces-tors; this is iden-ti-cal to @t exttt max((ancestors(A)|A)/(ancestors(B)|B))[]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 2938--2946 @texttt lca(h:net.venge.monotone;h:net.venge.monotone.extended-selectors)[] Underfull \hbox (badness 3803) in paragraph at lines 2946--2952 @texttt max(A)[]@textrm Erase an-ces-tors; this re-turns all re-vi-sions se-le cted by @texttt A[] @textrm which are Underfull \hbox (badness 10000) in paragraph at lines 2946--2952 @textrm not an-ces-tors of other re-vi-sions se-lected by @texttt A[]@textrm . For ex-am-ple, Underfull \hbox (badness 10000) in paragraph at lines 2946--2952 @texttt max(b:net.venge.monotone/a:graydon)[] @textrm would re-turn the lat-es t re- [49] [50] Overfull \hbox (4.0698pt too wide) in paragraph at lines 3013--3016 []@textrm Expands to to-day date, mi-nus the spec-i-fied @texttt number[] @tex trm of days@texttt |@textrm weeks@texttt |@textrm months@texttt |@textrm years. [51] Underfull \hbox (badness 10000) in paragraph at lines 3068--3078 []@textrm Commands which sup-port re-stric-tions also sup-port the `@texttt --d epth=@textttsl n []@textrm '[] and [52] [53] [54] [55] [56] Overfull \hbox (62.38063pt too wide) in paragraph at lines 3393--3397 @textrm `@texttt _MTN/resolutions/checkout.sh-abe[]@textrm '[], leav-ing the re -sults in `@texttt _MTN/resolutions/checkout.sh-merge[]@textrm '[] Underfull \hbox (badness 6188) in paragraph at lines 3434--3436 []@textrm Now she has her file con-tents in `@texttt thermostat-honeywell[]@tex trm '[], and Abe's in [57] [58] [59] Overfull \hbox (21.17343pt too wide) in paragraph at lines 3602--3608 []@textrm In ad-di-tion, all workspace-changing com-mands have an op-tion `@tex ttt --move-conflicting-paths[]@textrm '[], [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] Underfull \hbox (badness 10000) in paragraph at lines 4247--4253 []@textrm Monotone au-thor names of-ten look like raw email ad-dresses such as Underfull \hbox (badness 2237) in paragraph at lines 4261--4265 []@textrm both au-thor and com-mit-ter will be looked up in the file spec-i-fi ed by the [74] [75] [76] Overfull \hbox (204.80547pt too wide) in paragraph at lines 4442--4442 []@smalltt mtn -d A au-to-mate packet_for_fdelta 8714e0ef31edb00e33683f5752743 79955b3526c 8b52d96d4fab6c1e56d6364b0a2673f4111b228e >> PACKETS2[] [77] [78] Chapter 4 [79] [80] [81] [82] Underfull \hbox (badness 3758) in paragraph at lines 4713--4715 []@textrm For a com-mand that starts a mono-tone server, the Lua hook Underfull \hbox (badness 2197) in paragraph at lines 4729--4731 []@textrm Set the key di-rec-tory (where the ``key store'' is lo-cated); de-fa ult is Underfull \hbox (badness 10000) in paragraph at lines 4754--4758 @textrm on Unix or `@texttt %APPDATA%\monotone\monotonerc[]@textrm '[] on Win- dows, and [83] [84] [85] [86] Underfull \hbox (badness 10000) in paragraph at lines 4960--4964 []@textrm A com-mit mes-sage may be pro-vided via `@texttt --message @textttsl string[]@textrm '[] or [87] Underfull \hbox (badness 10000) in paragraph at lines 5022--5026 []@textrm A com-mit mes-sage may be pro-vided via `@texttt --message @textttsl string[]@textrm '[] or [88] Underfull \hbox (badness 3568) in paragraph at lines 5123--5127 []@textrm Delete the de-fault con-flicts file `@texttt _MTN/conflicts[]@textrm '[], and the di-rec-tory Underfull \hbox (badness 7595) in paragraph at lines 5123--5127 @textrm `@texttt _MTN/resolutions[]@textrm '[]. Users may store con-flict res- o-lu-tion files in [89] [90] [91] [92] [93] [94] [95] [96] Overfull \hbox (49.99915pt too wide) in paragraph at lines 5648--5648 []@smalltt ://[[@][:]][/][?[;-[...]]][] [97] Underfull \hbox (badness 10000) in paragraph at lines 5682--5686 []@textrm For ex-am-ple, per-haps Bob and Al-ice wish to syn-chro-nize their Underfull \hbox (badness 10000) in paragraph at lines 5682--5686 @texttt net.venge.monotone.win32[] @textrm and @texttt net.venge.monotone.i18n [] @textrm branches. [98] Underfull \hbox (badness 3108) in paragraph at lines 5748--5755 @textrm no data-base is given, the con-fig-ured de-fault data-base is cre-ated or Underfull \hbox (badness 6691) in paragraph at lines 5748--5755 @textrm re-used (see [][][get[]default[]database[]alias], page 189[][] for mor e de-tails; [99] Underfull \hbox (badness 10000) in paragraph at lines 5805--5810 []@textrm If the up-date is blocked by con-flict-ing un-ver-sioned paths ex-is t- Underfull \hbox (badness 7888) in paragraph at lines 5805--5810 @textrm ing in the workspace this com-mand may be re-issued with the Underfull \hbox (badness 10000) in paragraph at lines 5818--5823 []@textrm If the up-date is blocked by con-flict-ing un-ver-sioned paths ex-is t- Underfull \hbox (badness 7888) in paragraph at lines 5818--5823 @textrm ing in the workspace this com-mand may be re-issued with the Underfull \hbox (badness 10000) in paragraph at lines 5836--5841 []@textrm If the up-date is blocked by con-flict-ing un-ver-sioned paths ex-is t- Underfull \hbox (badness 7888) in paragraph at lines 5836--5841 @textrm ing in the workspace this com-mand may be re-issued with the [100] [101] [102] [103] [104] [105] [106] [107] Overfull \hbox (72.75797pt too wide) in paragraph at lines 6305--6305 []@texttt monotone 1.0dev (base revision: c91edf22b20f5a8b750a8a02af763412d6b9 36e8)[] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] Overfull \hbox (147.65613pt too wide) in paragraph at lines 7030--7030 [][] [119] Overfull \hbox (72.92319pt too wide) in paragraph at lines 7081--7081 [][] Overfull \hbox (44.17975pt too wide) in paragraph at lines 7081--7081 [][] Overfull \hbox (49.92844pt too wide) in paragraph at lines 7081--7081 [][] Overfull \hbox (38.43106pt too wide) in paragraph at lines 7081--7081 [][] [120] Overfull \hbox (314.36807pt too wide) in paragraph at lines 7111--7111 [][] Overfull \hbox (199.39432pt too wide) in paragraph at lines 7111--7111 [][] [121] [122] Overfull \hbox (26.93369pt too wide) in paragraph at lines 7292--7292 [][] Overfull \hbox (141.90744pt too wide) in paragraph at lines 7292--7292 [][] Overfull \hbox (141.90744pt too wide) in paragraph at lines 7292--7292 [][] [123] [124] [125] Overfull \hbox (26.93369pt too wide) in paragraph at lines 7530--7530 [][] Overfull \hbox (84.42056pt too wide) in paragraph at lines 7530--7530 [][] Overfull \hbox (55.67712pt too wide) in paragraph at lines 7530--7530 [][] Overfull \hbox (44.17975pt too wide) in paragraph at lines 7530--7530 [][] [126] Overfull \hbox (21.185pt too wide) in paragraph at lines 7576--7576 [][] [127] Overfull \hbox (26.93369pt too wide) in paragraph at lines 7654--7654 [][] Overfull \hbox (141.90744pt too wide) in paragraph at lines 7667--7667 [][] [128] [129] [130] Underfull \hbox (badness 10000) in paragraph at lines 7882--7884 []@textrm 7.0 -- con-verted out-put to ba-sic[]io, re-named to Overfull \hbox (159.1535pt too wide) in paragraph at lines 7903--7903 [][] [131] Overfull \hbox (55.67712pt too wide) in paragraph at lines 7955--7955 [][] Overfull \hbox (61.42581pt too wide) in paragraph at lines 7955--7955 [][] Overfull \hbox (78.67188pt too wide) in paragraph at lines 7975--7975 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 8001--8001 [][] [132] Overfull \hbox (32.68237pt too wide) in paragraph at lines 8001--8001 [][] Overfull \hbox (84.42056pt too wide) in paragraph at lines 8001--8001 [][] Overfull \hbox (55.67712pt too wide) in paragraph at lines 8019--8019 [][] Overfull \hbox (26.93369pt too wide) in paragraph at lines 8053--8053 [][] Overfull \hbox (84.42056pt too wide) in paragraph at lines 8053--8053 [][] Overfull \hbox (55.67712pt too wide) in paragraph at lines 8053--8053 [][] [133] Overfull \hbox (44.17975pt too wide) in paragraph at lines 8053--8053 [][] Overfull \hbox (26.93369pt too wide) in paragraph at lines 8092--8092 [][] Overfull \hbox (84.42056pt too wide) in paragraph at lines 8092--8092 [][] Overfull \hbox (55.67712pt too wide) in paragraph at lines 8092--8092 [][] Overfull \hbox (44.17975pt too wide) in paragraph at lines 8092--8092 [][] [134] Overfull \hbox (78.67188pt too wide) in paragraph at lines 8196--8196 [][] [135] Overfull \hbox (923.72897pt too wide) in paragraph at lines 8266--8266 [][] [136] Overfull \hbox (44.17975pt too wide) in paragraph at lines 8364--8364 [][] [137] Overfull \hbox (21.185pt too wide) in paragraph at lines 8364--8364 [][] Overfull \hbox (78.67188pt too wide) in paragraph at lines 8364--8364 [][] Overfull \hbox (113.164pt too wide) in paragraph at lines 8364--8364 [][] [138] Overfull \hbox (147.65613pt too wide) in paragraph at lines 8431--8431 [][] Overfull \hbox (383.35233pt too wide) in paragraph at lines 8431--8431 [][] [139] [140] Underfull \hbox (badness 6758) in paragraph at lines 8597--8600 []@textrm 7.0 -- added op-tions `@texttt --no-ignored[]@textrm '[], `@texttt - -no-unknown[]@textrm '[], [141] [142] [143] [144] [145] [146] Underfull \hbox (badness 10000) in paragraph at lines 8907--8908 []@textrm Renamed and re-stricted to `@texttt original[]@textrm '[] with the Overfull \hbox (54.49312pt too wide) in paragraph at lines 8917--8918 []@textrm Renamed and re-stricted to `@texttt renamed[]@textrm '[] with the `@ texttt --no-corresponding-renames[]@textrm '[] [147] [148] [149] Underfull \hbox (badness 4217) in paragraph at lines 9060--9064 @textrm `@texttt invalid[]@textrm '[]@textsl path @textrm is ver-sioned and ex -ists in the Underfull \hbox (badness 3872) in paragraph at lines 9094--9097 []@textrm 11.0 -- In-stead of hav-ing a @texttt "@textrm name@texttt " @textrm item, there are Overfull \hbox (21.185pt too wide) in paragraph at lines 9130--9130 [][] Overfull \hbox (15.43631pt too wide) in paragraph at lines 9130--9130 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 9130--9130 [][] [150] [151] [152] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9332--9332 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9332--9332 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9332--9332 [][] [153] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9371--9371 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9371--9371 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9371--9371 [][] Overfull \hbox (26.93369pt too wide) in paragraph at lines 9371--9371 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9410--9410 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9410--9410 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9410--9410 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9410--9410 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9410--9410 [][] [154] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (136.15875pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (55.67712pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] [155] [156] Overfull \hbox (21.185pt too wide) in paragraph at lines 9617--9617 [][] [157] Overfull \hbox (78.67188pt too wide) in paragraph at lines 9659--9659 [][] Overfull \hbox (199.39432pt too wide) in paragraph at lines 9659--9659 [][] Overfull \hbox (44.17975pt too wide) in paragraph at lines 9659--9659 [][] [158] [159] [160] [161] [162] Underfull \hbox (badness 2351) in paragraph at lines 9937--9941 []@textrm Keyboard in-ter-ac-tion is dis-abled on the server, just as if [163] [164] Overfull \hbox (26.93369pt too wide) in paragraph at lines 10116--10116 [][] [165] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] [166] Overfull \hbox (21.185pt too wide) in paragraph at lines 10270--10270 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10270--10270 [][] [167] Overfull \hbox (26.93369pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (26.93369pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (26.93369pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] [168] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10355--10355 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10355--10355 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10355--10355 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10355--10355 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10373--10373 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10373--10373 [][] [169] [170] Overfull \hbox (159.1535pt too wide) in paragraph at lines 10468--10468 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10475--10475 [][] [171] [172] [173] [174] Overfull \hbox (113.164pt too wide) in paragraph at lines 10719--10719 [][] [175] Overfull \hbox (72.92319pt too wide) in paragraph at lines 10816--10816 [][] Overfull \hbox (49.92844pt too wide) in paragraph at lines 10816--10816 [][] [176] [177] Overfull \hbox (95.58861pt too wide) in paragraph at lines 10871--10871 [][] Overfull \hbox (130.08073pt too wide) in paragraph at lines 10881--10881 [][] [178] Underfull \hbox (badness 2922) in paragraph at lines 10956--10967 @texttt refs/tags/[] @textrm and @texttt refs/heads/[]@ textrm . In ad-di-tion, Underfull \hbox (badness 3029) in paragraph at lines 10956--10967 @textrm and `@texttt --refs=leaves[]@textrm '[] re-spec-tively. These ref-er-e nces are ex-ported as Underfull \hbox (badness 2142) in paragraph at lines 10956--10967 @texttt refs/mtn/revs/[]@textrm , @texttt refs/mtn/roots/[] @textrm an d @texttt refs/mtn/leaves/[] Chapter 5 [179] [180] [181] Chapter 6 [182] [183] [184] [185] [186] [187] [188] Underfull \hbox (badness 10000) in paragraph at lines 11596--11599 []@textrm The de-fault im-ple-men-ta-tion re-turns a ta-ble with a sin-gle en- try, Overfull \hbox (3.09344pt too wide) in paragraph at lines 11596--11599 @textrm `@texttt $HOME/.monotone/databases[]@textrm '[] on Unix and `@texttt % APPDATA%\monotone\databases[]@textrm '[] [189] [190] Underfull \hbox (badness 8075) in paragraph at lines 11682--11684 []@textrm Called by [][]@texttt [mtn automate branches], page 119[][][]@textrm , [][]@texttt [mtn automate tags], [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] Chapter 7 [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] (./pcresyntax.texi [216] [217] [218] [219] [220] [221] [222]) (./pcrepattern.texi [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251]) Appendix A [252] (/«PKGBUILDDIR»/src/std_hooks.lua [253] [254] Overfull \hbox (78.01321pt too wide) in paragraph at lines 118--118 [][] [255] [256] [257] Overfull \hbox (26.27502pt too wide) in paragraph at lines 257--257 [][] [258] [259] Overfull \hbox (20.52634pt too wide) in paragraph at lines 328--328 [][] [260] Overfull \hbox (20.52634pt too wide) in paragraph at lines 380--380 [][] [261] Overfull \hbox (20.52634pt too wide) in paragraph at lines 445--445 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 448--448 [][] Overfull \hbox (95.25928pt too wide) in paragraph at lines 456--456 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 466--466 [][] [262] Overfull \hbox (14.77765pt too wide) in paragraph at lines 472--472 [][] Overfull \hbox (32.02371pt too wide) in paragraph at lines 484--484 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 490--490 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 508--508 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 513--513 [][] [263] Overfull \hbox (66.51584pt too wide) in paragraph at lines 529--529 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 538--538 [][] Overfull \hbox (66.51584pt too wide) in paragraph at lines 550--550 [][] Overfull \hbox (66.51584pt too wide) in paragraph at lines 558--558 [][] [264] Overfull \hbox (106.75665pt too wide) in paragraph at lines 567--567 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 595--595 [][] Overfull \hbox (32.02371pt too wide) in paragraph at lines 604--604 [][] [265] Overfull \hbox (20.52634pt too wide) in paragraph at lines 608--608 [][] Overfull \hbox (290.71466pt too wide) in paragraph at lines 640--640 [][] [266] Overfull \hbox (290.71466pt too wide) in paragraph at lines 668--668 [][] Overfull \hbox (152.74615pt too wide) in paragraph at lines 669--669 [][] Overfull \hbox (279.21729pt too wide) in paragraph at lines 671--671 [][] Overfull \hbox (20.52634pt too wide) in paragraph at lines 677--677 [][] Overfull \hbox (302.21204pt too wide) in paragraph at lines 678--678 [][] Overfull \hbox (284.96597pt too wide) in paragraph at lines 682--682 [][] Overfull \hbox (279.21729pt too wide) in paragraph at lines 685--685 [][] Overfull \hbox (284.96597pt too wide) in paragraph at lines 691--691 [][] Overfull \hbox (20.52634pt too wide) in paragraph at lines 700--700 [][] [267] Overfull \hbox (227.4791pt too wide) in paragraph at lines 708--708 [][] Overfull \hbox (66.51584pt too wide) in paragraph at lines 738--738 [][] Overfull \hbox (20.52634pt too wide) in paragraph at lines 748--748 [][] [268] Overfull \hbox (14.77765pt too wide) in paragraph at lines 782--782 [][] [269] Overfull \hbox (14.77765pt too wide) in paragraph at lines 802--802 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 820--820 [][] [270] [271] Overfull \hbox (20.52634pt too wide) in paragraph at lines 890--890 [][] Overfull \hbox (55.01846pt too wide) in paragraph at lines 903--903 [][] Overfull \hbox (66.51584pt too wide) in paragraph at lines 922--922 [][] Overfull \hbox (227.4791pt too wide) in paragraph at lines 927--927 [][] [272] Overfull \hbox (158.49484pt too wide) in paragraph at lines 940--940 [][] Overfull \hbox (112.50534pt too wide) in paragraph at lines 941--941 [][] Overfull \hbox (106.75665pt too wide) in paragraph at lines 942--942 [][] Overfull \hbox (118.25403pt too wide) in paragraph at lines 946--946 [][] Overfull \hbox (89.51059pt too wide) in paragraph at lines 947--947 [][] [273] [274] Overfull \hbox (32.02371pt too wide) in paragraph at lines 1038--1038 [][] Overfull \hbox (101.00797pt too wide) in paragraph at lines 1057--1057 [][] Overfull \hbox (244.72516pt too wide) in paragraph at lines 1062--1062 [][] Overfull \hbox (279.21729pt too wide) in paragraph at lines 1071--1071 [][] [275] Overfull \hbox (43.52109pt too wide) in paragraph at lines 1111--1111 [][] Overfull \hbox (49.26978pt too wide) in paragraph at lines 1118--1118 [][] [276] Overfull \hbox (72.26453pt too wide) in paragraph at lines 1128--1128 [][] [277] [278] Overfull \hbox (20.52634pt too wide) in paragraph at lines 1246--1246 [][] [279] [280] Overfull \hbox (26.27502pt too wide) in paragraph at lines 1313--1313 [][] Overfull \hbox (112.50534pt too wide) in paragraph at lines 1315--1315 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 1316--1316 [][] Overfull \hbox (55.01846pt too wide) in paragraph at lines 1318--1318 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 1319--1319 [][] Overfull \hbox (43.52109pt too wide) in paragraph at lines 1322--1322 [][] [281] Overfull \hbox (20.52634pt too wide) in paragraph at lines 1364--1364 [][][] Overfull \hbox (37.7724pt too wide) in paragraph at lines 1383--1383 [][] [282] Overfull \hbox (26.27502pt too wide) in paragraph at lines 1453--1453 [][] [283] Overfull \hbox (32.02371pt too wide) in paragraph at lines 1461--1461 [][] [284] Overfull \hbox (204.48434pt too wide) in paragraph at lines 1537--1537 [][] Overfull \hbox (158.49484pt too wide) in paragraph at lines 1539--1539 [][] ) (General Index) [285] [286] (./monotone.cps [287] [288] [289] [290]) [291] [292] ) (see the transcript file for additional information) Output written on monotone.pdf (298 pages, 1057275 bytes). Transcript written on monotone.log. This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian) restricted \write18 enabled. entering extended mode (./monotone.texi (./texinfo.tex Loading texinfo [version 2009-08-14.15]: pdf, fonts, markup, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) (./monotone.aux) (./version.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdf tex.map}] [2] (./monotone.toc [-1] [-2]) [-3] [-4] (./monotone.toc) (./monotone.toc) Chapter 1 [1] <./figures/parent-child.png (PNG copy)> <./figur es/parent-child-names-hashes.png (PNG copy)> <./figures/parent-child-hashes.png (PNG copy)> [2] <./figures/three-versions.png (PNG copy)> Overfull \hbox (1.50563pt too wide) in paragraph at lines 246--246 [] <./figures/difference-between-versions.png (PNG copy)> [3] <./figures/manifest .png> <./figures/file-id-manifest-id.png> [4] [5] <./figures/revision.png> <./f igures/revision-chaining.png> Overfull \hbox (43.66313pt too wide) in paragraph at lines 527--527 [] [6] [7] <./figures/statement.png (PNG copy)> <./figures/cert.png (PNG copy)> [8] [9] <./figures/general-workflow.png> <./figures/local-workflow.png> [10] <./figures/network-workflow.png (PNG copy)> [11] [12] <./figures/linear-hi story.png (PNG copy)> <./figures/fork.png (PNG copy)> <./figures/merge.png (PNG copy)> [13] [14] <./figures/two-branches.png (PNG copy)> [15] <./figures/branc h-heads.png (PNG copy)> [16] [17] [18] Chapter 2 [19] [20] Underfull \hbox (badness 4673) in paragraph at lines 1224--1230 []@textrm Beth de-cides to use mono-tone's built-in data-base man-age-ment func -tion-al-ity. Underfull \hbox (badness 5460) in paragraph at lines 1224--1230 @textrm `@texttt $HOME/.monotone/databases[]@textrm '[] on Unix and `@texttt %A PPDATA%\monotone\databases[]@textrm '[] on [21] Overfull \hbox (15.80809pt too wide) in paragraph at lines 1292--1292 []@smalltt confirm passphrase for key ID [beth@juicebot.co.jp] (...): <@smallt tsl Beth con-firms her passphrase@smalltt >[] Underfull \hbox (badness 2856) in paragraph at lines 1325--1330 []@textrm This out-put shows one pri-vate and one pub-lic key stored un-der the name [22] [23] [24] Underfull \hbox (badness 2119) in paragraph at lines 1493--1496 []@textrm This com-mand pro-duces a record of Jim's in-ten-tions in a spe-cial file called [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] Overfull \hbox (72.50742pt too wide) in paragraph at lines 2510--2510 []@smalltt enter passphrase for key ID [monotone-server@www.juicebot.co.jp] (. ..): <@smallttsl Jim en-ters a new passphrase@smalltt >[] Overfull \hbox (81.9573pt too wide) in paragraph at lines 2511--2511 []@smalltt confirm passphrase for key ID [monotone-server@www.juicebot.co.jp] (...): <@smallttsl Jim con-firms the passphrase@smalltt >[] [41] [42] Chapter 3 [43] [44] [45] [46] [47] [48] Overfull \hbox (51.28467pt too wide) in paragraph at lines 2938--2946 @texttt lca(A;B)[]@textrm Least com-mon an-ces-tors; this is iden-ti-cal to @t exttt max((ancestors(A)|A)/(ancestors(B)|B))[]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 2938--2946 @texttt lca(h:net.venge.monotone;h:net.venge.monotone.extended-selectors)[] Underfull \hbox (badness 3803) in paragraph at lines 2946--2952 @texttt max(A)[]@textrm Erase an-ces-tors; this re-turns all re-vi-sions se-le cted by @texttt A[] @textrm which are Underfull \hbox (badness 10000) in paragraph at lines 2946--2952 @textrm not an-ces-tors of other re-vi-sions se-lected by @texttt A[]@textrm . For ex-am-ple, Underfull \hbox (badness 10000) in paragraph at lines 2946--2952 @texttt max(b:net.venge.monotone/a:graydon)[] @textrm would re-turn the lat-es t re- [49] [50] Overfull \hbox (4.0698pt too wide) in paragraph at lines 3013--3016 []@textrm Expands to to-day date, mi-nus the spec-i-fied @texttt number[] @tex trm of days@texttt |@textrm weeks@texttt |@textrm months@texttt |@textrm years. [51] Underfull \hbox (badness 10000) in paragraph at lines 3068--3078 []@textrm Commands which sup-port re-stric-tions also sup-port the `@texttt --d epth=@textttsl n []@textrm '[] and [52] [53] [54] [55] [56] Overfull \hbox (62.38063pt too wide) in paragraph at lines 3393--3397 @textrm `@texttt _MTN/resolutions/checkout.sh-abe[]@textrm '[], leav-ing the re -sults in `@texttt _MTN/resolutions/checkout.sh-merge[]@textrm '[] Underfull \hbox (badness 6188) in paragraph at lines 3434--3436 []@textrm Now she has her file con-tents in `@texttt thermostat-honeywell[]@tex trm '[], and Abe's in [57] [58] [59] Overfull \hbox (21.17343pt too wide) in paragraph at lines 3602--3608 []@textrm In ad-di-tion, all workspace-changing com-mands have an op-tion `@tex ttt --move-conflicting-paths[]@textrm '[], [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] Underfull \hbox (badness 10000) in paragraph at lines 4247--4253 []@textrm Monotone au-thor names of-ten look like raw email ad-dresses such as Underfull \hbox (badness 2237) in paragraph at lines 4261--4265 []@textrm both au-thor and com-mit-ter will be looked up in the file spec-i-fi ed by the [74] [75] [76] Overfull \hbox (204.80547pt too wide) in paragraph at lines 4442--4442 []@smalltt mtn -d A au-to-mate packet_for_fdelta 8714e0ef31edb00e33683f5752743 79955b3526c 8b52d96d4fab6c1e56d6364b0a2673f4111b228e >> PACKETS2[] [77] [78] Chapter 4 [79] [80] [81] [82] Underfull \hbox (badness 3758) in paragraph at lines 4713--4715 []@textrm For a com-mand that starts a mono-tone server, the Lua hook Underfull \hbox (badness 2197) in paragraph at lines 4729--4731 []@textrm Set the key di-rec-tory (where the ``key store'' is lo-cated); de-fa ult is Underfull \hbox (badness 10000) in paragraph at lines 4754--4758 @textrm on Unix or `@texttt %APPDATA%\monotone\monotonerc[]@textrm '[] on Win- dows, and [83] [84] [85] [86] Underfull \hbox (badness 10000) in paragraph at lines 4960--4964 []@textrm A com-mit mes-sage may be pro-vided via `@texttt --message @textttsl string[]@textrm '[] or [87] Underfull \hbox (badness 10000) in paragraph at lines 5022--5026 []@textrm A com-mit mes-sage may be pro-vided via `@texttt --message @textttsl string[]@textrm '[] or [88] Underfull \hbox (badness 3568) in paragraph at lines 5123--5127 []@textrm Delete the de-fault con-flicts file `@texttt _MTN/conflicts[]@textrm '[], and the di-rec-tory Underfull \hbox (badness 7595) in paragraph at lines 5123--5127 @textrm `@texttt _MTN/resolutions[]@textrm '[]. Users may store con-flict res- o-lu-tion files in [89] [90] [91] [92] [93] [94] [95] [96] Overfull \hbox (49.99915pt too wide) in paragraph at lines 5648--5648 []@smalltt ://[[@][:]][/][?[;-[...]]][] [97] Underfull \hbox (badness 10000) in paragraph at lines 5682--5686 []@textrm For ex-am-ple, per-haps Bob and Al-ice wish to syn-chro-nize their Underfull \hbox (badness 10000) in paragraph at lines 5682--5686 @texttt net.venge.monotone.win32[] @textrm and @texttt net.venge.monotone.i18n [] @textrm branches. [98] Underfull \hbox (badness 3108) in paragraph at lines 5748--5755 @textrm no data-base is given, the con-fig-ured de-fault data-base is cre-ated or Underfull \hbox (badness 6691) in paragraph at lines 5748--5755 @textrm re-used (see [][][get[]default[]database[]alias], page 189[][] for mor e de-tails; [99] Underfull \hbox (badness 10000) in paragraph at lines 5805--5810 []@textrm If the up-date is blocked by con-flict-ing un-ver-sioned paths ex-is t- Underfull \hbox (badness 7888) in paragraph at lines 5805--5810 @textrm ing in the workspace this com-mand may be re-issued with the Underfull \hbox (badness 10000) in paragraph at lines 5818--5823 []@textrm If the up-date is blocked by con-flict-ing un-ver-sioned paths ex-is t- Underfull \hbox (badness 7888) in paragraph at lines 5818--5823 @textrm ing in the workspace this com-mand may be re-issued with the Underfull \hbox (badness 10000) in paragraph at lines 5836--5841 []@textrm If the up-date is blocked by con-flict-ing un-ver-sioned paths ex-is t- Underfull \hbox (badness 7888) in paragraph at lines 5836--5841 @textrm ing in the workspace this com-mand may be re-issued with the [100] [101] [102] [103] [104] [105] [106] [107] Overfull \hbox (72.75797pt too wide) in paragraph at lines 6305--6305 []@texttt monotone 1.0dev (base revision: c91edf22b20f5a8b750a8a02af763412d6b9 36e8)[] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] Overfull \hbox (147.65613pt too wide) in paragraph at lines 7030--7030 [][] [119] Overfull \hbox (72.92319pt too wide) in paragraph at lines 7081--7081 [][] Overfull \hbox (44.17975pt too wide) in paragraph at lines 7081--7081 [][] Overfull \hbox (49.92844pt too wide) in paragraph at lines 7081--7081 [][] Overfull \hbox (38.43106pt too wide) in paragraph at lines 7081--7081 [][] [120] Overfull \hbox (314.36807pt too wide) in paragraph at lines 7111--7111 [][] Overfull \hbox (199.39432pt too wide) in paragraph at lines 7111--7111 [][] [121] [122] Overfull \hbox (26.93369pt too wide) in paragraph at lines 7292--7292 [][] Overfull \hbox (141.90744pt too wide) in paragraph at lines 7292--7292 [][] Overfull \hbox (141.90744pt too wide) in paragraph at lines 7292--7292 [][] [123] [124] [125] Overfull \hbox (26.93369pt too wide) in paragraph at lines 7530--7530 [][] Overfull \hbox (84.42056pt too wide) in paragraph at lines 7530--7530 [][] Overfull \hbox (55.67712pt too wide) in paragraph at lines 7530--7530 [][] Overfull \hbox (44.17975pt too wide) in paragraph at lines 7530--7530 [][] [126] Overfull \hbox (21.185pt too wide) in paragraph at lines 7576--7576 [][] [127] Overfull \hbox (26.93369pt too wide) in paragraph at lines 7654--7654 [][] Overfull \hbox (141.90744pt too wide) in paragraph at lines 7667--7667 [][] [128] [129] [130] Underfull \hbox (badness 10000) in paragraph at lines 7882--7884 []@textrm 7.0 -- con-verted out-put to ba-sic[]io, re-named to Overfull \hbox (159.1535pt too wide) in paragraph at lines 7903--7903 [][] [131] Overfull \hbox (55.67712pt too wide) in paragraph at lines 7955--7955 [][] Overfull \hbox (61.42581pt too wide) in paragraph at lines 7955--7955 [][] Overfull \hbox (78.67188pt too wide) in paragraph at lines 7975--7975 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 8001--8001 [][] [132] Overfull \hbox (32.68237pt too wide) in paragraph at lines 8001--8001 [][] Overfull \hbox (84.42056pt too wide) in paragraph at lines 8001--8001 [][] Overfull \hbox (55.67712pt too wide) in paragraph at lines 8019--8019 [][] Overfull \hbox (26.93369pt too wide) in paragraph at lines 8053--8053 [][] Overfull \hbox (84.42056pt too wide) in paragraph at lines 8053--8053 [][] Overfull \hbox (55.67712pt too wide) in paragraph at lines 8053--8053 [][] [133] Overfull \hbox (44.17975pt too wide) in paragraph at lines 8053--8053 [][] Overfull \hbox (26.93369pt too wide) in paragraph at lines 8092--8092 [][] Overfull \hbox (84.42056pt too wide) in paragraph at lines 8092--8092 [][] Overfull \hbox (55.67712pt too wide) in paragraph at lines 8092--8092 [][] Overfull \hbox (44.17975pt too wide) in paragraph at lines 8092--8092 [][] [134] Overfull \hbox (78.67188pt too wide) in paragraph at lines 8196--8196 [][] [135] Overfull \hbox (923.72897pt too wide) in paragraph at lines 8266--8266 [][] [136] Overfull \hbox (44.17975pt too wide) in paragraph at lines 8364--8364 [][] [137] Overfull \hbox (21.185pt too wide) in paragraph at lines 8364--8364 [][] Overfull \hbox (78.67188pt too wide) in paragraph at lines 8364--8364 [][] Overfull \hbox (113.164pt too wide) in paragraph at lines 8364--8364 [][] [138] Overfull \hbox (147.65613pt too wide) in paragraph at lines 8431--8431 [][] Overfull \hbox (383.35233pt too wide) in paragraph at lines 8431--8431 [][] [139] [140] Underfull \hbox (badness 6758) in paragraph at lines 8597--8600 []@textrm 7.0 -- added op-tions `@texttt --no-ignored[]@textrm '[], `@texttt - -no-unknown[]@textrm '[], [141] [142] [143] [144] [145] [146] Underfull \hbox (badness 10000) in paragraph at lines 8907--8908 []@textrm Renamed and re-stricted to `@texttt original[]@textrm '[] with the Overfull \hbox (54.49312pt too wide) in paragraph at lines 8917--8918 []@textrm Renamed and re-stricted to `@texttt renamed[]@textrm '[] with the `@ texttt --no-corresponding-renames[]@textrm '[] [147] [148] [149] Underfull \hbox (badness 4217) in paragraph at lines 9060--9064 @textrm `@texttt invalid[]@textrm '[]@textsl path @textrm is ver-sioned and ex -ists in the Underfull \hbox (badness 3872) in paragraph at lines 9094--9097 []@textrm 11.0 -- In-stead of hav-ing a @texttt "@textrm name@texttt " @textrm item, there are Overfull \hbox (21.185pt too wide) in paragraph at lines 9130--9130 [][] Overfull \hbox (15.43631pt too wide) in paragraph at lines 9130--9130 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 9130--9130 [][] [150] [151] [152] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9332--9332 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9332--9332 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9332--9332 [][] [153] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9371--9371 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9371--9371 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9371--9371 [][] Overfull \hbox (26.93369pt too wide) in paragraph at lines 9371--9371 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9410--9410 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9410--9410 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9410--9410 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9410--9410 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9410--9410 [][] [154] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (136.15875pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (55.67712pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] Overfull \hbox (95.91794pt too wide) in paragraph at lines 9475--9475 [][] [155] [156] Overfull \hbox (21.185pt too wide) in paragraph at lines 9617--9617 [][] [157] Overfull \hbox (78.67188pt too wide) in paragraph at lines 9659--9659 [][] Overfull \hbox (199.39432pt too wide) in paragraph at lines 9659--9659 [][] Overfull \hbox (44.17975pt too wide) in paragraph at lines 9659--9659 [][] [158] [159] [160] [161] [162] Underfull \hbox (badness 2351) in paragraph at lines 9937--9941 []@textrm Keyboard in-ter-ac-tion is dis-abled on the server, just as if [163] [164] Overfull \hbox (26.93369pt too wide) in paragraph at lines 10116--10116 [][] [165] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10211--10211 [][] [166] Overfull \hbox (21.185pt too wide) in paragraph at lines 10270--10270 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10270--10270 [][] [167] Overfull \hbox (26.93369pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (26.93369pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (26.93369pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10304--10304 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] [168] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10340--10340 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10355--10355 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10355--10355 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10355--10355 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10355--10355 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10373--10373 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10373--10373 [][] [169] [170] Overfull \hbox (159.1535pt too wide) in paragraph at lines 10468--10468 [][] Overfull \hbox (21.185pt too wide) in paragraph at lines 10475--10475 [][] [171] [172] [173] [174] Overfull \hbox (113.164pt too wide) in paragraph at lines 10719--10719 [][] [175] Overfull \hbox (72.92319pt too wide) in paragraph at lines 10816--10816 [][] Overfull \hbox (49.92844pt too wide) in paragraph at lines 10816--10816 [][] [176] [177] Overfull \hbox (95.58861pt too wide) in paragraph at lines 10871--10871 [][] Overfull \hbox (130.08073pt too wide) in paragraph at lines 10881--10881 [][] [178] Underfull \hbox (badness 2922) in paragraph at lines 10956--10967 @texttt refs/tags/[] @textrm and @texttt refs/heads/[]@ textrm . In ad-di-tion, Underfull \hbox (badness 3029) in paragraph at lines 10956--10967 @textrm and `@texttt --refs=leaves[]@textrm '[] re-spec-tively. These ref-er-e nces are ex-ported as Underfull \hbox (badness 2142) in paragraph at lines 10956--10967 @texttt refs/mtn/revs/[]@textrm , @texttt refs/mtn/roots/[] @textrm an d @texttt refs/mtn/leaves/[] Chapter 5 [179] [180] [181] Chapter 6 [182] [183] [184] [185] [186] [187] [188] Underfull \hbox (badness 10000) in paragraph at lines 11596--11599 []@textrm The de-fault im-ple-men-ta-tion re-turns a ta-ble with a sin-gle en- try, Overfull \hbox (3.09344pt too wide) in paragraph at lines 11596--11599 @textrm `@texttt $HOME/.monotone/databases[]@textrm '[] on Unix and `@texttt % APPDATA%\monotone\databases[]@textrm '[] [189] [190] Underfull \hbox (badness 8075) in paragraph at lines 11682--11684 []@textrm Called by [][]@texttt [mtn automate branches], page 119[][][]@textrm , [][]@texttt [mtn automate tags], [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] Chapter 7 [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] (./pcresyntax.texi [216] [217] [218] [219] [220] [221] [222]) (./pcrepattern.texi [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251]) Appendix A [252] (/«PKGBUILDDIR»/src/std_hooks.lua [253] [254] Overfull \hbox (78.01321pt too wide) in paragraph at lines 118--118 [][] [255] [256] [257] Overfull \hbox (26.27502pt too wide) in paragraph at lines 257--257 [][] [258] [259] Overfull \hbox (20.52634pt too wide) in paragraph at lines 328--328 [][] [260] Overfull \hbox (20.52634pt too wide) in paragraph at lines 380--380 [][] [261] Overfull \hbox (20.52634pt too wide) in paragraph at lines 445--445 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 448--448 [][] Overfull \hbox (95.25928pt too wide) in paragraph at lines 456--456 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 466--466 [][] [262] Overfull \hbox (14.77765pt too wide) in paragraph at lines 472--472 [][] Overfull \hbox (32.02371pt too wide) in paragraph at lines 484--484 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 490--490 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 508--508 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 513--513 [][] [263] Overfull \hbox (66.51584pt too wide) in paragraph at lines 529--529 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 538--538 [][] Overfull \hbox (66.51584pt too wide) in paragraph at lines 550--550 [][] Overfull \hbox (66.51584pt too wide) in paragraph at lines 558--558 [][] [264] Overfull \hbox (106.75665pt too wide) in paragraph at lines 567--567 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 595--595 [][] Overfull \hbox (32.02371pt too wide) in paragraph at lines 604--604 [][] [265] Overfull \hbox (20.52634pt too wide) in paragraph at lines 608--608 [][] Overfull \hbox (290.71466pt too wide) in paragraph at lines 640--640 [][] [266] Overfull \hbox (290.71466pt too wide) in paragraph at lines 668--668 [][] Overfull \hbox (152.74615pt too wide) in paragraph at lines 669--669 [][] Overfull \hbox (279.21729pt too wide) in paragraph at lines 671--671 [][] Overfull \hbox (20.52634pt too wide) in paragraph at lines 677--677 [][] Overfull \hbox (302.21204pt too wide) in paragraph at lines 678--678 [][] Overfull \hbox (284.96597pt too wide) in paragraph at lines 682--682 [][] Overfull \hbox (279.21729pt too wide) in paragraph at lines 685--685 [][] Overfull \hbox (284.96597pt too wide) in paragraph at lines 691--691 [][] Overfull \hbox (20.52634pt too wide) in paragraph at lines 700--700 [][] [267] Overfull \hbox (227.4791pt too wide) in paragraph at lines 708--708 [][] Overfull \hbox (66.51584pt too wide) in paragraph at lines 738--738 [][] Overfull \hbox (20.52634pt too wide) in paragraph at lines 748--748 [][] [268] Overfull \hbox (14.77765pt too wide) in paragraph at lines 782--782 [][] [269] Overfull \hbox (14.77765pt too wide) in paragraph at lines 802--802 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 820--820 [][] [270] [271] Overfull \hbox (20.52634pt too wide) in paragraph at lines 890--890 [][] Overfull \hbox (55.01846pt too wide) in paragraph at lines 903--903 [][] Overfull \hbox (66.51584pt too wide) in paragraph at lines 922--922 [][] Overfull \hbox (227.4791pt too wide) in paragraph at lines 927--927 [][] [272] Overfull \hbox (158.49484pt too wide) in paragraph at lines 940--940 [][] Overfull \hbox (112.50534pt too wide) in paragraph at lines 941--941 [][] Overfull \hbox (106.75665pt too wide) in paragraph at lines 942--942 [][] Overfull \hbox (118.25403pt too wide) in paragraph at lines 946--946 [][] Overfull \hbox (89.51059pt too wide) in paragraph at lines 947--947 [][] [273] [274] Overfull \hbox (32.02371pt too wide) in paragraph at lines 1038--1038 [][] Overfull \hbox (101.00797pt too wide) in paragraph at lines 1057--1057 [][] Overfull \hbox (244.72516pt too wide) in paragraph at lines 1062--1062 [][] Overfull \hbox (279.21729pt too wide) in paragraph at lines 1071--1071 [][] [275] Overfull \hbox (43.52109pt too wide) in paragraph at lines 1111--1111 [][] Overfull \hbox (49.26978pt too wide) in paragraph at lines 1118--1118 [][] [276] Overfull \hbox (72.26453pt too wide) in paragraph at lines 1128--1128 [][] [277] [278] Overfull \hbox (20.52634pt too wide) in paragraph at lines 1246--1246 [][] [279] [280] Overfull \hbox (26.27502pt too wide) in paragraph at lines 1313--1313 [][] Overfull \hbox (112.50534pt too wide) in paragraph at lines 1315--1315 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 1316--1316 [][] Overfull \hbox (55.01846pt too wide) in paragraph at lines 1318--1318 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 1319--1319 [][] Overfull \hbox (43.52109pt too wide) in paragraph at lines 1322--1322 [][] [281] Overfull \hbox (20.52634pt too wide) in paragraph at lines 1364--1364 [][][] Overfull \hbox (37.7724pt too wide) in paragraph at lines 1383--1383 [][] [282] Overfull \hbox (26.27502pt too wide) in paragraph at lines 1453--1453 [][] [283] Overfull \hbox (32.02371pt too wide) in paragraph at lines 1461--1461 [][] [284] Overfull \hbox (204.48434pt too wide) in paragraph at lines 1537--1537 [][] Overfull \hbox (158.49484pt too wide) in paragraph at lines 1539--1539 [][] ) (General Index) [285] [286] (./monotone.cps [287] [288] [289] [290]) [291] [292] ) (see the transcript file for additional information) Output written on monotone.pdf (298 pages, 1057275 bytes). Transcript written on monotone.log. make[3]: Leaving directory `/«PKGBUILDDIR»/doc' make[3]: Entering directory `/«PKGBUILDDIR»' make[3]: Nothing to be done for `pdf-am'. make[3]: Leaving directory `/«PKGBUILDDIR»' Making html in doc make[3]: Entering directory `/«PKGBUILDDIR»/doc' rm -rf monotone.htp if /bin/bash /«PKGBUILDDIR»/missing --run makeinfo --html -I ../src -I . --number-sections --no-split --no-headers --css-ref=texinfo.css -I . \ -o monotone.htp monotone.texi; \ then \ rm -rf monotone.html; \ if test ! -d monotone.htp && test -d monotone; then \ mv monotone monotone.html; else mv monotone.htp monotone.html; fi; \ else \ if test ! -d monotone.htp && test -d monotone; then \ rm -rf monotone; else rm -Rf monotone.htp monotone.html; fi; \ exit 1; \ fi /bin/mkdir -p html.htp && \ cp ./texinfo.css html.htp /bin/mkdir -p html.htp/figures && \ cp ./figures/branch-heads.png ./figures/cert.png ./figures/difference-between-versions.png ./figures/file-id-manifest-id.png ./figures/fork.png ./figures/general-workflow.png ./figures/linear-history.png ./figures/local-workflow.png ./figures/manifest.png ./figures/merge.png ./figures/network-workflow.png ./figures/parent-child-hashes.png ./figures/parent-child-names-hashes.png ./figures/parent-child.png ./figures/revision-chaining.png ./figures/revision.png ./figures/statement.png ./figures/three-versions.png ./figures/two-branches.png html.htp/figures /bin/mkdir -p html.htp/images && \ cp ./images/bg.png ./images/go-next.png ./images/go-previous.png ./images/go-up.png ./images/toc.png html.htp/images if /bin/bash /«PKGBUILDDIR»/missing --run makeinfo --html -I ../src -I . --number-sections --css-ref=texinfo.css -I doc -I ./doc -o html.htp `test -f 'monotone.texi' || echo './'`monotone.texi; \ then \ rm -rf html; \ mv html.htp html; \ else \ rm -Rf html.htp; \ exit 1; \ fi make[3]: Leaving directory `/«PKGBUILDDIR»/doc' make[3]: Entering directory `/«PKGBUILDDIR»' make[3]: Nothing to be done for `html-am'. make[3]: Leaving directory `/«PKGBUILDDIR»' make[2]: Leaving directory `/«PKGBUILDDIR»' LANG=POSIX debian/nofakeroot \ dh_auto_build --remaining-packages -- INFO_DEPS='' make -j1 INFO_DEPS= make[2]: Entering directory `/«PKGBUILDDIR»' make all-recursive make[3]: Entering directory `/«PKGBUILDDIR»' Making all in doc make[4]: Entering directory `/«PKGBUILDDIR»/doc' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/«PKGBUILDDIR»/doc' make[4]: Entering directory `/«PKGBUILDDIR»' \ # source='src/unix/read_password.cc' object='src/unix/read_password.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/unix/read_password.o src/unix/read_password.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/unix/get_system_flavour.cc' object='src/unix/get_system_flavour.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/unix/get_system_flavour.o src/unix/get_system_flavour.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/unix/process.cc' object='src/unix/process.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/unix/process.o src/unix/process.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/unix/terminal.cc' object='src/unix/terminal.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/unix/terminal.o src/unix/terminal.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/unix/inodeprint.cc' object='src/unix/inodeprint.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/unix/inodeprint.o src/unix/inodeprint.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/unix/fs.cc' object='src/unix/fs.o' libtool=no g++ -DLOCALEDIR="\"/usr/share/locale\"" -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/unix/fs.o src/unix/fs.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/unix/make_io_binary.cc' object='src/unix/make_io_binary.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/unix/make_io_binary.o src/unix/make_io_binary.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/unix/os_strerror.cc' object='src/unix/os_strerror.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/unix/os_strerror.o src/unix/os_strerror.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/unix/cputime.cc' object='src/unix/cputime.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/unix/cputime.o src/unix/cputime.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/unix/ssh_agent_platform.cc' object='src/unix/ssh_agent_platform.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/unix/ssh_agent_platform.o src/unix/ssh_agent_platform.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/unix/parse_date.cc' object='src/unix/parse_date.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/unix/parse_date.o src/unix/parse_date.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' rm -f src/libplatform.a ar cru src/libplatform.a src/unix/read_password.o src/unix/get_system_flavour.o src/unix/process.o src/unix/terminal.o src/unix/inodeprint.o src/unix/fs.o src/unix/make_io_binary.o src/unix/os_strerror.o src/unix/cputime.o src/unix/ssh_agent_platform.o src/unix/parse_date.o ranlib src/libplatform.a \ # source='src/netxx/accept.cxx' object='src/netxx/accept.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/netxx/accept.o src/netxx/accept.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/netxx/address.cxx' object='src/netxx/address.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/netxx/address.o src/netxx/address.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/netxx/datagram.cxx' object='src/netxx/datagram.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/netxx/datagram.o src/netxx/datagram.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/netxx/datagramserver.cxx' object='src/netxx/datagramserver.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/netxx/datagramserver.o src/netxx/datagramserver.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/netxx/osutil.cxx' object='src/netxx/osutil.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/netxx/osutil.o src/netxx/osutil.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/netxx/peer.cxx' object='src/netxx/peer.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/netxx/peer.o src/netxx/peer.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/netxx/probe.cxx' object='src/netxx/probe.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/netxx/probe.o src/netxx/probe.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/netxx/probe_select.cxx' object='src/netxx/probe_select.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/netxx/probe_select.o src/netxx/probe_select.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/netxx/recvfrom.cxx' object='src/netxx/recvfrom.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/netxx/recvfrom.o src/netxx/recvfrom.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/netxx/serverbase.cxx' object='src/netxx/serverbase.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/netxx/serverbase.o src/netxx/serverbase.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/netxx/sockaddr.cxx' object='src/netxx/sockaddr.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/netxx/sockaddr.o src/netxx/sockaddr.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/netxx/socket.cxx' object='src/netxx/socket.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/netxx/socket.o src/netxx/socket.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/netxx/sockopt.cxx' object='src/netxx/sockopt.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/netxx/sockopt.o src/netxx/sockopt.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/netxx/stream.cxx' object='src/netxx/stream.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/netxx/stream.o src/netxx/stream.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/netxx/streambase.cxx' object='src/netxx/streambase.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/netxx/streambase.o src/netxx/streambase.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/netxx/streamserver.cxx' object='src/netxx/streamserver.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/netxx/streamserver.o src/netxx/streamserver.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/netxx/resolve_getaddrinfo.cxx' object='src/netxx/resolve_getaddrinfo.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/netxx/resolve_getaddrinfo.o src/netxx/resolve_getaddrinfo.cxx clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' rm -f src/lib3rdparty.a ar cru src/lib3rdparty.a src/netxx/accept.o src/netxx/address.o src/netxx/datagram.o src/netxx/datagramserver.o src/netxx/osutil.o src/netxx/peer.o src/netxx/probe.o src/netxx/probe_select.o src/netxx/recvfrom.o src/netxx/serverbase.o src/netxx/sockaddr.o src/netxx/socket.o src/netxx/sockopt.o src/netxx/stream.o src/netxx/streambase.o src/netxx/streamserver.o src/netxx/resolve_getaddrinfo.o ranlib src/lib3rdparty.a \ # source='src/sanity.cc' object='src/sanity.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/sanity.o src/sanity.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/sanity.cc:27: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ In file included from src/sanity.cc:20: In file included from src/boost/circular_buffer.hpp:19: src/boost/circular_buffer_base.hpp:537:12: warning: struct 'cb_iterator' was previously declared as a class [-Wmismatched-tags] friend struct cb_details::cb_iterator< circular_buffer, cb_details::cb_const_traits >; ^ src/sanity.cc:79:32: note: in instantiation of template class 'boost::circular_buffer >' requested here boost::circular_buffer logbuf; ^ In file included from src/sanity.cc:20: In file included from src/boost/circular_buffer.hpp:19: src/boost/circular_buffer_base.hpp:538:12: warning: struct 'cb_iterator' was previously declared as a class [-Wmismatched-tags] friend struct cb_details::cb_iterator< circular_buffer, cb_details::cb_nonconst_traits >; ^ 4 warnings generated. \ # source='src/simplestring_xform.cc' object='src/simplestring_xform.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/simplestring_xform.o src/simplestring_xform.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/simplestring_xform.cc:11: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ 2 warnings generated. \ # source='src/constants.cc' object='src/constants.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/constants.o src/constants.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/vocab.cc' object='src/vocab.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/vocab.o src/vocab.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/vocab.cc:17: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ 1 warning generated. \ # source='src/charset.cc' object='src/charset.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/charset.o src/charset.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/charset.cc:20: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ 2 warnings generated. \ # source='src/paths.cc' object='src/paths.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/paths.o src/paths.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/luaext_mkstemp.cc' object='src/luaext_mkstemp.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/luaext_mkstemp.o src/luaext_mkstemp.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/luaext_parse_basic_io.cc' object='src/luaext_parse_basic_io.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/luaext_parse_basic_io.o src/luaext_parse_basic_io.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/luaext_guess_binary.cc' object='src/luaext_guess_binary.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/luaext_guess_binary.o src/luaext_guess_binary.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/luaext_platform.cc' object='src/luaext_platform.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/luaext_platform.o src/luaext_platform.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/luaext_globish.cc' object='src/luaext_globish.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/luaext_globish.o src/luaext_globish.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/lua.cc' object='src/lua.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/lua.o src/lua.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/mkstemp.cc' object='src/mkstemp.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/mkstemp.o src/mkstemp.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/file_io.cc' object='src/file_io.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/file_io.o src/file_io.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/file_io.cc:15: src/botan_pipe_cache.hh:62:3: warning: struct 'cached_botan_pipe' was previously declared as a class [-Wmismatched-tags] struct cached_botan_pipe * to_be_destroyed; ^ src/botan_pipe_cache.hh:34:7: note: previous use is here class cached_botan_pipe ^ src/botan_pipe_cache.hh:62:3: note: did you mean class here? struct cached_botan_pipe * to_be_destroyed; ^~~~~~ class In file included from src/file_io.cc:19: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ src/file_io.cc:378:42: warning: unused parameter 'path' [-Wunused-parameter] tree_walker::visit_dir(file_path const & path) ^ 4 warnings generated. \ # source='src/globish.cc' object='src/globish.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/globish.o src/globish.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/basic_io.cc' object='src/basic_io.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/basic_io.o src/basic_io.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/basic_io.cc:14: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ 1 warning generated. \ # source='src/mtn-sanity.cc' object='src/mtn-sanity.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/mtn-sanity.o src/mtn-sanity.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/ui.cc' object='src/ui.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/ui.o src/ui.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/ui.cc:22: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ In file included from src/ui.cc:24: In file included from src/commands.hh:14: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ 3 warnings generated. \ # source='src/app_state.cc' object='src/app_state.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/app_state.o src/app_state.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/app_state.cc:11: In file included from src/app_state.hh:15: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ 1 warning generated. \ # source='src/automate_reader.cc' object='src/automate_reader.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/automate_reader.o src/automate_reader.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/cache_logger.cc' object='src/cache_logger.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/cache_logger.o src/cache_logger.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/commands.cc' object='src/commands.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/commands.o src/commands.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/commands.cc:12: In file included from src/cmd.hh:16: In file included from src/commands.hh:14: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/commands.cc:12: In file included from src/cmd.hh:17: src/selectors.hh:16:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/selectors.hh:16:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/commands.cc:13: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ 4 warnings generated. \ # source='src/cmd.cc' object='src/cmd.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/cmd.o src/cmd.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/cmd.cc:12: In file included from src/cmd.hh:16: In file included from src/commands.hh:14: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/cmd.cc:12: In file included from src/cmd.hh:17: src/selectors.hh:16:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/selectors.hh:16:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd.cc:17: src/options_applicator.hh:14:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/options_applicator.hh:14:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd.cc:18: src/work.hh:21:1: warning: class 'i18n_format' was previously declared as a struct [-Wmismatched-tags] class i18n_format; ^ src/sanity.hh:245:1: note: previous use is here i18n_format ^ src/work.hh:21:1: note: did you mean struct here? class i18n_format; ^~~~~ struct In file included from src/cmd.cc:22: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ src/cmd.cc:60:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(__root__, "__root__", "", NULL, "", ""); ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd.cc:60:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(__root__, "__root__", "", NULL, "", ""); ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ src/cmd.cc:60:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(__root__, "__root__", "", NULL, "", ""); ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ src/cmd.cc:62:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP_NO_COMPLETE(automation, "automation", "", CMD_REF(__root__), ^ src/cmd.hh:253:3: note: expanded from macro 'CMD_GROUP_NO_COMPLETE' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, false) ^ src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd.cc:62:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP_NO_COMPLETE(automation, "automation", "", CMD_REF(__root__), ^ src/cmd.hh:253:3: note: expanded from macro 'CMD_GROUP_NO_COMPLETE' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, false) ^ src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ src/cmd.cc:62:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP_NO_COMPLETE(automation, "automation", "", CMD_REF(__root__), ^ src/cmd.hh:253:3: note: expanded from macro 'CMD_GROUP_NO_COMPLETE' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, false) ^ src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ src/cmd.cc:65:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(database, "database", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd.cc:65:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(database, "database", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ src/cmd.cc:65:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(database, "database", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ src/cmd.cc:68:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(debug, "debug", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd.cc:68:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(debug, "debug", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ src/cmd.cc:68:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(debug, "debug", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ src/cmd.cc:71:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(informative, "informative", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd.cc:71:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(informative, "informative", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ src/cmd.cc:71:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(informative, "informative", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ src/cmd.cc:74:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(key_and_cert, "key_and_cert", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd.cc:74:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(key_and_cert, "key_and_cert", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ src/cmd.cc:74:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(key_and_cert, "key_and_cert", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ src/cmd.cc:77:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(network, "network", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd.cc:77:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(network, "network", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ src/cmd.cc:77:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(network, "network", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ src/cmd.cc:80:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(packet_io, "packet_io", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd.cc:80:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(packet_io, "packet_io", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ src/cmd.cc:80:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(packet_io, "packet_io", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ src/cmd.cc:83:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(vcs, "vcs", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd.cc:83:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(vcs, "vcs", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ src/cmd.cc:83:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(vcs, "vcs", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ src/cmd.cc:86:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(review, "review", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd.cc:86:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(review, "review", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ src/cmd.cc:86:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(review, "review", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ src/cmd.cc:89:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(tree, "tree", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd.cc:89:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(tree, "tree", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ src/cmd.cc:89:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(tree, "tree", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ src/cmd.cc:92:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(variables, "variables", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd.cc:92:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(variables, "variables", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ src/cmd.cc:92:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(variables, "variables", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ src/cmd.cc:95:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(workspace, "workspace", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd.cc:95:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(workspace, "workspace", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ src/cmd.cc:95:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(workspace, "workspace", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ src/cmd.cc:98:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(user, "user", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd.cc:98:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(user, "user", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ src/cmd.cc:98:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(user, "user", "", CMD_REF(__root__), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ src/cmd.cc:436:51: warning: unused parameter 'execid' [-Wunused-parameter] void exec(app_state & app, command_id const & execid, ^ src/cmd.cc:507:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_NO_WORKSPACE(help, "help", "", CMD_REF(informative), ^ src/cmd.hh:275:51: note: expanded from macro 'CMD_NO_WORKSPACE' command_id const & execid, \ ^ src/cmd.cc:524:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_NO_WORKSPACE(version, "version", "", CMD_REF(informative), "", ^ src/cmd.hh:275:51: note: expanded from macro 'CMD_NO_WORKSPACE' command_id const & execid, \ ^ src/cmd.cc:538:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_HIDDEN(check_glob, "check_glob", "", CMD_REF(debug), ^ src/cmd.hh:225:3: note: expanded from macro 'CMD_HIDDEN' _CMD2(C, name, aliases, parent, true, params, abstract, desc, opts) ^ src/cmd.hh:217:44: note: expanded from macro '_CMD2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd.cc:538:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_HIDDEN(check_glob, "check_glob", "", CMD_REF(debug), ^ src/cmd.hh:225:3: note: expanded from macro 'CMD_HIDDEN' _CMD2(C, name, aliases, parent, true, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd.cc:551:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_HIDDEN(crash, "crash", "", CMD_REF(debug), ^ src/cmd.hh:225:3: note: expanded from macro 'CMD_HIDDEN' _CMD2(C, name, aliases, parent, true, params, abstract, desc, opts) ^ src/cmd.hh:217:44: note: expanded from macro '_CMD2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd.cc:905:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_NO_WORKSPACE(manpage, "manpage", "", CMD_REF(informative), "", ^ src/cmd.hh:275:51: note: expanded from macro 'CMD_NO_WORKSPACE' command_id const & execid, \ ^ src/cmd.cc:905:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_NO_WORKSPACE(manpage, "manpage", "", CMD_REF(informative), "", ^ src/cmd.hh:276:52: note: expanded from macro 'CMD_NO_WORKSPACE' args_vector const & args) const ^ 56 warnings generated. \ # source='src/cmd_netsync.cc' object='src/cmd_netsync.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/cmd_netsync.o src/cmd_netsync.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/cmd_netsync.cc:13: In file included from src/cmd.hh:16: In file included from src/commands.hh:14: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/cmd_netsync.cc:13: In file included from src/cmd.hh:17: src/selectors.hh:16:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/selectors.hh:16:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_netsync.cc:15: In file included from src/automate_ostream_demuxed.hh:17: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ In file included from src/cmd_netsync.cc:18: In file included from src/netsync.hh:14: In file included from src/netcmd.hh:19: In file included from src/merkle_tree.hh:21: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/cmd_netsync.cc:18: In file included from src/netsync.hh:14: In file included from src/netcmd.hh:23: In file included from src/hmac.hh:17: src/string_queue.hh:246:32: warning: unused parameter 'from' [-Wunused-parameter] string_queue (string_queue & from) ^ In file included from src/cmd_netsync.cc:18: In file included from src/netsync.hh:14: src/netcmd.hh:31:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/netcmd.hh:31:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_netsync.cc:22: src/keys.hh:21:1: warning: class 'globish' was previously declared as a struct [-Wmismatched-tags] class globish; ^ src/globish.hh:52:8: note: previous use is here struct globish : origin_aware ^ src/keys.hh:21:1: note: did you mean struct here? class globish; ^~~~~ struct src/keys.hh:23:1: warning: class 'netsync_connection_info' was previously declared as a struct [-Wmismatched-tags] class netsync_connection_info; ^ src/network/connection_info.hh:103:8: note: previous use is here struct netsync_connection_info ^ src/keys.hh:23:1: note: did you mean struct here? class netsync_connection_info; ^~~~~ struct In file included from src/cmd_netsync.cc:31: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_netsync.cc:32: src/work.hh:21:1: warning: class 'i18n_format' was previously declared as a struct [-Wmismatched-tags] class i18n_format; ^ src/sanity.hh:245:1: note: previous use is here i18n_format ^ src/work.hh:21:1: note: did you mean struct here? class i18n_format; ^~~~~ struct src/cmd_netsync.cc:211:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE_NO_STDIO(remote, ^ src/cmd.hh:308:3: note: expanded from macro 'CMD_AUTOMATE_NO_STDIO' _CMD_AUTOMATE2(C, false, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/cmd_netsync.cc:439:29: warning: unused parameter 'project' [-Wunused-parameter] project_t & project, ^ src/cmd_netsync.cc:540:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(push, "push", "", CMD_REF(network), ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_netsync.cc:564:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(push, N_("[URI]\n[ADDRESS[:PORTNUMBER] [PATTERN ...]]"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/cmd_netsync.cc:589:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(pull, "pull", "", CMD_REF(network), ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_netsync.cc:625:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(pull, N_("[URI]\n[ADDRESS[:PORTNUMBER] [PATTERN ...]]"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/cmd_netsync.cc:650:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(sync, "sync", "", CMD_REF(network), ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_netsync.cc:691:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(sync, N_("[URI]\n[ADDRESS[:PORTNUMBER] [PATTERN ...]]"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ 19 warnings generated. \ # source='src/cmd_list.cc' object='src/cmd_list.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/cmd_list.o src/cmd_list.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/cmd_list.cc:22: In file included from src/cmd.hh:16: In file included from src/commands.hh:14: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/cmd_list.cc:22: In file included from src/cmd.hh:17: src/selectors.hh:16:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/selectors.hh:16:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_list.cc:26: src/keys.hh:21:1: warning: class 'globish' was previously declared as a struct [-Wmismatched-tags] class globish; ^ src/globish.hh:52:8: note: previous use is here struct globish : origin_aware ^ src/keys.hh:21:1: note: did you mean struct here? class globish; ^~~~~ struct In file included from src/cmd_list.cc:30: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ In file included from src/cmd_list.cc:31: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/cmd_list.cc:35: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_list.cc:37: src/work.hh:21:1: warning: class 'i18n_format' was previously declared as a struct [-Wmismatched-tags] class i18n_format; ^ src/sanity.hh:245:1: note: previous use is here i18n_format ^ src/work.hh:21:1: note: did you mean struct here? class i18n_format; ^~~~~ struct src/cmd_list.cc:51:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(list, "list", "ls", CMD_REF(informative), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd_list.cc:51:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(list, "list", "ls", CMD_REF(informative), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ src/cmd_list.cc:51:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(list, "list", "ls", CMD_REF(informative), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ src/cmd_list.cc:499:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(epochs, "epochs", "", CMD_REF(list), "[BRANCH [...]]", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_list.cc:666:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(workspaces, "workspaces", "", CMD_REF(list), "", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_list.cc:666:1: warning: unused parameter 'args' [-Wunused-parameter] CMD(workspaces, "workspaces", "", CMD_REF(list), "", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:219:52: note: expanded from macro '_CMD2' args_vector const & args) const ^ src/cmd_list.cc:676:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(databases, "databases", "dbs", CMD_REF(list), "", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_list.cc:676:1: warning: unused parameter 'args' [-Wunused-parameter] CMD(databases, "databases", "dbs", CMD_REF(list), "", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:219:52: note: expanded from macro '_CMD2' args_vector const & args) const ^ src/cmd_list.cc:745:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(known, "known", "", CMD_REF(list), "", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_list.cc:804:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(unknown, "unknown", "", CMD_REF(list), "[PATH]", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_list.cc:816:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(ignored, "ignored", "", CMD_REF(list), "[PATH]", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_list.cc:828:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(missing, "missing", "", CMD_REF(list), "", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_list.cc:851:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(changed, "changed", "", CMD_REF(list), "[PATH...]", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_list.cc:956:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(keys, "", ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/cmd_list.cc:1015:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(certs, N_("REV"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ 23 warnings generated. \ # source='src/cmd_packet.cc' object='src/cmd_packet.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/cmd_packet.o src/cmd_packet.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/cmd_packet.cc:15: In file included from src/cmd.hh:16: In file included from src/commands.hh:14: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/cmd_packet.cc:15: In file included from src/cmd.hh:17: src/selectors.hh:16:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/selectors.hh:16:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_packet.cc:21: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct src/cmd_packet.cc:67:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(put_public_key, N_("KEY-PACKET-DATA"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/cmd_packet.cc:67:1: warning: unused parameter 'output' [-Wunused-parameter] CMD_AUTOMATE(put_public_key, N_("KEY-PACKET-DATA"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:302:19: note: expanded from macro '_CMD_AUTOMATE2' std::ostream & output) const ^ src/cmd_packet.cc:128:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(get_public_key, N_("KEY_NAME_OR_HASH"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/cmd_packet.cc:248:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(read_packets, N_("PACKET-DATA"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/cmd_packet.cc:248:1: warning: unused parameter 'output' [-Wunused-parameter] CMD_AUTOMATE(read_packets, N_("PACKET-DATA"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:302:19: note: expanded from macro '_CMD_AUTOMATE2' std::ostream & output) const ^ src/cmd_packet.cc:264:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(read, "read", "", CMD_REF(packet_io), "[FILE1 [FILE2 [...]]]", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ 9 warnings generated. \ # source='src/cmd_key_cert.cc' object='src/cmd_key_cert.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/cmd_key_cert.o src/cmd_key_cert.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/cmd_key_cert.cc:17: In file included from src/cmd.hh:16: In file included from src/commands.hh:14: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/cmd_key_cert.cc:17: In file included from src/cmd.hh:17: src/selectors.hh:16:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/selectors.hh:16:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_key_cert.cc:21: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_key_cert.cc:22: src/keys.hh:21:1: warning: class 'globish' was previously declared as a struct [-Wmismatched-tags] class globish; ^ src/project.hh:25:8: note: previous use is here struct globish; ^ In file included from src/cmd_key_cert.cc:23: src/key_store.hh:27:1: warning: struct 'globish' was previously declared as a class [-Wmismatched-tags] struct globish; ^ src/keys.hh:21:7: note: previous use is here class globish; ^ In file included from src/cmd_key_cert.cc:25: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ src/cmd_key_cert.cc:72:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(generate_key, N_("KEY_NAME PASSPHRASE"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/cmd_key_cert.cc:180:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(drop_public_key, N_("KEY_NAME_OR_HASH"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/cmd_key_cert.cc:180:1: warning: unused parameter 'output' [-Wunused-parameter] CMD_AUTOMATE(drop_public_key, N_("KEY_NAME_OR_HASH"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:302:19: note: expanded from macro '_CMD_AUTOMATE2' std::ostream & output) const ^ 9 warnings generated. \ # source='src/cmd_merging.cc' object='src/cmd_merging.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/cmd_merging.o src/cmd_merging.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/cmd_merging.cc:17: In file included from src/cmd.hh:16: In file included from src/commands.hh:14: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/cmd_merging.cc:17: In file included from src/cmd.hh:17: src/selectors.hh:16:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/selectors.hh:16:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_merging.cc:23: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/cmd_merging.cc:25: src/work.hh:21:1: warning: class 'i18n_format' was previously declared as a struct [-Wmismatched-tags] class i18n_format; ^ src/sanity.hh:245:1: note: previous use is here i18n_format ^ src/work.hh:21:1: note: did you mean struct here? class i18n_format; ^~~~~ struct In file included from src/cmd_merging.cc:29: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_merging.cc:30: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ In file included from src/cmd_merging.cc:31: src/keys.hh:21:1: warning: class 'globish' was previously declared as a struct [-Wmismatched-tags] class globish; ^ src/project.hh:25:8: note: previous use is here struct globish; ^ In file included from src/cmd_merging.cc:32: src/key_store.hh:27:1: warning: struct 'globish' was previously declared as a class [-Wmismatched-tags] struct globish; ^ src/keys.hh:21:7: note: previous use is here class globish; ^ src/cmd_merging.cc:198:28: warning: unused parameter 'args' [-Wunused-parameter] args_vector const & args) ^ src/cmd_merging.cc:377:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(update, "", ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/cmd_merging.cc:377:1: warning: unused parameter 'output' [-Wunused-parameter] CMD_AUTOMATE(update, "", ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:302:19: note: expanded from macro '_CMD_AUTOMATE2' std::ostream & output) const ^ src/cmd_merging.cc:1161:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(show_conflicts, N_("[LEFT_REVID RIGHT_REVID]"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/cmd_merging.cc:1178:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(store, "store", "", CMD_REF(conflicts), ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_merging.cc:1205:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(file_merge, N_("LEFT_REVID LEFT_FILENAME RIGHT_REVID RIGHT_FILENAME"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ 15 warnings generated. \ # source='src/cmd_db.cc' object='src/cmd_db.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/cmd_db.o src/cmd_db.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/cmd_db.cc:16: In file included from src/cmd.hh:16: In file included from src/commands.hh:14: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/cmd_db.cc:16: In file included from src/cmd.hh:17: src/selectors.hh:16:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/selectors.hh:16:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_db.cc:22: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_db.cc:23: src/keys.hh:21:1: warning: class 'globish' was previously declared as a struct [-Wmismatched-tags] class globish; ^ src/project.hh:25:8: note: previous use is here struct globish; ^ In file included from src/cmd_db.cc:24: src/key_store.hh:27:1: warning: struct 'globish' was previously declared as a class [-Wmismatched-tags] struct globish; ^ src/keys.hh:21:7: note: previous use is here class globish; ^ In file included from src/cmd_db.cc:25: src/work.hh:21:1: warning: class 'i18n_format' was previously declared as a struct [-Wmismatched-tags] class i18n_format; ^ src/sanity.hh:245:1: note: previous use is here i18n_format ^ src/work.hh:21:1: note: did you mean struct here? class i18n_format; ^~~~~ struct In file included from src/cmd_db.cc:27: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ src/cmd_db.cc:40:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(db, "db", "", CMD_REF(database), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd_db.cc:40:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(db, "db", "", CMD_REF(database), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ src/cmd_db.cc:40:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(db, "db", "", CMD_REF(database), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ src/cmd_db.cc:44:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(db_init, "init", "", CMD_REF(db), "", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_db.cc:56:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(db_info, "info", "", CMD_REF(db), "", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_db.cc:68:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(db_version, "version", "", CMD_REF(db), "", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_db.cc:80:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(db_fix_certs, "fix_certs", "", CMD_REF(db), "", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_db.cc:97:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(db_dump, "dump", "", CMD_REF(db), "", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_db.cc:111:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(db_load, "load", "", CMD_REF(db), "", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_db.cc:125:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(db_migrate, "migrate", "", CMD_REF(db), "", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_db.cc:171:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(db_local, "local", "", CMD_REF(database), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd_db.cc:171:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(db_local, "local", "", CMD_REF(database), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ src/cmd_db.cc:171:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(db_local, "local", "", CMD_REF(database), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ src/cmd_db.cc:318:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(db_check, "check", "", CMD_REF(db), "", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_db.cc:331:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(db_changesetify, "changesetify", "", CMD_REF(db), "", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_db.cc:352:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(db_rosterify, "rosterify", "", CMD_REF(db), "", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_db.cc:374:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(db_regenerate_caches, "regenerate_caches", "", CMD_REF(db), "", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_db.cc:629:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_HIDDEN(load_revisions, "load_revisions", "", CMD_REF(db), "", ^ src/cmd.hh:225:3: note: expanded from macro 'CMD_HIDDEN' _CMD2(C, name, aliases, parent, true, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_db.cc:629:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_HIDDEN(load_revisions, "load_revisions", "", CMD_REF(db), "", ^ src/cmd.hh:225:3: note: expanded from macro 'CMD_HIDDEN' _CMD2(C, name, aliases, parent, true, params, abstract, desc, opts) ^ src/cmd.hh:219:52: note: expanded from macro '_CMD2' args_vector const & args) const ^ src/cmd_db.cc:658:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_HIDDEN(load_rosters, "load_rosters", "", CMD_REF(db), "", ^ src/cmd.hh:225:3: note: expanded from macro 'CMD_HIDDEN' _CMD2(C, name, aliases, parent, true, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_db.cc:658:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_HIDDEN(load_rosters, "load_rosters", "", CMD_REF(db), "", ^ src/cmd.hh:225:3: note: expanded from macro 'CMD_HIDDEN' _CMD2(C, name, aliases, parent, true, params, abstract, desc, opts) ^ src/cmd.hh:219:52: note: expanded from macro '_CMD2' args_vector const & args) const ^ src/cmd_db.cc:686:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_HIDDEN(load_files, "load_files", "", CMD_REF(db), "", ^ src/cmd.hh:225:3: note: expanded from macro 'CMD_HIDDEN' _CMD2(C, name, aliases, parent, true, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_db.cc:686:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_HIDDEN(load_files, "load_files", "", CMD_REF(db), "", ^ src/cmd.hh:225:3: note: expanded from macro 'CMD_HIDDEN' _CMD2(C, name, aliases, parent, true, params, abstract, desc, opts) ^ src/cmd.hh:219:52: note: expanded from macro '_CMD2' args_vector const & args) const ^ src/cmd_db.cc:712:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_HIDDEN(load_certs, "load_certs", "", CMD_REF(db), "", ^ src/cmd.hh:225:3: note: expanded from macro 'CMD_HIDDEN' _CMD2(C, name, aliases, parent, true, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_db.cc:712:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_HIDDEN(load_certs, "load_certs", "", CMD_REF(db), "", ^ src/cmd.hh:225:3: note: expanded from macro 'CMD_HIDDEN' _CMD2(C, name, aliases, parent, true, params, abstract, desc, opts) ^ src/cmd.hh:219:52: note: expanded from macro '_CMD2' args_vector const & args) const ^ 32 warnings generated. \ # source='src/cmd_diff_log.cc' object='src/cmd_diff_log.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/cmd_diff_log.o src/cmd_diff_log.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/cmd_diff_log.cc:19: In file included from src/cmd.hh:16: In file included from src/commands.hh:14: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/cmd_diff_log.cc:19: In file included from src/cmd.hh:17: src/selectors.hh:16:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/selectors.hh:16:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_diff_log.cc:28: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ In file included from src/cmd_diff_log.cc:29: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/cmd_diff_log.cc:31: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_diff_log.cc:33: src/work.hh:21:1: warning: class 'i18n_format' was previously declared as a struct [-Wmismatched-tags] class i18n_format; ^ src/sanity.hh:245:1: note: previous use is here i18n_format ^ src/work.hh:21:1: note: did you mean struct here? class i18n_format; ^~~~~ struct src/cmd_diff_log.cc:416:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(diff, "diff", "di", CMD_REF(informative), N_("[PATH]..."), ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_diff_log.cc:462:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(content_diff, N_("[FILE [...]]"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/cmd_diff_log.cc:980:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(log, "log", "", CMD_REF(informative), N_("[PATH] ..."), ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_diff_log.cc:994:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(log, N_("[PATH] ..."), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ 11 warnings generated. \ # source='src/cmd_ws_commit.cc' object='src/cmd_ws_commit.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/cmd_ws_commit.o src/cmd_ws_commit.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/cmd_ws_commit.cc:17: In file included from src/cmd.hh:16: In file included from src/commands.hh:14: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/cmd_ws_commit.cc:17: In file included from src/cmd.hh:17: src/selectors.hh:16:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/selectors.hh:16:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_ws_commit.cc:23: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/cmd_ws_commit.cc:24: src/work.hh:21:1: warning: class 'i18n_format' was previously declared as a struct [-Wmismatched-tags] class i18n_format; ^ src/sanity.hh:245:1: note: previous use is here i18n_format ^ src/work.hh:21:1: note: did you mean struct here? class i18n_format; ^~~~~ struct In file included from src/cmd_ws_commit.cc:27: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_ws_commit.cc:30: src/keys.hh:21:1: warning: class 'globish' was previously declared as a struct [-Wmismatched-tags] class globish; ^ src/project.hh:25:8: note: previous use is here struct globish; ^ In file included from src/cmd_ws_commit.cc:31: src/key_store.hh:27:1: warning: struct 'globish' was previously declared as a class [-Wmismatched-tags] struct globish; ^ src/keys.hh:21:7: note: previous use is here class globish; ^ In file included from src/cmd_ws_commit.cc:33: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ src/cmd_ws_commit.cc:170:49: warning: unused parameter 'rid' [-Wunused-parameter] revision_id const rid, revision_t const & rev, ^ src/cmd_ws_commit.cc:538:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(revert, "revert", "", CMD_REF(workspace), N_("[PATH]..."), ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_ws_commit.cc:547:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(undrop, "undrop", "", CMD_REF(workspace), N_("PATH..."), ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_ws_commit.cc:890:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(status, "status", "", CMD_REF(informative), N_("[PATH]..."), ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_ws_commit.cc:1125:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(checkout, N_("[DIRECTORY]"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/cmd_ws_commit.cc:1125:1: warning: unused parameter 'output' [-Wunused-parameter] CMD_AUTOMATE(checkout, N_("[DIRECTORY]"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:302:19: note: expanded from macro '_CMD_AUTOMATE2' std::ostream & output) const ^ src/cmd_ws_commit.cc:1142:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(attr, "attr", "", CMD_REF(workspace), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd_ws_commit.cc:1142:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(attr, "attr", "", CMD_REF(workspace), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ src/cmd_ws_commit.cc:1142:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(attr, "attr", "", CMD_REF(workspace), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ src/cmd_ws_commit.cc:1336:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(get_attributes, N_("PATH"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/cmd_ws_commit.cc:1450:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(set_attribute, N_("PATH KEY VALUE"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/cmd_ws_commit.cc:1450:1: warning: unused parameter 'output' [-Wunused-parameter] CMD_AUTOMATE(set_attribute, N_("PATH KEY VALUE"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:302:19: note: expanded from macro '_CMD_AUTOMATE2' std::ostream & output) const ^ src/cmd_ws_commit.cc:1472:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(drop_attribute, N_("PATH [KEY]"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/cmd_ws_commit.cc:1472:1: warning: unused parameter 'output' [-Wunused-parameter] CMD_AUTOMATE(drop_attribute, N_("PATH [KEY]"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:302:19: note: expanded from macro '_CMD_AUTOMATE2' std::ostream & output) const ^ src/cmd_ws_commit.cc:1868:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_NO_WORKSPACE(import, "import", "", CMD_REF(tree), N_("DIRECTORY"), ^ src/cmd.hh:275:51: note: expanded from macro 'CMD_NO_WORKSPACE' command_id const & execid, \ ^ src/cmd_ws_commit.cc:2003:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(refresh_inodeprints, "refresh_inodeprints", "", CMD_REF(tree), "", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_ws_commit.cc:2003:1: warning: unused parameter 'args' [-Wunused-parameter] CMD(refresh_inodeprints, "refresh_inodeprints", "", CMD_REF(tree), "", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:219:52: note: expanded from macro '_CMD2' args_vector const & args) const ^ src/cmd_ws_commit.cc:2014:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(bisect, "bisect", "", CMD_REF(informative), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd_ws_commit.cc:2014:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(bisect, "bisect", "", CMD_REF(informative), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ src/cmd_ws_commit.cc:2014:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(bisect, "bisect", "", CMD_REF(informative), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ 29 warnings generated. \ # source='src/cmd_othervcs.cc' object='src/cmd_othervcs.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/cmd_othervcs.o src/cmd_othervcs.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/cmd_othervcs.cc:12: In file included from src/cmd.hh:16: In file included from src/commands.hh:14: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/cmd_othervcs.cc:12: In file included from src/cmd.hh:17: src/selectors.hh:16:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/selectors.hh:16:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_othervcs.cc:17: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_othervcs.cc:20: src/keys.hh:21:1: warning: class 'globish' was previously declared as a struct [-Wmismatched-tags] class globish; ^ src/project.hh:25:8: note: previous use is here struct globish; ^ In file included from src/cmd_othervcs.cc:21: src/key_store.hh:27:1: warning: struct 'globish' was previously declared as a class [-Wmismatched-tags] struct globish; ^ src/keys.hh:21:7: note: previous use is here class globish; ^ src/cmd_othervcs.cc:28:1: warning: unused parameter 'app' [-Wunused-parameter] CMD(rcs_import, "rcs_import", "", CMD_REF(debug), N_("RCSFILE..."), ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:217:44: note: expanded from macro '_CMD2' void commands::cmd_ ## C::exec(app_state & app, \ ^ 6 warnings generated. \ # source='src/cmd_automate.cc' object='src/cmd_automate.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/cmd_automate.o src/cmd_automate.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/cmd_automate.cc:17: In file included from src/cmd.hh:16: In file included from src/commands.hh:14: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/cmd_automate.cc:17: In file included from src/cmd.hh:17: src/selectors.hh:16:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/selectors.hh:16:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_automate.cc:23: src/options_applicator.hh:14:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/options_applicator.hh:14:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_automate.cc:28: src/work.hh:21:1: warning: class 'i18n_format' was previously declared as a struct [-Wmismatched-tags] class i18n_format; ^ src/sanity.hh:245:1: note: previous use is here i18n_format ^ src/work.hh:21:1: note: did you mean struct here? class i18n_format; ^~~~~ struct src/cmd_automate.cc:40:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(automate, "automate", "au", CMD_REF(automation), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd_automate.cc:40:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(automate, "automate", "au", CMD_REF(automation), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ src/cmd_automate.cc:40:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(automate, "automate", "au", CMD_REF(automation), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ src/cmd_automate.cc:107:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_AUTOMATE(interface_version, "", ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:299:16: note: expanded from macro '_CMD_AUTOMATE2' (app_state & app, \ ^ src/cmd_automate.cc:107:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(interface_version, "", ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/cmd_automate.cc:131:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_AUTOMATE_HIDDEN(bandtest, "{ info | warning | error | ticker }", ^ src/cmd.hh:311:3: note: expanded from macro 'CMD_AUTOMATE_HIDDEN' _CMD_AUTOMATE2(C, true, true, params, abstract, desc, opts) ^ src/cmd.hh:299:16: note: expanded from macro '_CMD_AUTOMATE2' (app_state & app, \ ^ src/cmd_automate.cc:131:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE_HIDDEN(bandtest, "{ info | warning | error | ticker }", ^ src/cmd.hh:311:3: note: expanded from macro 'CMD_AUTOMATE_HIDDEN' _CMD_AUTOMATE2(C, true, true, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/cmd_automate.cc:131:1: warning: unused parameter 'output' [-Wunused-parameter] CMD_AUTOMATE_HIDDEN(bandtest, "{ info | warning | error | ticker }", ^ src/cmd.hh:311:3: note: expanded from macro 'CMD_AUTOMATE_HIDDEN' _CMD_AUTOMATE2(C, true, true, params, abstract, desc, opts) ^ src/cmd.hh:302:19: note: expanded from macro '_CMD_AUTOMATE2' std::ostream & output) const ^ src/cmd_automate.cc:229:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE_NO_STDIO(stdio, "", ^ src/cmd.hh:308:3: note: expanded from macro 'CMD_AUTOMATE_NO_STDIO' _CMD_AUTOMATE2(C, false, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ 13 warnings generated. \ # source='src/cmd_files.cc' object='src/cmd_files.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/cmd_files.o src/cmd_files.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/cmd_files.cc:14: In file included from src/annotate.hh:15: In file included from src/app_state.hh:15: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/cmd_files.cc:16: In file included from src/cmd.hh:17: src/selectors.hh:16:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/selectors.hh:16:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_files.cc:20: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ In file included from src/cmd_files.cc:21: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/cmd_files.cc:23: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/cmd_files.cc:25: src/work.hh:21:1: warning: class 'i18n_format' was previously declared as a struct [-Wmismatched-tags] class i18n_format; ^ src/sanity.hh:245:1: note: previous use is here i18n_format ^ src/work.hh:21:1: note: did you mean struct here? class i18n_format; ^~~~~ struct src/cmd_files.cc:38:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(fload, "fload", "", CMD_REF(debug), "", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_files.cc:38:1: warning: unused parameter 'args' [-Wunused-parameter] CMD(fload, "fload", "", CMD_REF(debug), "", ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:219:52: note: expanded from macro '_CMD2' args_vector const & args) const ^ src/cmd_files.cc:202:1: warning: unused parameter 'app' [-Wunused-parameter] CMD(identify, "identify", "", CMD_REF(debug), N_("[PATH]"), ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:217:44: note: expanded from macro '_CMD2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd_files.cc:233:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_AUTOMATE(identify, N_("PATH"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:299:16: note: expanded from macro '_CMD_AUTOMATE2' (app_state & app, \ ^ src/cmd_files.cc:233:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(identify, N_("PATH"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/cmd_files.cc:330:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(get_file, N_("FILEID"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/cmd_files.cc:354:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(get_file_size, N_("FILEID"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/cmd_files.cc:388:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(get_file_of, N_("FILENAME"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ 15 warnings generated. \ # source='src/cmd_conflicts.cc' object='src/cmd_conflicts.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/cmd_conflicts.o src/cmd_conflicts.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/cmd_conflicts.cc:13: In file included from src/app_state.hh:15: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/cmd_conflicts.cc:14: In file included from src/cmd.hh:17: src/selectors.hh:16:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/selectors.hh:16:1: note: did you mean struct here? class options; ^~~~~ struct src/cmd_conflicts.cc:18:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(conflicts, "conflicts", "", CMD_REF(tree), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd_conflicts.cc:18:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(conflicts, "conflicts", "", CMD_REF(tree), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ src/cmd_conflicts.cc:18:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(conflicts, "conflicts", "", CMD_REF(tree), ^ src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ src/cmd_conflicts.cc:448:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(show_first, "show_first", "", CMD_REF(conflicts), ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_conflicts.cc:461:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(show_remaining, "show_remaining", "", CMD_REF(conflicts), ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_conflicts.cc:474:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(resolve_first, "resolve_first", "", CMD_REF(conflicts), ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_conflicts.cc:488:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(resolve_first_left, "resolve_first_left", "", CMD_REF(conflicts), ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_conflicts.cc:502:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(resolve_first_right, "resolve_first_right", "", CMD_REF(conflicts), ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_conflicts.cc:516:1: warning: unused parameter 'app' [-Wunused-parameter] CMD(clean, "clean", "", CMD_REF(conflicts), ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:217:44: note: expanded from macro '_CMD2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/cmd_conflicts.cc:516:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(clean, "clean", "", CMD_REF(conflicts), ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/cmd_conflicts.cc:516:1: warning: unused parameter 'args' [-Wunused-parameter] CMD(clean, "clean", "", CMD_REF(conflicts), ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:219:52: note: expanded from macro '_CMD2' args_vector const & args) const ^ 13 warnings generated. \ # source='src/diff_output.cc' object='src/diff_output.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/diff_output.o src/diff_output.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/diff_output.cc:17: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ 2 warnings generated. \ # source='src/lua_hooks.cc' object='src/lua_hooks.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/lua_hooks.o src/lua_hooks.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/lua_hooks.cc:21: In file included from src/app_state.hh:15: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/lua_hooks.cc:26: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/lua_hooks.cc:28: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/lua_hooks.cc:33: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ src/lua_hooks.cc:41:38: warning: unused parameter 'st' [-Wunused-parameter] static int panic_thrower(lua_State * st) ^ src/lua_hooks.cc:443:45: warning: unused parameter 'ident' [-Wunused-parameter] Lua & push_key_ident(Lua & ll, ID const & ident) ^ 7 warnings generated. \ # source='src/transforms.cc' object='src/transforms.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/transforms.o src/transforms.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/transforms.cc:15: src/botan_pipe_cache.hh:62:3: warning: struct 'cached_botan_pipe' was previously declared as a class [-Wmismatched-tags] struct cached_botan_pipe * to_be_destroyed; ^ src/botan_pipe_cache.hh:34:7: note: previous use is here class cached_botan_pipe ^ src/botan_pipe_cache.hh:62:3: note: did you mean class here? struct cached_botan_pipe * to_be_destroyed; ^~~~~~ class In file included from src/transforms.cc:18: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ src/transforms.cc:123:58: warning: unused parameter 'made_from' [-Wunused-parameter] origin::type made_from) ^ 3 warnings generated. \ # source='src/update.cc' object='src/update.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/update.o src/update.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/update.cc:16: In file included from src/database.hh:21: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/update.cc:19: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/update.cc:20: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ src/update.cc:83:43: warning: unused parameter 'base' [-Wunused-parameter] revision_id const & base, ^ 4 warnings generated. \ # source='src/work.cc' object='src/work.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/work.o src/work.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/work.cc:12: src/work.hh:21:1: warning: class 'i18n_format' was previously declared as a struct [-Wmismatched-tags] class i18n_format; ^ src/sanity.hh:245:1: note: previous use is here i18n_format ^ src/work.hh:21:1: note: did you mean struct here? class i18n_format; ^~~~~ struct In file included from src/work.cc:32: In file included from src/app_state.hh:15: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/work.cc:35: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ src/work.cc:1546:55: warning: unused parameter 'path' [-Wunused-parameter] simulated_working_tree::apply_delta(file_path const & path, ^ src/work.cc:1547:53: warning: unused parameter 'old_id' [-Wunused-parameter] file_id const & old_id, ^ src/work.cc:1548:53: warning: unused parameter 'new_id' [-Wunused-parameter] file_id const & new_id) ^ src/work.cc:1555:54: warning: unused parameter 'path' [-Wunused-parameter] simulated_working_tree::clear_attr(file_path const & path, ^ src/work.cc:1556:53: warning: unused parameter 'key' [-Wunused-parameter] attr_key const & key) ^ src/work.cc:1561:52: warning: unused parameter 'path' [-Wunused-parameter] simulated_working_tree::set_attr(file_path const & path, ^ src/work.cc:1562:51: warning: unused parameter 'key' [-Wunused-parameter] attr_key const & key, ^ src/work.cc:1563:53: warning: unused parameter 'val' [-Wunused-parameter] attr_value const & val) ^ 11 warnings generated. \ # source='src/migrate_work.cc' object='src/migrate_work.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/migrate_work.o src/migrate_work.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/migrate_work.cc:13: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ In file included from src/migrate_work.cc:16: src/work.hh:21:1: warning: class 'i18n_format' was previously declared as a struct [-Wmismatched-tags] class i18n_format; ^ src/sanity.hh:245:1: note: previous use is here i18n_format ^ src/work.hh:21:1: note: did you mean struct here? class i18n_format; ^~~~~ struct In file included from src/migrate_work.cc:17: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ 4 warnings generated. \ # source='src/cert.cc' object='src/cert.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/cert.o src/cert.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/cert.cc:13: In file included from src/database.hh:21: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/cert.cc:14: In file included from src/netio.hh:20: src/string_queue.hh:246:32: warning: unused parameter 'from' [-Wunused-parameter] string_queue (string_queue & from) ^ In file included from src/cert.cc:15: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ In file included from src/cert.cc:16: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ 5 warnings generated. \ # source='src/project.cc' object='src/project.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/project.o src/project.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/project.cc:14: In file included from src/database.hh:21: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/project.cc:16: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/project.cc:18: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/project.cc:21: src/keys.hh:21:1: warning: class 'globish' was previously declared as a struct [-Wmismatched-tags] class globish; ^ src/key_store.hh:27:8: note: previous use is here struct globish; ^ In file included from src/project.cc:24: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ 6 warnings generated. \ # source='src/outdated_indicator.cc' object='src/outdated_indicator.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/outdated_indicator.o src/outdated_indicator.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/database.cc' object='src/database.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/database.o src/database.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/database.cc:38: In file included from src/app_state.hh:15: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/database.cc:40: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/database.cc:46: src/keys.hh:21:1: warning: class 'globish' was previously declared as a struct [-Wmismatched-tags] class globish; ^ src/database.hh:28:8: note: previous use is here struct globish; ^ In file included from src/database.cc:52: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ In file included from src/database.cc:53: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/database.cc:64: src/globish.hh:52:1: warning: 'globish' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct globish : origin_aware ^ src/keys.hh:21:1: note: did you mean struct here? class globish; ^~~~~ struct In file included from src/database.cc:65: src/work.hh:21:1: warning: class 'i18n_format' was previously declared as a struct [-Wmismatched-tags] class i18n_format; ^ src/sanity.hh:245:1: note: previous use is here i18n_format ^ src/work.hh:21:1: note: did you mean struct here? class i18n_format; ^~~~~ struct In file included from src/database.cc:68: src/lru_writeback_cache.hh:23:40: warning: unused parameter 'x' [-Wunused-parameter] unsigned long operator () (T const & x) ^ src/database.cc:782:54: warning: unused parameter 'cols' [-Wunused-parameter] dump_table_cb(void *data, int n, char **vals, char **cols) ^ src/database.cc:816:54: warning: unused parameter 'cols' [-Wunused-parameter] dump_index_cb(void *data, int n, char **vals, char **cols) ^ src/database.cc:832:61: warning: unused parameter 'cols' [-Wunused-parameter] dump_user_version_cb(void *data, int n, char **vals, char **cols) ^ src/database.cc:2153:40: warning: unused parameter 'roster' [-Wunused-parameter] void look_at_roster(roster_t const & roster, marking_map const & mm) ^ src/database.cc:2174:68: warning: unused parameter 'mm' [-Wunused-parameter] void look_at_roster(roster_t const & roster, marking_map const & mm) ^ src/database.cc:3439:15: warning: 'get_pk_encryptor' is deprecated [-Wdeprecated-declarations] encryptor(get_pk_encryptor(*pub_key, "EME1(SHA-1)")); ^ src/database.cc:3489:22: warning: 'get_pk_verifier' is deprecated [-Wdeprecated-declarations] verifier.reset(get_pk_verifier(*pub_key, "EMSA3(SHA-1)")); ^ src/database.cc:4757:49: warning: unused parameter 'rev' [-Wunused-parameter] virtual void get_children(revision_id const & rev, set & parents) const ^ src/database.cc:4757:73: warning: unused parameter 'parents' [-Wunused-parameter] virtual void get_children(revision_id const & rev, set & parents) const ^ 18 warnings generated. \ # source='src/key_store.cc' object='src/key_store.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/key_store.o src/key_store.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/key_store.cc:22: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/ui.hh:22:8: note: previous use is here struct options; ^ In file included from src/key_store.cc:23: In file included from src/database.hh:21: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ src/options.hh:113:1: warning: 'options' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/key_store.cc:24: src/keys.hh:21:1: warning: class 'globish' was previously declared as a struct [-Wmismatched-tags] class globish; ^ src/database.hh:28:8: note: previous use is here struct globish; ^ In file included from src/key_store.cc:25: src/globish.hh:52:1: warning: 'globish' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct globish : origin_aware ^ src/keys.hh:21:1: note: did you mean struct here? class globish; ^~~~~ struct In file included from src/key_store.cc:27: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/key_store.cc:34: src/botan_pipe_cache.hh:62:3: warning: struct 'cached_botan_pipe' was previously declared as a class [-Wmismatched-tags] struct cached_botan_pipe * to_be_destroyed; ^ src/botan_pipe_cache.hh:34:7: note: previous use is here class cached_botan_pipe ^ src/botan_pipe_cache.hh:62:3: note: did you mean class here? struct cached_botan_pipe * to_be_destroyed; ^~~~~~ class src/key_store.cc:132:52: warning: unused parameter 'ident' [-Wunused-parameter] virtual void consume_file_data(file_id const & ident, ^ src/key_store.cc:133:54: warning: unused parameter 'dat' [-Wunused-parameter] file_data const & dat) ^ src/key_store.cc:135:53: warning: unused parameter 'id_old' [-Wunused-parameter] virtual void consume_file_delta(file_id const & id_old, ^ src/key_store.cc:136:53: warning: unused parameter 'id_new' [-Wunused-parameter] file_id const & id_new, ^ src/key_store.cc:137:56: warning: unused parameter 'del' [-Wunused-parameter] file_delta const & del) ^ src/key_store.cc:140:60: warning: unused parameter 'ident' [-Wunused-parameter] virtual void consume_revision_data(revision_id const & ident, ^ src/key_store.cc:141:62: warning: unused parameter 'dat' [-Wunused-parameter] revision_data const & dat) ^ src/key_store.cc:143:53: warning: unused parameter 't' [-Wunused-parameter] virtual void consume_revision_cert(cert const & t) ^ src/key_store.cc:147:54: warning: unused parameter 'ident' [-Wunused-parameter] virtual void consume_public_key(key_name const & ident, ^ src/key_store.cc:148:57: warning: unused parameter 'k' [-Wunused-parameter] rsa_pub_key const & k) ^ src/key_store.cc:420:50: warning: unused parameter 'ident' [-Wunused-parameter] virtual void consume_file_data(file_id const & ident, ^ src/key_store.cc:421:52: warning: unused parameter 'dat' [-Wunused-parameter] file_data const & dat) ^ src/key_store.cc:423:51: warning: unused parameter 'id_old' [-Wunused-parameter] virtual void consume_file_delta(file_id const & id_old, ^ src/key_store.cc:424:51: warning: unused parameter 'id_new' [-Wunused-parameter] file_id const & id_new, ^ src/key_store.cc:425:54: warning: unused parameter 'del' [-Wunused-parameter] file_delta const & del) ^ src/key_store.cc:427:58: warning: unused parameter 'ident' [-Wunused-parameter] virtual void consume_revision_data(revision_id const & ident, ^ src/key_store.cc:428:60: warning: unused parameter 'dat' [-Wunused-parameter] revision_data const & dat) ^ src/key_store.cc:430:51: warning: unused parameter 't' [-Wunused-parameter] virtual void consume_revision_cert(cert const & t) ^ src/key_store.cc:432:52: warning: unused parameter 'ident' [-Wunused-parameter] virtual void consume_public_key(key_name const & ident, ^ src/key_store.cc:433:55: warning: unused parameter 'k' [-Wunused-parameter] rsa_pub_key const & k) ^ src/key_store.cc:445:57: warning: unused parameter 'ident' [-Wunused-parameter] virtual void consume_old_private_key(key_name const & ident, ^ src/key_store.cc:446:70: warning: unused parameter 'k' [-Wunused-parameter] old_arc4_rsa_priv_key const & k) ^ src/key_store.cc:717:19: warning: 'encrypt_key' is deprecated [-Wdeprecated-declarations] Botan::PKCS8::encrypt_key(priv, *unfiltered_pipe, ^ src/key_store.cc:725:19: warning: 'encode' is deprecated [-Wdeprecated-declarations] Botan::PKCS8::encode(priv, *unfiltered_pipe); ^ src/key_store.cc:732:16: warning: 'encode' is deprecated [-Wdeprecated-declarations] Botan::X509::encode(priv, *unfiltered_pipe, Botan::RAW_BER); ^ src/key_store.cc:800:19: warning: 'encrypt_key' is deprecated [-Wdeprecated-declarations] Botan::PKCS8::encrypt_key(*priv, *unfiltered_pipe, ^ src/key_store.cc:808:19: warning: 'encode' is deprecated [-Wdeprecated-declarations] Botan::PKCS8::encode(*priv, *unfiltered_pipe); ^ src/key_store.cc:830:19: warning: 'get_pk_decryptor' is deprecated [-Wdeprecated-declarations] decryptor(get_pk_decryptor(*priv_key, "EME1(SHA-1)")); ^ src/key_store.cc:928:42: warning: 'get_pk_signer' is deprecated [-Wdeprecated-declarations] signer = shared_ptr(get_pk_signer(*priv_key, "EMSA3(SHA-1)")); ^ src/key_store.cc:1009:19: warning: 'encrypt_key' is deprecated [-Wdeprecated-declarations] Botan::PKCS8::encrypt_key(*priv, ^ src/key_store.cc:1017:19: warning: 'encode' is deprecated [-Wdeprecated-declarations] Botan::PKCS8::encode(*priv, p); ^ src/key_store.cc:1100:17: warning: 'encrypt_key' is deprecated [-Wdeprecated-declarations] Botan::PKCS8::encrypt_key(*priv_key, *unfiltered_pipe, ^ src/key_store.cc:1115:16: warning: 'encode' is deprecated [-Wdeprecated-declarations] Botan::X509::encode(*priv_key, *unfiltered_pipe, Botan::RAW_BER); ^ 40 warnings generated. \ # source='src/ssh_agent.cc' object='src/ssh_agent.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/ssh_agent.o src/ssh_agent.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/ssh_agent.cc:20: In file included from src/netio.hh:20: src/string_queue.hh:246:32: warning: unused parameter 'from' [-Wunused-parameter] string_queue (string_queue & from) ^ src/ssh_agent.cc:43:1: warning: 'ssh_agent_state' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct ssh_agent_state : ssh_agent_platform ^ src/ssh_agent.hh:24:1: note: did you mean struct here? class ssh_agent_state; ^~~~~ struct 2 warnings generated. \ # source='src/keys.cc' object='src/keys.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/keys.o src/keys.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/keys.cc:17: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/keys.cc:18: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ In file included from src/keys.cc:20: In file included from src/lua_hooks.hh:23: In file included from src/commands.hh:14: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/keys.cc:20: src/lua_hooks.hh:34:1: warning: struct 'globish' was previously declared as a class [-Wmismatched-tags] struct globish; ^ src/keys.hh:21:7: note: previous use is here class globish; ^ In file included from src/keys.cc:22: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/keys.cc:26: src/globish.hh:52:1: warning: 'globish' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct globish : origin_aware ^ src/keys.hh:21:1: note: did you mean struct here? class globish; ^~~~~ struct In file included from src/keys.cc:27: src/network/connection_info.hh:24:1: warning: struct 'netsync_connection_info' was previously declared as a class [-Wmismatched-tags] struct netsync_connection_info; ^ src/keys.hh:23:7: note: previous use is here class netsync_connection_info; ^ In file included from src/keys.cc:27: src/network/connection_info.hh:103:1: warning: 'netsync_connection_info' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct netsync_connection_info ^ src/keys.hh:23:1: note: did you mean struct here? class netsync_connection_info; ^~~~~ struct 9 warnings generated. \ # source='src/packet.cc' object='src/packet.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/packet.o src/packet.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/packet.cc:20: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/packet.cc:21: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ 3 warnings generated. \ # source='src/key_packet.cc' object='src/key_packet.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/key_packet.o src/key_packet.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/key_packet.cc:24: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/key_packet.cc:25: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ 3 warnings generated. \ # source='src/rcs_file.cc' object='src/rcs_file.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/rcs_file.o src/rcs_file.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/xdelta.cc' object='src/xdelta.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/xdelta.o src/xdelta.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' src/xdelta.cc:745:37: warning: unused parameter 'base' [-Wunused-parameter] virtual void begin(string const & base) {} ^ 1 warning generated. \ # source='src/migrate_schema.cc' object='src/migrate_schema.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/migrate_schema.o src/migrate_schema.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/migrate_schema.cc:23: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ src/migrate_schema.cc:786:57: warning: unused parameter 'keys' [-Wunused-parameter] migrate_add_branch_leaf_cache(sqlite3 * db, key_store & keys) ^ 2 warnings generated. \ # source='src/migrate_ancestry.cc' object='src/migrate_ancestry.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/migrate_ancestry.o src/migrate_ancestry.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/migrate_ancestry.cc:17: In file included from src/database.hh:21: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ src/options.hh:113:1: warning: 'options' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/migrate_ancestry.cc:23: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ 4 warnings generated. \ # source='src/refiner.cc' object='src/refiner.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/refiner.o src/refiner.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/refiner.cc:17: In file included from src/refiner.hh:16: In file included from src/merkle_tree.hh:21: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/refiner.cc:17: In file included from src/refiner.hh:17: In file included from src/netcmd.hh:23: In file included from src/hmac.hh:17: src/string_queue.hh:246:32: warning: unused parameter 'from' [-Wunused-parameter] string_queue (string_queue & from) ^ 2 warnings generated. \ # source='src/enumerator.cc' object='src/enumerator.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/enumerator.o src/enumerator.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/enumerator.cc:20: In file included from src/database.hh:21: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/enumerator.cc:21: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/enumerator.cc:22: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ 3 warnings generated. \ # source='src/netsync.cc' object='src/netsync.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/netsync.o src/netsync.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/netsync.cc:12: In file included from src/netsync.hh:14: In file included from src/netcmd.hh:19: In file included from src/merkle_tree.hh:21: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/netsync.cc:12: In file included from src/netsync.hh:14: In file included from src/netcmd.hh:23: In file included from src/hmac.hh:17: src/string_queue.hh:246:32: warning: unused parameter 'from' [-Wunused-parameter] string_queue (string_queue & from) ^ In file included from src/netsync.cc:12: In file included from src/netsync.hh:15: In file included from src/network/connection_info.hh:15: In file included from src/network/../database.hh:21: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ src/options.hh:113:1: warning: 'options' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct options ^ src/netcmd.hh:31:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/netsync.cc:22: In file included from src/network/automate_session.hh:13: In file included from src/network/../cmd.hh:17: src/selectors.hh:16:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/selectors.hh:16:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/netsync.cc:22: In file included from src/network/automate_session.hh:16: src/network/wrapped_session.hh:74:34: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_in(int count) { return; } ^ src/network/wrapped_session.hh:75:35: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_out(int count) { return; } ^ In file included from src/netsync.cc:24: In file included from src/network/listener.hh:17: In file included from src/network/listener_base.hh:14: In file included from src/network/reactable.hh:14: src/network/../netxx_pipe.hh:125:3: warning: 'PipeCompatibleProbe' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct PipeCompatibleProbe : Probe ^ src/network/../netxx_pipe.hh:45:3: note: did you mean struct here? class PipeCompatibleProbe; ^~~~~ struct src/network/../netxx/probe.h:51:1: note: did you mean struct here? class PipeCompatibleProbe; ^~~~~ struct In file included from src/netsync.cc:25: src/network/netsync_session.hh:27:1: warning: class 'cert' was previously declared as a struct [-Wmismatched-tags] class cert; ^ src/cert.hh:23:8: note: previous use is here struct cert : public origin_aware ^ src/network/netsync_session.hh:27:1: note: did you mean struct here? class cert; ^~~~~ struct In file included from src/netsync.cc:27: In file included from src/network/session.hh:13: src/network/session_base.hh:33:34: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_in(int count) { return; } ^ src/network/session_base.hh:34:35: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_out(int count) { return; } ^ src/netsync.cc:66:34: warning: unused parameter 'opts' [-Wunused-parameter] build_stream_to_server(options & opts, lua_hooks & lua, ^ src/netsync.cc:66:52: warning: unused parameter 'lua' [-Wunused-parameter] build_stream_to_server(options & opts, lua_hooks & lua, ^ src/netsync.cc:272:29: warning: unused parameter 'opts' [-Wunused-parameter] options & opts, ^ src/netsync.cc:273:31: warning: unused parameter 'lua' [-Wunused-parameter] lua_hooks & lua, ^ 15 warnings generated. \ # source='src/network/automate_session.cc' object='src/network/automate_session.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/network/automate_session.o src/network/automate_session.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/network/automate_session.cc:11: In file included from src/network/../app_state.hh:15: src/network/../options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/network/automate_session.cc:14: src/network/../simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/network/../simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ In file included from src/network/automate_session.cc:17: src/network/../work.hh:21:1: warning: class 'i18n_format' was previously declared as a struct [-Wmismatched-tags] class i18n_format; ^ src/network/../sanity.hh:245:1: note: previous use is here i18n_format ^ src/network/../work.hh:21:1: note: did you mean struct here? class i18n_format; ^~~~~ struct In file included from src/network/automate_session.cc:18: In file included from src/network/automate_session.hh:13: In file included from src/network/../cmd.hh:17: src/network/../selectors.hh:16:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/network/../options.hh:113:8: note: previous use is here struct options ^ src/network/../selectors.hh:16:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/network/automate_session.cc:18: In file included from src/network/automate_session.hh:16: In file included from src/network/wrapped_session.hh:13: In file included from src/network/../netcmd.hh:19: In file included from src/network/../merkle_tree.hh:21: src/network/../transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/network/automate_session.cc:18: In file included from src/network/automate_session.hh:16: In file included from src/network/wrapped_session.hh:13: In file included from src/network/../netcmd.hh:23: In file included from src/network/../hmac.hh:17: src/network/../string_queue.hh:246:32: warning: unused parameter 'from' [-Wunused-parameter] string_queue (string_queue & from) ^ In file included from src/network/automate_session.cc:18: In file included from src/network/automate_session.hh:16: src/network/wrapped_session.hh:74:34: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_in(int count) { return; } ^ src/network/wrapped_session.hh:75:35: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_out(int count) { return; } ^ src/network/automate_session.cc:93:48: warning: unused parameter 'use_transport_auth' [-Wunused-parameter] bool use_transport_auth) ^ src/network/automate_session.cc:142:52: warning: unused parameter 'guard' [-Wunused-parameter] bool automate_session::do_work(transaction_guard & guard, ^ 11 warnings generated. \ # source='src/network/connection_info.cc' object='src/network/connection_info.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/network/connection_info.o src/network/connection_info.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/network/connection_info.cc:15: In file included from src/network/../database.hh:21: src/network/../options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/network/connection_info.cc:20: In file included from src/network/../netsync.hh:14: In file included from src/network/../netcmd.hh:19: In file included from src/network/../merkle_tree.hh:21: src/network/../transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/network/connection_info.cc:20: In file included from src/network/../netsync.hh:14: In file included from src/network/../netcmd.hh:23: In file included from src/network/../hmac.hh:17: src/network/../string_queue.hh:246:32: warning: unused parameter 'from' [-Wunused-parameter] string_queue (string_queue & from) ^ In file included from src/network/connection_info.cc:20: In file included from src/network/../netsync.hh:14: src/network/../netcmd.hh:31:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/network/../options.hh:113:8: note: previous use is here struct options ^ src/network/../netcmd.hh:31:1: note: did you mean struct here? class options; ^~~~~ struct 4 warnings generated. \ # source='src/network/listener_base.cc' object='src/network/listener_base.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/network/listener_base.o src/network/listener_base.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/network/listener_base.cc:14: In file included from src/network/listener_base.hh:14: In file included from src/network/reactable.hh:14: src/network/../netxx_pipe.hh:125:3: warning: 'PipeCompatibleProbe' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct PipeCompatibleProbe : Probe ^ src/network/../netxx_pipe.hh:45:3: note: did you mean struct here? class PipeCompatibleProbe; ^~~~~ struct src/network/../netxx/probe.h:51:1: note: did you mean struct here? class PipeCompatibleProbe; ^~~~~ struct src/network/listener_base.cc:28:38: warning: unused parameter 'now' [-Wunused-parameter] bool listener_base::timed_out(time_t now) { return false; } ^ src/network/listener_base.cc:29:49: warning: unused parameter 'guard' [-Wunused-parameter] bool listener_base::do_work(transaction_guard & guard) { return true; } ^ 3 warnings generated. \ # source='src/network/listener.cc' object='src/network/listener.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/network/listener.o src/network/listener.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/network/listener.cc:17: In file included from src/network/listener.hh:14: In file included from src/network/../netcmd.hh:19: In file included from src/network/../merkle_tree.hh:21: src/network/../transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/network/listener.cc:17: In file included from src/network/listener.hh:14: In file included from src/network/../netcmd.hh:23: In file included from src/network/../hmac.hh:17: src/network/../string_queue.hh:246:32: warning: unused parameter 'from' [-Wunused-parameter] string_queue (string_queue & from) ^ In file included from src/network/listener.cc:17: In file included from src/network/listener.hh:17: In file included from src/network/listener_base.hh:14: In file included from src/network/reactable.hh:14: src/network/../netxx_pipe.hh:125:3: warning: 'PipeCompatibleProbe' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct PipeCompatibleProbe : Probe ^ src/network/../netxx_pipe.hh:45:3: note: did you mean struct here? class PipeCompatibleProbe; ^~~~~ struct src/network/../netxx/probe.h:51:1: note: did you mean struct here? class PipeCompatibleProbe; ^~~~~ struct In file included from src/network/listener.cc:19: In file included from src/network/netsync_session.hh:23: src/network/../ui.hh:22:1: warning: struct 'options' was previously declared as a class [-Wmismatched-tags] struct options; ^ src/network/../netcmd.hh:31:7: note: previous use is here class options; ^ In file included from src/network/listener.cc:19: In file included from src/network/netsync_session.hh:24: In file included from src/network/connection_info.hh:15: In file included from src/network/../database.hh:21: src/network/../options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ src/network/../options.hh:113:1: warning: 'options' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct options ^ src/network/../netcmd.hh:31:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/network/listener.cc:19: In file included from src/network/netsync_session.hh:25: src/network/wrapped_session.hh:74:34: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_in(int count) { return; } ^ src/network/wrapped_session.hh:75:35: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_out(int count) { return; } ^ In file included from src/network/listener.cc:19: src/network/netsync_session.hh:27:1: warning: class 'cert' was previously declared as a struct [-Wmismatched-tags] class cert; ^ src/network/../cert.hh:23:8: note: previous use is here struct cert : public origin_aware ^ src/network/netsync_session.hh:27:1: note: did you mean struct here? class cert; ^~~~~ struct In file included from src/network/listener.cc:21: In file included from src/network/session.hh:13: src/network/session_base.hh:33:34: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_in(int count) { return; } ^ src/network/session_base.hh:34:35: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_out(int count) { return; } ^ In file included from src/network/listener.cc:21: src/network/session.hh:22:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/network/../options.hh:113:8: note: previous use is here struct options ^ src/network/session.hh:22:1: note: did you mean struct here? class options; ^~~~~ struct src/network/listener.cc:49:42: warning: unused parameter 'event' [-Wunused-parameter] listener::do_io(Netxx::Probe::ready_type event) ^ 13 warnings generated. \ # source='src/network/make_server.cc' object='src/network/make_server.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/network/make_server.o src/network/make_server.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/network/netsync_session.cc' object='src/network/netsync_session.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/network/netsync_session.o src/network/netsync_session.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/network/netsync_session.cc:12: In file included from src/network/netsync_session.hh:21: In file included from src/network/../netcmd.hh:19: In file included from src/network/../merkle_tree.hh:21: src/network/../transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/network/netsync_session.cc:12: In file included from src/network/netsync_session.hh:21: In file included from src/network/../netcmd.hh:23: In file included from src/network/../hmac.hh:17: src/network/../string_queue.hh:246:32: warning: unused parameter 'from' [-Wunused-parameter] string_queue (string_queue & from) ^ In file included from src/network/netsync_session.cc:12: In file included from src/network/netsync_session.hh:23: src/network/../ui.hh:22:1: warning: struct 'options' was previously declared as a class [-Wmismatched-tags] struct options; ^ src/network/../netcmd.hh:31:7: note: previous use is here class options; ^ In file included from src/network/netsync_session.cc:12: In file included from src/network/netsync_session.hh:24: In file included from src/network/connection_info.hh:15: In file included from src/network/../database.hh:21: src/network/../options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ src/network/../options.hh:113:1: warning: 'options' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct options ^ src/network/../netcmd.hh:31:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/network/netsync_session.cc:12: In file included from src/network/netsync_session.hh:25: src/network/wrapped_session.hh:74:34: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_in(int count) { return; } ^ src/network/wrapped_session.hh:75:35: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_out(int count) { return; } ^ In file included from src/network/netsync_session.cc:12: src/network/netsync_session.hh:27:1: warning: class 'cert' was previously declared as a struct [-Wmismatched-tags] class cert; ^ src/network/../cert.hh:23:8: note: previous use is here struct cert : public origin_aware ^ src/network/netsync_session.hh:27:1: note: did you mean struct here? class cert; ^~~~~ struct In file included from src/network/netsync_session.cc:21: src/network/../keys.hh:21:1: warning: class 'globish' was previously declared as a struct [-Wmismatched-tags] class globish; ^ src/network/../globish.hh:52:8: note: previous use is here struct globish : origin_aware ^ src/network/../keys.hh:21:1: note: did you mean struct here? class globish; ^~~~~ struct src/network/../keys.hh:23:1: warning: class 'netsync_connection_info' was previously declared as a struct [-Wmismatched-tags] class netsync_connection_info; ^ src/network/connection_info.hh:103:8: note: previous use is here struct netsync_connection_info ^ src/network/../keys.hh:23:1: note: did you mean struct here? class netsync_connection_info; ^~~~~ struct In file included from src/network/netsync_session.cc:25: src/network/../project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/network/../options.hh:113:8: note: previous use is here struct options ^ src/network/../project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct src/network/netsync_session.cc:525:68: warning: unused parameter 'ident' [-Wunused-parameter] netsync_session::note_item_arrived(netcmd_item_type ty, id const & ident) ^ src/network/netsync_session.cc:1136:55: warning: unused parameter 'guard' [-Wunused-parameter] transaction_guard & guard) ^ 13 warnings generated. \ # source='src/network/reactable.cc' object='src/network/reactable.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/network/reactable.o src/network/reactable.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/network/reactable.cc:2: In file included from src/network/reactable.hh:14: src/network/../netxx_pipe.hh:125:3: warning: 'PipeCompatibleProbe' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct PipeCompatibleProbe : Probe ^ src/network/../netxx_pipe.hh:45:3: note: did you mean struct here? class PipeCompatibleProbe; ^~~~~ struct src/network/../netxx/probe.h:51:1: note: did you mean struct here? class PipeCompatibleProbe; ^~~~~ struct 1 warning generated. \ # source='src/network/reactor.cc' object='src/network/reactor.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/network/reactor.o src/network/reactor.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/network/reactor.cc:12: In file included from src/network/reactor.hh:19: src/network/../netxx_pipe.hh:125:3: warning: 'PipeCompatibleProbe' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct PipeCompatibleProbe : Probe ^ src/network/../netxx_pipe.hh:45:3: note: did you mean struct here? class PipeCompatibleProbe; ^~~~~ struct src/network/../netxx/probe.h:51:1: note: did you mean struct here? class PipeCompatibleProbe; ^~~~~ struct In file included from src/network/reactor.cc:15: In file included from src/network/../database.hh:21: src/network/../options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ 2 warnings generated. \ # source='src/network/session.cc' object='src/network/session.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/network/session.o src/network/session.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/network/session.cc:11: In file included from src/network/../app_state.hh:15: src/network/../options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/network/session.cc:14: src/network/../keys.hh:21:1: warning: class 'globish' was previously declared as a struct [-Wmismatched-tags] class globish; ^ src/network/../database.hh:28:8: note: previous use is here struct globish; ^ In file included from src/network/session.cc:17: In file included from src/network/automate_session.hh:13: In file included from src/network/../cmd.hh:17: src/network/../selectors.hh:16:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/network/../options.hh:113:8: note: previous use is here struct options ^ src/network/../selectors.hh:16:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/network/session.cc:17: In file included from src/network/automate_session.hh:14: src/network/../project.hh:25:1: warning: struct 'globish' was previously declared as a class [-Wmismatched-tags] struct globish; ^ src/network/../keys.hh:21:7: note: previous use is here class globish; ^ In file included from src/network/session.cc:17: In file included from src/network/automate_session.hh:16: In file included from src/network/wrapped_session.hh:13: In file included from src/network/../netcmd.hh:18: src/network/../globish.hh:52:1: warning: 'globish' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct globish : origin_aware ^ src/network/../keys.hh:21:1: note: did you mean struct here? class globish; ^~~~~ struct In file included from src/network/session.cc:17: In file included from src/network/automate_session.hh:16: In file included from src/network/wrapped_session.hh:13: In file included from src/network/../netcmd.hh:19: In file included from src/network/../merkle_tree.hh:21: src/network/../transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/network/session.cc:17: In file included from src/network/automate_session.hh:16: In file included from src/network/wrapped_session.hh:13: In file included from src/network/../netcmd.hh:23: In file included from src/network/../hmac.hh:17: src/network/../string_queue.hh:246:32: warning: unused parameter 'from' [-Wunused-parameter] string_queue (string_queue & from) ^ In file included from src/network/session.cc:17: In file included from src/network/automate_session.hh:16: src/network/wrapped_session.hh:74:34: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_in(int count) { return; } ^ src/network/wrapped_session.hh:75:35: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_out(int count) { return; } ^ In file included from src/network/session.cc:18: In file included from src/network/netsync_session.hh:24: src/network/connection_info.hh:24:1: warning: struct 'netsync_connection_info' was previously declared as a class [-Wmismatched-tags] struct netsync_connection_info; ^ src/network/../keys.hh:23:7: note: previous use is here class netsync_connection_info; ^ In file included from src/network/session.cc:18: In file included from src/network/netsync_session.hh:24: src/network/connection_info.hh:103:1: warning: 'netsync_connection_info' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct netsync_connection_info ^ src/network/../keys.hh:23:1: note: did you mean struct here? class netsync_connection_info; ^~~~~ struct In file included from src/network/session.cc:18: src/network/netsync_session.hh:27:1: warning: class 'cert' was previously declared as a struct [-Wmismatched-tags] class cert; ^ src/network/../cert.hh:23:8: note: previous use is here struct cert : public origin_aware ^ src/network/netsync_session.hh:27:1: note: did you mean struct here? class cert; ^~~~~ struct In file included from src/network/session.cc:22: In file included from src/network/session.hh:13: In file included from src/network/session_base.hh:21: In file included from src/network/reactable.hh:14: src/network/../netxx_pipe.hh:125:3: warning: 'PipeCompatibleProbe' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct PipeCompatibleProbe : Probe ^ src/network/../netxx_pipe.hh:45:3: note: did you mean struct here? class PipeCompatibleProbe; ^~~~~ struct src/network/../netxx/probe.h:51:1: note: did you mean struct here? class PipeCompatibleProbe; ^~~~~ struct In file included from src/network/session.cc:22: In file included from src/network/session.hh:13: src/network/session_base.hh:33:34: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_in(int count) { return; } ^ src/network/session_base.hh:34:35: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_out(int count) { return; } ^ 15 warnings generated. \ # source='src/network/session_base.cc' object='src/network/session_base.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/network/session_base.o src/network/session_base.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/network/session_base.cc:12: In file included from src/network/session_base.hh:19: In file included from src/network/../netcmd.hh:19: In file included from src/network/../merkle_tree.hh:21: src/network/../transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/network/session_base.cc:12: In file included from src/network/session_base.hh:19: In file included from src/network/../netcmd.hh:23: In file included from src/network/../hmac.hh:17: src/network/../string_queue.hh:246:32: warning: unused parameter 'from' [-Wunused-parameter] string_queue (string_queue & from) ^ In file included from src/network/session_base.cc:12: In file included from src/network/session_base.hh:21: In file included from src/network/reactable.hh:14: src/network/../netxx_pipe.hh:125:3: warning: 'PipeCompatibleProbe' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct PipeCompatibleProbe : Probe ^ src/network/../netxx_pipe.hh:45:3: note: did you mean struct here? class PipeCompatibleProbe; ^~~~~ struct src/network/../netxx/probe.h:51:1: note: did you mean struct here? class PipeCompatibleProbe; ^~~~~ struct In file included from src/network/session_base.cc:12: src/network/session_base.hh:33:34: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_in(int count) { return; } ^ src/network/session_base.hh:34:35: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_out(int count) { return; } ^ 5 warnings generated. \ # source='src/network/wrapped_session.cc' object='src/network/wrapped_session.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/network/wrapped_session.o src/network/wrapped_session.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/network/wrapped_session.cc:11: In file included from src/network/wrapped_session.hh:13: In file included from src/network/../netcmd.hh:19: In file included from src/network/../merkle_tree.hh:21: src/network/../transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/network/wrapped_session.cc:11: In file included from src/network/wrapped_session.hh:13: In file included from src/network/../netcmd.hh:23: In file included from src/network/../hmac.hh:17: src/network/../string_queue.hh:246:32: warning: unused parameter 'from' [-Wunused-parameter] string_queue (string_queue & from) ^ In file included from src/network/wrapped_session.cc:11: src/network/wrapped_session.hh:74:34: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_in(int count) { return; } ^ src/network/wrapped_session.hh:75:35: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_out(int count) { return; } ^ In file included from src/network/wrapped_session.cc:13: In file included from src/network/session.hh:13: In file included from src/network/session_base.hh:21: In file included from src/network/reactable.hh:14: src/network/../netxx_pipe.hh:125:3: warning: 'PipeCompatibleProbe' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct PipeCompatibleProbe : Probe ^ src/network/../netxx_pipe.hh:45:3: note: did you mean struct here? class PipeCompatibleProbe; ^~~~~ struct src/network/../netxx/probe.h:51:1: note: did you mean struct here? class PipeCompatibleProbe; ^~~~~ struct In file included from src/network/wrapped_session.cc:13: In file included from src/network/session.hh:13: src/network/session_base.hh:33:34: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_in(int count) { return; } ^ src/network/session_base.hh:34:35: warning: unused parameter 'count' [-Wunused-parameter] virtual void note_bytes_out(int count) { return; } ^ src/network/wrapped_session.cc:91:39: warning: unused parameter 'ident' [-Wunused-parameter] void wrapped_session::on_begin(size_t ident, key_identity_info const & remote_key) ^ src/network/wrapped_session.cc:91:72: warning: unused parameter 'remote_key' [-Wunused-parameter] void wrapped_session::on_begin(size_t ident, key_identity_info const & remote_key) ^ src/network/wrapped_session.cc:94:37: warning: unused parameter 'ident' [-Wunused-parameter] void wrapped_session::on_end(size_t ident) ^ 10 warnings generated. \ # source='src/netxx_pipe.cc' object='src/netxx_pipe.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/netxx_pipe.o src/netxx_pipe.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/netxx_pipe.cc:11: src/netxx_pipe.hh:125:3: warning: 'PipeCompatibleProbe' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct PipeCompatibleProbe : Probe ^ src/netxx_pipe.hh:45:3: note: did you mean struct here? class PipeCompatibleProbe; ^~~~~ struct src/netxx/probe.h:51:1: note: did you mean struct here? class PipeCompatibleProbe; ^~~~~ struct 1 warning generated. \ # source='src/netcmd.cc' object='src/netcmd.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/netcmd.o src/netcmd.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/netcmd.cc:15: In file included from src/netcmd.hh:19: In file included from src/merkle_tree.hh:21: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/netcmd.cc:15: In file included from src/netcmd.hh:23: In file included from src/hmac.hh:17: src/string_queue.hh:246:32: warning: unused parameter 'from' [-Wunused-parameter] string_queue (string_queue & from) ^ 2 warnings generated. \ # source='src/merkle_tree.cc' object='src/merkle_tree.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/merkle_tree.o src/merkle_tree.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/merkle_tree.cc:19: In file included from src/merkle_tree.hh:21: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/merkle_tree.cc:20: In file included from src/netio.hh:20: src/string_queue.hh:246:32: warning: unused parameter 'from' [-Wunused-parameter] string_queue (string_queue & from) ^ 2 warnings generated. \ # source='src/lcs.cc' object='src/lcs.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/lcs.o src/lcs.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' src/lcs.cc:351:30: warning: unused parameter 'm' [-Wunused-parameter] static long mid_split(long m, long n, ^ src/lcs.cc:373:32: warning: unused parameter 'sign' [-Wunused-parameter] long sign, ^ src/lcs.cc:618:23: warning: unused parameter 'ignored_out' [-Wunused-parameter] LCS ignored_out) ^ 3 warnings generated. \ # source='src/rcs_import.cc' object='src/rcs_import.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/rcs_import.o src/rcs_import.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/rcs_import.cc:30: In file included from src/database.hh:21: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/rcs_import.cc:36: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/rcs_import.cc:41: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ src/rcs_import.cc:755:43: warning: unused parameter 'ident' [-Wunused-parameter] file_id const & ident) ^ 4 warnings generated. \ # source='src/git_change.cc' object='src/git_change.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/git_change.o src/git_change.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/git_export.cc' object='src/git_export.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/git_export.o src/git_export.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/git_export.cc:12: In file included from src/database.hh:21: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/git_export.cc:19: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/git_export.cc:22: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ In file included from src/git_export.cc:23: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ 5 warnings generated. \ # source='src/revision.cc' object='src/revision.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/revision.o src/revision.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/revision.cc:16: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ 1 warning generated. \ # source='src/ancestry.cc' object='src/ancestry.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/ancestry.o src/ancestry.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/ancestry.cc:16: In file included from src/database.hh:21: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ src/ancestry.cc:364:49: warning: unused parameter 'rid' [-Wunused-parameter] virtual bool operator()(revision_id const & rid) ^ 2 warnings generated. \ # source='src/cset.cc' object='src/cset.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/cset.o src/cset.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/cset.cc:18: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ 1 warning generated. \ # source='src/roster.cc' object='src/roster.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/roster.o src/roster.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/roster.cc:19: In file included from src/database.hh:21: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/roster.cc:24: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/roster.cc:25: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ src/roster.cc:2191:47: warning: unused parameter 'n' [-Wunused-parameter] node_id nid, node_t n, ^ 5 warnings generated. \ # source='src/mt_version.cc' object='src/mt_version.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/mt_version.o src/mt_version.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/mt_version.cc:27: In file included from src/app_state.hh:15: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ 1 warning generated. \ # source='src/automate.cc' object='src/automate.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/automate.o src/automate.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/automate.cc:23: In file included from src/app_state.hh:15: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/automate.cc:25: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/automate.cc:32: src/keys.hh:21:1: warning: class 'globish' was previously declared as a struct [-Wmismatched-tags] class globish; ^ src/project.hh:25:8: note: previous use is here struct globish; ^ In file included from src/automate.cc:33: src/key_store.hh:27:1: warning: struct 'globish' was previously declared as a class [-Wmismatched-tags] struct globish; ^ src/keys.hh:21:7: note: previous use is here class globish; ^ In file included from src/automate.cc:35: src/options_applicator.hh:14:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/options_applicator.hh:14:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/automate.cc:40: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/automate.cc:41: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ In file included from src/automate.cc:43: src/globish.hh:52:1: warning: 'globish' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct globish : origin_aware ^ src/keys.hh:21:1: note: did you mean struct here? class globish; ^~~~~ struct In file included from src/automate.cc:46: src/work.hh:21:1: warning: class 'i18n_format' was previously declared as a struct [-Wmismatched-tags] class i18n_format; ^ src/sanity.hh:245:1: note: previous use is here i18n_format ^ src/work.hh:21:1: note: did you mean struct here? class i18n_format; ^~~~~ struct src/automate.cc:79:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(heads, N_("[BRANCH]"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:116:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(ancestors, N_("REV1 [REV2 [REV3 [...]]]"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:169:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(descendents, N_("REV1 [REV2 [REV3 [...]]]"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:223:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(erase_ancestors, N_("[REV1 [REV2 [REV3 [...]]]]"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:253:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(toposort, N_("[REV1 [REV2 [REV3 [...]]]]"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:291:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(ancestry_difference, N_("NEW_REV [OLD_REV1 [OLD_REV2 [...]]]"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:338:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(leaves, "", ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:364:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(roots, "", ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:394:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(parents, N_("REV"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:425:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(children, N_("REV"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:466:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(graph, "", ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:514:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(select, N_("SELECTOR"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:1019:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(inventory, N_("[PATH]..."), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:1240:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(get_revision, N_("REVID"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:1314:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(get_base_revision_id, "", ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:1342:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(get_current_revision_id, "", ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:1411:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(get_manifest_of, N_("[REVID]"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:1550:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(get_extended_manifest_of, "REVISION", ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:1586:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(packet_for_rdata, N_("REVID"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:1617:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(packets_for_certs, N_("REVID"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:1652:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(packet_for_fdata, N_("FILEID"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:1684:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(packet_for_fdelta, N_("OLD_FILE NEW_FILE"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:1723:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(common_ancestors, N_("REV1 [REV2 [REV3 [...]]]"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:1762:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(branches, "", ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:1814:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(tags, N_("[BRANCH_PATTERN]"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:1897:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(get_option, N_("OPTION"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:1929:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(get_content_changed, N_("REV FILE"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:1992:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(get_corresponding_path, N_("REV1 FILE REV2"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:2045:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(put_file, N_("[FILEID] CONTENTS"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:2100:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(put_revision, N_("REVISION-DATA"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:2160:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(cert, N_("REVISION-ID NAME VALUE"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:2160:1: warning: unused parameter 'output' [-Wunused-parameter] CMD_AUTOMATE(cert, N_("REVISION-ID NAME VALUE"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:302:19: note: expanded from macro '_CMD_AUTOMATE2' std::ostream & output) const ^ src/automate.cc:2196:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(get_db_variables, N_("[DOMAIN]"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:2266:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(set_db_variable, N_("DOMAIN NAME VALUE"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:2266:1: warning: unused parameter 'output' [-Wunused-parameter] CMD_AUTOMATE(set_db_variable, N_("DOMAIN NAME VALUE"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:302:19: note: expanded from macro '_CMD_AUTOMATE2' std::ostream & output) const ^ src/automate.cc:2296:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(drop_db_variables, N_("DOMAIN [NAME]"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:2296:1: warning: unused parameter 'output' [-Wunused-parameter] CMD_AUTOMATE(drop_db_variables, N_("DOMAIN [NAME]"), ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:302:19: note: expanded from macro '_CMD_AUTOMATE2' std::ostream & output) const ^ src/automate.cc:2349:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(get_workspace_root, "", ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ src/automate.cc:2349:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_AUTOMATE(get_workspace_root, "", ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:301:24: note: expanded from macro '_CMD_AUTOMATE2' args_vector const & args, \ ^ src/automate.cc:2372:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_AUTOMATE(lua, "LUA_FUNCTION [ARG1 [ARG2 [...]]]", ^ src/cmd.hh:305:3: note: expanded from macro 'CMD_AUTOMATE' _CMD_AUTOMATE2(C, true, false, params, abstract, desc, opts) ^ src/cmd.hh:300:23: note: expanded from macro '_CMD_AUTOMATE2' command_id const & execid, \ ^ 50 warnings generated. \ # source='src/database_check.cc' object='src/database_check.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/database_check.o src/database_check.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/database_check.cc:16: In file included from src/database.hh:21: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/database_check.cc:20: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from src/database_check.cc:22: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct src/database_check.cc:199:61: warning: unused parameter 'checked_revisions' [-Wunused-parameter] map & checked_revisions, ^ 4 warnings generated. \ # source='src/epoch.cc' object='src/epoch.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/epoch.o src/epoch.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/epoch.cc:12: In file included from src/netio.hh:20: src/string_queue.hh:246:32: warning: unused parameter 'from' [-Wunused-parameter] string_queue (string_queue & from) ^ In file included from src/epoch.cc:14: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ 2 warnings generated. \ # source='src/gzip.cc' object='src/gzip.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/gzip.o src/gzip.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/inodeprint.cc' object='src/inodeprint.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/inodeprint.o src/inodeprint.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/inodeprint.cc:22: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ 1 warning generated. \ # source='src/selectors.cc' object='src/selectors.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/selectors.o src/selectors.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/selectors.cc:15: In file included from src/database.hh:21: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ src/options.hh:113:1: warning: 'options' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct options ^ src/selectors.hh:16:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/selectors.cc:17: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/selectors.cc:21: src/work.hh:21:1: warning: class 'i18n_format' was previously declared as a struct [-Wmismatched-tags] class i18n_format; ^ src/sanity.hh:245:1: note: previous use is here i18n_format ^ src/work.hh:21:1: note: did you mean struct here? class i18n_format; ^~~~~ struct In file included from src/selectors.cc:22: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ src/selectors.cc:386:49: warning: unused parameter 'project' [-Wunused-parameter] virtual set complete(project_t & project) ^ 6 warnings generated. \ # source='src/annotate.cc' object='src/annotate.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/annotate.o src/annotate.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/annotate.cc:19: In file included from src/annotate.hh:15: In file included from src/app_state.hh:15: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/annotate.cc:28: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/annotate.cc:31: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ In file included from src/annotate.cc:32: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ 5 warnings generated. \ # source='src/restrictions.cc' object='src/restrictions.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/restrictions.o src/restrictions.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/restrictions.cc:16: In file included from src/database.hh:21: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ 1 warning generated. \ # source='src/hmac.cc' object='src/hmac.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/hmac.o src/hmac.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/hmac.cc:14: In file included from src/hmac.hh:17: src/string_queue.hh:246:32: warning: unused parameter 'from' [-Wunused-parameter] string_queue (string_queue & from) ^ 1 warning generated. \ # source='src/maybe_workspace_updater.cc' object='src/maybe_workspace_updater.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/maybe_workspace_updater.o src/maybe_workspace_updater.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/maybe_workspace_updater.cc:14: In file included from src/app_state.hh:15: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/maybe_workspace_updater.cc:16: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/maybe_workspace_updater.cc:18: src/work.hh:21:1: warning: class 'i18n_format' was previously declared as a struct [-Wmismatched-tags] class i18n_format; ^ src/sanity.hh:245:1: note: previous use is here i18n_format ^ src/work.hh:21:1: note: did you mean struct here? class i18n_format; ^~~~~ struct 3 warnings generated. \ # source='src/merge_roster.cc' object='src/merge_roster.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/merge_roster.o src/merge_roster.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/merge_roster.cc:12: In file included from src/merge_roster.hh:17: In file included from src/database.hh:21: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ 1 warning generated. \ # source='src/merge_conflict.cc' object='src/merge_conflict.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/merge_conflict.o src/merge_conflict.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/merge_conflict.cc:12: In file included from src/merge_roster.hh:17: In file included from src/database.hh:21: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/merge_conflict.cc:18: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ src/merge_conflict.cc:1490:46: warning: unused parameter 'left_roster' [-Wunused-parameter] roster_t const & left_roster, ^ src/merge_conflict.cc:1491:46: warning: unused parameter 'right_roster' [-Wunused-parameter] roster_t const & right_roster) ^ src/merge_conflict.cc:1923:42: warning: unused parameter 'right_roster' [-Wunused-parameter] roster_t const & right_roster) ^ src/merge_conflict.cc:2184:62: warning: unused parameter 'ancestor_rid' [-Wunused-parameter] revision_id const & ancestor_rid, ^ src/merge_conflict.cc:2303:79: warning: unused parameter 'adaptor' [-Wunused-parameter] content_merge_adaptor & adaptor) ^ 7 warnings generated. \ # source='src/merge_content.cc' object='src/merge_content.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/merge_content.o src/merge_content.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/merge_content.cc:15: In file included from src/database.hh:21: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/merge_content.cc:21: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ In file included from src/merge_content.cc:22: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ src/merge_content.cc:191:65: warning: unused parameter 'left_data' [-Wunused-parameter] file_data const & left_data, ^ src/merge_content.cc:192:65: warning: unused parameter 'right_data' [-Wunused-parameter] file_data const & right_data, ^ src/merge_content.cc:208:64: warning: unused parameter 'parent_data' [-Wunused-parameter] file_data const & parent_data, ^ src/merge_content.cc:290:62: warning: unused parameter 'left_ident' [-Wunused-parameter] content_merge_checkout_adaptor::record_merge(file_id const & left_ident, ^ src/merge_content.cc:291:62: warning: unused parameter 'right_ident' [-Wunused-parameter] file_id const & right_ident, ^ src/merge_content.cc:292:62: warning: unused parameter 'merged_ident' [-Wunused-parameter] file_id const & merged_ident, ^ src/merge_content.cc:293:64: warning: unused parameter 'left_data' [-Wunused-parameter] file_data const & left_data, ^ src/merge_content.cc:294:64: warning: unused parameter 'right_data' [-Wunused-parameter] file_data const & right_data, ^ src/merge_content.cc:295:64: warning: unused parameter 'merged_data' [-Wunused-parameter] file_data const & merged_data) ^ src/merge_content.cc:301:61: warning: unused parameter 'parent_ident' [-Wunused-parameter] content_merge_checkout_adaptor::record_file(file_id const & parent_ident, ^ src/merge_content.cc:302:61: warning: unused parameter 'merged_ident' [-Wunused-parameter] file_id const & merged_ident, ^ src/merge_content.cc:303:63: warning: unused parameter 'parent_data' [-Wunused-parameter] file_data const & parent_data, ^ src/merge_content.cc:304:63: warning: unused parameter 'merged_data' [-Wunused-parameter] file_data const & merged_data) ^ src/merge_content.cc:310:62: warning: unused parameter 'nid' [-Wunused-parameter] content_merge_checkout_adaptor::get_ancestral_roster(node_id nid, ^ src/merge_content.cc:311:68: warning: unused parameter 'rid' [-Wunused-parameter] revision_id & rid, ^ src/merge_content.cc:312:83: warning: unused parameter 'anc' [-Wunused-parameter] shared_ptr & anc) ^ src/merge_content.cc:329:59: warning: unused parameter 'left_ident' [-Wunused-parameter] content_merge_empty_adaptor::record_merge(file_id const & left_ident, ^ src/merge_content.cc:330:59: warning: unused parameter 'right_ident' [-Wunused-parameter] file_id const & right_ident, ^ src/merge_content.cc:331:59: warning: unused parameter 'merged_ident' [-Wunused-parameter] file_id const & merged_ident, ^ src/merge_content.cc:332:61: warning: unused parameter 'left_data' [-Wunused-parameter] file_data const & left_data, ^ src/merge_content.cc:333:61: warning: unused parameter 'right_data' [-Wunused-parameter] file_data const & right_data, ^ src/merge_content.cc:334:61: warning: unused parameter 'merged_data' [-Wunused-parameter] file_data const & merged_data) ^ src/merge_content.cc:340:58: warning: unused parameter 'parent_ident' [-Wunused-parameter] content_merge_empty_adaptor::record_file(file_id const & parent_ident, ^ src/merge_content.cc:341:58: warning: unused parameter 'merged_ident' [-Wunused-parameter] file_id const & merged_ident, ^ src/merge_content.cc:342:60: warning: unused parameter 'parent_data' [-Wunused-parameter] file_data const & parent_data, ^ src/merge_content.cc:343:60: warning: unused parameter 'merged_data' [-Wunused-parameter] file_data const & merged_data) ^ src/merge_content.cc:349:59: warning: unused parameter 'nid' [-Wunused-parameter] content_merge_empty_adaptor::get_ancestral_roster(node_id nid, ^ src/merge_content.cc:350:65: warning: unused parameter 'rid' [-Wunused-parameter] revision_id & rid, ^ src/merge_content.cc:351:80: warning: unused parameter 'anc' [-Wunused-parameter] shared_ptr & anc) ^ src/merge_content.cc:357:58: warning: unused parameter 'ident' [-Wunused-parameter] content_merge_empty_adaptor::get_version(file_id const & ident, ^ src/merge_content.cc:358:54: warning: unused parameter 'dat' [-Wunused-parameter] file_data & dat) const ^ 35 warnings generated. \ # source='src/merge_3way.cc' object='src/merge_3way.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/merge_3way.o src/merge_3way.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' src/merge_3way.cc:96:41: warning: unused parameter 'intern' [-Wunused-parameter] interner & intern) ^ 1 warning generated. \ # source='src/legacy.cc' object='src/legacy.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/legacy.o src/legacy.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/legacy.cc:14: In file included from src/database.hh:21: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/legacy.cc:15: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ 2 warnings generated. \ # source='src/uri.cc' object='src/uri.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/uri.o src/uri.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/graph.cc' object='src/graph.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/graph.o src/graph.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/graph.cc:23: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ 1 warning generated. \ # source='src/roster_delta.cc' object='src/roster_delta.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/roster_delta.o src/roster_delta.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/roster_delta.cc:26: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ 1 warning generated. \ # source='src/sha1.cc' object='src/sha1.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/sha1.o src/sha1.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/sha1.cc:28: In file included from src/cmd.hh:16: In file included from src/commands.hh:14: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/sha1.cc:28: In file included from src/cmd.hh:17: src/selectors.hh:16:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/selectors.hh:16:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/sha1.cc:29: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ src/sha1.cc:33:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_HIDDEN(benchmark_sha1, "benchmark_sha1", "", CMD_REF(debug), "", ^ src/cmd.hh:225:3: note: expanded from macro 'CMD_HIDDEN' _CMD2(C, name, aliases, parent, true, params, abstract, desc, opts) ^ src/cmd.hh:217:44: note: expanded from macro '_CMD2' void commands::cmd_ ## C::exec(app_state & app, \ ^ src/sha1.cc:33:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_HIDDEN(benchmark_sha1, "benchmark_sha1", "", CMD_REF(debug), "", ^ src/cmd.hh:225:3: note: expanded from macro 'CMD_HIDDEN' _CMD2(C, name, aliases, parent, true, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ src/sha1.cc:33:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_HIDDEN(benchmark_sha1, "benchmark_sha1", "", CMD_REF(debug), "", ^ src/cmd.hh:225:3: note: expanded from macro 'CMD_HIDDEN' _CMD2(C, name, aliases, parent, true, params, abstract, desc, opts) ^ src/cmd.hh:219:52: note: expanded from macro '_CMD2' args_vector const & args) const ^ 6 warnings generated. \ # source='src/pcrewrap.cc' object='src/pcrewrap.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/pcrewrap.o src/pcrewrap.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' src/pcrewrap.cc:238:31: warning: unused parameter 'caused_by' [-Wunused-parameter] origin::type caused_by) ^ src/pcrewrap.cc:250:43: warning: unused parameter 'regex_from' [-Wunused-parameter] pcre_exec_error(int errcode, origin::type regex_from, origin::type subject_from) ^ 2 warnings generated. \ # source='src/rev_height.cc' object='src/rev_height.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/rev_height.o src/rev_height.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/rev_output.cc' object='src/rev_output.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/rev_output.o src/rev_output.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/asciik.cc' object='src/asciik.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/asciik.o src/asciik.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/asciik.cc:115: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ In file included from src/asciik.cc:116: In file included from src/cmd.hh:16: In file included from src/commands.hh:14: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/asciik.cc:116: In file included from src/cmd.hh:17: src/selectors.hh:16:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/selectors.hh:16:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/asciik.cc:118: src/project.hh:23:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ src/options.hh:113:8: note: previous use is here struct options ^ src/project.hh:23:1: note: did you mean struct here? class options; ^~~~~ struct In file included from src/asciik.cc:121: src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ src/asciik.cc:373:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(asciik, "asciik", "", CMD_REF(debug), N_("SELECTOR"), ^ src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ 7 warnings generated. \ # source='src/dates.cc' object='src/dates.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/dates.o src/dates.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' REAL_BLDDIR=$PWD/.; \ (cd . && $REAL_BLDDIR/mtn --root=. automate get_base_revision_id) 2>/dev/null >src/package_revision_raw.txt \ || (cd . && mtn --root=. automate get_base_revision_id) 2>/dev/null >src/package_revision_raw.txt \ || rm -f src/package_revision_raw.txt set -e; if [ -f src/package_revision_raw.txt ]; then \ cp src/package_revision_raw.txt src/package_revision.txt; \ fi; \ if [ ! -f src/package_revision.txt -a -f ./src/package_revision.txt ]; then \ cp ./src/package_revision.txt src/package_revision.txt; \ fi; \ [ -f src/package_revision.txt ] || echo "unknown" > src/package_revision.txt g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -o util/txt2c util/txt2c.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' ./util/txt2c --strip-trailing package_revision src/package_revision.txt src/package_revision.cc \ # source='src/package_revision.cc' object='src/package_revision.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/package_revision.o src/package_revision.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' REAL_BLDDIR=$PWD/.; \ (cd . && $REAL_BLDDIR/mtn --root=. automate get_current_revision) 2>/dev/null >src/package_full_revision_raw.txt \ || (cd . && mtn --root=. automate get_current_revision) 2>/dev/null >src/package_full_revision_raw.txt \ || rm -f src/package_full_revision_raw.txt set -e; if [ -f src/package_full_revision_raw.txt ]; then \ cp -f src/package_full_revision_raw.txt src/package_full_revision_dist.txt \ && (echo ''; \ echo ' Generated from data cached in the distribution;'; \ echo ' further changes may have been made.') >> src/package_full_revision_dist.txt; \ fi; \ if [ ! -f src/package_full_revision_dist.txt -a -f ./src/package_full_revision_dist.txt ]; then \ cp ./src/package_full_revision_dist.txt src/package_full_revision_dist.txt; \ fi; \ [ -f src/package_full_revision_dist.txt ] || echo "unknown" > src/package_full_revision_dist.txt rm -f src/package_full_revision.txt; \ for SRC in src/package_full_revision_raw.txt src/package_full_revision_dist.txt; do \ ([ -f $SRC -a ! -f src/package_full_revision.txt ] && cp -f $SRC src/package_full_revision.txt) || true; \ done ./util/txt2c package_full_revision src/package_full_revision.txt src/package_full_revision.cc \ # source='src/package_full_revision.cc' object='src/package_full_revision.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/package_full_revision.o src/package_full_revision.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/option.cc' object='src/option.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/option.o src/option.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/options.cc' object='src/options.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/options.o src/options.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/options.cc:15: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/options.cc:282: src/options_list.hh:126:54: warning: unused parameter 'arg' [-Wunused-parameter] void set_simple_option(bool & t, std::string const & arg) ^ src/options_list.hh:205:1: warning: unused parameter 'arg' [-Wunused-parameter] OPTION(globals, xargs, true, "xargs,@", ^ src/options.cc:275:48: note: expanded from macro 'OPTION' void options::real_set_ ## name (std::string arg) ^ In file included from src/options.cc:282: src/options_list.hh:336:1: warning: unused parameter 'arg' [-Wunused-parameter] OPTION(diff_options, diff_context, false, "context", ^ src/options.cc:275:48: note: expanded from macro 'OPTION' void options::real_set_ ## name (std::string arg) ^ In file included from src/options.cc:282: src/options_list.hh:343:1: warning: unused parameter 'arg' [-Wunused-parameter] OPTION(diff_options, diff_external, false, "external", ^ src/options.cc:275:48: note: expanded from macro 'OPTION' void options::real_set_ ## name (std::string arg) ^ In file included from src/options.cc:282: src/options_list.hh:350:1: warning: unused parameter 'arg' [-Wunused-parameter] OPTION(diff_options, diff_unified, false, "unified", ^ src/options.cc:275:48: note: expanded from macro 'OPTION' void options::real_set_ ## name (std::string arg) ^ In file included from src/options.cc:282: src/options_list.hh:471:1: warning: unused parameter 'arg' [-Wunused-parameter] OPTION(globals, old_norc, false, "norc", ^ src/options.cc:275:48: note: expanded from macro 'OPTION' void options::real_set_ ## name (std::string arg) ^ In file included from src/options.cc:282: src/options_list.hh:477:1: warning: unused parameter 'arg' [-Wunused-parameter] OPTION(globals, old_nostd, false, "nostd", ^ src/options.cc:275:48: note: expanded from macro 'OPTION' void options::real_set_ ## name (std::string arg) ^ In file included from src/options.cc:282: src/options_list.hh:493:1: warning: unused parameter 'arg' [-Wunused-parameter] OPTION(verbosity, quiet, false, "quiet,q", ^ src/options.cc:275:48: note: expanded from macro 'OPTION' void options::real_set_ ## name (std::string arg) ^ In file included from src/options.cc:282: src/options_list.hh:502:1: warning: unused parameter 'arg' [-Wunused-parameter] OPTION(verbosity, verbose, false, "verbose,v", ^ src/options.cc:275:48: note: expanded from macro 'OPTION' void options::real_set_ ## name (std::string arg) ^ In file included from src/options.cc:282: src/options_list.hh:515:1: warning: unused parameter 'arg' [-Wunused-parameter] OPTION(globals, debug, false, "debug", ^ src/options.cc:275:48: note: expanded from macro 'OPTION' void options::real_set_ ## name (std::string arg) ^ In file included from src/options.cc:282: src/options_list.hh:524:1: warning: unused parameter 'arg' [-Wunused-parameter] OPTION(verbosity, reallyquiet, false, "reallyquiet", ^ src/options.cc:275:48: note: expanded from macro 'OPTION' void options::real_set_ ## name (std::string arg) ^ 12 warnings generated. \ # source='src/options_applicator.cc' object='src/options_applicator.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/options_applicator.o src/options_applicator.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/options_applicator.cc:14: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ src/options.hh:113:1: warning: 'options' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct options ^ src/options_applicator.hh:14:1: note: did you mean struct here? class options; ^~~~~ struct 2 warnings generated. \ # source='src/specialized_lexical_cast.cc' object='src/specialized_lexical_cast.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/specialized_lexical_cast.o src/specialized_lexical_cast.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='src/monotone.cc' object='src/monotone.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/monotone.o src/monotone.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from src/monotone.cc:21: In file included from src/app_state.hh:15: src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from src/monotone.cc:23: src/botan_pipe_cache.hh:62:3: warning: struct 'cached_botan_pipe' was previously declared as a class [-Wmismatched-tags] struct cached_botan_pipe * to_be_destroyed; ^ src/botan_pipe_cache.hh:34:7: note: previous use is here class cached_botan_pipe ^ src/botan_pipe_cache.hh:62:3: note: did you mean class here? struct cached_botan_pipe * to_be_destroyed; ^~~~~~ class In file included from src/monotone.cc:32: src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ In file included from src/monotone.cc:34: src/work.hh:21:1: warning: class 'i18n_format' was previously declared as a struct [-Wmismatched-tags] class i18n_format; ^ src/sanity.hh:245:1: note: previous use is here i18n_format ^ src/work.hh:21:1: note: did you mean struct here? class i18n_format; ^~~~~ struct 5 warnings generated. \ # source='src/unix/main.cc' object='src/unix/main.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/unix/main.o src/unix/main.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' ./util/txt2c std_hooks src/std_hooks.lua src/std_hooks.cc \ # source='src/std_hooks.cc' object='src/std_hooks.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/std_hooks.o src/std_hooks.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' ./util/txt2c schema src/schema.sql src/schema.cc \ # source='src/schema.cc' object='src/schema.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o src/schema.o src/schema.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -Wl,-z,relro -o mtn src/sanity.o src/simplestring_xform.o src/constants.o src/vocab.o src/charset.o src/paths.o src/luaext_mkstemp.o src/luaext_parse_basic_io.o src/luaext_guess_binary.o src/luaext_platform.o src/luaext_globish.o src/lua.o src/mkstemp.o src/file_io.o src/globish.o src/basic_io.o src/mtn-sanity.o src/ui.o src/app_state.o src/automate_reader.o src/cache_logger.o src/commands.o src/cmd.o src/cmd_netsync.o src/cmd_list.o src/cmd_packet.o src/cmd_key_cert.o src/cmd_merging.o src/cmd_db.o src/cmd_diff_log.o src/cmd_ws_commit.o src/cmd_othervcs.o src/cmd_automate.o src/cmd_files.o src/cmd_conflicts.o src/diff_output.o src/lua_hooks.o src/transforms.o src/update.o src/work.o src/migrate_work.o src/cert.o src/project.o src/outdated_indicator.o src/database.o src/key_store.o src/ssh_agent.o src/keys.o src/packet.o src/key_packet.o src/rcs_file.o src/xdelta.o src/migrate_schema.o src/migrate_ancestry.o src/refiner.o src/enumerator.o src/netsync.o src/network/automate_session.o src/network/connection_info.o src/network/listener_base.o src/network/listener.o src/network/make_server.o src/network/netsync_session.o src/network/reactable.o src/network/reactor.o src/network/session.o src/network/session_base.o src/network/wrapped_session.o src/netxx_pipe.o src/netcmd.o src/merkle_tree.o src/lcs.o src/rcs_import.o src/git_change.o src/git_export.o src/revision.o src/ancestry.o src/cset.o src/roster.o src/mt_version.o src/automate.o src/database_check.o src/epoch.o src/gzip.o src/inodeprint.o src/selectors.o src/annotate.o src/restrictions.o src/hmac.o src/maybe_workspace_updater.o src/merge_roster.o src/merge_conflict.o src/merge_content.o src/merge_3way.o src/legacy.o src/uri.o src/graph.o src/roster_delta.o src/sha1.o src/pcrewrap.o src/rev_height.o src/rev_output.o src/asciik.o src/dates.o src/package_revision.o src/package_full_revision.o src/option.o src/options.o src/options_applicator.o src/specialized_lexical_cast.o src/monotone.o src/unix/main.o src/std_hooks.o src/schema.o src/libplatform.a src/lib3rdparty.a -lpcre -lbotan-1.10 -llua5.1 -lsqlite3 -lidn -lz clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' sed -e 's,[@]PACKAGE_VERSION[@],1.0,' -e 's,[@]sysconfdir[@],/etc,' < src/util/mtnopt.in > mtnopt && chmod +x mtnopt /bin/mkdir -p extra/building sed -e 's,[@]PACKAGE_VERSION[@],1.0,' -e 's,[@]sysconfdir[@],/etc,' < extra/building/dump-test-logs.sh.in > extra/building/dump-test-logs.sh && chmod +x extra/building/dump-test-logs.sh REAL_BLDDIR=$PWD/.; \ (cd . && $REAL_BLDDIR/mtn manpage --norc) 2>/dev/null >mtn.1 || rm -f mtn.1 /bin/mkdir -p extra/shell ( sed -e '/^[@]generated-command-list[@]$/,$d' < extra/shell/monotone.bash_completion.in; \ MTN=./mtn \ perl ./extra/shell/monotone_gen_bash_completion_table.pl; \ sed -e '1,/^[@]generated-command-list[@]$/d' < extra/shell/monotone.bash_completion.in ) | \ sed -e 's,[@]PACKAGE_VERSION[@],1.0,' -e 's,[@]sysconfdir[@],/etc,' > extra/shell/monotone.bash_completion [ -d po ] || mkdir -p po /usr/bin/xgettext -opo/monotone.pot.in -D. -D. -cTRANSLATORS: \ --copyright-holder='The monotone development team ' \ --msgid-bugs-address='https://code.monotone.ca/p/monotone/issues/' \ --package-name=monotone --package-version=1.0 --keyword=F --keyword=FP:1,2 --keyword=_ --keyword=N_ --flag=F:1:c-format --flag=FP:1:c-format --flag=FP:2:c-format \ src/sanity.cc src/sanity.hh src/quick_alloc.hh src/vector.hh src/base.hh src/simplestring_xform.cc src/simplestring_xform.hh src/constants.cc src/constants.hh src/numeric_vocab.hh src/platform.hh src/origin_type.hh src/vocab.hh src/vocab.cc src/vocab_terms.hh src/vocab_macros.hh src/vocab_cast.hh src/charset.cc src/charset.hh src/paths.cc src/paths.hh src/interner.hh src/hash_map.hh src/vocab_hash.hh src/luaext_mkstemp.cc src/luaext_parse_basic_io.cc src/luaext_guess_binary.cc src/luaext_platform.cc src/luaext_globish.cc src/lua.cc src/lua.hh src/mkstemp.cc src/file_io.cc src/file_io.hh src/globish.cc src/globish.hh src/basic_io.cc src/basic_io.hh src/char_classifiers.hh src/platform-wrapped.hh src/rev_types.hh src/mtn-sanity.cc src/mtn-sanity.hh src/ui.cc src/ui.hh src/app_state.cc src/app_state.hh src/automate_ostream.hh src/automate_ostream_demuxed.hh src/automate_reader.hh src/automate_reader.cc src/automate_stdio_helpers.hh src/botan_pipe_cache.hh src/cache_logger.hh src/cache_logger.cc src/commands.cc src/commands.hh src/cmd.hh src/cmd.cc src/cmd_netsync.cc src/cmd_list.cc src/cmd_packet.cc src/cmd_key_cert.cc src/cmd_merging.cc src/cmd_db.cc src/cmd_diff_log.cc src/cmd_ws_commit.cc src/cmd_othervcs.cc src/cmd_automate.cc src/cmd_files.cc src/cmd_conflicts.cc src/diff_output.cc src/diff_output.hh src/lua_hooks.cc src/lua_hooks.hh src/transforms.cc src/transforms.hh src/update.cc src/update.hh src/work.cc src/migrate_work.cc src/work.hh src/cert.cc src/cert.hh src/cow_trie.hh src/project.cc src/project.hh src/outdated_indicator.cc src/outdated_indicator.hh src/database.cc src/database.hh src/key_store.cc src/key_store.hh src/ssh_agent.cc src/ssh_agent.hh src/keys.cc src/keys.hh src/packet.cc src/packet.hh src/key_packet.cc src/key_packet.hh src/rcs_file.cc src/rcs_file.hh src/xdelta.cc src/xdelta.hh src/migration.hh src/migrate_schema.cc src/migrate_ancestry.cc src/refiner.cc src/refiner.hh src/enumerator.cc src/enumerator.hh src/netsync.hh src/netsync.cc src/network/automate_session.hh src/network/automate_session.cc src/network/connection_info.hh src/network/connection_info.cc src/network/listener_base.hh src/network/listener_base.cc src/network/listener.hh src/network/listener.cc src/network/make_server.hh src/network/make_server.cc src/network/netsync_session.hh src/network/netsync_session.cc src/network/reactable.hh src/network/reactable.cc src/network/reactor.hh src/network/reactor.cc src/network/session.hh src/network/session.cc src/network/session_base.hh src/network/session_base.cc src/network/wrapped_session.hh src/network/wrapped_session.cc src/netxx_pipe.cc src/netxx_pipe.hh src/netcmd.cc src/netcmd.hh src/merkle_tree.cc src/merkle_tree.hh src/lcs.cc src/lcs.hh src/rcs_import.cc src/rcs_import.hh src/git_change.cc src/git_change.hh src/git_export.cc src/git_export.hh src/revision.cc src/ancestry.cc src/revision.hh src/cset.cc src/cset.hh src/roster.cc src/roster.hh src/mt_version.cc src/mt_version.hh src/automate.cc src/database_check.cc src/epoch.cc src/epoch.hh src/gzip.cc src/gzip.hh src/inodeprint.cc src/inodeprint.hh src/selectors.cc src/selectors.hh src/annotate.cc src/annotate.hh src/restrictions.cc src/restrictions.hh src/hmac.cc src/hmac.hh src/string_queue.hh src/maybe_workspace_updater.cc src/maybe_workspace_updater.hh src/merge_roster.cc src/merge_conflict.cc src/merge_roster.hh src/merge_content.cc src/merge_3way.cc src/merge_content.hh src/legacy.cc src/legacy.hh src/uri.cc src/uri.hh src/graph.cc src/graph.hh src/roster_delta.cc src/roster_delta.hh src/sha1.cc src/pcrewrap.cc src/pcrewrap.hh src/rev_height.cc src/rev_height.hh src/rev_output.cc src/rev_output.hh src/asciik.cc src/asciik.hh src/dates.cc src/dates.hh src/date_format.hh src/lru_writeback_cache.hh src/hybrid_map.hh src/lazy_rng.hh src/cleanup.hh src/cycle_detector.hh src/adler32.hh src/netio.hh src/gettext.h src/package_revision.cc src/package_full_revision.cc src/option.cc src/option.hh src/options.cc src/options.hh src/options_list.hh src/options_applicator.hh src/options_applicator.cc src/option_reset_info.hh src/specialized_lexical_cast.cc src/lexical_cast.hh src/parallel_iter.hh src/safe_map.hh src/pch.hh src/current_exception.hh src/unix/read_password.cc src/unix/get_system_flavour.cc src/unix/process.cc src/unix/terminal.cc src/unix/inodeprint.cc src/unix/fs.cc src/unix/make_io_binary.cc src/unix/os_strerror.cc src/unix/cputime.cc src/unix/ssh_agent_platform.cc src/unix/ssh_agent_platform.hh src/unix/parse_date.cc src/win32/read_password.cc src/win32/get_system_flavour.cc src/win32/process.cc src/win32/terminal.cc src/win32/inodeprint.cc src/win32/fs.cc src/win32/make_io_binary.cc src/win32/os_strerror.cc src/win32/cputime.cc src/win32/ssh_agent_platform.cc src/win32/ssh_agent_platform.hh src/win32/parse_date.cc src/monotone.cc src/std_hooks.lua /usr/bin/xgettext: warning: file `src/std_hooks.lua' extension `lua' is unknown; will try C sed -e 's/FIRST AUTHOR , YEAR./Please see po\/README. for individual copyrights./' \ -e 's/(C) YEAR/(C) 2003 - 2012/' -e 's/PACKAGE/monotone/' \ -e 's/SOME DESCRIPTIVE TITLE/monotone message string catalogue/' < po/monotone.pot.in > po/monotone.pot rm po/monotone.pot.in /usr/bin/msgmerge po/sv.po po/monotone.pot -q -o po/sv.merged.po /usr/bin/msgfmt -c --statistics -o po/sv.gmo po/sv.merged.po 1535 translated messages, 6 fuzzy translations. /usr/bin/msgmerge po/it.po po/monotone.pot -q -o po/it.merged.po /usr/bin/msgfmt -c --statistics -o po/it.gmo po/it.merged.po 1113 translated messages, 263 fuzzy translations, 165 untranslated messages. /usr/bin/msgmerge po/de.po po/monotone.pot -q -o po/de.merged.po /usr/bin/msgfmt -c --statistics -o po/de.gmo po/de.merged.po 1535 translated messages, 6 fuzzy translations. /usr/bin/msgmerge po/pt.po po/monotone.pot -q -o po/pt.merged.po /usr/bin/msgfmt -c --statistics -o po/pt.gmo po/pt.merged.po 1261 translated messages, 278 fuzzy translations, 2 untranslated messages. /usr/bin/msgmerge po/fr.po po/monotone.pot -q -o po/fr.merged.po /usr/bin/msgfmt -c --statistics -o po/fr.gmo po/fr.merged.po 1535 translated messages, 6 fuzzy translations. rm po/sv.merged.po po/pt.merged.po po/de.merged.po po/fr.merged.po po/it.merged.po make[4]: Leaving directory `/«PKGBUILDDIR»' make[3]: Leaving directory `/«PKGBUILDDIR»' make[2]: Leaving directory `/«PKGBUILDDIR»' make[1]: Leaving directory `/«PKGBUILDDIR»' debian/rules override_dh_auto_test make[1]: Entering directory `/«PKGBUILDDIR»' debian/nofakeroot dh_auto_test -pmonotone -- INFO_DEPS='' || \ sh extra/building/dump-test-logs.sh make -j1 check INFO_DEPS= make[2]: Entering directory `/«PKGBUILDDIR»' make check-recursive make[3]: Entering directory `/«PKGBUILDDIR»' Making check in doc make[4]: Entering directory `/«PKGBUILDDIR»/doc' make[4]: Nothing to be done for `check'. make[4]: Leaving directory `/«PKGBUILDDIR»/doc' make[4]: Entering directory `/«PKGBUILDDIR»' REAL_BLDDIR=$PWD/.; \ (cd . && $REAL_BLDDIR/mtn --root=. automate get_base_revision_id) 2>/dev/null >src/package_revision_raw.txt \ || (cd . && mtn --root=. automate get_base_revision_id) 2>/dev/null >src/package_revision_raw.txt \ || rm -f src/package_revision_raw.txt set -e; if [ -f src/package_revision_raw.txt ]; then \ cp src/package_revision_raw.txt src/package_revision.txt; \ fi; \ if [ ! -f src/package_revision.txt -a -f ./src/package_revision.txt ]; then \ cp ./src/package_revision.txt src/package_revision.txt; \ fi; \ [ -f src/package_revision.txt ] || echo "unknown" > src/package_revision.txt ./util/txt2c --strip-trailing package_revision src/package_revision.txt src/package_revision.cc REAL_BLDDIR=$PWD/.; \ (cd . && $REAL_BLDDIR/mtn --root=. automate get_current_revision) 2>/dev/null >src/package_full_revision_raw.txt \ || (cd . && mtn --root=. automate get_current_revision) 2>/dev/null >src/package_full_revision_raw.txt \ || rm -f src/package_full_revision_raw.txt set -e; if [ -f src/package_full_revision_raw.txt ]; then \ cp -f src/package_full_revision_raw.txt src/package_full_revision_dist.txt \ && (echo ''; \ echo ' Generated from data cached in the distribution;'; \ echo ' further changes may have been made.') >> src/package_full_revision_dist.txt; \ fi; \ if [ ! -f src/package_full_revision_dist.txt -a -f ./src/package_full_revision_dist.txt ]; then \ cp ./src/package_full_revision_dist.txt src/package_full_revision_dist.txt; \ fi; \ [ -f src/package_full_revision_dist.txt ] || echo "unknown" > src/package_full_revision_dist.txt rm -f src/package_full_revision.txt; \ for SRC in src/package_full_revision_raw.txt src/package_full_revision_dist.txt; do \ ([ -f $SRC -a ! -f src/package_full_revision.txt ] && cp -f $SRC src/package_full_revision.txt) || true; \ done ./util/txt2c package_full_revision src/package_full_revision.txt src/package_full_revision.cc make test/bin/unit_tester test/bin/tester test/bin/check_net make[5]: Entering directory `/«PKGBUILDDIR»' \ # source='test/unit/tests/basic_io.cc' object='test/unit/tests/basic_io.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/basic_io.o test/unit/tests/basic_io.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test/unit/tests/charset.cc' object='test/unit/tests/charset.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/charset.o test/unit/tests/charset.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from test/unit/tests/charset.cc:13: test/unit/tests/../../../src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ test/unit/tests/../../../src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ 2 warnings generated. \ # source='test/unit/tests/commands.cc' object='test/unit/tests/commands.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/commands.o test/unit/tests/commands.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from test/unit/tests/commands.cc:13: In file included from test/unit/tests/../../../src/cmd.hh:16: In file included from test/unit/tests/../../../src/commands.hh:14: test/unit/tests/../../../src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from test/unit/tests/commands.cc:13: In file included from test/unit/tests/../../../src/cmd.hh:17: test/unit/tests/../../../src/selectors.hh:16:1: warning: class 'options' was previously declared as a struct [-Wmismatched-tags] class options; ^ test/unit/tests/../../../src/options.hh:113:8: note: previous use is here struct options ^ test/unit/tests/../../../src/selectors.hh:16:1: note: did you mean struct here? class options; ^~~~~ struct In file included from test/unit/tests/commands.cc:14: test/unit/tests/../../../src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ test/unit/tests/../../../src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ test/unit/tests/commands.cc:34:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(__root__, "__root__", "", NULL, "", ""); ^ test/unit/tests/../../../src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ test/unit/tests/../../../src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ test/unit/tests/commands.cc:34:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(__root__, "__root__", "", NULL, "", ""); ^ test/unit/tests/../../../src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ test/unit/tests/../../../src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ test/unit/tests/commands.cc:34:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(__root__, "__root__", "", NULL, "", ""); ^ test/unit/tests/../../../src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ test/unit/tests/../../../src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ test/unit/tests/commands.cc:36:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(top, "top", "", CMD_REF(__root__), ^ test/unit/tests/../../../src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ test/unit/tests/../../../src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ test/unit/tests/commands.cc:36:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(top, "top", "", CMD_REF(__root__), ^ test/unit/tests/../../../src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ test/unit/tests/../../../src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ test/unit/tests/commands.cc:36:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(top, "top", "", CMD_REF(__root__), ^ test/unit/tests/../../../src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ test/unit/tests/../../../src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ test/unit/tests/commands.cc:38:1: warning: unused parameter 'app' [-Wunused-parameter] CMD(test, "test", "", CMD_REF(top), ^ test/unit/tests/../../../src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ test/unit/tests/../../../src/cmd.hh:217:44: note: expanded from macro '_CMD2' void commands::cmd_ ## C::exec(app_state & app, \ ^ test/unit/tests/commands.cc:38:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(test, "test", "", CMD_REF(top), ^ test/unit/tests/../../../src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ test/unit/tests/../../../src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ test/unit/tests/commands.cc:38:1: warning: unused parameter 'args' [-Wunused-parameter] CMD(test, "test", "", CMD_REF(top), ^ test/unit/tests/../../../src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ test/unit/tests/../../../src/cmd.hh:219:52: note: expanded from macro '_CMD2' args_vector const & args) const ^ test/unit/tests/commands.cc:40:1: warning: unused parameter 'app' [-Wunused-parameter] CMD(test1, "test1", "alias1", CMD_REF(top), ^ test/unit/tests/../../../src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ test/unit/tests/../../../src/cmd.hh:217:44: note: expanded from macro '_CMD2' void commands::cmd_ ## C::exec(app_state & app, \ ^ test/unit/tests/commands.cc:40:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(test1, "test1", "alias1", CMD_REF(top), ^ test/unit/tests/../../../src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ test/unit/tests/../../../src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ test/unit/tests/commands.cc:40:1: warning: unused parameter 'args' [-Wunused-parameter] CMD(test1, "test1", "alias1", CMD_REF(top), ^ test/unit/tests/../../../src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ test/unit/tests/../../../src/cmd.hh:219:52: note: expanded from macro '_CMD2' args_vector const & args) const ^ test/unit/tests/commands.cc:42:1: warning: unused parameter 'app' [-Wunused-parameter] CMD(test2, "test2", "alias2", CMD_REF(top), ^ test/unit/tests/../../../src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ test/unit/tests/../../../src/cmd.hh:217:44: note: expanded from macro '_CMD2' void commands::cmd_ ## C::exec(app_state & app, \ ^ test/unit/tests/commands.cc:42:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(test2, "test2", "alias2", CMD_REF(top), ^ test/unit/tests/../../../src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ test/unit/tests/../../../src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ test/unit/tests/commands.cc:42:1: warning: unused parameter 'args' [-Wunused-parameter] CMD(test2, "test2", "alias2", CMD_REF(top), ^ test/unit/tests/../../../src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ test/unit/tests/../../../src/cmd.hh:219:52: note: expanded from macro '_CMD2' args_vector const & args) const ^ test/unit/tests/commands.cc:44:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_HIDDEN(test3, "test3", "", CMD_REF(top), ^ test/unit/tests/../../../src/cmd.hh:225:3: note: expanded from macro 'CMD_HIDDEN' _CMD2(C, name, aliases, parent, true, params, abstract, desc, opts) ^ test/unit/tests/../../../src/cmd.hh:217:44: note: expanded from macro '_CMD2' void commands::cmd_ ## C::exec(app_state & app, \ ^ test/unit/tests/commands.cc:44:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_HIDDEN(test3, "test3", "", CMD_REF(top), ^ test/unit/tests/../../../src/cmd.hh:225:3: note: expanded from macro 'CMD_HIDDEN' _CMD2(C, name, aliases, parent, true, params, abstract, desc, opts) ^ test/unit/tests/../../../src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ test/unit/tests/commands.cc:44:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_HIDDEN(test3, "test3", "", CMD_REF(top), ^ test/unit/tests/../../../src/cmd.hh:225:3: note: expanded from macro 'CMD_HIDDEN' _CMD2(C, name, aliases, parent, true, params, abstract, desc, opts) ^ test/unit/tests/../../../src/cmd.hh:219:52: note: expanded from macro '_CMD2' args_vector const & args) const ^ test/unit/tests/commands.cc:47:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_GROUP(testg, "testg", "aliasg", CMD_REF(top), ^ test/unit/tests/../../../src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ test/unit/tests/../../../src/cmd.hh:242:44: note: expanded from macro '_CMD_GROUP2' void commands::cmd_ ## C::exec(app_state & app, \ ^ test/unit/tests/commands.cc:47:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_GROUP(testg, "testg", "aliasg", CMD_REF(top), ^ test/unit/tests/../../../src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ test/unit/tests/../../../src/cmd.hh:243:51: note: expanded from macro '_CMD_GROUP2' command_id const & execid, \ ^ test/unit/tests/commands.cc:47:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_GROUP(testg, "testg", "aliasg", CMD_REF(top), ^ test/unit/tests/../../../src/cmd.hh:250:3: note: expanded from macro 'CMD_GROUP' _CMD_GROUP2(C, name, aliases, parent, abstract, desc, true) ^ test/unit/tests/../../../src/cmd.hh:244:52: note: expanded from macro '_CMD_GROUP2' args_vector const & args) const \ ^ test/unit/tests/commands.cc:49:1: warning: unused parameter 'app' [-Wunused-parameter] CMD(testg1, "testg1", "", CMD_REF(testg), ^ test/unit/tests/../../../src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ test/unit/tests/../../../src/cmd.hh:217:44: note: expanded from macro '_CMD2' void commands::cmd_ ## C::exec(app_state & app, \ ^ test/unit/tests/commands.cc:49:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(testg1, "testg1", "", CMD_REF(testg), ^ test/unit/tests/../../../src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ test/unit/tests/../../../src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ test/unit/tests/commands.cc:49:1: warning: unused parameter 'args' [-Wunused-parameter] CMD(testg1, "testg1", "", CMD_REF(testg), ^ test/unit/tests/../../../src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ test/unit/tests/../../../src/cmd.hh:219:52: note: expanded from macro '_CMD2' args_vector const & args) const ^ test/unit/tests/commands.cc:51:1: warning: unused parameter 'app' [-Wunused-parameter] CMD(testg2, "testg2", "", CMD_REF(testg), ^ test/unit/tests/../../../src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ test/unit/tests/../../../src/cmd.hh:217:44: note: expanded from macro '_CMD2' void commands::cmd_ ## C::exec(app_state & app, \ ^ test/unit/tests/commands.cc:51:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD(testg2, "testg2", "", CMD_REF(testg), ^ test/unit/tests/../../../src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ test/unit/tests/../../../src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ test/unit/tests/commands.cc:51:1: warning: unused parameter 'args' [-Wunused-parameter] CMD(testg2, "testg2", "", CMD_REF(testg), ^ test/unit/tests/../../../src/cmd.hh:222:3: note: expanded from macro 'CMD' _CMD2(C, name, aliases, parent, false, params, abstract, desc, opts) ^ test/unit/tests/../../../src/cmd.hh:219:52: note: expanded from macro '_CMD2' args_vector const & args) const ^ test/unit/tests/commands.cc:53:1: warning: unused parameter 'app' [-Wunused-parameter] CMD_HIDDEN(testg3, "testg3", "", CMD_REF(testg), ^ test/unit/tests/../../../src/cmd.hh:225:3: note: expanded from macro 'CMD_HIDDEN' _CMD2(C, name, aliases, parent, true, params, abstract, desc, opts) ^ test/unit/tests/../../../src/cmd.hh:217:44: note: expanded from macro '_CMD2' void commands::cmd_ ## C::exec(app_state & app, \ ^ test/unit/tests/commands.cc:53:1: warning: unused parameter 'execid' [-Wunused-parameter] CMD_HIDDEN(testg3, "testg3", "", CMD_REF(testg), ^ test/unit/tests/../../../src/cmd.hh:225:3: note: expanded from macro 'CMD_HIDDEN' _CMD2(C, name, aliases, parent, true, params, abstract, desc, opts) ^ test/unit/tests/../../../src/cmd.hh:218:51: note: expanded from macro '_CMD2' command_id const & execid, \ ^ test/unit/tests/commands.cc:53:1: warning: unused parameter 'args' [-Wunused-parameter] CMD_HIDDEN(testg3, "testg3", "", CMD_REF(testg), ^ test/unit/tests/../../../src/cmd.hh:225:3: note: expanded from macro 'CMD_HIDDEN' _CMD2(C, name, aliases, parent, true, params, abstract, desc, opts) ^ test/unit/tests/../../../src/cmd.hh:219:52: note: expanded from macro '_CMD2' args_vector const & args) const ^ 34 warnings generated. \ # source='test/unit/tests/cset.cc' object='test/unit/tests/cset.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/cset.o test/unit/tests/cset.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from test/unit/tests/cset.cc:12: test/unit/tests/../../../src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ 1 warning generated. \ # source='test/unit/tests/git_change.cc' object='test/unit/tests/git_change.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/git_change.o test/unit/tests/git_change.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test/unit/tests/globish.cc' object='test/unit/tests/globish.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/globish.o test/unit/tests/globish.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test/unit/tests/graph.cc' object='test/unit/tests/graph.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/graph.o test/unit/tests/graph.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from test/unit/tests/graph.cc:16: test/unit/tests/../../../src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ test/unit/tests/graph.cc:203:49: warning: unused parameter 'node' [-Wunused-parameter] virtual void get_children(revision_id const & node, set & parents) const ^ test/unit/tests/graph.cc:203:74: warning: unused parameter 'parents' [-Wunused-parameter] virtual void get_children(revision_id const & node, set & parents) const ^ 3 warnings generated. \ # source='test/unit/tests/merge_3way.cc' object='test/unit/tests/merge_3way.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/merge_3way.o test/unit/tests/merge_3way.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from test/unit/tests/merge_3way.cc:18: test/unit/tests/../../../src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ test/unit/tests/../../../src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ 2 warnings generated. \ # source='test/unit/tests/merge_roster.cc' object='test/unit/tests/merge_roster.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/merge_roster.o test/unit/tests/merge_roster.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from test/unit/tests/merge_roster.cc:13: In file included from test/unit/tests/../../../src/merge_roster.hh:17: In file included from test/unit/tests/../../../src/database.hh:21: test/unit/tests/../../../src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ 1 warning generated. \ # source='test/unit/tests/mkstemp.cc' object='test/unit/tests/mkstemp.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/mkstemp.o test/unit/tests/mkstemp.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test/unit/tests/netcmd.cc' object='test/unit/tests/netcmd.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/netcmd.o test/unit/tests/netcmd.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from test/unit/tests/netcmd.cc:12: In file included from test/unit/tests/../../../src/netcmd.hh:19: In file included from test/unit/tests/../../../src/merkle_tree.hh:21: test/unit/tests/../../../src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from test/unit/tests/netcmd.cc:12: In file included from test/unit/tests/../../../src/netcmd.hh:23: In file included from test/unit/tests/../../../src/hmac.hh:17: test/unit/tests/../../../src/string_queue.hh:246:32: warning: unused parameter 'from' [-Wunused-parameter] string_queue (string_queue & from) ^ 2 warnings generated. \ # source='test/unit/tests/netxx_pipe.cc' object='test/unit/tests/netxx_pipe.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/netxx_pipe.o test/unit/tests/netxx_pipe.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from test/unit/tests/netxx_pipe.cc:12: test/unit/tests/../../../src/netxx_pipe.hh:125:3: warning: 'PipeCompatibleProbe' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct PipeCompatibleProbe : Probe ^ test/unit/tests/../../../src/netxx_pipe.hh:45:3: note: did you mean struct here? class PipeCompatibleProbe; ^~~~~ struct test/unit/tests/../../../src/netxx/probe.h:51:1: note: did you mean struct here? class PipeCompatibleProbe; ^~~~~ struct 1 warning generated. \ # source='test/unit/tests/option.cc' object='test/unit/tests/option.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/option.o test/unit/tests/option.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test/unit/tests/outdated_indicator.cc' object='test/unit/tests/outdated_indicator.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/outdated_indicator.o test/unit/tests/outdated_indicator.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test/unit/tests/pcrewrap.cc' object='test/unit/tests/pcrewrap.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/pcrewrap.o test/unit/tests/pcrewrap.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test/unit/tests/refiner.cc' object='test/unit/tests/refiner.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/refiner.o test/unit/tests/refiner.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from test/unit/tests/refiner.cc:12: In file included from test/unit/tests/../../../src/refiner.hh:16: In file included from test/unit/tests/../../../src/merkle_tree.hh:21: test/unit/tests/../../../src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from test/unit/tests/refiner.cc:12: In file included from test/unit/tests/../../../src/refiner.hh:17: In file included from test/unit/tests/../../../src/netcmd.hh:23: In file included from test/unit/tests/../../../src/hmac.hh:17: test/unit/tests/../../../src/string_queue.hh:246:32: warning: unused parameter 'from' [-Wunused-parameter] string_queue (string_queue & from) ^ test/unit/tests/refiner.cc:45:50: warning: unused parameter 'ty' [-Wunused-parameter] virtual void queue_done_cmd(netcmd_item_type ty, ^ 3 warnings generated. \ # source='test/unit/tests/restrictions.cc' object='test/unit/tests/restrictions.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/restrictions.o test/unit/tests/restrictions.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test/unit/tests/revision.cc' object='test/unit/tests/revision.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/revision.o test/unit/tests/revision.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test/unit/tests/simplestring_xform.cc' object='test/unit/tests/simplestring_xform.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/simplestring_xform.o test/unit/tests/simplestring_xform.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from test/unit/tests/simplestring_xform.cc:12: test/unit/tests/../../../src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ test/unit/tests/../../../src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ 2 warnings generated. \ # source='test/unit/tests/transforms.cc' object='test/unit/tests/transforms.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/transforms.o test/unit/tests/transforms.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from test/unit/tests/transforms.cc:12: test/unit/tests/../../../src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ 1 warning generated. \ # source='test/unit/tests/uri.cc' object='test/unit/tests/uri.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/uri.o test/unit/tests/uri.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test/unit/tests/vocab.cc' object='test/unit/tests/vocab.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/vocab.o test/unit/tests/vocab.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test/unit/tests/xdelta.cc' object='test/unit/tests/xdelta.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/xdelta.o test/unit/tests/xdelta.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test/unit/tests/numeric_vocab.cc' object='test/unit/tests/numeric_vocab.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/numeric_vocab.o test/unit/tests/numeric_vocab.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test/unit/tests/sha1.cc' object='test/unit/tests/sha1.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/sha1.o test/unit/tests/sha1.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from test/unit/tests/sha1.cc:13: test/unit/tests/../../../src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ 1 warning generated. \ # source='test/unit/tests/string_queue.cc' object='test/unit/tests/string_queue.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/string_queue.o test/unit/tests/string_queue.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from test/unit/tests/string_queue.cc:14: test/unit/tests/../../../src/string_queue.hh:246:32: warning: unused parameter 'from' [-Wunused-parameter] string_queue (string_queue & from) ^ 1 warning generated. \ # source='test/unit/unit_tester.cc' object='test/unit/unit_tester.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/unit_tester.o test/unit/unit_tester.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from test/unit/unit_tester.cc:27: test/unit/../../src/botan_pipe_cache.hh:62:3: warning: struct 'cached_botan_pipe' was previously declared as a class [-Wmismatched-tags] struct cached_botan_pipe * to_be_destroyed; ^ test/unit/../../src/botan_pipe_cache.hh:34:7: note: previous use is here class cached_botan_pipe ^ test/unit/../../src/botan_pipe_cache.hh:62:3: note: did you mean class here? struct cached_botan_pipe * to_be_destroyed; ^~~~~~ class 1 warning generated. \ # source='test/unit/tests/dates.cc' object='test/unit/tests/dates.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/dates.o test/unit/tests/dates.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test/unit/tests/key_packet.cc' object='test/unit/tests/key_packet.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/key_packet.o test/unit/tests/key_packet.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from test/unit/tests/key_packet.cc:13: test/unit/tests/../../../src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from test/unit/tests/key_packet.cc:17: In file included from test/unit/tests/../../../src/key_packet.cc:25: test/unit/tests/../../../src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ test/unit/tests/../../../src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ 3 warnings generated. \ # source='test/unit/tests/packet.cc' object='test/unit/tests/packet.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/packet.o test/unit/tests/packet.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from test/unit/tests/packet.cc:12: test/unit/tests/../../../src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from test/unit/tests/packet.cc:16: In file included from test/unit/tests/../../../src/packet.cc:21: test/unit/tests/../../../src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ test/unit/tests/../../../src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ 3 warnings generated. \ # source='test/unit/tests/paths.cc' object='test/unit/tests/paths.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/paths.o test/unit/tests/paths.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test/unit/tests/rev_height.cc' object='test/unit/tests/rev_height.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/rev_height.o test/unit/tests/rev_height.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test/unit/tests/roster.cc' object='test/unit/tests/roster.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/tests/roster.o test/unit/tests/roster.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from test/unit/tests/roster.cc:14: In file included from test/unit/tests/../../../src/roster.cc:19: In file included from test/unit/tests/../../../src/database.hh:21: test/unit/tests/../../../src/options.hh:42:55: warning: unused parameter 'o' [-Wunused-parameter] restricted_long(std::string const & x, origin::type o) ^ In file included from test/unit/tests/roster.cc:14: In file included from test/unit/tests/../../../src/roster.cc:24: test/unit/tests/../../../src/transforms.hh:33:44: warning: unused parameter 'made_from' [-Wunused-parameter] xform(std::string const & in, origin::type made_from) ^ In file included from test/unit/tests/roster.cc:14: In file included from test/unit/tests/../../../src/roster.cc:25: test/unit/tests/../../../src/simplestring_xform.hh:51:61: warning: unused parameter 'thing' [-Wunused-parameter] origin::type get_made_from(std::string const & thing) ^ test/unit/tests/../../../src/simplestring_xform.hh:61:76: warning: unused parameter 'made_from' [-Wunused-parameter] std::string from_string(std::string const & str, origin::type made_from) ^ In file included from test/unit/tests/roster.cc:14: test/unit/tests/../../../src/roster.cc:2191:47: warning: unused parameter 'n' [-Wunused-parameter] node_id nid, node_t n, ^ test/unit/tests/roster.cc:1000:29: warning: unused parameter 'scalar_origin_rid' [-Wunused-parameter] set(revision_id const & scalar_origin_rid, scalar_val val, ^ 6 warnings generated. \ # source='test/unit/randomizer.cc' object='test/unit/randomizer.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/unit/randomizer.o test/unit/randomizer.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -Wl,-z,relro -o test/bin/unit_tester test/unit/tests/basic_io.o test/unit/tests/charset.o test/unit/tests/commands.o test/unit/tests/cset.o test/unit/tests/git_change.o test/unit/tests/globish.o test/unit/tests/graph.o test/unit/tests/merge_3way.o test/unit/tests/merge_roster.o test/unit/tests/mkstemp.o test/unit/tests/netcmd.o test/unit/tests/netxx_pipe.o test/unit/tests/option.o test/unit/tests/outdated_indicator.o test/unit/tests/pcrewrap.o test/unit/tests/refiner.o test/unit/tests/restrictions.o test/unit/tests/revision.o test/unit/tests/simplestring_xform.o test/unit/tests/transforms.o test/unit/tests/uri.o test/unit/tests/vocab.o test/unit/tests/xdelta.o test/unit/tests/numeric_vocab.o test/unit/tests/sha1.o test/unit/tests/string_queue.o test/unit/unit_tester.o test/unit/tests/dates.o test/unit/tests/key_packet.o test/unit/tests/packet.o test/unit/tests/paths.o test/unit/tests/rev_height.o test/unit/tests/roster.o src/basic_io.o src/charset.o src/commands.o src/cset.o src/git_change.o src/globish.o src/graph.o src/merge_3way.o src/merge_roster.o src/mkstemp.o src/netcmd.o src/netxx_pipe.o src/option.o src/outdated_indicator.o src/pcrewrap.o src/refiner.o src/restrictions.o src/revision.o src/simplestring_xform.o src/transforms.o src/uri.o src/vocab.o src/xdelta.o src/constants.o src/file_io.o src/gzip.o src/hmac.o src/lcs.o src/merkle_tree.o src/roster_delta.o src/sanity.o src/specialized_lexical_cast.o test/unit/randomizer.o src/libplatform.a src/lib3rdparty.a -lpcre -lbotan-1.10 -llua5.1 -lsqlite3 -lidn -lz clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test/src/tester.cc' object='test/src/tester.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/src/tester.o test/src/tester.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from test/src/tester.cc:12: test/src/../../src/botan_pipe_cache.hh:62:3: warning: struct 'cached_botan_pipe' was previously declared as a class [-Wmismatched-tags] struct cached_botan_pipe * to_be_destroyed; ^ test/src/../../src/botan_pipe_cache.hh:34:7: note: previous use is here class cached_botan_pipe ^ test/src/../../src/botan_pipe_cache.hh:62:3: note: did you mean class here? struct cached_botan_pipe * to_be_destroyed; ^~~~~~ class test/src/tester.cc:41:38: warning: unused parameter 'msg' [-Wunused-parameter] void inform_log(std::string const &msg) ^ test/src/tester.cc:370:1: warning: unused parameter 'LS' [-Wunused-parameter] LUAEXT(save_env, ) ^ test/src/../../src/lua.hh:118:64: note: expanded from macro 'LUAEXT' int luaext :: extfn_ ## NAME ## _ ## TABLE :: call(lua_State * LS) ^ test/src/tester.cc:376:1: warning: unused parameter 'LS' [-Wunused-parameter] LUAEXT(restore_env, ) ^ test/src/../../src/lua.hh:118:64: note: expanded from macro 'LUAEXT' int luaext :: extfn_ ## NAME ## _ ## TABLE :: call(lua_State * LS) ^ test/src/tester.cc:426:1: warning: unused parameter 'LS' [-Wunused-parameter] LUAEXT(require_not_root, ) ^ test/src/../../src/lua.hh:118:64: note: expanded from macro 'LUAEXT' int luaext :: extfn_ ## NAME ## _ ## TABLE :: call(lua_State * LS) ^ 5 warnings generated. \ # source='test/src/unix/tester-plaf.cc' object='test/src/unix/tester-plaf.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/src/unix/tester-plaf.o test/src/unix/tester-plaf.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' ./util/txt2c testlib test/src/testlib.lua test/src/testlib.cc \ # source='test/src/testlib.cc' object='test/src/testlib.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/src/testlib.o test/src/testlib.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -Wl,-z,relro -o test/bin/tester test/src/tester.o src/transforms.o src/gzip.o src/sanity.o src/simplestring_xform.o src/constants.o src/vocab.o src/charset.o src/paths.o src/luaext_mkstemp.o src/luaext_parse_basic_io.o src/luaext_guess_binary.o src/luaext_platform.o src/luaext_globish.o src/lua.o src/mkstemp.o src/file_io.o src/globish.o src/basic_io.o src/pcrewrap.o src/specialized_lexical_cast.o test/src/unix/tester-plaf.o test/src/testlib.o src/libplatform.a src/lib3rdparty.a -lpcre -lbotan-1.10 -llua5.1 -lsqlite3 -lidn -lz clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' \ # source='test/src/unix/tester-check-net.cc' object='test/src/unix/tester-check-net.o' libtool=no g++ -I. -I/usr/include/botan-1.10 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -c -o test/src/unix/tester-check-net.o test/src/unix/tester-check-net.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' test/src/unix/tester-check-net.cc:40:25: warning: unused parameter 'unused' [-Wunused-parameter] static void sigalrm(int unused) ^ 1 warning generated. g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wno-unused -Wl,-z,relro -o test/bin/check_net test/src/unix/tester-check-net.o src/libplatform.a src/lib3rdparty.a -lpcre -lbotan-1.10 -llua5.1 -lsqlite3 -lidn -lz clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' make[5]: Leaving directory `/«PKGBUILDDIR»' make check-local make[5]: Entering directory `/«PKGBUILDDIR»' { echo '#!/bin/sh'; \ echo 'export LANG=C'; \ echo 'PATH=/«PKGBUILDDIR»:/«PKGBUILDDIR»/test/bin:$PATH'; \ echo './test/bin/tester ./test/tester-testsuite.lua "$@"'; \ echo 'echo $? > ./test/tester.status'; \ echo 'exit 0'; } > run_tester_tests && \ chmod 755 run_tester_tests ./run_tester_tests Running tests... 1 cleanup-1 ok 0:00, 0:00 on CPU 2 cleanup-2 ok 0:00, 0:00 on CPU 3 isolated-1 ok 0:00, 0:00 on CPU 4 isolated-2 ok 0:00, 0:00 on CPU 5 remove-unwriteable ok 0:00, 0:00 on CPU 6 running_commands ok 0:00, 0:00 on CPU Of 6 tests run: 6 succeeded 0 failed 0 had expected failures 0 succeeded unexpectedly 0 were skipped { echo '#!/bin/sh'; \ echo 'export LANG=C'; \ echo 'PATH=/«PKGBUILDDIR»:/«PKGBUILDDIR»/test/bin:$PATH'; \ echo './test/bin/tester ./test/unit-testsuite.lua "$@"'; \ echo 'echo $? > ./test/unit.status'; \ echo 'exit 0'; } > run_unit_tests && \ chmod 755 run_unit_tests ./run_unit_tests Running tests... 1 _unit_tester_fail_check ok 0:00, 0:00 on CPU 2 _unit_tester_fail_nothrow ok 0:00, 0:00 on CPU 3 _unit_tester_fail_require ok 0:00, 0:00 on CPU 4 _unit_tester_fail_throw ok 0:00, 0:00 on CPU 5 _unit_tester_uncaught ok 0:00, 0:00 on CPU 6 _unit_tester_uncaught_std ok 0:00, 0:00 on CPU 7 _unit_tester_uncaught_std_what ok 0:00, 0:00 on CPU 8 basic_io_binary_transparency ok 0:00, 0:00 on CPU 9 charset_idna_encoding ok 0:00, 0:00 on CPU 10 charset_utf8_validation ok 0:00, 0:00 on CPU 11 commands_command_complete_command ok 0:00, 0:00 on CPU 12 commands_command_find_command ok 0:00, 0:00 on CPU 13 commands_complete_command ok 0:00, 0:00 on CPU 14 commands_make_command_id ok 0:00, 0:00 on CPU 15 cset_basic_csets ok 0:00, 0:00 on CPU 16 cset_cset_written ok 0:00, 0:00 on CPU 17 cset_invalid_csets ok 0:00, 0:00 on CPU 18 cset_root_dir ok 0:00, 0:00 on CPU 19 dates_comparisons ok 0:00, 0:00 on CPU 20 dates_from_string ok 0:00, 0:00 on CPU 21 dates_from_unix_epoch ok 0:00, 0:00 on CPU 22 dates_localtime_formats ok 0:05, 0:04 on CPU 23 dates_our_timegm ok 0:00, 0:00 on CPU 24 dates_roundtrip_localtimes ok 0:08, 0:07 on CPU 25 git_change_reorder_chained_renames ok 0:00, 0:00 on CPU 26 git_change_reorder_rename_loop ok 0:00, 0:00 on CPU 27 git_change_reorder_reversed_rename_loop ok 0:00, 0:00 on CPU 28 git_change_reorder_swapped_renames ok 0:00, 0:00 on CPU 29 globish_complex_matches ok 0:00, 0:00 on CPU 30 globish_from_vector ok 0:00, 0:00 on CPU 31 globish_nested_matches ok 0:00, 0:00 on CPU 32 globish_simple_matches ok 0:00, 0:00 on CPU 33 globish_syntax ok 0:00, 0:00 on CPU 34 graph_get_uncommon_ancestors_nasty_convexity_case ok 0:00, 0:00 on CPU 35 graph_get_uncommon_ancestors_randomly ok 0:06, 0:06 on CPU 36 graph_random_get_reconstruction_path ok 0:01, 0:00 on CPU 37 key_packet_roundabout ok 0:00, 0:00 on CPU 38 key_packet_validators ok 0:00, 0:00 on CPU 39 merge_3way_merge_additions ok 0:00, 0:00 on CPU 40 merge_3way_merge_append ok 0:00, 0:00 on CPU 41 merge_3way_merge_deletions ok 0:00, 0:00 on CPU 42 merge_3way_merge_prepend ok 0:00, 0:00 on CPU 43 merge_3way_randomizing_merge ok 0:00, 0:00 on CPU 44 merge_roster_attr_lifecycle ok 0:00, 0:00 on CPU 45 merge_roster_complex_structural_conflicts ok 0:00, 0:00 on CPU 46 merge_roster_node_lifecycle ok 0:00, 0:00 on CPU 47 merge_roster_scalar_merges ok 0:00, 0:00 on CPU 48 merge_roster_simple_structural_conflicts ok 0:00, 0:00 on CPU 49 mkstemp_basic ok 0:00, 0:00 on CPU 50 netcmd_functions ok 0:00, 0:00 on CPU 51 netcmd_mac ok 0:00, 0:00 on CPU 52 netxx_pipe_simple_pipe ok 0:00, 0:00 on CPU 53 numeric_vocab_widen ok 0:00, 0:00 on CPU 54 option_concrete_options ok 0:00, 0:00 on CPU 55 outdated_indicator_basic ok 0:00, 0:00 on CPU 56 packet_roundabout ok 0:01, 0:00 on CPU 57 packet_validators ok 0:00, 0:00 on CPU 58 paths_access_tracker ok 0:00, 0:00 on CPU 59 paths_basename ok 0:00, 0:00 on CPU 60 paths_bookkeeping ok 0:00, 0:00 on CPU 61 paths_depth ok 0:00, 0:00 on CPU 62 paths_dirname ok 0:00, 0:00 on CPU 63 paths_file_path_external_null_prefix ok 0:00, 0:00 on CPU 64 paths_file_path_external_prefix__MTN ok 0:00, 0:00 on CPU 65 paths_file_path_external_prefix_a_b ok 0:00, 0:00 on CPU 66 paths_file_path_internal ok 0:00, 0:00 on CPU 67 paths_find_old_new_path_for ok 0:00, 0:00 on CPU 68 paths_ordering ok 0:00, 0:00 on CPU 69 paths_ordering_random ok 0:00, 0:00 on CPU 70 paths_path_component ok 0:00, 0:00 on CPU 71 paths_system ok 0:00, 0:00 on CPU 72 paths_test_external_string_is_bookkeeping_path_prefix__MTN ok 0:00, 0:00 on CPU 73 paths_test_external_string_is_bookkeeping_path_prefix_a_b ok 0:00, 0:00 on CPU 74 paths_test_external_string_is_bookkeeping_path_prefix_none ok 0:00, 0:00 on CPU 75 paths_test_internal_string_is_bookkeeping_path ok 0:00, 0:00 on CPU 76 pcrewrap_extract_captures ok 0:00, 0:00 on CPU 77 pcrewrap_simple_match ok 0:00, 0:00 on CPU 78 refiner_count_0_1 ok 0:00, 0:00 on CPU 79 refiner_count_1024 ok 0:41, 0:40 on CPU 80 refiner_count_128 ok 0:05, 0:04 on CPU 81 restrictions_empty_restriction ok 0:00, 0:00 on CPU 82 restrictions_exclude_include ok 0:00, 0:00 on CPU 83 restrictions_ignored_invalid_workspace_paths ok 0:00, 0:00 on CPU 84 restrictions_include_depth_0 ok 0:00, 0:00 on CPU 85 restrictions_include_depth_1 ok 0:00, 0:00 on CPU 86 restrictions_include_depth_1_empty_restriction ok 0:00, 0:00 on CPU 87 restrictions_include_depth_2 ok 0:00, 0:00 on CPU 88 restrictions_include_exclude ok 0:00, 0:00 on CPU 89 restrictions_invalid_roster_paths ok 0:00, 0:00 on CPU 90 restrictions_invalid_workspace_paths ok 0:00, 0:00 on CPU 91 restrictions_simple_exclude ok 0:00, 0:00 on CPU 92 restrictions_simple_include ok 0:00, 0:00 on CPU 93 rev_height_children ok 0:00, 0:00 on CPU 94 rev_height_comparisons ok 0:00, 0:00 on CPU 95 rev_height_count_up ok 0:00, 0:00 on CPU 96 revision_from_network ok 0:00, 0:00 on CPU 97 roster_all_0_scalar_parent_mark_scenarios ok 0:00, 0:00 on CPU 98 roster_all_1_scalar_parent_mark_scenarios ok 0:00, 0:00 on CPU 99 roster_all_2_scalar_parent_mark_scenarios ok 0:00, 0:00 on CPU 100 roster_bad_attr ok 0:00, 0:00 on CPU 101 roster_check_sane_against ok 0:00, 0:00 on CPU 102 roster_check_sane_roster ok 0:00, 0:00 on CPU 103 roster_check_sane_roster_loop ok 0:00, 0:00 on CPU 104 roster_check_sane_roster_screwy_dir_map ok 0:00, 0:00 on CPU 105 roster_die_die_die_merge ok 0:00, 0:00 on CPU 106 roster_random_actions ok 0:42, 0:42 on CPU 107 roster_residual_attr_mark_scenario ok 0:00, 0:00 on CPU 108 roster_same_nid_diff_type ok 0:00, 0:00 on CPU 109 roster_unify_rosters_end_to_end_attr_corpses ok 0:00, 0:00 on CPU 110 roster_unify_rosters_end_to_end_ids ok 0:00, 0:00 on CPU 111 roster_unify_rosters_randomized_tempids ok 0:01, 0:00 on CPU 112 roster_unify_rosters_randomized_trueids ok 0:00, 0:00 on CPU 113 roster_write_roster ok 0:00, 0:00 on CPU 114 sha1_long_message ok 0:00, 0:00 on CPU 115 sha1_pseudo_message ok 0:00, 0:00 on CPU 116 sha1_short_message ok 0:00, 0:00 on CPU 117 simplestring_xform_caseconv ok 0:00, 0:00 on CPU 118 simplestring_xform_join_lines ok 0:00, 0:00 on CPU 119 simplestring_xform_join_words ok 0:00, 0:00 on CPU 120 simplestring_xform_split_into_words ok 0:00, 0:00 on CPU 121 simplestring_xform_trimming ok 0:00, 0:00 on CPU 122 string_queue_basic ok 0:00, 0:00 on CPU 123 transforms_calculate_ident ok 0:00, 0:00 on CPU 124 transforms_corruption_check ok 0:00, 0:00 on CPU 125 transforms_enc ok 0:00, 0:00 on CPU 126 uri_basic ok 0:00, 0:00 on CPU 127 uri_bizarre ok 0:00, 0:00 on CPU 128 uri_invalid ok 0:00, 0:00 on CPU 129 uri_urldecode ok 0:00, 0:00 on CPU 130 vocab_verify_hexenc_id ok 0:00, 0:00 on CPU 131 xdelta_basic ok 0:00, 0:00 on CPU 132 xdelta_random_piecewise_delta ok 0:01, 0:00 on CPU 133 xdelta_random_simple_delta ok 0:00, 0:00 on CPU 134 xdelta_rolling_sanity_check ok 0:00, 0:00 on CPU 135 xdelta_simple_cases ok 0:00, 0:00 on CPU Of 135 tests run: 135 succeeded 0 failed 0 had expected failures 0 succeeded unexpectedly 0 were skipped REAL_BLDDIR=$PWD/.; \ (cd . && $REAL_BLDDIR/mtn --root=. automate get_base_revision_id) 2>/dev/null >src/package_revision_raw.txt \ || (cd . && mtn --root=. automate get_base_revision_id) 2>/dev/null >src/package_revision_raw.txt \ || rm -f src/package_revision_raw.txt set -e; if [ -f src/package_revision_raw.txt ]; then \ cp src/package_revision_raw.txt src/package_revision.txt; \ fi; \ if [ ! -f src/package_revision.txt -a -f ./src/package_revision.txt ]; then \ cp ./src/package_revision.txt src/package_revision.txt; \ fi; \ [ -f src/package_revision.txt ] || echo "unknown" > src/package_revision.txt ./util/txt2c --strip-trailing package_revision src/package_revision.txt src/package_revision.cc REAL_BLDDIR=$PWD/.; \ (cd . && $REAL_BLDDIR/mtn --root=. automate get_current_revision) 2>/dev/null >src/package_full_revision_raw.txt \ || (cd . && mtn --root=. automate get_current_revision) 2>/dev/null >src/package_full_revision_raw.txt \ || rm -f src/package_full_revision_raw.txt set -e; if [ -f src/package_full_revision_raw.txt ]; then \ cp -f src/package_full_revision_raw.txt src/package_full_revision_dist.txt \ && (echo ''; \ echo ' Generated from data cached in the distribution;'; \ echo ' further changes may have been made.') >> src/package_full_revision_dist.txt; \ fi; \ if [ ! -f src/package_full_revision_dist.txt -a -f ./src/package_full_revision_dist.txt ]; then \ cp ./src/package_full_revision_dist.txt src/package_full_revision_dist.txt; \ fi; \ [ -f src/package_full_revision_dist.txt ] || echo "unknown" > src/package_full_revision_dist.txt rm -f src/package_full_revision.txt; \ for SRC in src/package_full_revision_raw.txt src/package_full_revision_dist.txt; do \ ([ -f $SRC -a ! -f src/package_full_revision.txt ] && cp -f $SRC src/package_full_revision.txt) || true; \ done ./util/txt2c package_full_revision src/package_full_revision.txt src/package_full_revision.cc { echo '#!/bin/sh'; \ echo 'export LANG=C'; \ echo 'PATH=/«PKGBUILDDIR»:/«PKGBUILDDIR»/test/bin:$PATH'; \ echo './test/bin/tester ./test/func-testsuite.lua "$@"'; \ echo 'echo $? > ./test/func.status'; \ echo 'exit 0'; } > run_func_tests && \ chmod 755 run_func_tests ./run_func_tests This test suite cannot be run as the root user. Please try again with a normal user account. { echo '#!/bin/sh'; \ echo 'export LANG=C'; \ echo 'PATH=/«PKGBUILDDIR»:/«PKGBUILDDIR»/test/bin:$PATH'; \ echo './test/bin/tester ./test/extra-testsuite.lua "$@"'; \ echo 'echo $? > ./test/extra.status'; \ echo 'exit 0'; } > run_extra_tests && \ chmod 755 run_extra_tests ./run_extra_tests This test suite cannot be run as the root user. Please try again with a normal user account. ============================================================ 2 of 4 test suites failed Please report to https://code.monotone.ca/p/monotone/issues/ make[5]: *** [check-testers] Error 1 make[4]: *** [check-am] Error 2 make[3]: *** [check-recursive] Error 1 make[2]: *** [check] Error 2 dh_auto_test: make -j1 check INFO_DEPS= returned exit code 2 make[5]: Leaving directory `/«PKGBUILDDIR»' make[4]: Leaving directory `/«PKGBUILDDIR»' make[3]: Leaving directory `/«PKGBUILDDIR»' make[2]: Leaving directory `/«PKGBUILDDIR»' extra/building/dump-test-logs.sh: 17: extra/building/dump-test-logs.sh: cannot open test/work/unit.log: No such file extra/building/dump-test-logs.sh: 24: extra/building/dump-test-logs.sh: cannot open test/work/unit.log: No such file ### test/work/unit.log ### ### test/work/func.log ### Running on Linux 2.6.32-5-xen-amd64 #1 SMP Thu Mar 22 21:14:26 UTC 2012 x86_64 ### test/work/extra.log ### Running on Linux 2.6.32-5-xen-amd64 #1 SMP Thu Mar 22 21:14:26 UTC 2012 x86_64 make[1]: *** [override_dh_auto_test] Error 1 make[1]: Leaving directory `/«PKGBUILDDIR»' make: *** [binary] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2 ──────────────────────────────────────────────────────────────────────────────── Build finished at 20120709-2057 Finished ──────── E: Build failure (dpkg-buildpackage died) ┌──────────────────────────────────────────────────────────────────────────────┐ │ Cleanup │ └──────────────────────────────────────────────────────────────────────────────┘ Purging /«BUILDDIR» Not cleaning session: cloned chroot in use ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Architecture: amd64 Build-Space: 290432 Build-Time: 533 Distribution: unstable Fail-Stage: build Install-Time: 40 Job: monotone_1.0-6 Package: monotone Package-Time: 594 Source-Version: 1.0-6 Space: 290432 Status: attempted Version: 1.0-6 ──────────────────────────────────────────────────────────────────────────────── Finished at 20120709-2057 Build needed 00:09:54, 290432k disc space DC-Status: Failed 595.094752s DC-Time-Estimation: 595.094752 versus expected 3311 (r/m: 4.56381986040435 ; m: 595.094752)