Ankündigung

Einklappen
Keine Ankündigung bisher.

Fehler-Exitstatus von debian/rules build war 2

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    #16
    Anleitung ist ja wie folgt:

    HTML-Code:
        # Do not use "sudo" unless told to do so.
    # If "dpkg-buildpackage" complains about missing packages
    # ("Unmet build dependencies"): install them
    # (apt-get install …) and try that step again.
    # If it wants "x | y", try just x; install y if that doesn't work.
    # Also, if it complains about conflicting packages, remove them (duh).  
    # first, install build tools and get the source code
    
    sudo apt-get install git-core build-essential
    git clone https://github.com/knxd/knxd.git  
    
    # now build+install knxd
    cd knxd
    git checkout master
    dpkg-buildpackage -b -uc
    
    # To repeat: if this fails because of missing dependencies,
    # fix them instead of using dpkg-buildpackage's "-d" option.
    cd ..
    sudo dpkg -i knxd_*.deb knxd-tools_*.deb  
    
    # … and if you'd like to update knxd: rm knxd*.deb
    cd knxd
    git pull dpkg-buildpackage -b -uc
    cd ..
    sudo dpkg -i knxd_*.deb knxd-tools_*.deb
    Ich habe ein jungfräuliches Raspi3 und nur rudimentär Ahnung von Linux bisher. dpkg-buildpackage -b -uc -d und dpkg-buildpackage -d bringen den gleichen Fehler.

    HTML-Code:
      pi@raspberrypi:~/knxd $ sudo apt-get install
    Reading package lists... Done
    Building dependency tree      
    Reading state information... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Zuletzt geändert von knxhans; 25.04.2017, 17:14.

    Kommentar


      #17
      Zitat von knxhans Beitrag anzeigen
      Ich habe ein jungfräuliches Raspi3 und nur rudimentär Ahnung von Linux bisher. dpkg-buildpackage -b -uc -d und dpkg-buildpackage -d bringen den gleichen Fehler.
      [/HTML]
      Wenn dort der Kommentar steht, dass keinesfalls -d genutzt werden soll, sondern alle Abhängigkeiten aufzulösen sind, dann ist das wirklich so gemeint. Also bitte mit "sudo apt-get install <Pakete>" alle Pakete noch installieren bis alle Abhängigkeiten erfüllt sind.
      EIB/KNX, VISU mit knxd + linknx + knxweb, Steuerbefehle via SMS und Email mit postfix + procmail

      Kommentar


        #18
        Schau mal in die Komplettanleitung von SmartHomeNG rein für ein wenig mehr Erläuterung dazu, vielleicht wird es Dir dann klarer was Du da noch machen mußt.

        Kommentar


          #19
          Stimmt, nachdem ich die Pakete alle installiert habe laeuft es durch:

          HTML-Code:
            sudo apt-get install debhelper cdbs automake libtool libusb-1.0-0-dev git-core build-essential libsystemd-dev dh-systemd libev-dev cmake
          Nicht so einfach, fuer einen Linux Neuling bei all den vielen Anleitungen im Netz und hier im Forum zu knxd aktuell... Danke!

          EDIT: Knxd läuft, ich kann mit knxtool die Lampen schalten! Jetzt nur noch die Homebridge zum Laufen bringen :-) Danke für eure Hilfe!
          Zuletzt geändert von knxhans; 25.04.2017, 19:52.

          Kommentar


            #20
            Wenn ich das -d anhaenge
            Jetzt mal Butter bei die Fische: Hast du nur das Englisch nicht richtig gelesen, oder ist das "-d" auf dem Mist bzw. Müll irgendeiner anderen Anleitung gewachsen?

            Wenn Letzeres: schreibe dem Autor derselben einen schönen Gruß von mir und er soll sich dieses verdammte "-d" sonstwohin kritzeln, aber es auf jeden Fall aus seinem Text rausnehmen. Diese Option verursacht mehr Erklärbedarf als alles Andere zusammen.
            DistKV, Home Assistant, 1wire, KNX, Python, Asterisk, SMD-Lötkolben

            Kommentar


              #21
              War in einer Anleitung von irgend einem User im FHEM Forum.

              Meine Homebridge läuft jetzt auch. Nicht ganz einfach, wenn man mit Linux noch nicht viel zu tun hatte und sich sein erstes Pi gekauft hat, nur um mit Siri die Lampen einzuschalten :-)

              Smurf - Großes Lob was du hier anstellst - ich verstehe nur einen Bruchteil - freue mich aber gerade wie verrückt, dass es klappt!

              Kommentar


                #22
                moin, ich wollte diesen post, auch wenn er schon etwas älter ist nochmal aufgreifen, da ich absolut nicht weiter komme.
                ich habe schon einiges versucht um den TUL Stick an meinem raspberry zum laufen zu bringen, allerdings scheitert die github installation immer.
                habe mittlerweile rausgefunden, dass die einzige installation die überhaupt anfängt etwas zu installieren der git checkout DERBIAN ist, bei den anderen fehlen mir entsprechende verzeichnisse.

                zuletzt habe ich eine komplett neue SD karte aufgesetzt, das Image ist :
                Raspberry Pi OS (32-bit) Lite Minimal image based on Debian Buster

                Dann sofort mit der TUL-stick installation begonnen, damit nichts anderes stören kann.

                Ich habe jetzt der einfachheitshalber mal den kompletten installationsweg kopiert, dann kann mir eventuell einer erklären was ich da falsch gemacht habe, der fehler am ende lautet immer: dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2


                Hier der komplette Log:


                pi@raspberrypi:~ $ git clone https://github.com/knxd/knxd.git
                Cloning into 'knxd'...
                remote: Enumerating objects: 158, done.
                remote: Counting objects: 100% (158/158), done.
                remote: Compressing objects: 100% (98/98), done.
                remote: Total 13211 (delta 97), reused 104 (delta 59), pack-reused 13053
                Receiving objects: 100% (13211/13211), 3.52 MiB | 5.10 MiB/s, done.
                Resolving deltas: 100% (10132/10132), done.
                pi@raspberrypi:~ $ cd knxd
                pi@raspberrypi:~/knxd $ git checkout debian
                Branch 'debian' set up to track remote branch 'debian' from 'origin'.
                Switched to a new branch 'debian'
                pi@raspberrypi:~/knxd $ sh bootstrap.sh
                libtoolize: putting auxiliary files in '.'.
                libtoolize: copying file './config.guess'
                libtoolize: copying file './config.sub'
                libtoolize: copying file './install-sh'
                libtoolize: copying file './ltmain.sh'
                libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
                libtoolize: copying file 'm4/libtool.m4'
                libtoolize: copying file 'm4/ltoptions.m4'
                libtoolize: copying file 'm4/ltsugar.m4'
                libtoolize: copying file 'm4/ltversion.m4'
                libtoolize: copying file 'm4/lt~obsolete.m4'
                configure.ac:31: installing './compile'
                configure.ac:30: installing './missing'
                src/backend/Makefile.am: installing './depcomp'
                pi@raspberrypi:~/knxd $ make
                make: *** No targets specified and no makefile found. Stop.
                pi@raspberrypi:~/knxd $
                pi@raspberrypi:~/knxd $ dpkg-buildpackage -b -uc -d
                dpkg-buildpackage: info: source package knxd
                dpkg-buildpackage: info: source version 0.14.39-1
                dpkg-buildpackage: info: source distribution unstable
                dpkg-buildpackage: info: source changed by Matthias Urlichs <matthias@urlichs.de>
                dpkg-buildpackage: info: host architecture armhf
                dpkg-source --before-build .
                fakeroot debian/rules clean
                dh clean
                debian/rules override_dh_clean
                make[1]: Entering directory '/home/pi/knxd'
                dh_clean
                rm -f debian/debhelper-build-stamp
                rm -rf debian/.debhelper/
                rm -f -- debian/knxd.substvars debian/knxd-tools.substvars debian/knxd-dev.substvars debian/files
                rm -fr -- debian/knxd/ debian/tmp/ debian/knxd-tools/ debian/knxd-dev/
                find . \( \( \
                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o -type f -a \
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
                -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
                -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
                -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} + \) -o \
                \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \)
                rm -f debian/knxd.install
                rm -f debian/knxd.udev
                make[1]: Leaving directory '/home/pi/knxd'
                debian/rules build
                dh build
                dh_update_autotools_config
                install -d debian/.debhelper/bucket/files
                cp -an --reflink=auto config.guess debian/.debhelper/bucket/files/19c12bb2ca19e68724c2854ed0512469518df19b0710cc2011 a5ca540810979c.tmp
                mv debian/.debhelper/bucket/files/19c12bb2ca19e68724c2854ed0512469518df19b0710cc2011 a5ca540810979c.tmp debian/.debhelper/bucket/files/19c12bb2ca19e68724c2854ed0512469518df19b0710cc2011 a5ca540810979c
                cp -f /usr/share/misc/config.guess ./config.guess
                cp -an --reflink=auto config.sub debian/.debhelper/bucket/files/f7197ddfb309e86d5fbd7d3b440a5ababfbd4aac1e1f53b492 e28e54db58b222.tmp
                mv debian/.debhelper/bucket/files/f7197ddfb309e86d5fbd7d3b440a5ababfbd4aac1e1f53b492 e28e54db58b222.tmp debian/.debhelper/bucket/files/f7197ddfb309e86d5fbd7d3b440a5ababfbd4aac1e1f53b492 e28e54db58b222
                cp -f /usr/share/misc/config.sub ./config.sub
                dh_autoreconf
                find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a -type f -exec md5sum {} + -o -type l -printf "symlink %p
                " > debian/autoreconf.before
                grep -q ^XDT_ configure.ac
                autoreconf -f -i
                libtoolize: putting auxiliary files in '.'.
                libtoolize: copying file './ltmain.sh'
                libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
                libtoolize: copying file 'm4/libtool.m4'
                libtoolize: copying file 'm4/ltoptions.m4'
                libtoolize: copying file 'm4/ltsugar.m4'
                libtoolize: copying file 'm4/ltversion.m4'
                libtoolize: copying file 'm4/lt~obsolete.m4'
                configure.ac:31: installing './compile'
                configure.ac:30: installing './missing'
                src/backend/Makefile.am: installing './depcomp'
                find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a -type f -exec md5sum {} + -o -type l -printf "symlink %p
                " > debian/autoreconf.after
                debian/rules override_dh_auto_configure
                make[1]: Entering directory '/home/pi/knxd'
                dh_auto_configure -- --enable-usb --enable-groupcache --enable-ft12 --enable-tpuart --enable-dummy --libexecdir=/usr/lib --enable-dependency-tracking --enable-silent-rules
                ./configure --build=arm-linux-gnueabihf --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/arm-linux-gnueabihf --libexecdir=\${prefix}/lib/arm-linux-gnueabihf --disable-maintainer-mode --disable-dependency-tracking --enable-usb --enable-groupcache --enable-ft12 --enable-tpuart --enable-dummy --libexecdir=/usr/lib --enable-dependency-tracking --enable-silent-rules
                configure: WARNING: unrecognized options: --disable-maintainer-mode
                checking for a BSD-compatible install... /usr/bin/install -c
                checking whether build environment is sane... yes
                checking for a thread-safe mkdir -p... /bin/mkdir -p
                checking for gawk... no
                checking for mawk... mawk
                checking whether make sets $(MAKE)... yes
                checking whether make supports nested variables... yes
                checking build system type... arm-unknown-linux-gnueabihf
                checking host system type... arm-unknown-linux-gnueabihf
                checking how to print strings... printf
                checking whether make supports the include directive... yes (GNU style)
                checking for gcc... gcc
                checking whether the C compiler works... yes
                checking for C compiler default output file name... a.out
                checking for suffix of executables...
                checking whether we are cross compiling... no
                checking for suffix of object files... o
                checking whether we are using the GNU C compiler... yes
                checking whether gcc accepts -g... yes
                checking for gcc option to accept ISO C89... none needed
                checking whether gcc understands -c and -o together... yes
                checking dependency style of gcc... gcc3
                checking for a sed that does not truncate output... /bin/sed
                checking for grep that handles long lines and -e... /bin/grep
                checking for egrep... /bin/grep -E
                checking for fgrep... /bin/grep -F
                checking for ld used by gcc... /usr/bin/ld
                checking if the linker (/usr/bin/ld) is GNU ld... yes
                checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
                checking the name lister (/usr/bin/nm -B) interface... BSD nm
                checking whether ln -s works... yes
                checking the maximum length of command line arguments... 1572864
                checking how to convert arm-unknown-linux-gnueabihf file names to arm-unknown-linux-gnueabihf format... func_convert_file_noop
                checking how to convert arm-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop
                checking for /usr/bin/ld option to reload object files... -r
                checking for objdump... objdump
                checking how to recognize dependent libraries... pass_all
                checking for dlltool... no
                checking how to associate runtime and link libraries... printf %s\n
                checking for ar... ar
                checking for archiver @FILE support... @
                checking for strip... strip
                checking for ranlib... ranlib
                checking command to parse /usr/bin/nm -B output from gcc object... ok
                checking for sysroot... no
                checking for a working dd... /bin/dd
                checking how to truncate binary pipes... /bin/dd bs=4096 count=1
                checking for mt... mt
                checking if mt is a manifest tool... no
                checking how to run the C preprocessor... gcc -E
                checking for ANSI C header files... yes
                checking for sys/types.h... yes
                checking for sys/stat.h... yes
                checking for stdlib.h... yes
                checking for string.h... yes
                checking for memory.h... yes
                checking for strings.h... yes
                checking for inttypes.h... yes
                checking for stdint.h... yes
                checking for unistd.h... yes
                checking for dlfcn.h... yes
                checking for objdir... .libs
                checking if gcc supports -fno-rtti -fno-exceptions... no
                checking for gcc option to produce PIC... -fPIC -DPIC
                checking if gcc PIC flag -fPIC -DPIC works... yes
                checking if gcc static flag -static works... yes
                checking if gcc supports -c -o file.o... yes
                checking if gcc supports -c -o file.o... (cached) yes
                checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
                checking whether -lc should be explicitly linked in... no
                checking dynamic linker characteristics... GNU/Linux ld.so
                checking how to hardcode library paths into programs... immediate
                checking whether stripping libraries is possible... yes
                checking if libtool supports shared libraries... yes
                checking whether to build shared libraries... yes
                checking whether to build static libraries... yes
                checking for gcc... (cached) gcc
                checking whether we are using the GNU C compiler... (cached) yes
                checking whether gcc accepts -g... (cached) yes
                checking for gcc option to accept ISO C89... (cached) none needed
                checking whether gcc understands -c and -o together... (cached) yes
                checking dependency style of gcc... (cached) gcc3
                checking for g++... g++
                checking whether we are using the GNU C++ compiler... yes
                checking whether g++ accepts -g... yes
                checking dependency style of g++... gcc3
                checking how to run the C++ preprocessor... g++ -E
                checking for ld used by g++... /usr/bin/ld
                checking if the linker (/usr/bin/ld) is GNU ld... yes
                checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
                checking for g++ option to produce PIC... -fPIC -DPIC
                checking if g++ PIC flag -fPIC -DPIC works... yes
                checking if g++ static flag -static works... yes
                checking if g++ supports -c -o file.o... yes
                checking if g++ supports -c -o file.o... (cached) yes
                checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
                checking dynamic linker characteristics... (cached) GNU/Linux ld.so
                checking how to hardcode library paths into programs... immediate
                checking for bison... no
                checking for byacc... no
                checking for flex... no
                checking for lex... no
                checking dependency style of gcc... gcc3
                checking sys/time.h usability... yes
                checking sys/time.h presence... yes
                checking for sys/time.h... yes
                checking sys/select.h usability... yes
                checking sys/select.h presence... yes
                checking for sys/select.h... yes
                checking whether g++ supports C++11 features by default... yes
                checking build system compiler gcc... yes
                checking for build system preprocessor... gcc -E
                checking for build system executable suffix...
                checking for compiler option -std=c++0x... yes
                checking for pkg-config... /usr/bin/pkg-config
                checking pkg-config is at least version 0.9.0... yes
                checking systemd/sd-daemon.h usability... no
                checking systemd/sd-daemon.h presence... no
                checking for systemd/sd-daemon.h... no
                configure: error: Unable to find a suitable libsystemd library
                tail -v -n \+0 config.log
                ==> config.log <==
                This file contains any messages produced by compilers while
                running configure, to aid debugging if configure makes a mistake.

                It was created by knxd configure DEBIAN-0.14.39-1-3-g8d128ca, which was
                generated by GNU Autoconf 2.69. Invocation command line was

                $ ./configure --build=arm-linux-gnueabihf --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=${prefix}/lib/arm-linux-gnueabihf --libexecdir=${prefix}/lib/arm-linux-gnueabihf --disable-maintainer-mode --disable-dependency-tracking --enable-usb --enable-groupcache --enable-ft12 --enable-tpuart --enable-dummy --libexecdir=/usr/lib --enable-dependency-tracking --enable-silent-rules

                ## --------- ##
                ## Platform. ##
                ## --------- ##

                hostname = raspberrypi
                uname -m = armv7l
                uname -r = 4.19.118-v7l+
                uname -s = Linux
                uname -v = #1311 SMP Mon Apr 27 14:26:42 BST 2020

                /usr/bin/uname -p = unknown
                /bin/uname -X = unknown

                /bin/arch = unknown
                /usr/bin/arch -k = unknown
                /usr/convex/getsysinfo = unknown
                /usr/bin/hostinfo = unknown
                /bin/machine = unknown
                /usr/bin/oslevel = unknown
                /bin/universe = unknown

                PATH: /usr/local/sbin
                PATH: /usr/local/bin
                PATH: /usr/sbin
                PATH: /usr/bin
                PATH: /sbin
                PATH: /bin
                PATH: /usr/local/games
                PATH: /usr/games


                ## ----------- ##
                ## Core tests. ##
                ## ----------- ##

                configure:2736: checking for a BSD-compatible install
                configure:2804: result: /usr/bin/install -c
                configure:2815: checking whether build environment is sane
                configure:2870: result: yes
                configure:3019: checking for a thread-safe mkdir -p
                configure:3058: result: /bin/mkdir -p
                configure:3065: checking for gawk
                configure:3095: result: no
                configure:3065: checking for mawk
                configure:3081: found /usr/bin/mawk
                configure:3092: result: mawk
                configure:3103: checking whether make sets $(MAKE)
                configure:3125: result: yes
                configure:3154: checking whether make supports nested variables
                configure:3171: result: yes
                configure:3326: checking build system type
                configure:3340: result: arm-unknown-linux-gnueabihf
                configure:3360: checking host system type
                configure:3373: result: arm-unknown-linux-gnueabihf
                configure:3414: checking how to print strings
                configure:3441: result: printf
                configure:3466: checking whether make supports the include directive
                configure:3481: make -f confmf.GNU && cat confinc.out
                make[2]: Entering directory '/home/pi/knxd'
                make[2]: Leaving directory '/home/pi/knxd'
                this is the am__doit target
                configure:3484: $? = 0
                configure:3503: result: yes (GNU style)
                configure:3573: checking for gcc
                configure:3589: found /usr/bin/gcc
                configure:3600: result: gcc
                configure:3829: checking for C compiler version
                configure:3838: gcc --version >&5
                gcc (Raspbian 8.3.0-6+rpi1) 8.3.0
                Copyright (C) 2018 Free Software Foundation, Inc.
                This is free software; see the source for copying conditions. There is NO
                warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

                configure:3849: $? = 0
                configure:3838: gcc -v >&5
                Using built-in specs.
                COLLECT_GCC=gcc
                COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/8/lto-wrapper
                Target: arm-linux-gnueabihf
                Configured with: ../src/configure -v --with-pkgversion='Raspbian 8.3.0-6+rpi1' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=arm-linux-gnueabihf- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libitm --disable-libquadmath --disable-libquadmath-support --enable-plugin --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --disable-werror --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
                Thread model: posix
                gcc version 8.3.0 (Raspbian 8.3.0-6+rpi1)
                configure:3849: $? = 0
                configure:3838: gcc -V >&5
                gcc: error: unrecognized command line option '-V'
                gcc: fatal error: no input files
                compilation terminated.
                configure:3849: $? = 1
                configure:3838: gcc -qversion >&5
                gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
                gcc: fatal error: no input files
                compilation terminated.
                configure:3849: $? = 1
                configure:3869: checking whether the C compiler works
                configure:3891: gcc -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c >&5
                configure:3895: $? = 0
                configure:3943: result: yes
                configure:3946: checking for C compiler default output file name
                configure:3948: result: a.out
                configure:3954: checking for suffix of executables
                configure:3961: gcc -o conftest -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c >&5
                configure:3965: $? = 0
                configure:3987: result:
                configure:4009: checking whether we are cross compiling
                configure:4017: gcc -o conftest -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c >&5
                configure:4021: $? = 0
                configure:4028: ./conftest
                configure:4032: $? = 0
                configure:4020: result: no
                configure:4025: checking for suffix of object files
                configure:4047: gcc -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
                configure:4051: $? = 0
                configure:4072: result: o
                configure:4076: checking whether we are using the GNU C compiler
                configure:4095: gcc -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
                configure:4095: $? = 0
                configure:4104: result: yes
                configure:4113: checking whether gcc accepts -g
                configure:4133: gcc -c -g -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
                configure:4133: $? = 0
                configure:4174: result: yes
                configure:4191: checking for gcc option to accept ISO C89
                configure:4254: gcc -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
                configure:4254: $? = 0
                configure:4267: result: none needed
                configure:4292: checking whether gcc understands -c and -o together
                configure:4314: gcc -c conftest.c -o conftest2.o
                configure:4317: $? = 0
                configure:4314: gcc -c conftest.c -o conftest2.o
                configure:4317: $? = 0
                configure:4329: result: yes
                configure:4348: checking dependency style of gcc
                configure:4459: result: gcc3
                configure:4474: checking for a sed that does not truncate output
                configure:4538: result: /bin/sed
                configure:4556: checking for grep that handles long lines and -e
                configure:4614: result: /bin/grep
                configure:4619: checking for egrep
                configure:4681: result: /bin/grep -E
                configure:4686: checking for fgrep
                configure:4748: result: /bin/grep -F
                configure:4783: checking for ld used by gcc
                configure:4850: result: /usr/bin/ld
                configure:4857: checking if the linker (/usr/bin/ld) is GNU ld
                configure:4872: result: yes
                configure:4884: checking for BSD- or MS-compatible name lister (nm)
                configure:4938: result: /usr/bin/nm -B
                configure:5068: checking the name lister (/usr/bin/nm -B) interface
                configure:5075: gcc -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
                configure:5078: /usr/bin/nm -B "conftest.o"
                configure:5081: output
                00000000 B some_variable
                configure:5082: result: BSD nm
                configure:5085: checking whether ln -s works
                configure:5089: result: yes
                configure:5097: checking the maximum length of command line arguments
                configure:5228: result: 1572864
                configure:5276: checking how to convert arm-unknown-linux-gnueabihf file names to arm-unknown-linux-gnueabihf format
                configure:5316: result: func_convert_file_noop
                configure:5323: checking how to convert arm-unknown-linux-gnueabihf file names to toolchain format
                configure:5343: result: func_convert_file_noop
                configure:5350: checking for /usr/bin/ld option to reload object files
                configure:5357: result: -r
                configure:5431: checking for objdump
                configure:5447: found /usr/bin/objdump
                configure:5458: result: objdump
                configure:5490: checking how to recognize dependent libraries
                configure:5690: result: pass_all
                configure:5775: checking for dlltool
                configure:5805: result: no
                configure:5835: checking how to associate runtime and link libraries
                configure:5862: result: printf %s\n
                configure:5923: checking for ar
                configure:5939: found /usr/bin/ar
                configure:5950: result: ar
                configure:5987: checking for archiver @FILE support
                configure:6004: gcc -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
                configure:6004: $? = 0
                configure:6007: ar cru libconftest.a @conftest.lst >&5
                ar: `u' modifier ignored since `D' is the default (see `U')
                configure:6010: $? = 0
                configure:6015: ar cru libconftest.a @conftest.lst >&5
                ar: `u' modifier ignored since `D' is the default (see `U')
                ar: conftest.o: No such file or directory
                configure:6018: $? = 1
                configure:6017: result: @
                configure:6075: checking for strip
                configure:6091: found /usr/bin/strip
                configure:6102: result: strip
                configure:6174: checking for ranlib
                configure:6190: found /usr/bin/ranlib
                configure:6201: result: ranlib
                configure:6303: checking command to parse /usr/bin/nm -B output from gcc object
                configure:6456: gcc -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
                configure:6459: $? = 0
                configure:6463: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm
                configure:6529: gcc -o conftest -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c conftstm.o >&5
                configure:6532: $? = 0
                configure:6570: result: ok
                configure:6617: checking for sysroot
                configure:6647: result: no
                configure:6654: checking for a working dd
                configure:6692: result: /bin/dd
                configure:6696: checking how to truncate binary pipes
                configure:6711: result: /bin/dd bs=4096 count=1
                configure:7040: checking for mt
                configure:7056: found /bin/mt
                configure:7067: result: mt
                configure:7090: checking if mt is a manifest tool
                configure:7096: mt '-?'
                configure:7104: result: no
                configure:7781: checking how to run the C preprocessor
                configure:7812: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
                configure:7812: $? = 0
                configure:7826: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
                conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
                #include <ac_nonexistent.h>
                ^~~~~~~~~~~~~~~~~~
                compilation terminated.
                configure:7826: $? = 1
                configure: failed program was:
                | /* confdefs.h */
                | #define PACKAGE_NAME "knxd"
                | #define PACKAGE_TARNAME "knxd"
                | #define PACKAGE_VERSION "DEBIAN-0.14.39-1-3-g8d128ca"
                | #define PACKAGE_STRING "knxd DEBIAN-0.14.39-1-3-g8d128ca"
                | #define PACKAGE_BUGREPORT ""
                | #define PACKAGE_URL ""
                | #define PACKAGE "knxd"
                | #define VERSION "DEBIAN-0.14.39-1-3-g8d128ca"
                | /* end confdefs.h. */
                | #include <ac_nonexistent.h>
                configure:7851: result: gcc -E
                configure:7871: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
                configure:7871: $? = 0
                configure:7885: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
                conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
                #include <ac_nonexistent.h>
                ^~~~~~~~~~~~~~~~~~
                compilation terminated.
                configure:7885: $? = 1
                configure: failed program was:
                | /* confdefs.h */
                | #define PACKAGE_NAME "knxd"
                | #define PACKAGE_TARNAME "knxd"
                | #define PACKAGE_VERSION "DEBIAN-0.14.39-1-3-g8d128ca"
                | #define PACKAGE_STRING "knxd DEBIAN-0.14.39-1-3-g8d128ca"
                | #define PACKAGE_BUGREPORT ""
                | #define PACKAGE_URL ""
                | #define PACKAGE "knxd"
                | #define VERSION "DEBIAN-0.14.39-1-3-g8d128ca"
                | /* end confdefs.h. */
                | #include <ac_nonexistent.h>
                configure:7914: checking for ANSI C header files
                configure:7934: gcc -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
                configure:7934: $? = 0
                configure:8007: gcc -o conftest -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c >&5
                configure:8007: $? = 0
                configure:8007: ./conftest
                configure:8007: $? = 0
                configure:8018: result: yes
                configure:8031: checking for sys/types.h
                configure:8031: gcc -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
                configure:8031: $? = 0
                configure:8031: result: yes
                configure:8031: checking for sys/stat.h
                configure:8031: gcc -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
                configure:8031: $? = 0
                configure:8031: result: yes
                configure:8031: checking for stdlib.h
                configure:8031: gcc -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
                configure:8031: $? = 0
                configure:8031: result: yes
                configure:8031: checking for string.h
                configure:8031: gcc -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
                configure:8031: $? = 0
                configure:8031: result: yes
                configure:8031: checking for memory.h
                configure:8031: gcc -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
                configure:8031: $? = 0
                configure:8031: result: yes
                configure:8031: checking for strings.h
                configure:8031: gcc -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
                configure:8031: $? = 0
                configure:8031: result: yes
                configure:8031: checking for inttypes.h
                configure:8031: gcc -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
                configure:8031: $? = 0
                configure:8031: result: yes
                configure:8031: checking for stdint.h
                configure:8031: gcc -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
                configure:8031: $? = 0
                configure:8031: result: yes
                configure:8031: checking for unistd.h
                configure:8031: gcc -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
                configure:8031: $? = 0
                configure:8031: result: yes
                configure:8045: checking for dlfcn.h
                configure:8045: gcc -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
                configure:8045: $? = 0
                configure:8045: result: yes
                configure:8301: checking for objdir
                configure:8316: result: .libs
                configure:8580: checking if gcc supports -fno-rtti -fno-exceptions
                configure:8598: gcc -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 -fno-rtti -fno-exceptions conftest.c >&5
                cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
                configure:8602: $? = 0
                configure:8615: result: no
                configure:8973: checking for gcc option to produce PIC
                configure:8980: result: -fPIC -DPIC
                configure:8988: checking if gcc PIC flag -fPIC -DPIC works
                configure:9006: gcc -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.c >&5
                configure:9010: $? = 0
                configure:9023: result: yes
                configure:9052: checking if gcc static flag -static works
                configure:9080: result: yes
                configure:9095: checking if gcc supports -c -o file.o
                configure:9116: gcc -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.c >&5
                configure:9120: $? = 0
                configure:9142: result: yes
                configure:9150: checking if gcc supports -c -o file.o
                configure:9197: result: yes
                configure:9230: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
                configure:10493: result: yes
                configure:10530: checking whether -lc should be explicitly linked in
                configure:10538: gcc -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
                configure:10541: $? = 0
                configure:10556: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
                configure:10559: $? = 0
                configure:10573: result: no
                configure:10733: checking dynamic linker characteristics
                configure:11314: gcc -o conftest -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-rpath -Wl,/foo conftest.c >&5
                configure:11314: $? = 0
                configure:11563: result: GNU/Linux ld.so
                configure:11685: checking how to hardcode library paths into programs
                configure:11710: result: immediate
                configure:12258: checking whether stripping libraries is possible
                configure:12263: result: yes
                configure:12298: checking if libtool supports shared libraries
                configure:12300: result: yes
                configure:12303: checking whether to build shared libraries
                configure:12328: result: yes
                configure:12331: checking whether to build static libraries
                configure:12335: result: yes
                configure:9198: checking for gcc
                configure:9225: result: gcc
                configure:9454: checking for C compiler version
                configure:9463: gcc --version >&5
                gcc (Raspbian 8.3.0-6+rpi1) 8.3.0
                Copyright (C) 2018 Free Software Foundation, Inc.
                This is free software; see the source for copying conditions. There is NO
                warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

                configure:9474: $? = 0
                configure:9463: gcc -v >&5
                Using built-in specs.
                COLLECT_GCC=gcc
                COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/8/lto-wrapper
                Target: arm-linux-gnueabihf
                Configured with: ../src/configure -v --with-pkgversion='Raspbian 8.3.0-6+rpi1' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=arm-linux-gnueabihf- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libitm --disable-libquadmath --disable-libquadmath-support --enable-plugin --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --disable-werror --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
                Thread model: posix
                gcc version 8.3.0 (Raspbian 8.3.0-6+rpi1)
                configure:9474: $? = 0
                configure:9463: gcc -V >&5
                gcc: error: unrecognized command line option '-V'
                gcc: fatal error: no input files
                compilation terminated.
                configure:9474: $? = 1
                configure:9463: gcc -qversion >&5
                gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
                gcc: fatal error: no input files
                compilation terminated.
                configure:9474: $? = 1
                configure:9478: checking whether we are using the GNU C compiler
                configure:9506: result: yes
                configure:9515: checking whether gcc accepts -g
                configure:9576: result: yes
                configure:9593: checking for gcc option to accept ISO C89
                configure:9669: result: none needed
                configure:9694: checking whether gcc understands -c and -o together
                configure:9731: result: yes
                configure:9750: checking dependency style of gcc
                configure:9861: result: gcc3
                configure:9934: checking for g++
                configure:9950: found /usr/bin/g++
                configure:9961: result: g++
                configure:9988: checking for C++ compiler version
                configure:9997: g++ --version >&5
                g++ (Raspbian 8.3.0-6+rpi1) 8.3.0
                Copyright (C) 2018 Free Software Foundation, Inc.
                This is free software; see the source for copying conditions. There is NO
                warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

                configure:10008: $? = 0
                configure:9997: g++ -v >&5
                Using built-in specs.
                COLLECT_GCC=g++
                COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/8/lto-wrapper
                Target: arm-linux-gnueabihf
                Configured with: ../src/configure -v --with-pkgversion='Raspbian 8.3.0-6+rpi1' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=arm-linux-gnueabihf- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libitm --disable-libquadmath --disable-libquadmath-support --enable-plugin --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --disable-werror --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
                Thread model: posix
                gcc version 8.3.0 (Raspbian 8.3.0-6+rpi1)
                configure:10008: $? = 0
                configure:9997: g++ -V >&5
                g++: error: unrecognized command line option '-V'
                g++: fatal error: no input files
                compilation terminated.
                configure:10008: $? = 1
                configure:9997: g++ -qversion >&5
                g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
                g++: fatal error: no input files
                compilation terminated.
                configure:10008: $? = 1
                configure:10012: checking whether we are using the GNU C++ compiler
                configure:10031: g++ -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp >&5
                configure:10031: $? = 0
                configure:10040: result: yes
                configure:10049: checking whether g++ accepts -g
                configure:10069: g++ -c -g -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp >&5
                configure:10069: $? = 0
                configure:10110: result: yes
                configure:10135: checking dependency style of g++
                configure:10246: result: gcc3
                configure:10279: checking how to run the C++ preprocessor
                configure:10306: g++ -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp
                configure:10306: $? = 0
                configure:10320: g++ -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp
                conftest.cpp:23:10: fatal error: ac_nonexistent.h: No such file or directory
                #include <ac_nonexistent.h>
                ^~~~~~~~~~~~~~~~~~
                compilation terminated.
                configure:10320: $? = 1
                configure: failed program was:
                | /* confdefs.h */
                | #define PACKAGE_NAME "knxd"
                | #define PACKAGE_TARNAME "knxd"
                | #define PACKAGE_VERSION "DEBIAN-0.14.39-1-3-g8d128ca"
                | #define PACKAGE_STRING "knxd DEBIAN-0.14.39-1-3-g8d128ca"
                | #define PACKAGE_BUGREPORT ""
                | #define PACKAGE_URL ""
                | #define PACKAGE "knxd"
                | #define VERSION "DEBIAN-0.14.39-1-3-g8d128ca"
                | #define STDC_HEADERS 1
                | #define HAVE_SYS_TYPES_H 1
                | #define HAVE_SYS_STAT_H 1
                | #define HAVE_STDLIB_H 1
                | #define HAVE_STRING_H 1
                | #define HAVE_MEMORY_H 1
                | #define HAVE_STRINGS_H 1
                | #define HAVE_INTTYPES_H 1
                | #define HAVE_STDINT_H 1
                | #define HAVE_UNISTD_H 1
                | #define HAVE_DLFCN_H 1
                | #define LT_OBJDIR ".libs/"
                | /* end confdefs.h. */
                | #include <ac_nonexistent.h>
                configure:10345: result: g++ -E
                configure:10365: g++ -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp
                configure:10365: $? = 0
                configure:10379: g++ -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp
                conftest.cpp:23:10: fatal error: ac_nonexistent.h: No such file or directory
                #include <ac_nonexistent.h>
                ^~~~~~~~~~~~~~~~~~
                compilation terminated.
                configure:10379: $? = 1
                configure: failed program was:
                | /* confdefs.h */
                | #define PACKAGE_NAME "knxd"
                | #define PACKAGE_TARNAME "knxd"
                | #define PACKAGE_VERSION "DEBIAN-0.14.39-1-3-g8d128ca"
                | #define PACKAGE_STRING "knxd DEBIAN-0.14.39-1-3-g8d128ca"
                | #define PACKAGE_BUGREPORT ""
                | #define PACKAGE_URL ""
                | #define PACKAGE "knxd"
                | #define VERSION "DEBIAN-0.14.39-1-3-g8d128ca"
                | #define STDC_HEADERS 1
                | #define HAVE_SYS_TYPES_H 1
                | #define HAVE_SYS_STAT_H 1
                | #define HAVE_STDLIB_H 1
                | #define HAVE_STRING_H 1
                | #define HAVE_MEMORY_H 1
                | #define HAVE_STRINGS_H 1
                | #define HAVE_INTTYPES_H 1
                | #define HAVE_STDINT_H 1
                | #define HAVE_UNISTD_H 1
                | #define HAVE_DLFCN_H 1
                | #define LT_OBJDIR ".libs/"
                | /* end confdefs.h. */
                | #include <ac_nonexistent.h>
                configure:10541: checking for ld used by g++
                configure:10608: result: /usr/bin/ld
                configure:10615: checking if the linker (/usr/bin/ld) is GNU ld
                configure:10630: result: yes
                configure:10685: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
                configure:11758: result: yes
                configure:11794: g++ -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp >&5
                configure:11797: $? = 0
                configure:12278: checking for g++ option to produce PIC
                configure:12285: result: -fPIC -DPIC
                configure:12293: checking if g++ PIC flag -fPIC -DPIC works
                configure:12311: g++ -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.cpp >&5
                configure:12315: $? = 0
                configure:12328: result: yes
                configure:12351: checking if g++ static flag -static works
                configure:12379: result: yes
                configure:12391: checking if g++ supports -c -o file.o
                configure:12412: g++ -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.cpp >&5
                configure:12416: $? = 0
                configure:12438: result: yes
                configure:12443: checking if g++ supports -c -o file.o
                configure:12490: result: yes
                configure:12520: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
                configure:12563: result: yes
                configure:12704: checking dynamic linker characteristics
                configure:13461: result: GNU/Linux ld.so
                configure:13526: checking how to hardcode library paths into programs
                configure:13551: result: immediate
                configure:12426: checking for bison
                configure:12456: result: no
                configure:12426: checking for byacc
                configure:12456: result: no
                configure:12469: checking for flex
                configure:12499: result: no
                configure:12469: checking for lex
                configure:12499: result: no
                configure:12633: checking dependency style of gcc
                configure:12742: result: gcc3
                configure:12768: checking sys/time.h usability
                configure:12768: g++ -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp >&5
                configure:12768: $? = 0
                configure:12768: result: yes
                configure:12768: checking sys/time.h presence
                configure:12768: g++ -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp
                configure:12768: $? = 0
                configure:12768: result: yes
                configure:12768: checking for sys/time.h
                configure:12768: result: yes
                configure:12768: checking sys/select.h usability
                configure:12768: g++ -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp >&5
                configure:12768: $? = 0
                configure:12768: result: yes
                configure:12768: checking sys/select.h presence
                configure:12768: g++ -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp
                configure:12768: $? = 0
                configure:12768: result: yes
                configure:12768: checking for sys/select.h
                configure:12768: result: yes
                configure:12785: checking whether g++ supports C++11 features by default
                configure:13079: g++ -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp >&5
                configure:13079: $? = 0
                configure:13086: result: yes
                configure:13831: checking build system compiler gcc
                configure:13844: gcc conftest.c
                conftest.c: In function 'main':
                conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
                exit(0);
                ^~~~
                conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit'
                conftest.c:4:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
                conftest.c:1:1:
                +#include <stdlib.h>
                int
                conftest.c:4:3:
                exit(0);
                ^~~~
                configure:13847: $? = 0
                configure:13854: result: yes
                configure:13873: checking for build system preprocessor
                configure:13884: gcc -E conftest.c
                # 1 "conftest.c"
                # 1 "<built-in>"
                # 1 "<command-line>"
                # 31 "<command-line>"
                # 1 "/usr/include/stdc-predef.h" 1 3 4
                # 32 "<command-line>" 2
                # 1 "conftest.c"
                configure:13887: $? = 0
                configure:13902: result: gcc -E
                configure:13909: checking for build system executable suffix
                configure:13923: gcc conftest.c -o conftest.exe
                conftest.c: In function 'main':
                conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
                exit (0);
                ^~~~
                conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit'
                conftest.c:4:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
                conftest.c:1:1:
                +#include <stdlib.h>
                int
                conftest.c:4:3:
                exit (0);
                ^~~~
                configure:13926: $? = 0
                ./configure: line 13928: ./conftest: No such file or directory
                configure:13923: gcc conftest.c -o conftest,ff8
                conftest.c: In function 'main':
                conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
                exit (0);
                ^~~~
                conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit'
                conftest.c:4:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
                conftest.c:1:1:
                +#include <stdlib.h>
                int
                conftest.c:4:3:
                exit (0);
                ^~~~
                configure:13926: $? = 0
                ./configure: line 13928: ./conftest: No such file or directory
                configure:13923: gcc conftest.c -o conftest
                conftest.c: In function 'main':
                conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
                exit (0);
                ^~~~
                conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit'
                conftest.c:4:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
                conftest.c:1:1:
                +#include <stdlib.h>
                int
                conftest.c:4:3:
                exit (0);
                ^~~~
                configure:13926: $? = 0
                configure:13940: result:
                configure:13969: checking for compiler option -std=c++0x
                configure:13992: result: yes
                configure:14075: checking for pkg-config
                configure:14093: found /usr/bin/pkg-config
                configure:14105: result: /usr/bin/pkg-config
                configure:14130: checking pkg-config is at least version 0.9.0
                configure:14133: result: yes
                configure:14177: checking systemd/sd-daemon.h usability
                configure:14177: g++ -c -g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -std=c++0x -Wno-subobject-linkage -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp >&5
                conftest.cpp:60:10: fatal error: systemd/sd-daemon.h: No such file or directory
                #include <systemd/sd-daemon.h>
                ^~~~~~~~~~~~~~~~~~~~~
                compilation terminated.
                configure:14177: $? = 1
                configure: failed program was:
                | /* confdefs.h */
                | #define PACKAGE_NAME "knxd"
                | #define PACKAGE_TARNAME "knxd"
                | #define PACKAGE_VERSION "DEBIAN-0.14.39-1-3-g8d128ca"
                | #define PACKAGE_STRING "knxd DEBIAN-0.14.39-1-3-g8d128ca"
                | #define PACKAGE_BUGREPORT ""
                | #define PACKAGE_URL ""
                | #define PACKAGE "knxd"
                | #define VERSION "DEBIAN-0.14.39-1-3-g8d128ca"
                | #define STDC_HEADERS 1
                | #define HAVE_SYS_TYPES_H 1
                | #define HAVE_SYS_STAT_H 1
                | #define HAVE_STDLIB_H 1
                | #define HAVE_STRING_H 1
                | #define HAVE_MEMORY_H 1
                | #define HAVE_STRINGS_H 1
                | #define HAVE_INTTYPES_H 1
                | #define HAVE_STDINT_H 1
                | #define HAVE_UNISTD_H 1
                | #define HAVE_DLFCN_H 1
                | #define LT_OBJDIR ".libs/"
                | #define HAVE_SYS_TIME_H 1
                | #define HAVE_SYS_SELECT_H 1
                | #define HAVE_CXX11 1
                | #define HAVE_SYSTEMD 1
                | /* end confdefs.h. */
                | #include <stdio.h>
                | #ifdef HAVE_SYS_TYPES_H
                | # include <sys/types.h>
                | #endif
                | #ifdef HAVE_SYS_STAT_H
                | # include <sys/stat.h>
                | #endif
                | #ifdef STDC_HEADERS
                | # include <stdlib.h>
                | # include <stddef.h>
                | #else
                | # ifdef HAVE_STDLIB_H
                | # include <stdlib.h>
                | # endif
                | #endif
                | #ifdef HAVE_STRING_H
                | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
                | # include <memory.h>
                | # endif
                | # include <string.h>
                | #endif
                | #ifdef HAVE_STRINGS_H
                | # include <strings.h>
                | #endif
                | #ifdef HAVE_INTTYPES_H
                | # include <inttypes.h>
                | #endif
                | #ifdef HAVE_STDINT_H
                | # include <stdint.h>
                | #endif
                | #ifdef HAVE_UNISTD_H
                | # include <unistd.h>
                | #endif
                | #include <systemd/sd-daemon.h>
                configure:14177: result: no
                configure:14177: checking systemd/sd-daemon.h presence
                configure:14177: g++ -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp
                conftest.cpp:27:10: fatal error: systemd/sd-daemon.h: No such file or directory
                #include <systemd/sd-daemon.h>
                ^~~~~~~~~~~~~~~~~~~~~
                compilation terminated.
                configure:14177: $? = 1
                configure: failed program was:
                | /* confdefs.h */
                | #define PACKAGE_NAME "knxd"
                | #define PACKAGE_TARNAME "knxd"
                | #define PACKAGE_VERSION "DEBIAN-0.14.39-1-3-g8d128ca"
                | #define PACKAGE_STRING "knxd DEBIAN-0.14.39-1-3-g8d128ca"
                | #define PACKAGE_BUGREPORT ""
                | #define PACKAGE_URL ""
                | #define PACKAGE "knxd"
                | #define VERSION "DEBIAN-0.14.39-1-3-g8d128ca"
                | #define STDC_HEADERS 1
                | #define HAVE_SYS_TYPES_H 1
                | #define HAVE_SYS_STAT_H 1
                | #define HAVE_STDLIB_H 1
                | #define HAVE_STRING_H 1
                | #define HAVE_MEMORY_H 1
                | #define HAVE_STRINGS_H 1
                | #define HAVE_INTTYPES_H 1
                | #define HAVE_STDINT_H 1
                | #define HAVE_UNISTD_H 1
                | #define HAVE_DLFCN_H 1
                | #define LT_OBJDIR ".libs/"
                | #define HAVE_SYS_TIME_H 1
                | #define HAVE_SYS_SELECT_H 1
                | #define HAVE_CXX11 1
                | #define HAVE_SYSTEMD 1
                | /* end confdefs.h. */
                | #include <systemd/sd-daemon.h>
                configure:14177: result: no
                configure:14177: checking for systemd/sd-daemon.h
                configure:14177: result: no
                configure:14266: error: Unable to find a suitable libsystemd library

                ## ---------------- ##
                ## Cache variables. ##
                ## ---------------- ##

                ac_cv_build=arm-unknown-linux-gnueabihf
                ac_cv_c_compiler_gnu=yes
                ac_cv_compiler_option_stdc=yes
                ac_cv_cxx_compiler_gnu=yes
                ac_cv_env_CCASFLAGS_set=
                ac_cv_env_CCASFLAGS_value=
                ac_cv_env_CCAS_set=
                ac_cv_env_CCAS_value=
                ac_cv_env_CCC_set=
                ac_cv_env_CCC_value=
                ac_cv_env_CC_FOR_BUILD_set=
                ac_cv_env_CC_FOR_BUILD_value=
                ac_cv_env_CC_set=
                ac_cv_env_CC_value=
                ac_cv_env_CFLAGS_FOR_BUILD_set=
                ac_cv_env_CFLAGS_FOR_BUILD_value=
                ac_cv_env_CFLAGS_set=set
                ac_cv_env_CFLAGS_value='-g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong'
                ac_cv_env_CPPFLAGS_FOR_BUILD_set=
                ac_cv_env_CPPFLAGS_FOR_BUILD_value=
                ac_cv_env_CPPFLAGS_set=set
                ac_cv_env_CPPFLAGS_value='-Wdate-time -D_FORTIFY_SOURCE=2'
                ac_cv_env_CPP_FOR_BUILD_set=
                ac_cv_env_CPP_FOR_BUILD_value=
                ac_cv_env_CPP_set=
                ac_cv_env_CPP_value=
                ac_cv_env_CXXCPP_set=
                ac_cv_env_CXXCPP_value=
                ac_cv_env_CXXFLAGS_set=set
                ac_cv_env_CXXFLAGS_value='-g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong'
                ac_cv_env_CXX_set=
                ac_cv_env_CXX_value=
                ac_cv_env_LDFLAGS_FOR_BUILD_set=
                ac_cv_env_LDFLAGS_FOR_BUILD_value=
                ac_cv_env_LDFLAGS_set=set
                ac_cv_env_LDFLAGS_value=-Wl,-z,relro
                ac_cv_env_LIBS_FOR_BUILD_set=
                ac_cv_env_LIBS_FOR_BUILD_value=
                ac_cv_env_LIBS_set=
                ac_cv_env_LIBS_value=
                ac_cv_env_LIBUSB_CFLAGS_set=
                ac_cv_env_LIBUSB_CFLAGS_value=
                ac_cv_env_LIBUSB_LIBS_set=
                ac_cv_env_LIBUSB_LIBS_value=
                ac_cv_env_LT_SYS_LIBRARY_PATH_set=
                ac_cv_env_LT_SYS_LIBRARY_PATH_value=
                ac_cv_env_PKG_CONFIG_LIBDIR_set=
                ac_cv_env_PKG_CONFIG_LIBDIR_value=
                ac_cv_env_PKG_CONFIG_PATH_set=
                ac_cv_env_PKG_CONFIG_PATH_value=
                ac_cv_env_PKG_CONFIG_set=
                ac_cv_env_PKG_CONFIG_value=
                ac_cv_env_SYSTEMD_CFLAGS_set=
                ac_cv_env_SYSTEMD_CFLAGS_value=
                ac_cv_env_SYSTEMD_LIBS_set=
                ac_cv_env_SYSTEMD_LIBS_value=
                ac_cv_env_YACC_set=
                ac_cv_env_YACC_value=
                ac_cv_env_YFLAGS_set=
                ac_cv_env_YFLAGS_value=
                ac_cv_env_build_alias_set=set
                ac_cv_env_build_alias_value=arm-linux-gnueabihf
                ac_cv_env_host_alias_set=
                ac_cv_env_host_alias_value=
                ac_cv_env_target_alias_set=
                ac_cv_env_target_alias_value=
                ac_cv_header_dlfcn_h=yes
                ac_cv_header_inttypes_h=yes
                ac_cv_header_memory_h=yes
                ac_cv_header_stdc=yes
                ac_cv_header_stdint_h=yes
                ac_cv_header_stdlib_h=yes
                ac_cv_header_string_h=yes
                ac_cv_header_strings_h=yes
                ac_cv_header_sys_select_h=yes
                ac_cv_header_sys_stat_h=yes
                ac_cv_header_sys_time_h=yes
                ac_cv_header_sys_types_h=yes
                ac_cv_header_systemd_sd_daemon_h=no
                ac_cv_header_unistd_h=yes
                ac_cv_host=arm-unknown-linux-gnueabihf
                ac_cv_objext=o
                ac_cv_path_EGREP='/bin/grep -E'
                ac_cv_path_FGREP='/bin/grep -F'
                ac_cv_path_GREP=/bin/grep
                ac_cv_path_SED=/bin/sed
                ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
                ac_cv_path_install='/usr/bin/install -c'
                ac_cv_path_lt_DD=/bin/dd
                ac_cv_path_mkdir=/bin/mkdir
                ac_cv_prog_AWK=mawk
                ac_cv_prog_CPP='gcc -E'
                ac_cv_prog_CXXCPP='g++ -E'
                ac_cv_prog_ac_ct_AR=ar
                ac_cv_prog_ac_ct_CC=gcc
                ac_cv_prog_ac_ct_CXX=g++
                ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
                ac_cv_prog_ac_ct_OBJDUMP=objdump
                ac_cv_prog_ac_ct_RANLIB=ranlib
                ac_cv_prog_ac_ct_STRIP=strip
                ac_cv_prog_cc_c89=
                ac_cv_prog_cc_g=yes
                ac_cv_prog_cxx_g=yes
                ac_cv_prog_make_make_set=yes
                am_cv_CCAS_dependencies_compiler_type=gcc3
                am_cv_CC_dependencies_compiler_type=gcc3
                am_cv_CXX_dependencies_compiler_type=gcc3
                am_cv_make_support_nested_variables=yes
                am_cv_prog_cc_c_o=yes
                ax_cv_cxx_compile_cxx11=yes
                ax_cv_systemd=y
                gmp_cv_prog_cpp_for_build='gcc -E'
                gmp_cv_prog_exeext_for_build=
                lt_cv_ar_at_file=@
                lt_cv_archive_cmds_need_lc=no
                lt_cv_deplibs_check_method=pass_all
                lt_cv_file_magic_cmd='$MAGIC_CMD'
                lt_cv_file_magic_test_file=
                lt_cv_ld_reload_flag=-r
                lt_cv_nm_interface='BSD nm'
                lt_cv_objdir=.libs
                lt_cv_path_LD=/usr/bin/ld
                lt_cv_path_LDCXX=/usr/bin/ld
                lt_cv_path_NM='/usr/bin/nm -B'
                lt_cv_path_mainfest_tool=no
                lt_cv_prog_compiler_c_o=yes
                lt_cv_prog_compiler_c_o_CXX=yes
                lt_cv_prog_compiler_pic='-fPIC -DPIC'
                lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
                lt_cv_prog_compiler_pic_works=yes
                lt_cv_prog_compiler_pic_works_CXX=yes
                lt_cv_prog_compiler_rtti_exceptions=no
                lt_cv_prog_compiler_static_works=yes
                lt_cv_prog_compiler_static_works_CXX=yes
                lt_cv_prog_gnu_ld=yes
                lt_cv_prog_gnu_ldcxx=yes
                lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
                lt_cv_shlibpath_overrides_runpath=yes
                lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
                lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
                lt_cv_sys_global_symbol_to_c_name_address_lib_pref ix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
                lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
                lt_cv_sys_global_symbol_to_import=
                lt_cv_sys_max_cmd_len=1572864
                lt_cv_to_host_file_cmd=func_convert_file_noop
                lt_cv_to_tool_file_cmd=func_convert_file_noop
                lt_cv_truncate_bin='/bin/dd bs=4096 count=1'

                ## ----------------- ##
                ## Output variables. ##
                ## ----------------- ##

                ACLOCAL='${SHELL} /home/pi/knxd/missing aclocal-1.16'
                AMDEPBACKSLASH='\'
                AMDEP_FALSE='#'
                AMDEP_TRUE=''
                AMTAR='$${TAR-tar}'
                AM_BACKSLASH='\'
                AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
                AM_DEFAULT_VERBOSITY='0'
                AM_V='$(V)'
                AR='ar'
                AUTOCONF='${SHELL} /home/pi/knxd/missing autoconf'
                AUTOHEADER='${SHELL} /home/pi/knxd/missing autoheader'
                AUTOMAKE='${SHELL} /home/pi/knxd/missing automake-1.16'
                AWK='mawk'
                BINDIR='/usr/bin'
                BUILD_JAVA_FALSE=''
                BUILD_JAVA_TRUE=''
                CC='gcc'
                CCAS='gcc'
                CCASDEPMODE='depmode=gcc3'
                CCASFLAGS='-g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong'
                CCDEPMODE='depmode=gcc3'
                CC_FOR_BUILD='gcc'
                CFLAGS='-g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong'
                CFLAGS_FOR_BUILD='-g -O2'
                CONFIG_DIR='/etc'
                CPP='gcc -E'
                CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2'
                CPPFLAGS_FOR_BUILD=''
                CPP_FOR_BUILD='gcc -E'
                CXX='g++'
                CXXCPP='g++ -E'
                CXXDEPMODE='depmode=gcc3'
                CXXFLAGS='-g -O2 -fdebug-prefix-map=/home/pi/knxd=. -fstack-protector-strong -std=c++0x -Wno-subobject-linkage'
                CYGPATH_W='echo'
                DEFS=''
                DEPDIR='.deps'
                DLLTOOL='false'
                DSYMUTIL=''
                DUMPBIN=''
                ECHO_C=''
                ECHO_N='-n'
                ECHO_T=''
                EGREP='/bin/grep -E'
                EV_LIBS=''
                EXEEXT=''
                EXEEXT_FOR_BUILD=''
                FGREP='/bin/grep -F'
                GREP='/bin/grep'
                HAVE_BUSMONITOR_FALSE=''
                HAVE_BUSMONITOR_TRUE=''
                HAVE_CXX11='1'
                HAVE_DUMMY_FALSE=''
                HAVE_DUMMY_TRUE=''
                HAVE_EIBNETIPTUNNEL_FALSE=''
                HAVE_EIBNETIPTUNNEL_TRUE=''
                HAVE_EIBNETIP_FALSE=''
                HAVE_EIBNETIP_TRUE=''
                HAVE_EIBNETSERVER_FALSE=''
                HAVE_EIBNETSERVER_TRUE=''
                HAVE_EMI_FALSE=''
                HAVE_EMI_TRUE=''
                HAVE_FT12_FALSE=''
                HAVE_FT12_TRUE=''
                HAVE_GROUPCACHE_FALSE=''
                HAVE_GROUPCACHE_TRUE=''
                HAVE_MANAGEMENT_FALSE=''
                HAVE_MANAGEMENT_TRUE=''
                HAVE_SOURCE_INFO_FALSE=''
                HAVE_SOURCE_INFO_TRUE=''
                HAVE_SYSTEMD_FALSE=''
                HAVE_SYSTEMD_TRUE=''
                HAVE_TPUART_FALSE=''
                HAVE_TPUART_TRUE=''
                HAVE_USB_FALSE=''
                HAVE_USB_TRUE=''
                INDENT=''
                INSTALL_DATA='${INSTALL} -m 644'
                INSTALL_PROGRAM='${INSTALL}'
                INSTALL_SCRIPT='${INSTALL}'
                INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
                JAR=''
                JAVAC=''
                LD='/usr/bin/ld'
                LDFLAGS='-Wl,-z,relro'
                LDFLAGS_FOR_BUILD='-g'
                LEX=':'
                LEXLIB=''
                LEX_OUTPUT_ROOT=''
                LIBDIR='/usr/lib/arm-linux-gnueabihf'
                LIBEXEC=''
                LIBOBJS=''
                LIBS=''
                LIBS_FOR_BUILD=''
                LIBTOOL='$(SHELL) $(top_builddir)/libtool'
                LIBUSB_CFLAGS=''
                LIBUSB_LIBS=''
                LINUX_API_FALSE=''
                LINUX_API_TRUE=''
                LIPO=''
                LN_S='ln -s'
                LTLIBOBJS=''
                LT_SYS_LIBRARY_PATH=''
                MAKEINFO='${SHELL} /home/pi/knxd/missing makeinfo'
                MANIFEST_TOOL=':'
                MKDIR_P='/bin/mkdir -p'
                NM='/usr/bin/nm -B'
                NMEDIT=''
                OBJDUMP='objdump'
                OBJEXT='o'
                OTOOL64=''
                OTOOL=''
                PACKAGE='knxd'
                PACKAGE_BUGREPORT=''
                PACKAGE_NAME='knxd'
                PACKAGE_STRING='knxd DEBIAN-0.14.39-1-3-g8d128ca'
                PACKAGE_TARNAME='knxd'
                PACKAGE_URL=''
                PACKAGE_VERSION='DEBIAN-0.14.39-1-3-g8d128ca'
                PATH_SEPARATOR=':'
                PKG_CONFIG='/usr/bin/pkg-config'
                PKG_CONFIG_LIBDIR=''
                PKG_CONFIG_PATH=''
                RANLIB='ranlib'
                RUNDIR='/var/run'
                SBINDIR='/usr/sbin'
                SED='/bin/sed'
                SET_MAKE=''
                SHAREDIR='/usr/share'
                SHELL='/bin/bash'
                STRIP='strip'
                SYSTEMD_CFLAGS=''
                SYSTEMD_LIBS=''
                VERSION='DEBIAN-0.14.39-1-3-g8d128ca'
                YACC='yacc'
                YFLAGS=''
                ac_ct_AR='ar'
                ac_ct_CC='gcc'
                ac_ct_CXX='g++'
                ac_ct_DUMPBIN=''
                am__EXEEXT_FALSE=''
                am__EXEEXT_TRUE=''
                am__fastdepCCAS_FALSE='#'
                am__fastdepCCAS_TRUE=''
                am__fastdepCC_FALSE='#'
                am__fastdepCC_TRUE=''
                am__fastdepCXX_FALSE='#'
                am__fastdepCXX_TRUE=''
                am__include='include'
                am__isrc=''
                am__leading_dot='.'
                am__nodep='_no'
                am__quote=''
                am__tar='$${TAR-tar} chof - "$$tardir"'
                am__untar='$${TAR-tar} xf -'
                bindir='${exec_prefix}/bin'
                build='arm-unknown-linux-gnueabihf'
                build_alias='arm-linux-gnueabihf'
                build_cpu='arm'
                build_os='linux-gnueabihf'
                build_vendor='unknown'
                datadir='${datarootdir}'
                datarootdir='${prefix}/share'
                docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
                dvidir='${docdir}'
                exec_prefix='/usr'
                host='arm-unknown-linux-gnueabihf'
                host_alias=''
                host_cpu='arm'
                host_os='linux-gnueabihf'
                host_vendor='unknown'
                htmldir='${docdir}'
                includedir='${prefix}/include'
                infodir='${prefix}/share/info'
                install_sh='${SHELL} /home/pi/knxd/install-sh'
                libdir='${prefix}/lib/arm-linux-gnueabihf'
                libexecdir='/usr/lib'
                localedir='${datarootdir}/locale'
                localstatedir='/var'
                mandir='${prefix}/share/man'
                mkdir_p='$(MKDIR_P)'
                oldincludedir='/usr/include'
                pdfdir='${docdir}'
                prefix='/usr'
                program_transform_name='s,x,x,'
                psdir='${docdir}'
                runstatedir='${localstatedir}/run'
                sbindir='${exec_prefix}/sbin'
                sharedstatedir='${prefix}/com'
                sysconfdir='/etc'
                systemd='y'
                systemdsystemunitdir=''
                systemdsysusersdir=''
                target_alias=''

                ## ----------- ##
                ## confdefs.h. ##
                ## ----------- ##

                /* confdefs.h */
                #define PACKAGE_NAME "knxd"
                #define PACKAGE_TARNAME "knxd"
                #define PACKAGE_VERSION "DEBIAN-0.14.39-1-3-g8d128ca"
                #define PACKAGE_STRING "knxd DEBIAN-0.14.39-1-3-g8d128ca"
                #define PACKAGE_BUGREPORT ""
                #define PACKAGE_URL ""
                #define PACKAGE "knxd"
                #define VERSION "DEBIAN-0.14.39-1-3-g8d128ca"
                #define STDC_HEADERS 1
                #define HAVE_SYS_TYPES_H 1
                #define HAVE_SYS_STAT_H 1
                #define HAVE_STDLIB_H 1
                #define HAVE_STRING_H 1
                #define HAVE_MEMORY_H 1
                #define HAVE_STRINGS_H 1
                #define HAVE_INTTYPES_H 1
                #define HAVE_STDINT_H 1
                #define HAVE_UNISTD_H 1
                #define HAVE_DLFCN_H 1
                #define LT_OBJDIR ".libs/"
                #define HAVE_SYS_TIME_H 1
                #define HAVE_SYS_SELECT_H 1
                #define HAVE_CXX11 1
                #define HAVE_SYSTEMD 1

                configure: exit 1
                dh_auto_configure: ./configure --build=arm-linux-gnueabihf --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/arm-linux-gnueabihf --libexecdir=\${prefix}/lib/arm-linux-gnueabihf --disable-maintainer-mode --disable-dependency-tracking --enable-usb --enable-groupcache --enable-ft12 --enable-tpuart --enable-dummy --libexecdir=/usr/lib --enable-dependency-tracking --enable-silent-rules returned exit code 1
                make[1]: *** [debian/rules:22: override_dh_auto_configure] Error 2
                make[1]: Leaving directory '/home/pi/knxd'
                make: *** [debian/rules:14: build] Error 2
                dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
                pi@raspberrypi:~/knxd $




                MfG

                Kommentar

                Lädt...
                X