DC-Build-Header: baycomusb 0.10-12.1 / Mon Jul 09 20:31:58 +0000 2012 DC-Task: logfile:/tmp/baycomusb_0.10-12.1_unstable_clang.log version:0.10-12.1 modes:clang chroot:unstable source:baycomusb esttime:40 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 baycomusb_0.10-12.1' sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on ip-10-28-6-99.ec2.internal ╔══════════════════════════════════════════════════════════════════════════════╗ ║ baycomusb 0.10-12.1 (amd64) 09 Jul 2012 20:31 ║ ╚══════════════════════════════════════════════════════════════════════════════╝ Package: baycomusb Version: 0.10-12.1 Source Version: 0.10-12.1 Distribution: unstable Architecture: amd64 I: NOTICE: Log filtering will replace 'build/baycomusb-CzP8Ya/baycomusb-0.10' with '«PKGBUILDDIR»' I: NOTICE: Log filtering will replace 'build/baycomusb-CzP8Ya' with '«BUILDDIR»' I: NOTICE: Log filtering will replace 'var/lib/schroot/mount/unstable-amd64-sbuild-64de2f23-5ba1-4d21-aa94-a4810e744f23' 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... Need to get 1362 kB of source archives. Get:1 http://localhost/debian/ unstable/main baycomusb 0.10-12.1 (dsc) [1180 B] Get:2 http://localhost/debian/ unstable/main baycomusb 0.10-12.1 (tar) [1154 kB] Get:3 http://localhost/debian/ unstable/main baycomusb 0.10-12.1 (diff) [207 kB] Fetched 1362 kB in 0s (3798 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 (15.5 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-vUwMPO/apt_archive/sbuild-build-depends-core-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install core build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: sbuild-build-depends-core-dummy debconf: delaying package configuration, since apt-utils is not installed 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/708 B of archives. After this operation, 0 B of additional disk space will be used. Selecting previously unselected package sbuild-build-depends-core-dummy. (Reading database ... 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 (>= 4.0.0), zlib1g-dev, automake1.9, autoconf, libxml2-dev, pkg-config 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 (>= 4.0.0), zlib1g-dev, automake1.9, autoconf, libxml2-dev, pkg-config dpkg-deb: building package `sbuild-build-depends-baycomusb-dummy' in `/«BUILDDIR»/resolver-oWadtX/apt_archive/sbuild-build-depends-baycomusb-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install baycomusb 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 automake1.9 autotools-dev bsdmainutils debhelper file gettext gettext-base groff-base html2text intltool-debian libasprintf0c2 libcroco3 libgettextpo0 libglib2.0-0 libmagic1 libpcre3 libpipeline1 libpopt0 libunistring0 libxml2 libxml2-dev m4 man-db pkg-config po-debconf zlib1g-dev Suggested packages: autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool automake1.9-doc wamerican wordlist whois vacation dh-make gettext-doc groff less www-browser libmail-box-perl Recommended packages: automake automaken curl wget lynx-cur autopoint libglib2.0-data shared-mime-info xml-core libmail-sendmail-perl The following NEW packages will be installed: autoconf automake1.9 autotools-dev bsdmainutils debhelper file gettext gettext-base groff-base html2text intltool-debian libasprintf0c2 libcroco3 libgettextpo0 libglib2.0-0 libmagic1 libpcre3 libpipeline1 libpopt0 libunistring0 libxml2 libxml2-dev m4 man-db pkg-config po-debconf sbuild-build-depends-baycomusb-dummy zlib1g-dev 0 upgraded, 28 newly installed, 0 to remove and 0 not upgraded. Need to get 12.4 MB/12.4 MB of archives. After this operation, 32.8 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libpipeline1 amd64 1.2.1-1 [39.2 kB] Get:2 http://localhost/debian/ unstable/main libpopt0 amd64 1.16-7 [56.4 kB] Get:3 http://localhost/debian/ unstable/main libasprintf0c2 amd64 0.18.1.1-9 [26.8 kB] Get:4 http://localhost/debian/ unstable/main libmagic1 amd64 5.11-2 [202 kB] Get:5 http://localhost/debian/ unstable/main libpcre3 amd64 1:8.30-5 [242 kB] Get:6 http://localhost/debian/ unstable/main libxml2 amd64 2.8.0+dfsg1-4 [903 kB] Get:7 http://localhost/debian/ unstable/main libglib2.0-0 amd64 2.32.3-1 [2081 kB] Get:8 http://localhost/debian/ unstable/main libcroco3 amd64 0.6.5-1 [151 kB] Get:9 http://localhost/debian/ unstable/main libunistring0 amd64 0.9.3-5 [434 kB] Get:10 http://localhost/debian/ unstable/main libgettextpo0 amd64 0.18.1.1-9 [145 kB] Get:11 http://localhost/debian/ unstable/main bsdmainutils amd64 9.0.3 [209 kB] Get:12 http://localhost/debian/ unstable/main groff-base amd64 1.21-9 [1153 kB] Get:13 http://localhost/debian/ unstable/main man-db amd64 2.6.2-1 [1061 kB] Get:14 http://localhost/debian/ unstable/main file amd64 5.11-2 [51.8 kB] Get:15 http://localhost/debian/ unstable/main gettext-base amd64 0.18.1.1-9 [154 kB] Get:16 http://localhost/debian/ unstable/main m4 amd64 1.4.16-3 [260 kB] Get:17 http://localhost/debian/ unstable/main autoconf all 2.69-1 [589 kB] Get:18 http://localhost/debian/ unstable/main autotools-dev all 20120608.1 [73.0 kB] Get:19 http://localhost/debian/ unstable/main automake1.9 all 1.9.6+nogfdl-3.1 [392 kB] Get:20 http://localhost/debian/ unstable/main html2text amd64 1.3.2a-15 [103 kB] Get:21 http://localhost/debian/ unstable/main gettext amd64 0.18.1.1-9 [1975 kB] Get:22 http://localhost/debian/ unstable/main intltool-debian all 0.35.0+20060710.1 [30.8 kB] Get:23 http://localhost/debian/ unstable/main po-debconf all 1.0.16+nmu2 [224 kB] Get:24 http://localhost/debian/ unstable/main debhelper all 9.20120608 [700 kB] Get:25 http://localhost/debian/ unstable/main libxml2-dev amd64 2.8.0+dfsg1-4 [899 kB] Get:26 http://localhost/debian/ unstable/main pkg-config amd64 0.26-1 [59.5 kB] Get:27 http://localhost/debian/ unstable/main zlib1g-dev amd64 1:1.2.7.dfsg-13 [215 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 12.4 MB in 1s (10.9 MB/s) Selecting previously unselected package libpipeline1:amd64. (Reading database ... 11809 files and directories currently installed.) Unpacking libpipeline1:amd64 (from .../libpipeline1_1.2.1-1_amd64.deb) ... Selecting previously unselected package libpopt0:amd64. Unpacking libpopt0:amd64 (from .../libpopt0_1.16-7_amd64.deb) ... Selecting previously unselected package libasprintf0c2:amd64. Unpacking libasprintf0c2:amd64 (from .../libasprintf0c2_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package libmagic1:amd64. Unpacking libmagic1:amd64 (from .../libmagic1_5.11-2_amd64.deb) ... Selecting previously unselected package libpcre3:amd64. Unpacking libpcre3:amd64 (from .../libpcre3_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libxml2:amd64. Unpacking libxml2:amd64 (from .../libxml2_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package 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 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 automake1.9. Unpacking automake1.9 (from .../automake1.9_1.9.6+nogfdl-3.1_all.deb) ... Selecting previously unselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-15_amd64.deb) ... Selecting previously unselected package gettext. Unpacking gettext (from .../gettext_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package intltool-debian. Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ... Selecting previously unselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.16+nmu2_all.deb) ... Selecting previously unselected package debhelper. Unpacking debhelper (from .../debhelper_9.20120608_all.deb) ... Selecting previously unselected package libxml2-dev:amd64. Unpacking libxml2-dev:amd64 (from .../libxml2-dev_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package pkg-config. Unpacking pkg-config (from .../pkg-config_0.26-1_amd64.deb) ... Selecting previously unselected package zlib1g-dev:amd64. Unpacking zlib1g-dev:amd64 (from .../zlib1g-dev_1%3a1.2.7.dfsg-13_amd64.deb) ... Selecting previously unselected package sbuild-build-depends-baycomusb-dummy. Unpacking sbuild-build-depends-baycomusb-dummy (from .../sbuild-build-depends-baycomusb-dummy.deb) ... Setting up libpipeline1:amd64 (1.2.1-1) ... Setting up libpopt0:amd64 (1.16-7) ... Setting up libasprintf0c2:amd64 (0.18.1.1-9) ... Setting up libmagic1:amd64 (5.11-2) ... Setting up libpcre3:amd64 (1:8.30-5) ... 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 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 automake1.9 (1.9.6+nogfdl-3.1) ... update-alternatives: using /usr/bin/automake-1.9 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 libxml2-dev:amd64 (2.8.0+dfsg1-4) ... Setting up pkg-config (0.26-1) ... Setting up zlib1g-dev:amd64 (1:1.2.7.dfsg-13) ... Setting up sbuild-build-depends-baycomusb-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 automake1.9_1.9.6+nogfdl-3.1 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 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 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 libdb5.1_5.1.29-5 libdpkg-perl_1.16.7 libffi5_3.0.10-3 libfile-fcntllock-perl_0.14-2 libgc1c2_1:7.1-8 libgcc1_1:4.7.1-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 libgomp1_4.7.1-3 libitm1_4.7.1-3 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 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 libpopt0_1.16-7 libquadmath0_4.7.1-3 libreadline6_6.2-8 libselinux1_2.1.9-5 libsemanage-common_2.1.6-6 libsemanage1_2.1.6-6 libsepol1_2.1.4-3 libslang2_2.2.4-15 libss2_1.42.4-3 libstdc++6_4.7.1-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 libswitch-perl_2.16-2 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 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 libxml2-dev_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 pkg-config_0.26-1 po-debconf_1.0.16+nmu2 readline-common_6.2-8 sbuild-build-depends-baycomusb-dummy_0.invalid.0 sbuild-build-depends-core-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 Tue Nov 10 10:37:11 2009 UTC using DSA key ID 62F1A57F gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./baycomusb_0.10-12.1.dsc dpkg-source: info: extracting baycomusb in baycomusb-0.10 dpkg-source: info: unpacking baycomusb_0.10.orig.tar.gz dpkg-source: info: applying baycomusb_0.10-12.1.diff.gz dpkg-source: info: upstream files that have been modified: baycomusb-0.10/Makefile.am baycomusb-0.10/Makefile.in baycomusb-0.10/aclocal.m4 baycomusb-0.10/baycomusb.initscript baycomusb-0.10/coinstaller/Makefile.in baycomusb-0.10/config.guess baycomusb-0.10/config.h.in baycomusb-0.10/config.sub baycomusb-0.10/configure baycomusb-0.10/configure.in baycomusb-0.10/depcomp baycomusb-0.10/diag/Makefile.am baycomusb-0.10/diag/Makefile.in baycomusb-0.10/diag/adapttests.c baycomusb-0.10/diag/cfgunix.c baycomusb-0.10/directx/Makefile.in baycomusb-0.10/firmware/Makefile.am baycomusb-0.10/firmware/Makefile.in baycomusb-0.10/firmware/afskfirmware/Makefile.in baycomusb-0.10/firmware/audio2firmware/Makefile.in baycomusb-0.10/firmware/audiofirmware/Makefile.in baycomusb-0.10/firmware/bscanfirmware/Makefile.in baycomusb-0.10/firmware/dl2firmware/Makefile.in baycomusb-0.10/firmware/dlfirmware/Makefile.in baycomusb-0.10/firmware/fskfirmware/Makefile.in baycomusb-0.10/firmware/ihex2hdr.c baycomusb-0.10/firmware/reset2firmware/Makefile.in baycomusb-0.10/firmware/resetfirmware/Makefile.in baycomusb-0.10/flexdrv/Makefile.am baycomusb-0.10/flexdrv/Makefile.in baycomusb-0.10/fpga/Makefile.in baycomusb-0.10/kerneldrv/Makefile.in baycomusb-0.10/misc/Makefile.in baycomusb-0.10/missing baycomusb-0.10/po/baycomusb.pot baycomusb-0.10/po/cat-id-tbl.c baycomusb-0.10/trxapi/Makefile.in baycomusb-0.10/trxapi/server.c baycomusb-0.10/trxapp/Makefile baycomusb-0.10/trxapp/Makefile.in baycomusb-0.10/trxapp/src/.deps/freqdb.Po baycomusb-0.10/trxapp/src/.deps/interface.Po baycomusb-0.10/trxapp/src/.deps/main.Po baycomusb-0.10/trxapp/src/.deps/signalhist.Po baycomusb-0.10/trxapp/src/.deps/support.Po baycomusb-0.10/trxapp/src/.deps/widgets.Po baycomusb-0.10/trxapp/src/Makefile baycomusb-0.10/trxapp/src/Makefile.am baycomusb-0.10/trxapp/src/Makefile.in baycomusb-0.10/trxapp/src/freqdb.c baycomusb-0.10/trxclient/.deps/client.Po baycomusb-0.10/trxclient/Makefile baycomusb-0.10/trxclient/Makefile.in baycomusb-0.10/trxclient/client.c baycomusb-0.10/trxctrl/Makefile baycomusb-0.10/trxctrl/Makefile.am baycomusb-0.10/trxctrl/Makefile.in baycomusb-0.10/trxctrl/cfgunix.c baycomusb-0.10/usbdrv/Makefile.in baycomusb-0.10/usbdrv/usbdevice_fs.h baycomusb-0.10/wdmdrv/Makefile.in baycomusb-0.10/winserv/Makefile.in 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-64de2f23-5ba1-4d21-aa94-a4810e744f23 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 baycomusb dpkg-buildpackage: source version 0.10-12.1 dpkg-buildpackage: source changed by Joop Stakenborg dpkg-source --before-build baycomusb-0.10 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. [ ! -f Makefile ] || /usr/bin/make distclean cp -f /usr/share/misc/config.sub config.sub cp -f /usr/share/misc/config.guess config.guess dh_clean dh_clean: Compatibility levels before 5 are deprecated (level 4 in use) dpkg-source -b baycomusb-0.10 dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1) dpkg-source: info: using source format `1.0' dpkg-source: info: building baycomusb using existing baycomusb_0.10.orig.tar.gz dpkg-source: info: building baycomusb in baycomusb_0.10-12.1.diff.gz dpkg-source: warning: the diff modifies the following upstream files: Makefile.am Makefile.in aclocal.m4 baycomusb.initscript coinstaller/Makefile.in config.guess config.h.in config.sub configure configure.in depcomp diag/Makefile.am diag/Makefile.in diag/adapttests.c diag/cfgunix.c directx/Makefile.in firmware/Makefile.am firmware/Makefile.in firmware/afskfirmware/Makefile.in firmware/audio2firmware/Makefile.in firmware/audiofirmware/Makefile.in firmware/bscanfirmware/Makefile.in firmware/dl2firmware/Makefile.in firmware/dlfirmware/Makefile.in firmware/fskfirmware/Makefile.in firmware/ihex2hdr.c firmware/reset2firmware/Makefile.in firmware/resetfirmware/Makefile.in flexdrv/Makefile.am flexdrv/Makefile.in fpga/Makefile.in kerneldrv/Makefile.in misc/Makefile.in missing po/baycomusb.pot po/cat-id-tbl.c trxapi/Makefile.in trxapi/server.c trxapp/Makefile trxapp/Makefile.in trxapp/src/.deps/freqdb.Po trxapp/src/.deps/interface.Po trxapp/src/.deps/main.Po trxapp/src/.deps/signalhist.Po trxapp/src/.deps/support.Po trxapp/src/.deps/widgets.Po trxapp/src/Makefile trxapp/src/Makefile.am trxapp/src/Makefile.in trxapp/src/freqdb.c trxclient/.deps/client.Po trxclient/Makefile trxclient/Makefile.in trxclient/client.c trxctrl/Makefile trxctrl/Makefile.am trxctrl/Makefile.in trxctrl/cfgunix.c usbdrv/Makefile.in usbdrv/usbdevice_fs.h wdmdrv/Makefile.in winserv/Makefile.in dpkg-source: info: use the '3.0 (quilt)' format to have separate and documented changes to upstream files, see dpkg-source(1) dpkg-source: info: building baycomusb in baycomusb_0.10-12.1.dsc debian/rules build dh_testdir # Add here commands to configure the package. CFLAGS="-Wall -g -O2 -Wl,-z,defs" ./configure --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make sets $(MAKE)... (cached) yes checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-linux-gnu-gcc accepts -g... yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of x86_64-linux-gnu-gcc... gcc3 checking for library containing strerror... none required checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking for an ANSI C-conforming const... yes checking for inline... inline checking how to run the C preprocessor... x86_64-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for ranlib... ranlib checking for dlltool... dlltool checking for as... as checking for ar... ar checking for windres... i686-pc-cygwin-windres checking host system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking return type of signal handlers... void checking for cos in -lm... yes checking for pthread_create in -lpthread... yes checking for GUID_NULL in -luuid... no 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 getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking sys/syslog.h usability... yes checking sys/syslog.h presence... yes checking for sys/syslog.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for unistd.h... (cached) yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking net/if.h usability... yes checking net/if.h presence... yes checking for net/if.h... yes checking net/if_arp.h usability... yes checking net/if_arp.h presence... yes checking for net/if_arp.h... yes checking net/route.h usability... yes checking net/route.h presence... yes checking for net/route.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netax25/ax25.h usability... yes checking netax25/ax25.h presence... yes checking for netax25/ax25.h... yes checking linux/if.h usability... no configure: WARNING: linux/if.h: present but cannot be compiled configure: WARNING: linux/if.h: check for missing prerequisite headers? configure: WARNING: linux/if.h: see the Autoconf documentation configure: WARNING: linux/if.h: section "Present But Cannot Be Compiled" configure: WARNING: linux/if.h: proceeding with the preprocessor's result configure: WARNING: linux/if.h: in the future, the compiler will take precedence checking linux/if.h presence... yes checking for linux/if.h... yes checking linux/if_ether.h usability... yes checking linux/if_ether.h presence... yes checking for linux/if_ether.h... yes checking linux/ax25.h usability... yes checking linux/ax25.h presence... yes checking for linux/ax25.h... yes checking linux/sockios.h usability... yes checking linux/sockios.h presence... yes checking for linux/sockios.h... yes checking linux/baycom_usb.h usability... no checking linux/baycom_usb.h presence... no checking for linux/baycom_usb.h... no checking sys/soundcard.h usability... yes checking sys/soundcard.h presence... yes checking for sys/soundcard.h... yes checking linux/soundcard.h usability... yes checking linux/soundcard.h presence... yes checking for linux/soundcard.h... yes checking for snprintf... yes checking for gettimeofday... yes checking for random... yes checking for syslog... yes checking for vsyslog... yes checking for revoke... no checking for vsnprintf... yes checking for getopt_long... yes checking for openpty in -lutil... yes checking for openpty... yes checking for asx8051... : checking for aslink... : checking linux/usbdevice_fs.h usability... yes checking linux/usbdevice_fs.h presence... yes checking for linux/usbdevice_fs.h... yes checking whether time.h and sys/time.h may both be included... yes checking for working alloca.h... yes checking for alloca... yes checking for GetSystemTime... no checking for size_t... yes checking for bittypes... yes checking for M_PI... yes checking for M_LN10... yes checking for MKISS (N_AX25 line discipline)... yes checking for ifr_newname in struct ifreq... no checking for x86_64-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for XML... yes checking for openpty in -lutil... (cached) yes checking for openpty... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating fpga/Makefile config.status: creating firmware/Makefile config.status: creating firmware/fskfirmware/Makefile config.status: creating firmware/afskfirmware/Makefile config.status: creating firmware/audiofirmware/Makefile config.status: creating firmware/audio2firmware/Makefile config.status: creating firmware/dlfirmware/Makefile config.status: creating firmware/dl2firmware/Makefile config.status: creating firmware/resetfirmware/Makefile config.status: creating firmware/reset2firmware/Makefile config.status: creating firmware/bscanfirmware/Makefile config.status: creating directx/Makefile config.status: creating kerneldrv/Makefile config.status: creating wdmdrv/Makefile config.status: creating misc/Makefile config.status: creating usbdrv/Makefile config.status: creating trxapi/Makefile config.status: creating flexdrv/Makefile config.status: creating winserv/Makefile config.status: creating diag/Makefile config.status: creating coinstaller/Makefile config.status: creating config.h config.status: executing depfiles commands dh_testdir # Add here commands to compile the package. /usr/bin/make make[1]: Entering directory `/«PKGBUILDDIR»' /usr/bin/make all-recursive make[2]: Entering directory `/«PKGBUILDDIR»' Making all in firmware make[3]: Entering directory `/«PKGBUILDDIR»/firmware' Making all in afskfirmware make[4]: Entering directory `/«PKGBUILDDIR»/firmware/afskfirmware' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/«PKGBUILDDIR»/firmware/afskfirmware' Making all in audiofirmware make[4]: Entering directory `/«PKGBUILDDIR»/firmware/audiofirmware' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/«PKGBUILDDIR»/firmware/audiofirmware' Making all in audio2firmware make[4]: Entering directory `/«PKGBUILDDIR»/firmware/audio2firmware' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/«PKGBUILDDIR»/firmware/audio2firmware' Making all in bscanfirmware make[4]: Entering directory `/«PKGBUILDDIR»/firmware/bscanfirmware' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/«PKGBUILDDIR»/firmware/bscanfirmware' Making all in dlfirmware make[4]: Entering directory `/«PKGBUILDDIR»/firmware/dlfirmware' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/«PKGBUILDDIR»/firmware/dlfirmware' Making all in dl2firmware make[4]: Entering directory `/«PKGBUILDDIR»/firmware/dl2firmware' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/«PKGBUILDDIR»/firmware/dl2firmware' Making all in fskfirmware make[4]: Entering directory `/«PKGBUILDDIR»/firmware/fskfirmware' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/«PKGBUILDDIR»/firmware/fskfirmware' Making all in resetfirmware make[4]: Entering directory `/«PKGBUILDDIR»/firmware/resetfirmware' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/«PKGBUILDDIR»/firmware/resetfirmware' Making all in reset2firmware make[4]: Entering directory `/«PKGBUILDDIR»/firmware/reset2firmware' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/«PKGBUILDDIR»/firmware/reset2firmware' make[4]: Entering directory `/«PKGBUILDDIR»/firmware' x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -Wl,-z,defs -MT ihex2hdr.o -MD -MP -MF .deps/ihex2hdr.Tpo -c -o ihex2hdr.o ihex2hdr.c clang: warning: -Wl,-z,defs: 'linker' input unused when '-c' is present ihex2hdr.c:94:15: warning: passing 'unsigned char [640]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] while (fgets(buf, sizeof(buf), fin)) { ^~~ /usr/include/stdio.h:624:38: note: passing argument to parameter '__s' here extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream) ^ ihex2hdr.c:100:16: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] i = hexbyte(buf+1+2*u); ^~~~~~~~~ ihex2hdr.c:59:32: note: passing argument to parameter 's' here static int hexbyte(const char *s) ^ ihex2hdr.c:127:11: warning: passing 'unsigned char [640]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strftime(buf, sizeof(buf), "%Y%m%d", localtime(&tm)); ^~~ /usr/include/time.h:199:42: note: passing argument to parameter '__s' here extern size_t strftime (char *__restrict __s, size_t __maxsize, ^ 3 warnings generated. mv -f .deps/ihex2hdr.Tpo .deps/ihex2hdr.Po x86_64-linux-gnu-gcc -Wall -g -O2 -Wl,-z,defs -o ihex2hdr ihex2hdr.o -lm make[4]: Leaving directory `/«PKGBUILDDIR»/firmware' make[3]: Leaving directory `/«PKGBUILDDIR»/firmware' Making all in fpga make[3]: Entering directory `/«PKGBUILDDIR»/fpga' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/«PKGBUILDDIR»/fpga' Making all in directx make[3]: Entering directory `/«PKGBUILDDIR»/directx' /usr/bin/make all-am make[4]: Entering directory `/«PKGBUILDDIR»/directx' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/«PKGBUILDDIR»/directx' make[3]: Leaving directory `/«PKGBUILDDIR»/directx' Making all in kerneldrv make[3]: Entering directory `/«PKGBUILDDIR»/kerneldrv' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/«PKGBUILDDIR»/kerneldrv' Making all in wdmdrv make[3]: Entering directory `/«PKGBUILDDIR»/wdmdrv' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/«PKGBUILDDIR»/wdmdrv' Making all in misc make[3]: Entering directory `/«PKGBUILDDIR»/misc' x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../diag -I../usbdrv -Wall -g -O2 -Wl,-z,defs -MT syslog.o -MD -MP -MF .deps/syslog.Tpo -c -o syslog.o syslog.c clang: warning: -Wl,-z,defs: 'linker' input unused when '-c' is present In file included from syslog.c:39: In file included from ../diag/baycomusb.h:36: ../usbdrv/usbdrv.h:45:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ../config.h:237:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv -f .deps/syslog.Tpo .deps/syslog.Po x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../diag -I../usbdrv -Wall -g -O2 -Wl,-z,defs -MT snprintpkt.o -MD -MP -MF .deps/snprintpkt.Tpo -c -o snprintpkt.o snprintpkt.c clang: warning: -Wl,-z,defs: 'linker' input unused when '-c' is present snprintpkt.c:33:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ../config.h:237:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv -f .deps/snprintpkt.Tpo .deps/snprintpkt.Po x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../diag -I../usbdrv -Wall -g -O2 -Wl,-z,defs -MT lprintf.o -MD -MP -MF .deps/lprintf.Tpo -c -o lprintf.o lprintf.c clang: warning: -Wl,-z,defs: 'linker' input unused when '-c' is present mv -f .deps/lprintf.Tpo .deps/lprintf.Po rm -f libmisc.a ar cru libmisc.a syslog.o snprintpkt.o lprintf.o ranlib libmisc.a make[3]: Leaving directory `/«PKGBUILDDIR»/misc' Making all in usbdrv make[3]: Entering directory `/«PKGBUILDDIR»/usbdrv' make[4]: Entering directory `/«PKGBUILDDIR»/usbdrv' x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DCONFIGDIR=\"/usr/etc\" -DLOCALSTATEDIR=\"/usr/var\" -I.. -I../misc -I../usbdrv -I../kerneldrv -I../wdmdrv -Wall -g -O2 -Wl,-z,defs -MT usbdrvlinux.o -MD -MP -MF .deps/usbdrvlinux.Tpo -c -o usbdrvlinux.o usbdrvlinux.c clang: warning: -Wl,-z,defs: 'linker' input unused when '-c' is present mv -f .deps/usbdrvlinux.Tpo .deps/usbdrvlinux.Po rm -f libusb.a ar cru libusb.a usbdrvlinux.o ranlib libusb.a make[4]: Leaving directory `/«PKGBUILDDIR»/usbdrv' make[3]: Leaving directory `/«PKGBUILDDIR»/usbdrv' Making all in trxapi make[3]: Entering directory `/«PKGBUILDDIR»/trxapi' rm -f libtrxapi.a ar cru libtrxapi.a ranlib libtrxapi.a rm -f libtrxapiserver.a ar cru libtrxapiserver.a ranlib libtrxapiserver.a make[3]: Leaving directory `/«PKGBUILDDIR»/trxapi' Making all in flexdrv make[3]: Entering directory `/«PKGBUILDDIR»/flexdrv' cp ../trxapi/libtrxapi.a libtrxapi.a cp ../usbdrv/libusb.a libusb.a make[3]: Leaving directory `/«PKGBUILDDIR»/flexdrv' Making all in winserv make[3]: Entering directory `/«PKGBUILDDIR»/winserv' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/«PKGBUILDDIR»/winserv' Making all in diag make[3]: Entering directory `/«PKGBUILDDIR»/diag' x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONFIGDIR=\"/usr/etc\" -DLOCALSTATEDIR=\"/usr/var\" -I.. -I../misc -I../usbdrv -I../diag -I../directx/include -I../directx/include/directx6 -I../kerneldrv -I../wdmdrv -Wall -g -O2 -Wl,-z,defs -MT cfgunix.o -MD -MP -MF .deps/cfgunix.Tpo -c -o cfgunix.o cfgunix.c clang: warning: -Wl,-z,defs: 'linker' input unused when '-c' is present In file included from cfgunix.c:35: In file included from ./baycomusb.h:36: ../usbdrv/usbdrv.h:45:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ../config.h:237:10: note: previous definition is here # define _GNU_SOURCE 1 ^ cfgunix.c:138:15: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (!strcmp(node->name, "adapter")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:804:40: note: expanded from macro 'strcmp' && (__s1_len = __builtin_strlen (s1), __s2_len = __builtin_strlen (s2), \ ^ cfgunix.c:138:15: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (!strcmp(node->name, "adapter")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:807:27: note: expanded from macro 'strcmp' ? __builtin_strcmp (s1, s2) \ ^ cfgunix.c:138:15: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (!strcmp(node->name, "adapter")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:809:36: note: expanded from macro 'strcmp' && (__s1_len = __builtin_strlen (s1), __s1_len < 4) \ ^ cfgunix.c:138:15: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (!strcmp(node->name, "adapter")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:811:26: note: expanded from macro 'strcmp' ? __builtin_strcmp (s1, s2) \ ^ cfgunix.c:138:15: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (!strcmp(node->name, "adapter")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:816:29: note: expanded from macro 'strcmp' ? __builtin_strcmp (s1, s2) \ ^ cfgunix.c:138:15: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (!strcmp(node->name, "adapter")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:818:26: note: expanded from macro 'strcmp' : __builtin_strcmp (s1, s2)))); }) ^ cfgunix.c:139:31: warning: passing 'char [5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "mode"))) { ^~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:139:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "mode"))) { ^ ~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:152:31: warning: passing 'char [5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "fclk"))) ^~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:152:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "fclk"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:155:31: warning: passing 'char [8]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "bitrate"))) ^~~~~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:155:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "bitrate"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:157:31: warning: passing 'char [10]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "bitraterx"))) ^~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:157:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "bitraterx"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:159:31: warning: passing 'char [10]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "bitratetx"))) ^~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:159:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "bitratetx"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:161:31: warning: passing 'char [11]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "samplerate"))) ^~~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:161:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "samplerate"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:163:31: warning: passing 'char [9]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "loopback"))) ^~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:163:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "loopback"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:165:31: warning: passing 'char [8]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "pttmute"))) ^~~~~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:165:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "pttmute"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:167:31: warning: passing 'char [9]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "filtmode"))) ^~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:167:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "filtmode"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:169:31: warning: passing 'char [5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "gain"))) ^~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:169:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "gain"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:171:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "chaccess")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:804:40: note: expanded from macro 'strcmp' && (__s1_len = __builtin_strlen (s1), __s2_len = __builtin_strlen (s2), \ ^ cfgunix.c:171:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "chaccess")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:807:27: note: expanded from macro 'strcmp' ? __builtin_strcmp (s1, s2) \ ^ cfgunix.c:171:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "chaccess")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:809:36: note: expanded from macro 'strcmp' && (__s1_len = __builtin_strlen (s1), __s1_len < 4) \ ^ cfgunix.c:171:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "chaccess")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:811:26: note: expanded from macro 'strcmp' ? __builtin_strcmp (s1, s2) \ ^ cfgunix.c:171:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "chaccess")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:816:29: note: expanded from macro 'strcmp' ? __builtin_strcmp (s1, s2) \ ^ cfgunix.c:171:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "chaccess")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:818:26: note: expanded from macro 'strcmp' : __builtin_strcmp (s1, s2)))); }) ^ cfgunix.c:172:31: warning: passing 'char [8]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "txdelay"))) ^~~~~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:172:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "txdelay"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:174:31: warning: passing 'char [9]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "slottime"))) ^~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:174:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "slottime"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:176:31: warning: passing 'char [13]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "ppersistence"))) ^~~~~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:176:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "ppersistence"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:178:31: warning: passing 'char [7]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "txtail"))) ^~~~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:178:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "txtail"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:180:31: warning: passing 'char [11]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "fullduplex"))) ^~~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:180:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "fullduplex"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:182:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "interface")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:804:40: note: expanded from macro 'strcmp' && (__s1_len = __builtin_strlen (s1), __s2_len = __builtin_strlen (s2), \ ^ cfgunix.c:182:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "interface")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:807:27: note: expanded from macro 'strcmp' ? __builtin_strcmp (s1, s2) \ ^ cfgunix.c:182:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "interface")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:809:36: note: expanded from macro 'strcmp' && (__s1_len = __builtin_strlen (s1), __s1_len < 4) \ ^ cfgunix.c:182:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "interface")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:811:26: note: expanded from macro 'strcmp' ? __builtin_strcmp (s1, s2) \ ^ cfgunix.c:182:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "interface")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:816:29: note: expanded from macro 'strcmp' ? __builtin_strcmp (s1, s2) \ ^ cfgunix.c:182:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "interface")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:818:26: note: expanded from macro 'strcmp' : __builtin_strcmp (s1, s2)))); }) ^ cfgunix.c:183:31: warning: passing 'char [7]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "ifname"))) ^~~~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:183:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "ifname"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:185:31: warning: passing 'char [7]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "hwaddr"))) ^~~~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:185:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "hwaddr"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:187:31: warning: passing 'char [7]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "ipaddr"))) ^~~~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:187:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "ipaddr"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:189:31: warning: passing 'char [8]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "netmask"))) ^~~~~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:189:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "netmask"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:191:31: warning: passing 'char [10]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "broadcast"))) ^~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:191:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "broadcast"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:193:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "modemdisc")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:804:40: note: expanded from macro 'strcmp' && (__s1_len = __builtin_strlen (s1), __s2_len = __builtin_strlen (s2), \ ^ cfgunix.c:193:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "modemdisc")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:807:27: note: expanded from macro 'strcmp' ? __builtin_strcmp (s1, s2) \ ^ cfgunix.c:193:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "modemdisc")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:809:36: note: expanded from macro 'strcmp' && (__s1_len = __builtin_strlen (s1), __s1_len < 4) \ ^ cfgunix.c:193:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "modemdisc")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:811:26: note: expanded from macro 'strcmp' ? __builtin_strcmp (s1, s2) \ ^ cfgunix.c:193:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "modemdisc")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:816:29: note: expanded from macro 'strcmp' ? __builtin_strcmp (s1, s2) \ ^ cfgunix.c:193:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "modemdisc")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:818:26: note: expanded from macro 'strcmp' : __builtin_strcmp (s1, s2)))); }) ^ cfgunix.c:194:31: warning: passing 'char [7]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "output"))) ^~~~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:194:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "output"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:196:31: warning: passing 'char [10]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "direction"))) ^~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:196:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "direction"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:198:31: warning: passing 'char [4]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "rxc"))) ^~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:198:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "rxc"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:200:31: warning: passing 'char [4]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "txc"))) ^~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:200:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "txc"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:202:31: warning: passing 'char [4]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "txd"))) ^~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:202:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "txd"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:204:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "t7f")) { ~~~~~~~^~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:804:40: note: expanded from macro 'strcmp' && (__s1_len = __builtin_strlen (s1), __s2_len = __builtin_strlen (s2), \ ^ cfgunix.c:204:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "t7f")) { ~~~~~~~^~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:807:27: note: expanded from macro 'strcmp' ? __builtin_strcmp (s1, s2) \ ^ cfgunix.c:204:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "t7f")) { ~~~~~~~^~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:809:36: note: expanded from macro 'strcmp' && (__s1_len = __builtin_strlen (s1), __s1_len < 4) \ ^ cfgunix.c:204:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "t7f")) { ~~~~~~~^~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:811:26: note: expanded from macro 'strcmp' ? __builtin_strcmp (s1, s2) \ ^ cfgunix.c:204:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "t7f")) { ~~~~~~~^~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:816:29: note: expanded from macro 'strcmp' ? __builtin_strcmp (s1, s2) \ ^ cfgunix.c:204:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (!strcmp(node->name, "t7f")) { ~~~~~~~^~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:818:26: note: expanded from macro 'strcmp' : __builtin_strcmp (s1, s2)))); }) ^ cfgunix.c:205:31: warning: passing 'char [5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "ctrl"))) ^~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:205:12: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((cp = xmlGetProp(node, "ctrl"))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:261:13: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (strcmp(doc->children->name, "baycomusb")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:804:40: note: expanded from macro 'strcmp' && (__s1_len = __builtin_strlen (s1), __s2_len = __builtin_strlen (s2), \ ^ cfgunix.c:261:13: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (strcmp(doc->children->name, "baycomusb")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:807:27: note: expanded from macro 'strcmp' ? __builtin_strcmp (s1, s2) \ ^ cfgunix.c:261:13: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (strcmp(doc->children->name, "baycomusb")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:809:36: note: expanded from macro 'strcmp' && (__s1_len = __builtin_strlen (s1), __s1_len < 4) \ ^ cfgunix.c:261:13: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (strcmp(doc->children->name, "baycomusb")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:811:26: note: expanded from macro 'strcmp' ? __builtin_strcmp (s1, s2) \ ^ cfgunix.c:261:13: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (strcmp(doc->children->name, "baycomusb")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:816:29: note: expanded from macro 'strcmp' ? __builtin_strcmp (s1, s2) \ ^ cfgunix.c:261:13: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (strcmp(doc->children->name, "baycomusb")) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:818:26: note: expanded from macro 'strcmp' : __builtin_strcmp (s1, s2)))); }) ^ cfgunix.c:266:43: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (!node->name || strcmp(node->name, "device")) ~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:804:40: note: expanded from macro 'strcmp' && (__s1_len = __builtin_strlen (s1), __s2_len = __builtin_strlen (s2), \ ^ cfgunix.c:266:43: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (!node->name || strcmp(node->name, "device")) ~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:807:27: note: expanded from macro 'strcmp' ? __builtin_strcmp (s1, s2) \ ^ cfgunix.c:266:43: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (!node->name || strcmp(node->name, "device")) ~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:809:36: note: expanded from macro 'strcmp' && (__s1_len = __builtin_strlen (s1), __s1_len < 4) \ ^ cfgunix.c:266:43: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (!node->name || strcmp(node->name, "device")) ~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:811:26: note: expanded from macro 'strcmp' ? __builtin_strcmp (s1, s2) \ ^ cfgunix.c:266:43: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (!node->name || strcmp(node->name, "device")) ~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:816:29: note: expanded from macro 'strcmp' ? __builtin_strcmp (s1, s2) \ ^ cfgunix.c:266:43: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (!node->name || strcmp(node->name, "device")) ~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:818:26: note: expanded from macro 'strcmp' : __builtin_strcmp (s1, s2)))); }) ^ cfgunix.c:268:25: warning: passing 'char [7]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] cp = xmlGetProp(node, "serial"); ^~~~~~~~ /usr/include/libxml2/libxml/tree.h:985:22: note: passing argument to parameter 'name' here const xmlChar *name); ^ cfgunix.c:268:6: warning: assigning to 'const char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] cp = xmlGetProp(node, "serial"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgunix.c:303:24: warning: passing 'char [4]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if (!(doc = xmlNewDoc("1.0"))) ^~~~~ /usr/include/libxml2/libxml/tree.h:738:30: note: passing argument to parameter 'version' here xmlNewDoc (const xmlChar *version); ^ cfgunix.c:305:43: warning: passing 'char [10]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] doc->children = xmlNewDocNode(doc, NULL, "baycomusb", NULL); ^~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:787:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:309:43: warning: passing 'char [7]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] node = xmlNewChild(doc->children, NULL, "device", NULL); ^~~~~~~~ /usr/include/libxml2/libxml/tree.h:804:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:310:20: warning: passing 'char [7]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node, "serial", cfg->serial); ^~~~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:310:30: warning: passing 'char [32]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node, "serial", cfg->serial); ^~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:311:35: warning: passing 'char [8]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] node2 = xmlNewChild(node, NULL, "adapter", NULL); ^~~~~~~~~ /usr/include/libxml2/libxml/tree.h:804:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:312:21: warning: passing 'char [5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "mode", ^~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:313:7: warning: passing 'char *' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] (cfg->adapter.mode == MODE_EXTERNAL) ? "external" : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:318:21: warning: passing 'char [5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "fclk", buf); ^~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:318:29: warning: passing 'char [128]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "fclk", buf); ^~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:320:21: warning: passing 'char [10]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "bitraterx", buf); ^~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:320:34: warning: passing 'char [128]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "bitraterx", buf); ^~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:322:21: warning: passing 'char [10]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "bitratetx", buf); ^~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:322:34: warning: passing 'char [128]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "bitratetx", buf); ^~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:324:21: warning: passing 'char [11]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "samplerate", buf); ^~~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:324:35: warning: passing 'char [128]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "samplerate", buf); ^~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:326:21: warning: passing 'char [9]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "loopback", buf); ^~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:326:33: warning: passing 'char [128]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "loopback", buf); ^~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:328:21: warning: passing 'char [8]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "pttmute", buf); ^~~~~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:328:32: warning: passing 'char [128]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "pttmute", buf); ^~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:330:21: warning: passing 'char [9]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "filtmode", buf); ^~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:330:33: warning: passing 'char [128]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "filtmode", buf); ^~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:332:21: warning: passing 'char [5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "gain", buf); ^~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:332:29: warning: passing 'char [128]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "gain", buf); ^~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:333:35: warning: passing 'char [9]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] node2 = xmlNewChild(node, NULL, "chaccess", NULL); ^~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:804:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:335:21: warning: passing 'char [8]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "txdelay", buf); ^~~~~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:335:32: warning: passing 'char [128]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "txdelay", buf); ^~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:337:21: warning: passing 'char [9]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "slottime", buf); ^~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:337:33: warning: passing 'char [128]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "slottime", buf); ^~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:339:21: warning: passing 'char [13]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "ppersistence", buf); ^~~~~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:339:37: warning: passing 'char [128]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "ppersistence", buf); ^~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:341:21: warning: passing 'char [7]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "txtail", buf); ^~~~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:341:31: warning: passing 'char [128]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "txtail", buf); ^~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:343:21: warning: passing 'char [11]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "fullduplex", buf); ^~~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:343:35: warning: passing 'char [128]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "fullduplex", buf); ^~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:344:35: warning: passing 'char [10]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] node2 = xmlNewChild(node, NULL, "interface", NULL); ^~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:804:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:345:21: warning: passing 'char [7]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "ifname", cfg->ifcfg.ifname); ^~~~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:345:31: warning: passing 'char [16]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "ifname", cfg->ifcfg.ifname); ^~~~~~~~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:346:21: warning: passing 'char [7]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "hwaddr", cfg->ifcfg.hwaddr); ^~~~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:346:31: warning: passing 'char [16]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "hwaddr", cfg->ifcfg.hwaddr); ^~~~~~~~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:347:21: warning: passing 'char [7]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "ipaddr", cfg->ifcfg.ipaddr); ^~~~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:347:31: warning: passing 'char [16]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "ipaddr", cfg->ifcfg.ipaddr); ^~~~~~~~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:348:21: warning: passing 'char [8]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "netmask", cfg->ifcfg.netmask); ^~~~~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:348:32: warning: passing 'char [16]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "netmask", cfg->ifcfg.netmask); ^~~~~~~~~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:349:21: warning: passing 'char [10]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "broadcast", cfg->ifcfg.broadcast); ^~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:349:34: warning: passing 'char [16]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "broadcast", cfg->ifcfg.broadcast); ^~~~~~~~~~~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:350:35: warning: passing 'char [10]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] node2 = xmlNewChild(node, NULL, "modemdisc", NULL); ^~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:804:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:352:21: warning: passing 'char [7]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "output", buf); ^~~~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:352:31: warning: passing 'char [128]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "output", buf); ^~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:354:21: warning: passing 'char [10]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "direction", buf); ^~~~~~~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:354:34: warning: passing 'char [128]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "direction", buf); ^~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:356:21: warning: passing 'char [4]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "rxc", buf); ^~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:356:28: warning: passing 'char [128]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "rxc", buf); ^~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:358:21: warning: passing 'char [4]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "txc", buf); ^~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:358:28: warning: passing 'char [128]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "txc", buf); ^~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:360:21: warning: passing 'char [4]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "txd", buf); ^~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:360:28: warning: passing 'char [128]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "txd", buf); ^~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ cfgunix.c:361:35: warning: passing 'char [4]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] node2 = xmlNewChild(node, NULL, "t7f", NULL); ^~~~~ /usr/include/libxml2/libxml/tree.h:804:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:363:21: warning: passing 'char [5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "ctrl", buf); ^~~~~~ /usr/include/libxml2/libxml/tree.h:972:22: note: passing argument to parameter 'name' here const xmlChar *name, ^ cfgunix.c:363:29: warning: passing 'char [128]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] xmlSetProp(node2, "ctrl", buf); ^~~ /usr/include/libxml2/libxml/tree.h:973:22: note: passing argument to parameter 'value' here const xmlChar *value); ^ 157 warnings generated. mv -f .deps/cfgunix.Tpo .deps/cfgunix.Po x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONFIGDIR=\"/usr/etc\" -DLOCALSTATEDIR=\"/usr/var\" -I.. -I../misc -I../usbdrv -I../diag -I../directx/include -I../directx/include/directx6 -I../kerneldrv -I../wdmdrv -Wall -g -O2 -Wl,-z,defs -MT configadapt.o -MD -MP -MF .deps/configadapt.Tpo -c -o configadapt.o configadapt.c clang: warning: -Wl,-z,defs: 'linker' input unused when '-c' is present configadapt.c:342:10: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strncpy(&fw[0xf0], serial, 0x10); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:761:52: note: expanded from macro 'strncpy' # define strncpy(dest, src, n) __builtin_strncpy (dest, src, n) ^ configadapt.c:464:10: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strncpy(&fw[0xf0], serial, 0x10); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:761:52: note: expanded from macro 'strncpy' # define strncpy(dest, src, n) __builtin_strncpy (dest, src, n) ^ configadapt.c:490:10: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strncpy(&fw[0xf0], serial, 0x10); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string2.h:761:52: note: expanded from macro 'strncpy' # define strncpy(dest, src, n) __builtin_strncpy (dest, src, n) ^ configadapt.c:251:12: warning: unused function 'displaymem' [-Wunused-function] static int displaymem(struct usbdevice *dev) ^ configadapt.c:278:12: warning: unused function 'displaycpucs' [-Wunused-function] static int displaycpucs(struct usbdevice *dev) ^ make[3]: *** [configadapt.o] Terminated make[2]: *** [all-recursive] Terminated make[1]: *** [all] Terminated make: *** [build-stamp] Terminated E: Caught signal 'Terminated': terminating immediately Build killed with signal TERM after 60 minutes of inactivity ──────────────────────────────────────────────────────────────────────────────── Build finished at 20120709-2133 Finished ──────── E: Build failure (dpkg-buildpackage died) ┌──────────────────────────────────────────────────────────────────────────────┐ │ Cleanup │ └──────────────────────────────────────────────────────────────────────────────┘ Purging /«BUILDDIR» Not cleaning session: cloned chroot in use ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Architecture: amd64 Build-Space: 7868 Build-Time: 3638 Distribution: unstable Fail-Stage: build Install-Time: 15 Job: baycomusb_0.10-12.1 Package: baycomusb Package-Time: 3691 Source-Version: 0.10-12.1 Space: 7868 Status: attempted Version: 0.10-12.1 ──────────────────────────────────────────────────────────────────────────────── Finished at 20120709-2133 Build needed 01:01:31, 7868k disc space DC-Status: Failed 3693.304199s DC-Time-Estimation: 3693.304199 versus expected 40 (r/m: 91.332604975 ; m: 40.0)