DC-Build-Header: sleuthkit 3.2.3-2 / Mon Jul 09 20:41:12 +0000 2012 DC-Task: logfile:/tmp/sleuthkit_3.2.3-2_unstable_clang.log version:3.2.3-2 modes:clang chroot:unstable source:sleuthkit esttime:131 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 sleuthkit_3.2.3-2' sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on ip-10-28-235-103.ec2.internal ╔══════════════════════════════════════════════════════════════════════════════╗ ║ sleuthkit 3.2.3-2 (amd64) 09 Jul 2012 20:41 ║ ╚══════════════════════════════════════════════════════════════════════════════╝ Package: sleuthkit Version: 3.2.3-2 Source Version: 3.2.3-2 Distribution: unstable Architecture: amd64 I: NOTICE: Log filtering will replace 'build/sleuthkit-C_5dfX/sleuthkit-3.2.3' with '«PKGBUILDDIR»' I: NOTICE: Log filtering will replace 'build/sleuthkit-C_5dfX' with '«BUILDDIR»' I: NOTICE: Log filtering will replace 'var/lib/schroot/mount/unstable-amd64-sbuild-1a12ae6f-c52f-46b4-aa3b-48b0f2a58bf7' 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: 'sleuthkit' packaging is maintained in the 'Git' version control system at: git://git.debian.org/git/forensics/sleuthkit.git Need to get 2070 kB of source archives. Get:1 http://localhost/debian/ unstable/main sleuthkit 3.2.3-2 (dsc) [2193 B] Get:2 http://localhost/debian/ unstable/main sleuthkit 3.2.3-2 (tar) [2040 kB] Get:3 http://localhost/debian/ unstable/main sleuthkit 3.2.3-2 (diff) [28.5 kB] Fetched 2070 kB in 0s (4958 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 (29.8 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-g2vAck/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 (>= 8.0.0), autoconf, automake, libtool, dh-autoreconf, libewf-dev (>= 20100226), libsqlite3-dev, libafflib-dev (>= 3.6.6) 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 (>= 8.0.0), autoconf, automake, libtool, dh-autoreconf, libewf-dev (>= 20100226), libsqlite3-dev, libafflib-dev (>= 3.6.6) dpkg-deb: building package `sbuild-build-depends-sleuthkit-dummy' in `/«BUILDDIR»/resolver-bn8FKb/apt_archive/sbuild-build-depends-sleuthkit-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install sleuthkit build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: autoconf automake autotools-dev bsdmainutils debhelper dh-autoreconf file gettext gettext-base groff-base html2text intltool-debian libafflib-dev libafflib0 libasprintf0c2 libcroco3 libcurl3 libewf-dev libewf1 libexpat1 libgcrypt11 libgettextpo0 libglib2.0-0 libgnutls26 libgpg-error0 libgssapi-krb5-2 libidn11 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libmagic1 libp11-kit0 libpcre3 libpipeline1 librtmp0 libsasl2-2 libsqlite3-0 libsqlite3-dev libssh2-1 libssl1.0.0 libtasn1-3 libtool libunistring0 libxml2 m4 man-db po-debconf zlib1g-dev Suggested packages: autoconf2.13 autoconf-archive gnu-standards autoconf-doc wamerican wordlist whois vacation dh-make gettext-doc groff rng-tools krb5-doc krb5-user sqlite3-doc libtool-doc automaken gfortran fortran95-compiler gcj less www-browser libmail-box-perl Recommended packages: autopoint curl wget lynx-cur afflib-tools ca-certificates libglib2.0-data shared-mime-info krb5-locales libsasl2-modules libltdl-dev xml-core libmail-sendmail-perl The following NEW packages will be installed: autoconf automake autotools-dev bsdmainutils debhelper dh-autoreconf file gettext gettext-base groff-base html2text intltool-debian libafflib-dev libafflib0 libasprintf0c2 libcroco3 libcurl3 libewf-dev libewf1 libexpat1 libgcrypt11 libgettextpo0 libglib2.0-0 libgnutls26 libgpg-error0 libgssapi-krb5-2 libidn11 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libmagic1 libp11-kit0 libpcre3 libpipeline1 librtmp0 libsasl2-2 libsqlite3-0 libsqlite3-dev libssh2-1 libssl1.0.0 libtasn1-3 libtool libunistring0 libxml2 m4 man-db po-debconf sbuild-build-depends-sleuthkit-dummy zlib1g-dev 0 upgraded, 51 newly installed, 0 to remove and 0 not upgraded. Need to get 18.4 MB/18.4 MB of archives. After this operation, 46.4 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 libssl1.0.0 amd64 1.0.1c-3 [1211 kB] Get:3 http://localhost/debian/ unstable/main libasprintf0c2 amd64 0.18.1.1-9 [26.8 kB] Get:4 http://localhost/debian/ unstable/main libgpg-error0 amd64 1.10-3 [66.8 kB] Get:5 http://localhost/debian/ unstable/main libgcrypt11 amd64 1.5.0-3 [298 kB] Get:6 http://localhost/debian/ unstable/main libp11-kit0 amd64 0.12-3 [52.8 kB] Get:7 http://localhost/debian/ unstable/main libtasn1-3 amd64 2.13-2 [67.7 kB] Get:8 http://localhost/debian/ unstable/main libgnutls26 amd64 2.12.20-1 [616 kB] Get:9 http://localhost/debian/ unstable/main libkeyutils1 amd64 1.5.5-3 [8552 B] Get:10 http://localhost/debian/ unstable/main libkrb5support0 amd64 1.10.1+dfsg-1 [49.0 kB] Get:11 http://localhost/debian/ unstable/main libk5crypto3 amd64 1.10.1+dfsg-1 [112 kB] Get:12 http://localhost/debian/ unstable/main libkrb5-3 amd64 1.10.1+dfsg-1 [393 kB] Get:13 http://localhost/debian/ unstable/main libgssapi-krb5-2 amd64 1.10.1+dfsg-1 [147 kB] Get:14 http://localhost/debian/ unstable/main libidn11 amd64 1.25-2 [178 kB] Get:15 http://localhost/debian/ unstable/main libsasl2-2 amd64 2.1.25.dfsg1-4+b1 [120 kB] Get:16 http://localhost/debian/ unstable/main libldap-2.4-2 amd64 2.4.31-1 [243 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 libglib2.0-0 amd64 2.32.3-1 [2081 kB] Get:22 http://localhost/debian/ unstable/main libcroco3 amd64 0.6.5-1 [151 kB] Get:23 http://localhost/debian/ unstable/main librtmp0 amd64 2.4+20111222.git4e06e21-1 [62.3 kB] Get:24 http://localhost/debian/ unstable/main libssh2-1 amd64 1.4.2-1 [79.0 kB] Get:25 http://localhost/debian/ unstable/main libcurl3 amd64 7.26.0-1 [330 kB] Get:26 http://localhost/debian/ unstable/main libexpat1 amd64 2.1.0-1 [141 kB] Get:27 http://localhost/debian/ unstable/main libunistring0 amd64 0.9.3-5 [434 kB] Get:28 http://localhost/debian/ unstable/main libgettextpo0 amd64 0.18.1.1-9 [145 kB] Get:29 http://localhost/debian/ unstable/main bsdmainutils amd64 9.0.3 [209 kB] Get:30 http://localhost/debian/ unstable/main groff-base amd64 1.21-9 [1153 kB] Get:31 http://localhost/debian/ unstable/main man-db amd64 2.6.2-1 [1061 kB] Get:32 http://localhost/debian/ unstable/main file amd64 5.11-2 [51.8 kB] Get:33 http://localhost/debian/ unstable/main gettext-base amd64 0.18.1.1-9 [154 kB] Get:34 http://localhost/debian/ unstable/main m4 amd64 1.4.16-3 [260 kB] Get:35 http://localhost/debian/ unstable/main autoconf all 2.69-1 [589 kB] Get:36 http://localhost/debian/ unstable/main autotools-dev all 20120608.1 [73.0 kB] Get:37 http://localhost/debian/ unstable/main automake all 1:1.11.5-2 [606 kB] Get:38 http://localhost/debian/ unstable/main html2text amd64 1.3.2a-15 [103 kB] Get:39 http://localhost/debian/ unstable/main gettext amd64 0.18.1.1-9 [1975 kB] Get:40 http://localhost/debian/ unstable/main intltool-debian all 0.35.0+20060710.1 [30.8 kB] Get:41 http://localhost/debian/ unstable/main po-debconf all 1.0.16+nmu2 [224 kB] Get:42 http://localhost/debian/ unstable/main debhelper all 9.20120608 [700 kB] Get:43 http://localhost/debian/ unstable/main libtool amd64 2.4.2-1.1 [619 kB] Get:44 http://localhost/debian/ unstable/main dh-autoreconf all 6 [15.3 kB] Get:45 http://localhost/debian/ unstable/main libafflib0 amd64 3.6.6-1.1 [221 kB] Get:46 http://localhost/debian/ unstable/main libafflib-dev amd64 3.6.6-1.1 [273 kB] Get:47 http://localhost/debian/ unstable/main libewf1 amd64 20100226-1+b1 [198 kB] Get:48 http://localhost/debian/ unstable/main zlib1g-dev amd64 1:1.2.7.dfsg-13 [215 kB] Get:49 http://localhost/debian/ unstable/main libewf-dev amd64 20100226-1+b1 [240 kB] Get:50 http://localhost/debian/ unstable/main libsqlite3-dev amd64 3.7.13-1 [578 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 18.4 MB in 1s (12.2 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 libssl1.0.0:amd64. Unpacking libssl1.0.0:amd64 (from .../libssl1.0.0_1.0.1c-3_amd64.deb) ... Selecting previously unselected package libasprintf0c2:amd64. Unpacking libasprintf0c2:amd64 (from .../libasprintf0c2_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package libgpg-error0:amd64. Unpacking libgpg-error0:amd64 (from .../libgpg-error0_1.10-3_amd64.deb) ... Selecting previously unselected package libgcrypt11:amd64. Unpacking libgcrypt11:amd64 (from .../libgcrypt11_1.5.0-3_amd64.deb) ... Selecting previously unselected package libp11-kit0:amd64. Unpacking libp11-kit0:amd64 (from .../libp11-kit0_0.12-3_amd64.deb) ... Selecting previously unselected package libtasn1-3:amd64. Unpacking libtasn1-3:amd64 (from .../libtasn1-3_2.13-2_amd64.deb) ... Selecting previously unselected package libgnutls26:amd64. Unpacking libgnutls26:amd64 (from .../libgnutls26_2.12.20-1_amd64.deb) ... Selecting previously unselected package libkeyutils1:amd64. Unpacking libkeyutils1:amd64 (from .../libkeyutils1_1.5.5-3_amd64.deb) ... Selecting previously unselected package libkrb5support0:amd64. Unpacking libkrb5support0:amd64 (from .../libkrb5support0_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libk5crypto3:amd64. Unpacking libk5crypto3:amd64 (from .../libk5crypto3_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libkrb5-3:amd64. Unpacking libkrb5-3:amd64 (from .../libkrb5-3_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Unpacking libgssapi-krb5-2:amd64 (from .../libgssapi-krb5-2_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libidn11:amd64. Unpacking libidn11:amd64 (from .../libidn11_1.25-2_amd64.deb) ... Selecting previously unselected package libsasl2-2:amd64. Unpacking libsasl2-2:amd64 (from .../libsasl2-2_2.1.25.dfsg1-4+b1_amd64.deb) ... Selecting previously unselected package libldap-2.4-2:amd64. Unpacking libldap-2.4-2:amd64 (from .../libldap-2.4-2_2.4.31-1_amd64.deb) ... Selecting previously unselected package libmagic1:amd64. Unpacking libmagic1:amd64 (from .../libmagic1_5.11-2_amd64.deb) ... Selecting previously unselected package libpcre3:amd64. Unpacking libpcre3:amd64 (from .../libpcre3_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libsqlite3-0:amd64. Unpacking libsqlite3-0:amd64 (from .../libsqlite3-0_3.7.13-1_amd64.deb) ... Selecting previously unselected package libxml2:amd64. Unpacking libxml2:amd64 (from .../libxml2_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package 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 librtmp0:amd64. Unpacking librtmp0:amd64 (from .../librtmp0_2.4+20111222.git4e06e21-1_amd64.deb) ... Selecting previously unselected package libssh2-1:amd64. Unpacking libssh2-1:amd64 (from .../libssh2-1_1.4.2-1_amd64.deb) ... Selecting previously unselected package libcurl3:amd64. Unpacking libcurl3:amd64 (from .../libcurl3_7.26.0-1_amd64.deb) ... Selecting previously unselected package libexpat1:amd64. Unpacking libexpat1:amd64 (from .../libexpat1_2.1.0-1_amd64.deb) ... Selecting previously unselected package libunistring0:amd64. Unpacking libunistring0:amd64 (from .../libunistring0_0.9.3-5_amd64.deb) ... Selecting previously unselected package libgettextpo0:amd64. Unpacking libgettextpo0:amd64 (from .../libgettextpo0_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package bsdmainutils. Unpacking bsdmainutils (from .../bsdmainutils_9.0.3_amd64.deb) ... Selecting previously unselected package groff-base. Unpacking groff-base (from .../groff-base_1.21-9_amd64.deb) ... Selecting previously unselected package man-db. Unpacking man-db (from .../man-db_2.6.2-1_amd64.deb) ... Selecting previously unselected package file. Unpacking file (from .../archives/file_5.11-2_amd64.deb) ... Selecting previously unselected package gettext-base. Unpacking gettext-base (from .../gettext-base_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package m4. Unpacking m4 (from .../archives/m4_1.4.16-3_amd64.deb) ... Selecting previously unselected package autoconf. Unpacking autoconf (from .../autoconf_2.69-1_all.deb) ... Selecting previously unselected package autotools-dev. Unpacking autotools-dev (from .../autotools-dev_20120608.1_all.deb) ... Selecting previously unselected package automake. Unpacking automake (from .../automake_1%3a1.11.5-2_all.deb) ... Selecting previously unselected package 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 libtool. Unpacking libtool (from .../libtool_2.4.2-1.1_amd64.deb) ... Selecting previously unselected package dh-autoreconf. Unpacking dh-autoreconf (from .../dh-autoreconf_6_all.deb) ... Selecting previously unselected package libafflib0. Unpacking libafflib0 (from .../libafflib0_3.6.6-1.1_amd64.deb) ... Selecting previously unselected package libafflib-dev. Unpacking libafflib-dev (from .../libafflib-dev_3.6.6-1.1_amd64.deb) ... Selecting previously unselected package libewf1. Unpacking libewf1 (from .../libewf1_20100226-1+b1_amd64.deb) ... Selecting previously unselected package zlib1g-dev:amd64. Unpacking zlib1g-dev:amd64 (from .../zlib1g-dev_1%3a1.2.7.dfsg-13_amd64.deb) ... Selecting previously unselected package libewf-dev. Unpacking libewf-dev (from .../libewf-dev_20100226-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 sbuild-build-depends-sleuthkit-dummy. Unpacking sbuild-build-depends-sleuthkit-dummy (from .../sbuild-build-depends-sleuthkit-dummy.deb) ... Setting up libpipeline1:amd64 (1.2.1-1) ... Setting up libssl1.0.0:amd64 (1.0.1c-3) ... Setting up libasprintf0c2:amd64 (0.18.1.1-9) ... Setting up libgpg-error0:amd64 (1.10-3) ... Setting up libgcrypt11:amd64 (1.5.0-3) ... Setting up libp11-kit0:amd64 (0.12-3) ... Setting up libtasn1-3:amd64 (2.13-2) ... Setting up libgnutls26:amd64 (2.12.20-1) ... Setting up libkeyutils1:amd64 (1.5.5-3) ... Setting up libkrb5support0:amd64 (1.10.1+dfsg-1) ... Setting up libk5crypto3:amd64 (1.10.1+dfsg-1) ... Setting up libkrb5-3:amd64 (1.10.1+dfsg-1) ... Setting up libgssapi-krb5-2:amd64 (1.10.1+dfsg-1) ... Setting up libidn11:amd64 (1.25-2) ... Setting up libsasl2-2:amd64 (2.1.25.dfsg1-4+b1) ... Setting up libldap-2.4-2:amd64 (2.4.31-1) ... Setting up libmagic1:amd64 (5.11-2) ... Setting up libpcre3:amd64 (1:8.30-5) ... Setting up libsqlite3-0:amd64 (3.7.13-1) ... Setting up libxml2:amd64 (2.8.0+dfsg1-4) ... Setting up libglib2.0-0:amd64 (2.32.3-1) ... No schema files found: doing nothing. Setting up libcroco3:amd64 (0.6.5-1) ... Setting up librtmp0:amd64 (2.4+20111222.git4e06e21-1) ... Setting up libssh2-1:amd64 (1.4.2-1) ... Setting up libcurl3:amd64 (7.26.0-1) ... Setting up libexpat1:amd64 (2.1.0-1) ... Setting up libunistring0:amd64 (0.9.3-5) ... Setting up libgettextpo0:amd64 (0.18.1.1-9) ... Setting up bsdmainutils (9.0.3) ... update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode Setting up groff-base (1.21-9) ... Setting up man-db (2.6.2-1) ... Building database of manual pages ... Setting up file (5.11-2) ... Setting up gettext-base (0.18.1.1-9) ... Setting up m4 (1.4.16-3) ... Setting up autoconf (2.69-1) ... Setting up autotools-dev (20120608.1) ... Setting up automake (1:1.11.5-2) ... update-alternatives: using /usr/bin/automake-1.11 to provide /usr/bin/automake (automake) in auto mode Setting up 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 libtool (2.4.2-1.1) ... Setting up dh-autoreconf (6) ... Setting up libafflib0 (3.6.6-1.1) ... Setting up libafflib-dev (3.6.6-1.1) ... Setting up libewf1 (20100226-1+b1) ... Setting up zlib1g-dev:amd64 (1:1.2.7.dfsg-13) ... Setting up libewf-dev (20100226-1+b1) ... Setting up libsqlite3-dev (3.7.13-1) ... Setting up sbuild-build-depends-sleuthkit-dummy (0.invalid.0) ... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build environment │ └──────────────────────────────────────────────────────────────────────────────┘ Kernel: Linux 2.6.32-5-xen-amd64 amd64 (x86_64) Toolchain package versions: binutils_2.22-7 dpkg-dev_1.16.7 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc-4.6_4.6.3-8 gcc-4.7_4.7.1-3 libc6-dev_2.13-34 libstdc++6_4.7.1-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 linux-libc-dev_3.2.21-3 Package versions: apt_0.9.7.1 autoconf_2.69-1 automake_1:1.11.5-2 autotools-dev_20120608.1 base-files_6.11 base-passwd_3.5.26 bash_4.2-3 binutils_2.22-7 bsdmainutils_9.0.3 bsdutils_1:2.20.1-5.1 build-essential_11.5 bzip2_1.0.6-3 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 dh-autoreconf_6 diffutils_1:3.2-6 dpkg_1.16.7 dpkg-dev_1.16.7 e2fslibs_1.42.4-3 e2fsprogs_1.42.4-3 fakeroot_1.18.4-2 file_5.11-2 findutils_4.4.2-4 g++_4:4.7.1-1 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc_4:4.7.1-1 gcc-4.4-base_4.4.7-1 gcc-4.5-base_4.5.4-1 gcc-4.6_4.6.3-8 gcc-4.6-base_4.6.3-8 gcc-4.7_4.7.1-3 gcc-4.7-base_4.7.1-3 gettext_0.18.1.1-9 gettext-base_0.18.1.1-9 gnupg_1.4.12-4+b1 gpgv_1.4.12-4+b1 grep_2.12-2 groff-base_1.21-9 gzip_1.5-1.1 hostname_3.11 html2text_1.3.2a-15 initscripts_2.88dsf-28 insserv_1.14.0-4 intltool-debian_0.35.0+20060710.1 libacl1_2.2.51-8 libafflib-dev_3.6.6-1.1 libafflib0_3.6.6-1.1 libapt-pkg4.12_0.9.7.1 libasprintf0c2_0.18.1.1-9 libattr1_1:2.4.46-8 libblkid1_2.20.1-5.1 libbz2-1.0_1.0.6-3 libc-bin_2.13-34 libc-dev-bin_2.13-34 libc6_2.13-34 libc6-dev_2.13-34 libclang-common-dev_3.1-8 libclass-isa-perl_0.36-3 libcomerr2_1.42.4-3 libcroco3_0.6.5-1 libcurl3_7.26.0-1 libdb5.1_5.1.29-5 libdpkg-perl_1.16.7 libewf-dev_20100226-1+b1 libewf1_20100226-1+b1 libexpat1_2.1.0-1 libffi5_3.0.10-3 libfile-fcntllock-perl_0.14-2 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 libgssapi-krb5-2_1.10.1+dfsg-1 libidn11_1.25-2 libitm1_4.7.1-3 libk5crypto3_1.10.1+dfsg-1 libkeyutils1_1.5.5-3 libkrb5-3_1.10.1+dfsg-1 libkrb5support0_1.10.1+dfsg-1 libldap-2.4-2_2.4.31-1 libllvm3.1_3.1-2 liblocale-gettext-perl_1.05-7+b1 liblzma5_5.1.1alpha+20120614-1 libmagic1_5.11-2 libmount1_2.20.1-5.1 libmpc2_0.9-4 libmpfr4_3.1.0-5 libncurses5_5.9-10 libp11-kit0_0.12-3 libpam-modules_1.1.3-7.1 libpam-modules-bin_1.1.3-7.1 libpam-runtime_1.1.3-7.1 libpam0g_1.1.3-7.1 libpcre3_1:8.30-5 libpipeline1_1.2.1-1 libquadmath0_4.7.1-3 libreadline6_6.2-8 librtmp0_2.4+20111222.git4e06e21-1 libsasl2-2_2.1.25.dfsg1-4+b1 libselinux1_2.1.9-5 libsemanage-common_2.1.6-6 libsemanage1_2.1.6-6 libsepol1_2.1.4-3 libslang2_2.2.4-15 libsqlite3-0_3.7.13-1 libsqlite3-dev_3.7.13-1 libss2_1.42.4-3 libssh2-1_1.4.2-1 libssl1.0.0_1.0.1c-3 libstdc++6_4.7.1-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 libtimedate-perl_1.2000-1 libtinfo5_5.9-10 libtool_2.4.2-1.1 libunistring0_0.9.3-5 libusb-0.1-4_2:0.1.12-23 libustr-1.0-1_1.0.4-3 libuuid1_2.20.1-5.1 libxml2_2.8.0+dfsg1-4 linux-libc-dev_3.2.21-3 login_1:4.1.5.1-1 lsb-base_4.1+Debian7 m4_1.4.16-3 make_3.81-8.2 man-db_2.6.2-1 mawk_1.3.3-17 mount_2.20.1-5.1 multiarch-support_2.13-34 ncurses-base_5.9-10 ncurses-bin_5.9-10 passwd_1:4.1.5.1-1 patch_2.6.1-3 perl_5.14.2-12 perl-base_5.14.2-12 perl-modules_5.14.2-12 po-debconf_1.0.16+nmu2 readline-common_6.2-8 sbuild-build-depends-core-dummy_0.invalid.0 sbuild-build-depends-sleuthkit-dummy_0.invalid.0 sed_4.2.1-10 sensible-utils_0.0.7 sysv-rc_2.88dsf-28 sysvinit_2.88dsf-28 sysvinit-utils_2.88dsf-28 tar_1.26-4 tzdata_2012c-1 ucf_3.0025+nmu3 util-linux_2.20.1-5.1 xz-utils_5.1.1alpha+20120614-1 zlib1g_1:1.2.7.dfsg-13 zlib1g-dev_1:1.2.7.dfsg-13 ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build │ └──────────────────────────────────────────────────────────────────────────────┘ Unpack source ───────────── gpgv: keyblock resource `/sbuild-nonexistent/.gnupg/trustedkeys.gpg': file open error gpgv: Signature made Fri Oct 14 17:56:00 2011 UTC using RSA key ID D1C5AB3B gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./sleuthkit_3.2.3-2.dsc dpkg-source: info: extracting sleuthkit in sleuthkit-3.2.3 dpkg-source: info: unpacking sleuthkit_3.2.3.orig.tar.gz dpkg-source: info: unpacking sleuthkit_3.2.3-2.debian.tar.gz dpkg-source: info: applying 10_link-to-sqlite.diff dpkg-source: info: applying 30_fix-manpages.diff dpkg-source: info: applying 40_fix-typo.diff dpkg-source: info: applying 90_fix_ldflags.diff dpkg-source: info: applying 99_no_static_ldflags.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-1a12ae6f-c52f-46b4-aa3b-48b0f2a58bf7 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 sleuthkit dpkg-buildpackage: source version 3.2.3-2 dpkg-buildpackage: source changed by Julien Valroff dpkg-source --before-build sleuthkit-3.2.3 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh clean --with autoreconf dh_testdir dh_auto_clean dh_autoreconf_clean dh_clean dpkg-source -b sleuthkit-3.2.3 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building sleuthkit using existing ./sleuthkit_3.2.3.orig.tar.gz dpkg-source: info: building sleuthkit in sleuthkit_3.2.3-2.debian.tar.gz dpkg-source: info: building sleuthkit in sleuthkit_3.2.3-2.dsc debian/rules build dh build --with autoreconf dh_testdir dh_autoreconf libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'. libtoolize: copying file `config/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. dh_auto_configure 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 build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... none checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) none checking how to run the C preprocessor... gcc -E checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for perl... /usr/bin/perl checking for ANSI C header files... (cached) yes checking for inttypes.h... (cached) yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... yes checking for mode_t... yes checking for off_t... yes checking for size_t... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for working alloca.h... yes checking for alloca... yes checking for error_at_line... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking whether gcc needs -traditional... no checking whether lstat correctly handles trailing slash... yes checking whether lstat accepts an empty string... no checking whether lstat correctly handles trailing slash... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking types of arguments for select... int,fd_set *,struct timeval * checking for utime.h... yes checking whether utime accepts a null argument... yes checking for vprintf... yes checking for _doprnt... no checking afflib/afflib.h usability... yes checking afflib/afflib.h presence... yes checking for afflib/afflib.h... yes checking for af_open in -lafflib... yes checking libewf.h usability... yes checking libewf.h presence... yes checking for libewf.h... yes checking for libewf_open in -lewf... yes checking for library containing pthread_create... none required checking for library containing dlopen... none required configure: creating ./config.status config.status: creating Makefile config.status: creating tsk3/Makefile config.status: creating tsk3/base/Makefile config.status: creating tsk3/img/Makefile config.status: creating tsk3/vs/Makefile config.status: creating tsk3/fs/Makefile config.status: creating tsk3/hashdb/Makefile config.status: creating tsk3/auto/Makefile config.status: creating tools/Makefile config.status: creating tools/imgtools/Makefile config.status: creating tools/vstools/Makefile config.status: creating tools/fstools/Makefile config.status: creating tools/hashtools/Makefile config.status: creating tools/srchtools/Makefile config.status: creating tools/autotools/Makefile config.status: creating tools/sorter/Makefile config.status: creating tools/timeline/Makefile config.status: creating tests/Makefile config.status: creating samples/Makefile config.status: creating man/Makefile config.status: creating tsk3/tsk_config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing tsk3/tsk_incs.h commands dh_auto_build make[1]: Entering directory `/«PKGBUILDDIR»' Making all in tsk3 make[2]: Entering directory `/«PKGBUILDDIR»/tsk3' make all-recursive make[3]: Entering directory `/«PKGBUILDDIR»/tsk3' Making all in base make[4]: Entering directory `/«PKGBUILDDIR»/tsk3/base' /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o md5c.lo md5c.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c md5c.c -fPIC -DPIC -o .libs/md5c.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c md5c.c -o md5c.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o mymalloc.lo mymalloc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c mymalloc.c -fPIC -DPIC -o .libs/mymalloc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c mymalloc.c -o mymalloc.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o sha1c.lo sha1c.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c sha1c.c -fPIC -DPIC -o .libs/sha1c.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c sha1c.c -o sha1c.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o tsk_endian.lo tsk_endian.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c tsk_endian.c -fPIC -DPIC -o .libs/tsk_endian.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c tsk_endian.c -o tsk_endian.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o tsk_error.lo tsk_error.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c tsk_error.c -fPIC -DPIC -o .libs/tsk_error.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c tsk_error.c -o tsk_error.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o tsk_list.lo tsk_list.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c tsk_list.c -fPIC -DPIC -o .libs/tsk_list.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c tsk_list.c -o tsk_list.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o tsk_parse.lo tsk_parse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c tsk_parse.c -fPIC -DPIC -o .libs/tsk_parse.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c tsk_parse.c -o tsk_parse.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o tsk_printf.lo tsk_printf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c tsk_printf.c -fPIC -DPIC -o .libs/tsk_printf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c tsk_printf.c -o tsk_printf.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o tsk_unicode.lo tsk_unicode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c tsk_unicode.c -fPIC -DPIC -o .libs/tsk_unicode.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c tsk_unicode.c -o tsk_unicode.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o tsk_version.lo tsk_version.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c tsk_version.c -fPIC -DPIC -o .libs/tsk_version.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c tsk_version.c -o tsk_version.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o tsk_stack.lo tsk_stack.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c tsk_stack.c -fPIC -DPIC -o .libs/tsk_stack.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c tsk_stack.c -o tsk_stack.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o XGetopt.lo XGetopt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c XGetopt.c -fPIC -DPIC -o .libs/XGetopt.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c XGetopt.c -o XGetopt.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=link gcc -I../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o libtskbase.la md5c.lo mymalloc.lo sha1c.lo tsk_endian.lo tsk_error.lo tsk_list.lo tsk_parse.lo tsk_printf.lo tsk_unicode.lo tsk_version.lo tsk_stack.lo XGetopt.lo -lafflib libtool: link: ar cru .libs/libtskbase.a .libs/md5c.o .libs/mymalloc.o .libs/sha1c.o .libs/tsk_endian.o .libs/tsk_error.o .libs/tsk_list.o .libs/tsk_parse.o .libs/tsk_printf.o .libs/tsk_unicode.o .libs/tsk_version.o .libs/tsk_stack.o .libs/XGetopt.o libtool: link: ranlib .libs/libtskbase.a libtool: link: ( cd ".libs" && rm -f "libtskbase.la" && ln -s "../libtskbase.la" "libtskbase.la" ) make[4]: Leaving directory `/«PKGBUILDDIR»/tsk3/base' Making all in img make[4]: Entering directory `/«PKGBUILDDIR»/tsk3/img' /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o img_open.lo img_open.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c img_open.c -fPIC -DPIC -o .libs/img_open.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c img_open.c -o img_open.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o img_types.lo img_types.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c img_types.c -fPIC -DPIC -o .libs/img_types.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c img_types.c -o img_types.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o raw.lo raw.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c raw.c -fPIC -DPIC -o .libs/raw.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c raw.c -o raw.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o split.lo split.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c split.c -fPIC -DPIC -o .libs/split.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c split.c -o split.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o aff.lo aff.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c aff.c -fPIC -DPIC -o .libs/aff.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c aff.c -o aff.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o ewf.lo ewf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ewf.c -fPIC -DPIC -o .libs/ewf.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ewf.c -o ewf.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o img_io.lo img_io.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c img_io.c -fPIC -DPIC -o .libs/img_io.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c img_io.c -o img_io.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o mult_files.lo mult_files.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c mult_files.c -fPIC -DPIC -o .libs/mult_files.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c mult_files.c -o mult_files.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=link gcc -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o libtskimg.la img_open.lo img_types.lo raw.lo split.lo aff.lo ewf.lo img_io.lo mult_files.lo -lafflib libtool: link: ar cru .libs/libtskimg.a .libs/img_open.o .libs/img_types.o .libs/raw.o .libs/split.o .libs/aff.o .libs/ewf.o .libs/img_io.o .libs/mult_files.o libtool: link: ranlib .libs/libtskimg.a libtool: link: ( cd ".libs" && rm -f "libtskimg.la" && ln -s "../libtskimg.la" "libtskimg.la" ) make[4]: Leaving directory `/«PKGBUILDDIR»/tsk3/img' Making all in vs make[4]: Entering directory `/«PKGBUILDDIR»/tsk3/vs' /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o mm_open.lo mm_open.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c mm_open.c -fPIC -DPIC -o .libs/mm_open.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c mm_open.c -o mm_open.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o mm_part.lo mm_part.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c mm_part.c -fPIC -DPIC -o .libs/mm_part.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c mm_part.c -o mm_part.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o mm_types.lo mm_types.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c mm_types.c -fPIC -DPIC -o .libs/mm_types.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c mm_types.c -o mm_types.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o mm_io.lo mm_io.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c mm_io.c -fPIC -DPIC -o .libs/mm_io.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c mm_io.c -o mm_io.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o bsd.lo bsd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c bsd.c -fPIC -DPIC -o .libs/bsd.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c bsd.c -o bsd.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o dos.lo dos.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c dos.c -fPIC -DPIC -o .libs/dos.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c dos.c -o dos.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o gpt.lo gpt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c gpt.c -fPIC -DPIC -o .libs/gpt.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c gpt.c -o gpt.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o mac.lo mac.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c mac.c -fPIC -DPIC -o .libs/mac.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c mac.c -o mac.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o sun.lo sun.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c sun.c -fPIC -DPIC -o .libs/sun.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c sun.c -o sun.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=link gcc -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o libtskvs.la mm_open.lo mm_part.lo mm_types.lo mm_io.lo bsd.lo dos.lo gpt.lo mac.lo sun.lo -lafflib libtool: link: ar cru .libs/libtskvs.a .libs/mm_open.o .libs/mm_part.o .libs/mm_types.o .libs/mm_io.o .libs/bsd.o .libs/dos.o .libs/gpt.o .libs/mac.o .libs/sun.o libtool: link: ranlib .libs/libtskvs.a libtool: link: ( cd ".libs" && rm -f "libtskvs.la" && ln -s "../libtskvs.la" "libtskvs.la" ) make[4]: Leaving directory `/«PKGBUILDDIR»/tsk3/vs' Making all in fs make[4]: Entering directory `/«PKGBUILDDIR»/tsk3/fs' /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o fs_inode.lo fs_inode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_inode.c -fPIC -DPIC -o .libs/fs_inode.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_inode.c -o fs_inode.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o fs_io.lo fs_io.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_io.c -fPIC -DPIC -o .libs/fs_io.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_io.c -o fs_io.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o fs_block.lo fs_block.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_block.c -fPIC -DPIC -o .libs/fs_block.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_block.c -o fs_block.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o fs_open.lo fs_open.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_open.c -fPIC -DPIC -o .libs/fs_open.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_open.c -o fs_open.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o fs_name.lo fs_name.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_name.c -fPIC -DPIC -o .libs/fs_name.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_name.c -o fs_name.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o fs_dir.lo fs_dir.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_dir.c -fPIC -DPIC -o .libs/fs_dir.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' fs_dir.c:667:14: warning: implicit conversion from enumeration type 'TSK_WALK_RET_ENUM' to different enumeration type 'TSK_RETVAL_ENUM' [-Wconversion] retval = tsk_fs_dir_walk_lcl(a_fs, &dinfo, a_addr, a_flags, ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fs_dir.c:887:20: warning: implicit conversion from enumeration type 'TSK_RETVAL_ENUM' to different enumeration type 'TSK_WALK_RET_ENUM' [-Wconversion] return TSK_ERR; ~~~~~~ ^~~~~~~ 2 warnings generated. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_dir.c -o fs_dir.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o fs_types.lo fs_types.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_types.c -fPIC -DPIC -o .libs/fs_types.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_types.c -o fs_types.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o fs_attr.lo fs_attr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_attr.c -fPIC -DPIC -o .libs/fs_attr.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_attr.c -o fs_attr.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o fs_attrlist.lo fs_attrlist.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_attrlist.c -fPIC -DPIC -o .libs/fs_attrlist.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_attrlist.c -o fs_attrlist.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o fs_load.lo fs_load.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_load.c -fPIC -DPIC -o .libs/fs_load.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_load.c -o fs_load.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o fs_parse.lo fs_parse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_parse.c -fPIC -DPIC -o .libs/fs_parse.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_parse.c -o fs_parse.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o fs_file.lo fs_file.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_file.c -fPIC -DPIC -o .libs/fs_file.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fs_file.c -o fs_file.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o unix_misc.lo unix_misc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c unix_misc.c -fPIC -DPIC -o .libs/unix_misc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c unix_misc.c -o unix_misc.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o nofs_misc.lo nofs_misc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c nofs_misc.c -fPIC -DPIC -o .libs/nofs_misc.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c nofs_misc.c -o nofs_misc.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o ffs.lo ffs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ffs.c -fPIC -DPIC -o .libs/ffs.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' ffs.c:48:17: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (grp_num < 0 || grp_num >= ffs->groups_count) { ~~~~~~~ ^ ~ 1 warning generated. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ffs.c -o ffs.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o ffs_dent.lo ffs_dent.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ffs_dent.c -fPIC -DPIC -o .libs/ffs_dent.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ffs_dent.c -o ffs_dent.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o ext2fs.lo ext2fs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ext2fs.c -fPIC -DPIC -o .libs/ext2fs.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' ext2fs.c:50:17: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (grp_num < 0 || grp_num >= ext2fs->groups_count) { ~~~~~~~ ^ ~ ext2fs.c:1764:29: warning: array index 2 is past the end of the array (which contains 2 elements) [-Warray-bounds] ea_entry->val_off) > fs->block_size) ^~~~~~~~~~~~~~~~~~ ../../tsk3/base/tsk_base_i.h:105:28: note: expanded from macro 'tsk_getu32' (((uint8_t *)(x))[2] << 16) + \ ^ ~ ./tsk_ext2fs.h:284:9: note: array 'val_off' declared here uint8_t val_off[2]; ^ ext2fs.c:1764:29: warning: array index 3 is past the end of the array (which contains 2 elements) [-Warray-bounds] ea_entry->val_off) > fs->block_size) ^~~~~~~~~~~~~~~~~~ ../../tsk3/base/tsk_base_i.h:106:28: note: expanded from macro 'tsk_getu32' (((uint8_t *)(x))[3] << 24) ) \ ^ ~ ./tsk_ext2fs.h:284:9: note: array 'val_off' declared here uint8_t val_off[2]; ^ ext2fs.c:1764:29: warning: array index 3 is past the end of the array (which contains 2 elements) [-Warray-bounds] ea_entry->val_off) > fs->block_size) ^~~~~~~~~~~~~~~~~~ ../../tsk3/base/tsk_base_i.h:108:28: note: expanded from macro 'tsk_getu32' ((((uint8_t *)(x))[3] << 0) + \ ^ ~ ./tsk_ext2fs.h:284:9: note: array 'val_off' declared here uint8_t val_off[2]; ^ ext2fs.c:1764:29: warning: array index 2 is past the end of the array (which contains 2 elements) [-Warray-bounds] ea_entry->val_off) > fs->block_size) ^~~~~~~~~~~~~~~~~~ ../../tsk3/base/tsk_base_i.h:109:28: note: expanded from macro 'tsk_getu32' (((uint8_t *)(x))[2] << 8) + \ ^ ~ ./tsk_ext2fs.h:284:9: note: array 'val_off' declared here uint8_t val_off[2]; ^ 5 warnings generated. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ext2fs.c -o ext2fs.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o ext2fs_dent.lo ext2fs_dent.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ext2fs_dent.c -fPIC -DPIC -o .libs/ext2fs_dent.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ext2fs_dent.c -o ext2fs_dent.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o ext2fs_journal.lo ext2fs_journal.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ext2fs_journal.c -fPIC -DPIC -o .libs/ext2fs_journal.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' ext2fs_journal.c:515:29: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] for (i = end - 1; i >= 0; i--) { ~ ^ ~ 1 warning generated. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ext2fs_journal.c -o ext2fs_journal.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o fatfs.lo fatfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fatfs.c -fPIC -DPIC -o .libs/fatfs.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' fatfs.c:896:36: warning: array index 2 is past the end of the array (which contains 2 elements) [-Warray-bounds] tsk_getu32(fs->endian, sb->a.f32.bs_backup)); ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ ../../tsk3/base/tsk_base_i.h:105:28: note: expanded from macro 'tsk_getu32' (((uint8_t *)(x))[2] << 16) + \ ^ ~ ./tsk_fatfs.h:143:17: note: array 'bs_backup' declared here uint8_t bs_backup[2]; /* sector of backup of boot sector */ ^ fatfs.c:896:36: warning: array index 3 is past the end of the array (which contains 2 elements) [-Warray-bounds] tsk_getu32(fs->endian, sb->a.f32.bs_backup)); ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ ../../tsk3/base/tsk_base_i.h:106:28: note: expanded from macro 'tsk_getu32' (((uint8_t *)(x))[3] << 24) ) \ ^ ~ ./tsk_fatfs.h:143:17: note: array 'bs_backup' declared here uint8_t bs_backup[2]; /* sector of backup of boot sector */ ^ fatfs.c:896:36: warning: array index 3 is past the end of the array (which contains 2 elements) [-Warray-bounds] tsk_getu32(fs->endian, sb->a.f32.bs_backup)); ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ ../../tsk3/base/tsk_base_i.h:108:28: note: expanded from macro 'tsk_getu32' ((((uint8_t *)(x))[3] << 0) + \ ^ ~ ./tsk_fatfs.h:143:17: note: array 'bs_backup' declared here uint8_t bs_backup[2]; /* sector of backup of boot sector */ ^ fatfs.c:896:36: warning: array index 2 is past the end of the array (which contains 2 elements) [-Warray-bounds] tsk_getu32(fs->endian, sb->a.f32.bs_backup)); ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ ../../tsk3/base/tsk_base_i.h:109:28: note: expanded from macro 'tsk_getu32' (((uint8_t *)(x))[2] << 8) + \ ^ ~ ./tsk_fatfs.h:143:17: note: array 'bs_backup' declared here uint8_t bs_backup[2]; /* sector of backup of boot sector */ ^ 4 warnings generated. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fatfs.c -o fatfs.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o fatfs_meta.lo fatfs_meta.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fatfs_meta.c -fPIC -DPIC -o .libs/fatfs_meta.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fatfs_meta.c -o fatfs_meta.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o fatfs_dent.lo fatfs_dent.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fatfs_dent.c -fPIC -DPIC -o .libs/fatfs_dent.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fatfs_dent.c -o fatfs_dent.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o ntfs.lo ntfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ntfs.c -fPIC -DPIC -o .libs/ntfs.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ntfs.c -o ntfs.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o ntfs_dent.lo ntfs_dent.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ntfs_dent.c -fPIC -DPIC -o .libs/ntfs_dent.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ntfs_dent.c -o ntfs_dent.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o swapfs.lo swapfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c swapfs.c -fPIC -DPIC -o .libs/swapfs.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c swapfs.c -o swapfs.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o rawfs.lo rawfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c rawfs.c -fPIC -DPIC -o .libs/rawfs.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c rawfs.c -o rawfs.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o iso9660.lo iso9660.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c iso9660.c -fPIC -DPIC -o .libs/iso9660.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c iso9660.c -o iso9660.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o iso9660_dent.lo iso9660_dent.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c iso9660_dent.c -fPIC -DPIC -o .libs/iso9660_dent.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c iso9660_dent.c -o iso9660_dent.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o hfs.lo hfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c hfs.c -fPIC -DPIC -o .libs/hfs.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' hfs.c:949:17: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if (cnt >= 0) { ~~~ ^ ~ hfs.c:982:17: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if (cnt >= 0) { ~~~ ^ ~ hfs.c:1015:17: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if (cnt >= 0) { ~~~ ^ ~ hfs.c:1030:21: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if (cnt >= 0) { ~~~ ^ ~ hfs.c:1045:21: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if (cnt >= 0) { ~~~ ^ ~ 5 warnings generated. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c hfs.c -o hfs.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o hfs_dent.lo hfs_dent.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c hfs_dent.c -fPIC -DPIC -o .libs/hfs_dent.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c hfs_dent.c -o hfs_dent.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o hfs_journal.lo hfs_journal.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c hfs_journal.c -fPIC -DPIC -o .libs/hfs_journal.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c hfs_journal.c -o hfs_journal.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o hfs_unicompare.lo hfs_unicompare.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c hfs_unicompare.c -fPIC -DPIC -o .libs/hfs_unicompare.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c hfs_unicompare.c -o hfs_unicompare.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o dcalc_lib.lo dcalc_lib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c dcalc_lib.c -fPIC -DPIC -o .libs/dcalc_lib.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c dcalc_lib.c -o dcalc_lib.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o dcat_lib.lo dcat_lib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c dcat_lib.c -fPIC -DPIC -o .libs/dcat_lib.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c dcat_lib.c -o dcat_lib.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o dls_lib.lo dls_lib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c dls_lib.c -fPIC -DPIC -o .libs/dls_lib.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' dls_lib.c:229:50: warning: implicit conversion from enumeration type 'TSK_FS_BLOCK_FLAG_ENUM' (aka 'enum TSK_FS_BLOCK_FLAG_ENUM') to different enumeration type 'TSK_FS_BLOCK_WALK_FLAG_ENUM' (aka 'enum TSK_FS_BLOCK_WALK_FLAG_ENUM') [-Wconversion] if (tsk_fs_block_walk(fs, bstart, blast, a_block_flags, print_list, ~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~ dls_lib.c:244:50: warning: implicit conversion from enumeration type 'TSK_FS_BLOCK_FLAG_ENUM' (aka 'enum TSK_FS_BLOCK_FLAG_ENUM') to different enumeration type 'TSK_FS_BLOCK_WALK_FLAG_ENUM' (aka 'enum TSK_FS_BLOCK_WALK_FLAG_ENUM') [-Wconversion] if (tsk_fs_block_walk(fs, bstart, blast, a_block_flags, ~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~ 2 warnings generated. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c dls_lib.c -o dls_lib.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o dstat_lib.lo dstat_lib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c dstat_lib.c -fPIC -DPIC -o .libs/dstat_lib.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' dstat_lib.c:68:46: warning: implicit conversion from enumeration type 'TSK_FS_BLOCK_FLAG_ENUM' (aka 'enum TSK_FS_BLOCK_FLAG_ENUM') to different enumeration type 'TSK_FS_BLOCK_WALK_FLAG_ENUM' (aka 'enum TSK_FS_BLOCK_WALK_FLAG_ENUM') [-Wconversion] return tsk_fs_block_walk(fs, addr, addr, flags, blkstat_act, NULL); ~~~~~~~~~~~~~~~~~ ^~~~~ 1 warning generated. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c dstat_lib.c -o dstat_lib.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o ffind_lib.lo ffind_lib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ffind_lib.c -fPIC -DPIC -o .libs/ffind_lib.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ffind_lib.c -o ffind_lib.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o fls_lib.lo fls_lib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fls_lib.c -fPIC -DPIC -o .libs/fls_lib.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c fls_lib.c -o fls_lib.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o icat_lib.lo icat_lib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c icat_lib.c -fPIC -DPIC -o .libs/icat_lib.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c icat_lib.c -o icat_lib.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o ifind_lib.lo ifind_lib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ifind_lib.c -fPIC -DPIC -o .libs/ifind_lib.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ifind_lib.c -o ifind_lib.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o ils_lib.lo ils_lib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ils_lib.c -fPIC -DPIC -o .libs/ils_lib.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c ils_lib.c -o ils_lib.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=link gcc -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o libtskfs.la fs_inode.lo fs_io.lo fs_block.lo fs_open.lo fs_name.lo fs_dir.lo fs_types.lo fs_attr.lo fs_attrlist.lo fs_load.lo fs_parse.lo fs_file.lo unix_misc.lo nofs_misc.lo ffs.lo ffs_dent.lo ext2fs.lo ext2fs_dent.lo ext2fs_journal.lo fatfs.lo fatfs_meta.lo fatfs_dent.lo ntfs.lo ntfs_dent.lo swapfs.lo rawfs.lo iso9660.lo iso9660_dent.lo hfs.lo hfs_dent.lo hfs_journal.lo hfs_unicompare.lo dcalc_lib.lo dcat_lib.lo dls_lib.lo dstat_lib.lo ffind_lib.lo fls_lib.lo icat_lib.lo ifind_lib.lo ils_lib.lo -lafflib libtool: link: ar cru .libs/libtskfs.a .libs/fs_inode.o .libs/fs_io.o .libs/fs_block.o .libs/fs_open.o .libs/fs_name.o .libs/fs_dir.o .libs/fs_types.o .libs/fs_attr.o .libs/fs_attrlist.o .libs/fs_load.o .libs/fs_parse.o .libs/fs_file.o .libs/unix_misc.o .libs/nofs_misc.o .libs/ffs.o .libs/ffs_dent.o .libs/ext2fs.o .libs/ext2fs_dent.o .libs/ext2fs_journal.o .libs/fatfs.o .libs/fatfs_meta.o .libs/fatfs_dent.o .libs/ntfs.o .libs/ntfs_dent.o .libs/swapfs.o .libs/rawfs.o .libs/iso9660.o .libs/iso9660_dent.o .libs/hfs.o .libs/hfs_dent.o .libs/hfs_journal.o .libs/hfs_unicompare.o .libs/dcalc_lib.o .libs/dcat_lib.o .libs/dls_lib.o .libs/dstat_lib.o .libs/ffind_lib.o .libs/fls_lib.o .libs/icat_lib.o .libs/ifind_lib.o .libs/ils_lib.o libtool: link: ranlib .libs/libtskfs.a libtool: link: ( cd ".libs" && rm -f "libtskfs.la" && ln -s "../libtskfs.la" "libtskfs.la" ) make[4]: Leaving directory `/«PKGBUILDDIR»/tsk3/fs' Making all in hashdb make[4]: Entering directory `/«PKGBUILDDIR»/tsk3/hashdb' /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o tm_lookup.lo tm_lookup.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c tm_lookup.c -fPIC -DPIC -o .libs/tm_lookup.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' tm_lookup.c:648:83: warning: invalid conversion specifier 'Z' [-Wformat-invalid-specifier] "hdb_lookup: Hash passed is different size than expected (%d vs %Zd)", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/include/x86_64-linux-gnu/bits/stdio2.h:71:8: note: expanded from macro 'snprintf' __VA_ARGS__) ^ 1 warning generated. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c tm_lookup.c -o tm_lookup.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o md5sum_index.lo md5sum_index.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c md5sum_index.c -fPIC -DPIC -o .libs/md5sum_index.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c md5sum_index.c -o md5sum_index.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o nsrl_index.lo nsrl_index.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c nsrl_index.c -fPIC -DPIC -o .libs/nsrl_index.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c nsrl_index.c -o nsrl_index.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o hk_index.lo hk_index.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c hk_index.c -fPIC -DPIC -o .libs/hk_index.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c hk_index.c -o hk_index.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c -o idxonly_index.lo idxonly_index.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c idxonly_index.c -fPIC -DPIC -o .libs/idxonly_index.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -D_FORTIFY_SOURCE=2 -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c idxonly_index.c -o idxonly_index.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=link gcc -I../.. -I./../.. -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o libtskhashdb.la tm_lookup.lo md5sum_index.lo nsrl_index.lo hk_index.lo idxonly_index.lo -lafflib libtool: link: ar cru .libs/libtskhashdb.a .libs/tm_lookup.o .libs/md5sum_index.o .libs/nsrl_index.o .libs/hk_index.o .libs/idxonly_index.o libtool: link: ranlib .libs/libtskhashdb.a libtool: link: ( cd ".libs" && rm -f "libtskhashdb.la" && ln -s "../libtskhashdb.la" "libtskhashdb.la" ) make[4]: Leaving directory `/«PKGBUILDDIR»/tsk3/hashdb' Making all in auto make[4]: Entering directory `/«PKGBUILDDIR»/tsk3/auto' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o auto.lo auto.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c auto.cpp -fPIC -DPIC -o .libs/auto.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from auto.cpp:16: In file included from ./tsk_auto_i.h:29: ./tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ./tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c auto.cpp -o auto.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o auto_db.lo auto_db.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c auto_db.cpp -fPIC -DPIC -o .libs/auto_db.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from auto_db.cpp:16: In file included from ./tsk_auto_i.h:29: ./tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ./tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c auto_db.cpp -o auto_db.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o libtskauto.la auto.lo auto_db.lo -lafflib libtool: link: ar cru .libs/libtskauto.a .libs/auto.o .libs/auto_db.o libtool: link: ranlib .libs/libtskauto.a libtool: link: ( cd ".libs" && rm -f "libtskauto.la" && ln -s "../libtskauto.la" "libtskauto.la" ) make[4]: Leaving directory `/«PKGBUILDDIR»/tsk3/auto' make[4]: Entering directory `/«PKGBUILDDIR»/tsk3' /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -version-info 7:0:4 -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o libtsk3.la -rpath /usr/lib base/libtskbase.la img/libtskimg.la vs/libtskvs.la fs/libtskfs.la hashdb/libtskhashdb.la auto/libtskauto.la -lewf -lafflib libtool: link: gcc -shared -fPIC -DPIC -Wl,--whole-archive base/.libs/libtskbase.a img/.libs/libtskimg.a vs/.libs/libtskvs.a fs/.libs/libtskfs.a hashdb/.libs/libtskhashdb.a auto/.libs/libtskauto.a -Wl,--no-whole-archive -L/usr/local/lib /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ /usr/lib/libewf.so /usr/lib/libafflib.so -O2 -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-soname -Wl,libtsk3.so.3 -o .libs/libtsk3.so.3.4.0 libtool: link: (cd ".libs" && rm -f "libtsk3.so.3" && ln -s "libtsk3.so.3.4.0" "libtsk3.so.3") libtool: link: (cd ".libs" && rm -f "libtsk3.so" && ln -s "libtsk3.so.3.4.0" "libtsk3.so") libtool: link: (cd .libs/libtsk3.lax/libtskbase.a && ar x "/«PKGBUILDDIR»/tsk3/base/.libs/libtskbase.a") libtool: link: (cd .libs/libtsk3.lax/libtskimg.a && ar x "/«PKGBUILDDIR»/tsk3/img/.libs/libtskimg.a") libtool: link: (cd .libs/libtsk3.lax/libtskvs.a && ar x "/«PKGBUILDDIR»/tsk3/vs/.libs/libtskvs.a") libtool: link: (cd .libs/libtsk3.lax/libtskfs.a && ar x "/«PKGBUILDDIR»/tsk3/fs/.libs/libtskfs.a") libtool: link: (cd .libs/libtsk3.lax/libtskhashdb.a && ar x "/«PKGBUILDDIR»/tsk3/hashdb/.libs/libtskhashdb.a") libtool: link: (cd .libs/libtsk3.lax/libtskauto.a && ar x "/«PKGBUILDDIR»/tsk3/auto/.libs/libtskauto.a") libtool: link: ar cru .libs/libtsk3.a .libs/libtsk3.lax/libtskbase.a/XGetopt.o .libs/libtsk3.lax/libtskbase.a/md5c.o .libs/libtsk3.lax/libtskbase.a/mymalloc.o .libs/libtsk3.lax/libtskbase.a/sha1c.o .libs/libtsk3.lax/libtskbase.a/tsk_endian.o .libs/libtsk3.lax/libtskbase.a/tsk_error.o .libs/libtsk3.lax/libtskbase.a/tsk_list.o .libs/libtsk3.lax/libtskbase.a/tsk_parse.o .libs/libtsk3.lax/libtskbase.a/tsk_printf.o .libs/libtsk3.lax/libtskbase.a/tsk_stack.o .libs/libtsk3.lax/libtskbase.a/tsk_unicode.o .libs/libtsk3.lax/libtskbase.a/tsk_version.o .libs/libtsk3.lax/libtskimg.a/aff.o .libs/libtsk3.lax/libtskimg.a/ewf.o .libs/libtsk3.lax/libtskimg.a/img_io.o .libs/libtsk3.lax/libtskimg.a/img_open.o .libs/libtsk3.lax/libtskimg.a/img_types.o .libs/libtsk3.lax/libtskimg.a/mult_files.o .libs/libtsk3.lax/libtskimg.a/raw.o .libs/libtsk3.lax/libtskimg.a/split.o .libs/libtsk3.lax/libtskvs.a/bsd.o .libs/libtsk3.lax/libtskvs.a/dos.o .libs/libtsk3.lax/libtskvs.a/gpt.o .libs/libtsk3.lax/libtskvs.a/mac.o .libs/libtsk3.lax/libtskvs.a/mm_io.o .libs/libtsk3.lax/libtskvs.a/mm_open.o .libs/libtsk3.lax/libtskvs.a/mm_part.o .libs/libtsk3.lax/libtskvs.a/mm_types.o .libs/libtsk3.lax/libtskvs.a/sun.o .libs/libtsk3.lax/libtskfs.a/dcalc_lib.o .libs/libtsk3.lax/libtskfs.a/dcat_lib.o .libs/libtsk3.lax/libtskfs.a/dls_lib.o .libs/libtsk3.lax/libtskfs.a/dstat_lib.o .libs/libtsk3.lax/libtskfs.a/ext2fs.o .libs/libtsk3.lax/libtskfs.a/ext2fs_dent.o .libs/libtsk3.lax/libtskfs.a/ext2fs_journal.o .libs/libtsk3.lax/libtskfs.a/fatfs.o .libs/libtsk3.lax/libtskfs.a/fatfs_dent.o .libs/libtsk3.lax/libtskfs.a/fatfs_meta.o .libs/libtsk3.lax/libtskfs.a/ffind_lib.o .libs/libtsk3.lax/libtskfs.a/ffs.o .libs/libtsk3.lax/libtskfs.a/ffs_dent.o .libs/libtsk3.lax/libtskfs.a/fls_lib.o .libs/libtsk3.lax/libtskfs.a/fs_attr.o .libs/libtsk3.lax/libtskfs.a/fs_attrlist.o .libs/libtsk3.lax/libtskfs.a/fs_block.o .libs/libtsk3.lax/libtskfs.a/fs_dir.o .libs/libtsk3.lax/libtskfs.a/fs_file.o .libs/libtsk3.lax/libtskfs.a/fs_inode.o .libs/libtsk3.lax/libtskfs.a/fs_io.o .libs/libtsk3.lax/libtskfs.a/fs_load.o .libs/libtsk3.lax/libtskfs.a/fs_name.o .libs/libtsk3.lax/libtskfs.a/fs_open.o .libs/libtsk3.lax/libtskfs.a/fs_parse.o .libs/libtsk3.lax/libtskfs.a/fs_types.o .libs/libtsk3.lax/libtskfs.a/hfs.o .libs/libtsk3.lax/libtskfs.a/hfs_dent.o .libs/libtsk3.lax/libtskfs.a/hfs_journal.o .libs/libtsk3.lax/libtskfs.a/hfs_unicompare.o .libs/libtsk3.lax/libtskfs.a/icat_lib.o .libs/libtsk3.lax/libtskfs.a/ifind_lib.o .libs/libtsk3.lax/libtskfs.a/ils_lib.o .libs/libtsk3.lax/libtskfs.a/iso9660.o .libs/libtsk3.lax/libtskfs.a/iso9660_dent.o .libs/libtsk3.lax/libtskfs.a/nofs_misc.o .libs/libtsk3.lax/libtskfs.a/ntfs.o .libs/libtsk3.lax/libtskfs.a/ntfs_dent.o .libs/libtsk3.lax/libtskfs.a/rawfs.o .libs/libtsk3.lax/libtskfs.a/swapfs.o .libs/libtsk3.lax/libtskfs.a/unix_misc.o .libs/libtsk3.lax/libtskhashdb.a/hk_index.o .libs/libtsk3.lax/libtskhashdb.a/idxonly_index.o .libs/libtsk3.lax/libtskhashdb.a/md5sum_index.o .libs/libtsk3.lax/libtskhashdb.a/nsrl_index.o .libs/libtsk3.lax/libtskhashdb.a/tm_lookup.o .libs/libtsk3.lax/libtskauto.a/auto.o .libs/libtsk3.lax/libtskauto.a/auto_db.o libtool: link: ranlib .libs/libtsk3.a libtool: link: rm -fr .libs/libtsk3.lax libtool: link: ( cd ".libs" && rm -f "libtsk3.la" && ln -s "../libtsk3.la" "libtsk3.la" ) make[4]: Leaving directory `/«PKGBUILDDIR»/tsk3' make[3]: Leaving directory `/«PKGBUILDDIR»/tsk3' make[2]: Leaving directory `/«PKGBUILDDIR»/tsk3' Making all in tools make[2]: Entering directory `/«PKGBUILDDIR»/tools' Making all in imgtools make[3]: Entering directory `/«PKGBUILDDIR»/tools/imgtools' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o img_cat.o img_cat.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from img_cat.cpp:10: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o img_cat img_cat.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/img_cat img_cat.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o img_stat.o img_stat.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from img_stat.cpp:11: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o img_stat img_stat.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/img_stat img_stat.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' make[3]: Leaving directory `/«PKGBUILDDIR»/tools/imgtools' Making all in vstools make[3]: Entering directory `/«PKGBUILDDIR»/tools/vstools' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o mmls.o mmls.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from mmls.cpp:12: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o mmls mmls.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/mmls mmls.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o mmstat.o mmstat.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from mmstat.cpp:13: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o mmstat mmstat.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/mmstat mmstat.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o mmcat.o mmcat.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from mmcat.cpp:12: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o mmcat mmcat.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/mmcat mmcat.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' make[3]: Leaving directory `/«PKGBUILDDIR»/tools/vstools' Making all in fstools make[3]: Entering directory `/«PKGBUILDDIR»/tools/fstools' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o blkcalc.o blkcalc.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from blkcalc.cpp:24: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o blkcalc blkcalc.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/blkcalc blkcalc.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o blkcat.o blkcat.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from blkcat.cpp:22: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o blkcat blkcat.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/blkcat blkcat.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o blkls.o blkls.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from blkls.cpp:26: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o blkls blkls.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/blkls blkls.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o blkstat.o blkstat.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from blkstat.cpp:17: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o blkstat blkstat.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/blkstat blkstat.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o ffind.o ffind.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from ffind.cpp:21: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o ffind ffind.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/ffind ffind.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o fls.o fls.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from fls.cpp:22: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o fls fls.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/fls fls.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o fsstat.o fsstat.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from fsstat.cpp:15: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o fsstat fsstat.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/fsstat fsstat.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o icat.o icat.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from icat.cpp:24: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o icat icat.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/icat icat.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o ifind.o ifind.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from ifind.cpp:22: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o ifind ifind.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/ifind ifind.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o ils.o ils.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from ils.cpp:26: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o ils ils.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/ils ils.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o istat.o istat.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from istat.cpp:21: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o istat istat.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/istat istat.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o jcat.o jcat.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from jcat.cpp:12: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o jcat jcat.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/jcat jcat.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o jls.o jls.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from jls.cpp:12: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o jls jls.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/jls jls.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' make[3]: Leaving directory `/«PKGBUILDDIR»/tools/fstools' Making all in hashtools make[3]: Entering directory `/«PKGBUILDDIR»/tools/hashtools' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o hfind.o hfind.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from hfind.cpp:15: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o hfind hfind.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/hfind hfind.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' make[3]: Leaving directory `/«PKGBUILDDIR»/tools/hashtools' Making all in srchtools make[3]: Entering directory `/«PKGBUILDDIR»/tools/srchtools' gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -c srch_strings.c clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o srch_strings srch_strings.o -lafflib libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/local/include -Wl,-z -Wl,relro -Wl,--as-needed -o srch_strings srch_strings.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o sigfind.o sigfind.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from sigfind.cpp:12: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o sigfind sigfind.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/sigfind sigfind.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' make[3]: Leaving directory `/«PKGBUILDDIR»/tools/srchtools' Making all in sorter make[3]: Entering directory `/«PKGBUILDDIR»/tools/sorter' make[3]: Leaving directory `/«PKGBUILDDIR»/tools/sorter' Making all in timeline make[3]: Entering directory `/«PKGBUILDDIR»/tools/timeline' make[3]: Leaving directory `/«PKGBUILDDIR»/tools/timeline' Making all in autotools make[3]: Entering directory `/«PKGBUILDDIR»/tools/autotools' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o tsk_recover.o tsk_recover.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from tsk_recover.cpp:12: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o tsk_recover tsk_recover.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/tsk_recover tsk_recover.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o tsk_loaddb.o tsk_loaddb.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from tsk_loaddb.cpp:12: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o tsk_loaddb tsk_loaddb.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/tsk_loaddb tsk_loaddb.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o tsk_comparedir.o tsk_comparedir.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from tsk_comparedir.cpp:12: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o tsk_comparedir tsk_comparedir.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/tsk_comparedir tsk_comparedir.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -I./../.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o tsk_gettimes.o tsk_gettimes.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from tsk_gettimes.cpp:12: In file included from ../../tsk3/tsk_tools_i.h:13: ../../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -lsqlite3 -lsupc++ -Wl,--as-needed -L/usr/local/lib -o tsk_gettimes tsk_gettimes.o ../../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o .libs/tsk_gettimes tsk_gettimes.o /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ -L/usr/local/lib ../../tsk3/.libs/libtsk3.so /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' make[3]: Leaving directory `/«PKGBUILDDIR»/tools/autotools' make[3]: Entering directory `/«PKGBUILDDIR»/tools' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/«PKGBUILDDIR»/tools' make[2]: Leaving directory `/«PKGBUILDDIR»/tools' Making all in tests make[2]: Entering directory `/«PKGBUILDDIR»/tests' g++ -DHAVE_CONFIG_H -I. -I../tsk3 -I.. -I./.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o read_apis.o read_apis.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from read_apis.cpp:20: In file included from ../tsk3/tsk_tools_i.h:13: ../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -static -o read_apis read_apis.o ../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -o read_apis read_apis.o ../tsk3/.libs/libtsk3.a -L/usr/local/lib /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ /usr/lib/libewf.so -lz /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../tsk3 -I.. -I./.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o fs_fname_apis.o fs_fname_apis.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from fs_fname_apis.cpp:19: In file included from ../tsk3/tsk_tools_i.h:13: ../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -static -o fs_fname_apis fs_fname_apis.o ../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -o fs_fname_apis fs_fname_apis.o ../tsk3/.libs/libtsk3.a -L/usr/local/lib /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ /usr/lib/libewf.so -lz /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../tsk3 -I.. -I./.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o fs_attrlist_apis.o fs_attrlist_apis.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from fs_attrlist_apis.cpp:14: In file included from ../tsk3/tsk_tools_i.h:13: ../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -static -o fs_attrlist_apis fs_attrlist_apis.o ../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -o fs_attrlist_apis fs_attrlist_apis.o ../tsk3/.libs/libtsk3.a -L/usr/local/lib /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ /usr/lib/libewf.so -lz /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' make[2]: Leaving directory `/«PKGBUILDDIR»/tests' Making all in samples make[2]: Entering directory `/«PKGBUILDDIR»/samples' g++ -DHAVE_CONFIG_H -I. -I../tsk3 -I.. -I./.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o posix-style.o posix-style.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from posix-style.cpp:41: In file included from ../tsk3/libtsk.h:9: ../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -static -o posix_style posix-style.o ../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -o posix_style posix-style.o ../tsk3/.libs/libtsk3.a -L/usr/local/lib /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ /usr/lib/libewf.so -lz /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' g++ -DHAVE_CONFIG_H -I. -I../tsk3 -I.. -I./.. -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o callback-style.o callback-style.cpp clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' In file included from callback-style.cpp:41: In file included from ../tsk3/libtsk.h:9: ../tsk3/auto/tsk_auto.h:198:13: warning: 'TskAutoDb::openImage' hides overloaded virtual function [-Woverloaded-virtual] uint8_t openImage(int, const TSK_TCHAR * const images[], ^ ../tsk3/auto/tsk_auto.h:64:21: note: hidden overloaded virtual function 'TskAuto::openImage' declared here virtual uint8_t openImage(TSK_IMG_INFO *); ^ 1 warning generated. /bin/bash ../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -static -o callback_style callback-style.o ../tsk3/libtsk3.la -lafflib libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -o callback_style callback-style.o ../tsk3/.libs/libtsk3.a -L/usr/local/lib /usr/lib/x86_64-linux-gnu/libsqlite3.so -lsupc++ /usr/lib/libewf.so -lz /usr/lib/libafflib.so clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' make[2]: Leaving directory `/«PKGBUILDDIR»/samples' Making all in man make[2]: Entering directory `/«PKGBUILDDIR»/man' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/man' make[2]: Entering directory `/«PKGBUILDDIR»' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/«PKGBUILDDIR»' make[1]: Leaving directory `/«PKGBUILDDIR»' dh_auto_test make[1]: Entering directory `/«PKGBUILDDIR»' Making check in tsk3 make[2]: Entering directory `/«PKGBUILDDIR»/tsk3' Making check in base make[3]: Entering directory `/«PKGBUILDDIR»/tsk3/base' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/tsk3/base' Making check in img make[3]: Entering directory `/«PKGBUILDDIR»/tsk3/img' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/tsk3/img' Making check in vs make[3]: Entering directory `/«PKGBUILDDIR»/tsk3/vs' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/tsk3/vs' Making check in fs make[3]: Entering directory `/«PKGBUILDDIR»/tsk3/fs' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/tsk3/fs' Making check in hashdb make[3]: Entering directory `/«PKGBUILDDIR»/tsk3/hashdb' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/tsk3/hashdb' Making check in auto make[3]: Entering directory `/«PKGBUILDDIR»/tsk3/auto' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/tsk3/auto' make[3]: Entering directory `/«PKGBUILDDIR»/tsk3' make[3]: Leaving directory `/«PKGBUILDDIR»/tsk3' make[2]: Leaving directory `/«PKGBUILDDIR»/tsk3' Making check in tools make[2]: Entering directory `/«PKGBUILDDIR»/tools' Making check in imgtools make[3]: Entering directory `/«PKGBUILDDIR»/tools/imgtools' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/tools/imgtools' Making check in vstools make[3]: Entering directory `/«PKGBUILDDIR»/tools/vstools' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/tools/vstools' Making check in fstools make[3]: Entering directory `/«PKGBUILDDIR»/tools/fstools' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/tools/fstools' Making check in hashtools make[3]: Entering directory `/«PKGBUILDDIR»/tools/hashtools' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/tools/hashtools' Making check in srchtools make[3]: Entering directory `/«PKGBUILDDIR»/tools/srchtools' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/tools/srchtools' Making check in sorter make[3]: Entering directory `/«PKGBUILDDIR»/tools/sorter' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/tools/sorter' Making check in timeline make[3]: Entering directory `/«PKGBUILDDIR»/tools/timeline' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/tools/timeline' Making check in autotools make[3]: Entering directory `/«PKGBUILDDIR»/tools/autotools' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/tools/autotools' make[3]: Entering directory `/«PKGBUILDDIR»/tools' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/«PKGBUILDDIR»/tools' make[2]: Leaving directory `/«PKGBUILDDIR»/tools' Making check in tests make[2]: Entering directory `/«PKGBUILDDIR»/tests' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/«PKGBUILDDIR»/tests' Making check in samples make[2]: Entering directory `/«PKGBUILDDIR»/samples' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/«PKGBUILDDIR»/samples' Making check in man make[2]: Entering directory `/«PKGBUILDDIR»/man' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/«PKGBUILDDIR»/man' make[2]: Entering directory `/«PKGBUILDDIR»' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/«PKGBUILDDIR»' make[1]: Leaving directory `/«PKGBUILDDIR»' fakeroot debian/rules binary dh binary --with autoreconf dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory `/«PKGBUILDDIR»' dh_auto_install make[2]: Entering directory `/«PKGBUILDDIR»' Making install in tsk3 make[3]: Entering directory `/«PKGBUILDDIR»/tsk3' Making install in base make[4]: Entering directory `/«PKGBUILDDIR»/tsk3/base' make[5]: Entering directory `/«PKGBUILDDIR»/tsk3/base' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/«PKGBUILDDIR»/tsk3/base' make[4]: Leaving directory `/«PKGBUILDDIR»/tsk3/base' Making install in img make[4]: Entering directory `/«PKGBUILDDIR»/tsk3/img' make[5]: Entering directory `/«PKGBUILDDIR»/tsk3/img' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/«PKGBUILDDIR»/tsk3/img' make[4]: Leaving directory `/«PKGBUILDDIR»/tsk3/img' Making install in vs make[4]: Entering directory `/«PKGBUILDDIR»/tsk3/vs' make[5]: Entering directory `/«PKGBUILDDIR»/tsk3/vs' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/«PKGBUILDDIR»/tsk3/vs' make[4]: Leaving directory `/«PKGBUILDDIR»/tsk3/vs' Making install in fs make[4]: Entering directory `/«PKGBUILDDIR»/tsk3/fs' make[5]: Entering directory `/«PKGBUILDDIR»/tsk3/fs' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/«PKGBUILDDIR»/tsk3/fs' make[4]: Leaving directory `/«PKGBUILDDIR»/tsk3/fs' Making install in hashdb make[4]: Entering directory `/«PKGBUILDDIR»/tsk3/hashdb' make[5]: Entering directory `/«PKGBUILDDIR»/tsk3/hashdb' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/«PKGBUILDDIR»/tsk3/hashdb' make[4]: Leaving directory `/«PKGBUILDDIR»/tsk3/hashdb' Making install in auto make[4]: Entering directory `/«PKGBUILDDIR»/tsk3/auto' make[5]: Entering directory `/«PKGBUILDDIR»/tsk3/auto' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/«PKGBUILDDIR»/tsk3/auto' make[4]: Leaving directory `/«PKGBUILDDIR»/tsk3/auto' make[4]: Entering directory `/«PKGBUILDDIR»/tsk3' make[5]: Entering directory `/«PKGBUILDDIR»/tsk3' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libtsk3.la '/«PKGBUILDDIR»/debian/tmp/usr/lib' libtool: install: /usr/bin/install -c .libs/libtsk3.so.3.4.0 /«PKGBUILDDIR»/debian/tmp/usr/lib/libtsk3.so.3.4.0 libtool: install: (cd /«PKGBUILDDIR»/debian/tmp/usr/lib && { ln -s -f libtsk3.so.3.4.0 libtsk3.so.3 || { rm -f libtsk3.so.3 && ln -s libtsk3.so.3.4.0 libtsk3.so.3; }; }) libtool: install: (cd /«PKGBUILDDIR»/debian/tmp/usr/lib && { ln -s -f libtsk3.so.3.4.0 libtsk3.so || { rm -f libtsk3.so && ln -s libtsk3.so.3.4.0 libtsk3.so; }; }) libtool: install: /usr/bin/install -c .libs/libtsk3.lai /«PKGBUILDDIR»/debian/tmp/usr/lib/libtsk3.la libtool: install: /usr/bin/install -c .libs/libtsk3.a /«PKGBUILDDIR»/debian/tmp/usr/lib/libtsk3.a libtool: install: chmod 644 /«PKGBUILDDIR»/debian/tmp/usr/lib/libtsk3.a libtool: install: ranlib /«PKGBUILDDIR»/debian/tmp/usr/lib/libtsk3.a libtool: install: warning: remember to run `libtool --finish /usr/lib' make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/«PKGBUILDDIR»/tsk3' make[4]: Leaving directory `/«PKGBUILDDIR»/tsk3' make[3]: Leaving directory `/«PKGBUILDDIR»/tsk3' Making install in tools make[3]: Entering directory `/«PKGBUILDDIR»/tools' Making install in imgtools make[4]: Entering directory `/«PKGBUILDDIR»/tools/imgtools' make[5]: Entering directory `/«PKGBUILDDIR»/tools/imgtools' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c img_cat img_stat '/«PKGBUILDDIR»/debian/tmp/usr/bin' libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/img_cat /«PKGBUILDDIR»/debian/tmp/usr/bin/img_cat libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/img_stat /«PKGBUILDDIR»/debian/tmp/usr/bin/img_stat make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/«PKGBUILDDIR»/tools/imgtools' make[4]: Leaving directory `/«PKGBUILDDIR»/tools/imgtools' Making install in vstools make[4]: Entering directory `/«PKGBUILDDIR»/tools/vstools' make[5]: Entering directory `/«PKGBUILDDIR»/tools/vstools' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c mmls mmstat mmcat '/«PKGBUILDDIR»/debian/tmp/usr/bin' libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/mmls /«PKGBUILDDIR»/debian/tmp/usr/bin/mmls libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/mmstat /«PKGBUILDDIR»/debian/tmp/usr/bin/mmstat libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/mmcat /«PKGBUILDDIR»/debian/tmp/usr/bin/mmcat make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/«PKGBUILDDIR»/tools/vstools' make[4]: Leaving directory `/«PKGBUILDDIR»/tools/vstools' Making install in fstools make[4]: Entering directory `/«PKGBUILDDIR»/tools/fstools' make[5]: Entering directory `/«PKGBUILDDIR»/tools/fstools' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c blkcalc blkcat blkls blkstat ffind fls fsstat icat ifind ils istat jcat jls '/«PKGBUILDDIR»/debian/tmp/usr/bin' libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/blkcalc /«PKGBUILDDIR»/debian/tmp/usr/bin/blkcalc libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/blkcat /«PKGBUILDDIR»/debian/tmp/usr/bin/blkcat libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/blkls /«PKGBUILDDIR»/debian/tmp/usr/bin/blkls libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/blkstat /«PKGBUILDDIR»/debian/tmp/usr/bin/blkstat libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/ffind /«PKGBUILDDIR»/debian/tmp/usr/bin/ffind libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/fls /«PKGBUILDDIR»/debian/tmp/usr/bin/fls libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/fsstat /«PKGBUILDDIR»/debian/tmp/usr/bin/fsstat libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/icat /«PKGBUILDDIR»/debian/tmp/usr/bin/icat libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/ifind /«PKGBUILDDIR»/debian/tmp/usr/bin/ifind libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/ils /«PKGBUILDDIR»/debian/tmp/usr/bin/ils libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/istat /«PKGBUILDDIR»/debian/tmp/usr/bin/istat libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/jcat /«PKGBUILDDIR»/debian/tmp/usr/bin/jcat libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/jls /«PKGBUILDDIR»/debian/tmp/usr/bin/jls make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/«PKGBUILDDIR»/tools/fstools' make[4]: Leaving directory `/«PKGBUILDDIR»/tools/fstools' Making install in hashtools make[4]: Entering directory `/«PKGBUILDDIR»/tools/hashtools' make[5]: Entering directory `/«PKGBUILDDIR»/tools/hashtools' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c hfind '/«PKGBUILDDIR»/debian/tmp/usr/bin' libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/hfind /«PKGBUILDDIR»/debian/tmp/usr/bin/hfind make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/«PKGBUILDDIR»/tools/hashtools' make[4]: Leaving directory `/«PKGBUILDDIR»/tools/hashtools' Making install in srchtools make[4]: Entering directory `/«PKGBUILDDIR»/tools/srchtools' make[5]: Entering directory `/«PKGBUILDDIR»/tools/srchtools' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c srch_strings sigfind '/«PKGBUILDDIR»/debian/tmp/usr/bin' libtool: install: /usr/bin/install -c srch_strings /«PKGBUILDDIR»/debian/tmp/usr/bin/srch_strings libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/sigfind /«PKGBUILDDIR»/debian/tmp/usr/bin/sigfind make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/«PKGBUILDDIR»/tools/srchtools' make[4]: Leaving directory `/«PKGBUILDDIR»/tools/srchtools' Making install in sorter make[4]: Entering directory `/«PKGBUILDDIR»/tools/sorter' make[5]: Entering directory `/«PKGBUILDDIR»/tools/sorter' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/bin' /usr/bin/install -c sorter '/«PKGBUILDDIR»/debian/tmp/usr/bin' make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/«PKGBUILDDIR»/tools/sorter' make[4]: Leaving directory `/«PKGBUILDDIR»/tools/sorter' Making install in timeline make[4]: Entering directory `/«PKGBUILDDIR»/tools/timeline' make[5]: Entering directory `/«PKGBUILDDIR»/tools/timeline' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/bin' /usr/bin/install -c mactime '/«PKGBUILDDIR»/debian/tmp/usr/bin' make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/«PKGBUILDDIR»/tools/timeline' make[4]: Leaving directory `/«PKGBUILDDIR»/tools/timeline' Making install in autotools make[4]: Entering directory `/«PKGBUILDDIR»/tools/autotools' make[5]: Entering directory `/«PKGBUILDDIR»/tools/autotools' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c tsk_recover tsk_loaddb tsk_comparedir tsk_gettimes '/«PKGBUILDDIR»/debian/tmp/usr/bin' libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/tsk_recover /«PKGBUILDDIR»/debian/tmp/usr/bin/tsk_recover libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/tsk_loaddb /«PKGBUILDDIR»/debian/tmp/usr/bin/tsk_loaddb libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/tsk_comparedir /«PKGBUILDDIR»/debian/tmp/usr/bin/tsk_comparedir libtool: install: warning: `../../tsk3/libtsk3.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/tsk_gettimes /«PKGBUILDDIR»/debian/tmp/usr/bin/tsk_gettimes make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/«PKGBUILDDIR»/tools/autotools' make[4]: Leaving directory `/«PKGBUILDDIR»/tools/autotools' make[4]: Entering directory `/«PKGBUILDDIR»/tools' make[5]: Entering directory `/«PKGBUILDDIR»/tools' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/«PKGBUILDDIR»/tools' make[4]: Leaving directory `/«PKGBUILDDIR»/tools' make[3]: Leaving directory `/«PKGBUILDDIR»/tools' Making install in tests make[3]: Entering directory `/«PKGBUILDDIR»/tests' make[4]: Entering directory `/«PKGBUILDDIR»/tests' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/«PKGBUILDDIR»/tests' make[3]: Leaving directory `/«PKGBUILDDIR»/tests' Making install in samples make[3]: Entering directory `/«PKGBUILDDIR»/samples' make[4]: Entering directory `/«PKGBUILDDIR»/samples' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/«PKGBUILDDIR»/samples' make[3]: Leaving directory `/«PKGBUILDDIR»/samples' Making install in man make[3]: Entering directory `/«PKGBUILDDIR»/man' make[4]: Entering directory `/«PKGBUILDDIR»/man' make[4]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/share/man/man1' /usr/bin/install -c -m 644 blkcalc.1 blkcat.1 blkls.1 blkstat.1 ffind.1 fls.1 fsstat.1 hfind.1 icat.1 ifind.1 ils.1 img_cat.1 img_stat.1 istat.1 jcat.1 jls.1 mactime.1 mmls.1 mmstat.1 mmcat.1 sigfind.1 sorter.1 tsk_recover.1 tsk_gettimes.1 tsk_comparedir.1 tsk_loaddb.1 '/«PKGBUILDDIR»/debian/tmp/usr/share/man/man1' make[4]: Leaving directory `/«PKGBUILDDIR»/man' make[3]: Leaving directory `/«PKGBUILDDIR»/man' make[3]: Entering directory `/«PKGBUILDDIR»' make[4]: Entering directory `/«PKGBUILDDIR»' make[4]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/share' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/share/tsk3/sorter' /usr/bin/install -c -m 644 tsk3/sorter/default.sort tsk3/sorter/freebsd.sort tsk3/sorter/images.sort tsk3/sorter/linux.sort tsk3/sorter/openbsd.sort tsk3/sorter/solaris.sort tsk3/sorter/windows.sort '/«PKGBUILDDIR»/debian/tmp/usr/share/tsk3/sorter' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/include' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/include/tsk3/hashdb' /usr/bin/install -c -m 644 tsk3/hashdb/tsk_hashdb.h '/«PKGBUILDDIR»/debian/tmp/usr/include/tsk3/hashdb' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/include/tsk3/base' /usr/bin/install -c -m 644 tsk3/base/tsk_base.h tsk3/base/tsk_os.h '/«PKGBUILDDIR»/debian/tmp/usr/include/tsk3/base' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/include/tsk3/auto' /usr/bin/install -c -m 644 tsk3/auto/tsk_auto.h '/«PKGBUILDDIR»/debian/tmp/usr/include/tsk3/auto' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/include/tsk3/img' /usr/bin/install -c -m 644 tsk3/img/tsk_img.h '/«PKGBUILDDIR»/debian/tmp/usr/include/tsk3/img' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/include/tsk3' /usr/bin/install -c -m 644 tsk3/libtsk.h tsk3/tsk_incs.h '/«PKGBUILDDIR»/debian/tmp/usr/include/tsk3' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/include/tsk3/vs' /usr/bin/install -c -m 644 tsk3/vs/tsk_vs.h tsk3/vs/tsk_bsd.h tsk3/vs/tsk_dos.h tsk3/vs/tsk_gpt.h tsk3/vs/tsk_mac.h tsk3/vs/tsk_sun.h '/«PKGBUILDDIR»/debian/tmp/usr/include/tsk3/vs' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/include/tsk3/fs' /usr/bin/install -c -m 644 tsk3/fs/tsk_fs.h tsk3/fs/tsk_ffs.h tsk3/fs/tsk_ext2fs.h tsk3/fs/tsk_fatfs.h tsk3/fs/tsk_ntfs.h tsk3/fs/tsk_iso9660.h tsk3/fs/tsk_hfs.h '/«PKGBUILDDIR»/debian/tmp/usr/include/tsk3/fs' make[4]: Leaving directory `/«PKGBUILDDIR»' make[3]: Leaving directory `/«PKGBUILDDIR»' make[2]: Leaving directory `/«PKGBUILDDIR»' for FILE in icat ils mactime; \ do \ mv debian/tmp/usr/bin/$FILE debian/tmp/usr/bin/$FILE-sleuthkit; \ mv debian/tmp/usr/share/man/man1/$FILE.1 debian/tmp/usr/share/man/man1/$FILE-sleuthkit.1; \ done make[1]: Leaving directory `/«PKGBUILDDIR»' dh_install dh_installdocs dh_installchangelogs dh_installexamples dh_installman dh_installcatalogs dh_installcron dh_installdebconf dh_installemacsen dh_installifupdown dh_installinfo dh_installinit dh_installmenu dh_installmime dh_installmodules dh_installlogcheck dh_installlogrotate dh_installpam dh_installppp dh_installudev dh_installwm dh_installxfonts dh_installgsettings dh_bugfiles dh_ucf dh_lintian dh_gconf dh_icons dh_perl dh_usrlocal dh_link dh_compress dh_fixperms debian/rules override_dh_strip make[1]: Entering directory `/«PKGBUILDDIR»' dh_strip -a -plibtsk3-3 --dbg-package=libtsk3-3-dbg make[1]: Leaving directory `/«PKGBUILDDIR»' dh_makeshlibs dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see diff output below dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols file: see diff output below dpkg-gensymbols: warning: debian/libtsk3-3/DEBIAN/symbols doesn't match completely debian/libtsk3-3.symbols.amd64 --- debian/libtsk3-3.symbols.amd64 (libtsk3-3_3.2.3-2_amd64) +++ dpkg-gensymbolswrDzn7 2012-07-09 20:43:06.886205873 +0000 @@ -51,7 +51,7 @@ _ZN7TskAuto9filterVolEPK16TSK_VS_PART_INFO@Base 3.2.1 _ZN7TskAuto9openImageEP12TSK_IMG_INFO@Base 3.2.2 _ZN7TskAuto9openImageEiPKPKc17TSK_IMG_TYPE_ENUMj@Base 3.2.1 - _ZN7TskAutoC1Ev@Base 3.2.1 +#MISSING: 3.2.3-2# _ZN7TskAutoC1Ev@Base 3.2.1 _ZN7TskAutoC2Ev@Base 3.2.1 _ZN7TskAutoD0Ev@Base 3.2.1 _ZN7TskAutoD1Ev@Base 3.2.1 @@ -80,6 +80,7 @@ _ZN9__gnu_cxx26__concurrence_unlock_errorD1Ev@Base 3.2.1 _ZN9__gnu_cxx26__concurrence_unlock_errorD2Ev@Base 3.2.1 _ZN9__gnu_cxx27__verbose_terminate_handlerEv@Base 3.2.1 + _ZN9__gnu_cxx30__throw_concurrence_lock_errorEv@Base 3.2.3-2 _ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj@Base 3.2.1 _ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE@Base 3.2.1 _ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PPv@Base 3.2.1 @@ -151,6 +152,7 @@ __cxa_call_terminate@Base 3.2.1 __cxa_call_unexpected@Base 3.2.1 __cxa_current_exception_type@Base 3.2.1 + __cxa_deleted_virtual@Base 3.2.3-2 __cxa_demangle@Base 3.2.1 __cxa_end_catch@Base 3.2.1 __cxa_free_dependent_exception@Base 3.2.1 dh_makeshlibs: dpkg-gensymbols -plibtsk3-3 -Idebian/libtsk3-3.symbols.amd64 -Pdebian/libtsk3-3 -edebian/libtsk3-3/usr/lib/libtsk3.so.3.4.0 returned exit code 1 make: *** [binary] Error 1 dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2 ──────────────────────────────────────────────────────────────────────────────── Build finished at 20120709-2043 Finished ──────── E: Build failure (dpkg-buildpackage died) ┌──────────────────────────────────────────────────────────────────────────────┐ │ Cleanup │ └──────────────────────────────────────────────────────────────────────────────┘ Purging /«BUILDDIR» Not cleaning session: cloned chroot in use ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Architecture: amd64 Build-Space: 45700 Build-Time: 83 Distribution: unstable Fail-Stage: build Install-Time: 10 Job: sleuthkit_3.2.3-2 Package: sleuthkit Package-Time: 113 Source-Version: 3.2.3-2 Space: 45700 Status: attempted Version: 3.2.3-2 ──────────────────────────────────────────────────────────────────────────────── Finished at 20120709-2043 Build needed 00:01:53, 45700k disc space DC-Status: Failed 114.43684s