[vz-users] vzlogger-Update bricht bei 28% ab

D. Greulich d.greulich at 5systems.de
Sun Oct 8 20:39:39 CEST 2017


Hallo Daniel,

leider läuft das Script nicht durch. Es beendet sich mit folgenden Zeilen:

>
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /home/software/vzlogger
> make: *** Es wurden keine Ziele angegeben und keine „make“-Steuerdatei
> gefunden.  Schluss.


Ich habe die gesamte Ausgabe des Scripts mal als Textdatei angehängt.

Ab Zeile 316 tauchen auch ein paar Warnungen auf, wie z.B.:

src/sml_message.c:305:63: warning: ISO C does not support ‘__FUNCTION__’
predefined identifier [-Wpedantic]

oder

unity/unity.c:17:23: warning: missing braces around initializer
[-Wmissing-braces]

oder

configure.ac:19: warning: LT_INIT was called before AM_PROG_AR





Mit freundlichen Grüßen
Dennis Greulich

-----------------------------------------------------------------------


Am 8. Oktober 2017 um 20:14 schrieb Daniel Lauckner <vz at jahp.de>:

> Hallo,
>
>
> am Sonntag, 8. Oktober 2017 um 20:09 hat Daniel Lauckner geschrieben:
> > ./install.sh vzlogger
>
> Ups, Fehler! Nur:
>
> ./install.sh
>
>
> mfg Daniel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20171008/a12614ba/attachment-0001.html>
-------------- next part --------------
root at messwerte:/home/software/vzlogger# ./install.sh
vzlogger installation script

checking prerequisites: grep pidof git cmake pkg-config autoreconf

vzlogger setup...

checking for vzlogger folder
. folder: /home/software/vzlogger/.

checking for libraries
/home/software/vzlogger/libs /home/software/vzlogger

checking for libjson
json-c not found
cloning json-c git repository
Klone nach 'json-c' ...
remote: Counting objects: 3009, done.
remote: Compressing objects: 100% (19/19), done.
remote: Total 3009 (delta 7), reused 13 (delta 3), pack-reused 2987
Empfange Objekte: 100% (3009/3009), 1.96 MiB | 435.00 KiB/s, Fertig.
Löse Unterschiede auf: 100% (1964/1964), Fertig.

checking for libsml
libsml not found
cloning libsml git repository
Klone nach 'libsml' ...
remote: Counting objects: 1703, done.
remote: Total 1703 (delta 0), reused 0 (delta 0), pack-reused 1703
Empfange Objekte: 100% (1703/1703), 410.45 KiB | 348.00 KiB/s, Fertig.
Löse Unterschiede auf: 100% (1002/1002), Fertig.

checking for libmbus
libmbus not found
cloning libmbus git repository
Klone nach 'libmbus' ...
remote: Counting objects: 2138, done.
remote: Total 2138 (delta 0), reused 0 (delta 0), pack-reused 2138
Empfange Objekte: 100% (2138/2138), 1001.59 KiB | 469.00 KiB/s, Fertig.
Löse Unterschiede auf: 100% (1420/1420), Fertig.

building and installing libraries

building and installing libjson
/home/software/vzlogger/libs/json-c /home/software/vzlogger/libs /home/software/vzlogger
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
autoreconf: Leaving directory `.'
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... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make sets $(MAKE)... (cached) yes
RDRAND Hardware RNG Hash Seed disabled. Use --enable-rdrand to enable
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... 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 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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for strings.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking for inttypes.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for vprintf... yes
checking for _doprnt... no
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strerror... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for vasprintf... yes
checking for open... yes
checking for vsyslog... yes
checking for strncasecmp... yes
checking for setlocale... yes
checking whether INFINITY is declared... yes
checking whether nan is declared... yes
checking whether isnan is declared... yes
checking whether isinf is declared... yes
checking whether _isnan is declared... no
checking whether _finite is declared... no
checking if .gnu.warning accepts long strings... no
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
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 armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop
checking how to convert armv7l-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 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 -Bsymbolic-functions linker flag... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating json-c.pc
config.status: creating tests/Makefile
config.status: creating json-c-uninstalled.pc
config.status: creating config.h
config.status: creating json_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make  all-recursive
make[1]: Verzeichnis „/home/software/vzlogger/libs/json-c“ wird betreten
Making all in .
make[2]: Verzeichnis „/home/software/vzlogger/libs/json-c“ wird betreten
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT arraylist.lo -MD -MP -MF .deps/arraylist.Tpo -c -o arraylist.lo arraylist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT arraylist.lo -MD -MP -MF .deps/arraylist.Tpo -c arraylist.c  -fPIC -DPIC -o .libs/arraylist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT arraylist.lo -MD -MP -MF .deps/arraylist.Tpo -c arraylist.c -o arraylist.o >/dev/null 2>&1
mv -f .deps/arraylist.Tpo .deps/arraylist.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c -o debug.lo debug.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c  -fPIC -DPIC -o .libs/debug.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c -o debug.o >/dev/null 2>&1
mv -f .deps/debug.Tpo .deps/debug.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT json_c_version.lo -MD -MP -MF .deps/json_c_version.Tpo -c -o json_c_version.lo json_c_version.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT json_c_version.lo -MD -MP -MF .deps/json_c_version.Tpo -c json_c_version.c  -fPIC -DPIC -o .libs/json_c_version.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT json_c_version.lo -MD -MP -MF .deps/json_c_version.Tpo -c json_c_version.c -o json_c_version.o >/dev/null 2>&1
mv -f .deps/json_c_version.Tpo .deps/json_c_version.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT json_object.lo -MD -MP -MF .deps/json_object.Tpo -c -o json_object.lo json_object.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT json_object.lo -MD -MP -MF .deps/json_object.Tpo -c json_object.c  -fPIC -DPIC -o .libs/json_object.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT json_object.lo -MD -MP -MF .deps/json_object.Tpo -c json_object.c -o json_object.o >/dev/null 2>&1
mv -f .deps/json_object.Tpo .deps/json_object.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT json_object_iterator.lo -MD -MP -MF .deps/json_object_iterator.Tpo -c -o json_object_iterator.lo json_object_iterator.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT json_object_iterator.lo -MD -MP -MF .deps/json_object_iterator.Tpo -c json_object_iterator.c  -fPIC -DPIC -o .libs/json_object_iterator.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT json_object_iterator.lo -MD -MP -MF .deps/json_object_iterator.Tpo -c json_object_iterator.c -o json_object_iterator.o >/dev/null 2>&1
mv -f .deps/json_object_iterator.Tpo .deps/json_object_iterator.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT json_tokener.lo -MD -MP -MF .deps/json_tokener.Tpo -c -o json_tokener.lo json_tokener.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT json_tokener.lo -MD -MP -MF .deps/json_tokener.Tpo -c json_tokener.c  -fPIC -DPIC -o .libs/json_tokener.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT json_tokener.lo -MD -MP -MF .deps/json_tokener.Tpo -c json_tokener.c -o json_tokener.o >/dev/null 2>&1
mv -f .deps/json_tokener.Tpo .deps/json_tokener.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT json_util.lo -MD -MP -MF .deps/json_util.Tpo -c -o json_util.lo json_util.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT json_util.lo -MD -MP -MF .deps/json_util.Tpo -c json_util.c  -fPIC -DPIC -o .libs/json_util.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT json_util.lo -MD -MP -MF .deps/json_util.Tpo -c json_util.c -o json_util.o >/dev/null 2>&1
mv -f .deps/json_util.Tpo .deps/json_util.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT linkhash.lo -MD -MP -MF .deps/linkhash.Tpo -c -o linkhash.lo linkhash.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT linkhash.lo -MD -MP -MF .deps/linkhash.Tpo -c linkhash.c  -fPIC -DPIC -o .libs/linkhash.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT linkhash.lo -MD -MP -MF .deps/linkhash.Tpo -c linkhash.c -o linkhash.o >/dev/null 2>&1
mv -f .deps/linkhash.Tpo .deps/linkhash.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT printbuf.lo -MD -MP -MF .deps/printbuf.Tpo -c -o printbuf.lo printbuf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT printbuf.lo -MD -MP -MF .deps/printbuf.Tpo -c printbuf.c  -fPIC -DPIC -o .libs/printbuf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT printbuf.lo -MD -MP -MF .deps/printbuf.Tpo -c printbuf.c -o printbuf.o >/dev/null 2>&1
mv -f .deps/printbuf.Tpo .deps/printbuf.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT random_seed.lo -MD -MP -MF .deps/random_seed.Tpo -c -o random_seed.lo random_seed.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT random_seed.lo -MD -MP -MF .deps/random_seed.Tpo -c random_seed.c  -fPIC -DPIC -o .libs/random_seed.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -MT random_seed.lo -MD -MP -MF .deps/random_seed.Tpo -c random_seed.c -o random_seed.o >/dev/null 2>&1
mv -f .deps/random_seed.Tpo .deps/random_seed.Plo
/bin/bash ./libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -version-info 2:2:0 -no-undefined -Wl,-Bsymbolic-functions  -o libjson-c.la -rpath /usr/local/lib arraylist.lo debug.lo json_c_version.lo json_object.lo json_object_iterator.lo json_tokener.lo json_util.lo linkhash.lo printbuf.lo random_seed.lo
libtool: link: gcc -shared  -fPIC -DPIC  .libs/arraylist.o .libs/debug.o .libs/json_c_version.o .libs/json_object.o .libs/json_object_iterator.o .libs/json_tokener.o .libs/json_util.o .libs/linkhash.o .libs/printbuf.o .libs/random_seed.o    -g -O2 -Wl,-Bsymbolic-functions   -Wl,-soname -Wl,libjson-c.so.2 -o .libs/libjson-c.so.2.0.2
libtool: link: (cd ".libs" && rm -f "libjson-c.so.2" && ln -s "libjson-c.so.2.0.2" "libjson-c.so.2")
libtool: link: (cd ".libs" && rm -f "libjson-c.so" && ln -s "libjson-c.so.2.0.2" "libjson-c.so")
libtool: link: ar cru .libs/libjson-c.a  arraylist.o debug.o json_c_version.o json_object.o json_object_iterator.o json_tokener.o json_util.o linkhash.o printbuf.o random_seed.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libjson-c.a
libtool: link: ( cd ".libs" && rm -f "libjson-c.la" && ln -s "../libjson-c.la" "libjson-c.la" )
make[2]: Verzeichnis „/home/software/vzlogger/libs/json-c“ wird verlassen
Making all in tests
make[2]: Verzeichnis „/home/software/vzlogger/libs/json-c/tests“ wird betreten
make[2]: Für das Ziel „all“ ist nichts zu tun.
make[2]: Verzeichnis „/home/software/vzlogger/libs/json-c/tests“ wird verlassen
make[1]: Verzeichnis „/home/software/vzlogger/libs/json-c“ wird verlassen
Making install in .
make[1]: Verzeichnis „/home/software/vzlogger/libs/json-c“ wird betreten
make[2]: Verzeichnis „/home/software/vzlogger/libs/json-c“ wird betreten
 /bin/mkdir -p '/usr/local/lib'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libjson-c.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libjson-c.so.2.0.2 /usr/local/lib/libjson-c.so.2.0.2
libtool: install: (cd /usr/local/lib && { ln -s -f libjson-c.so.2.0.2 libjson-c.so.2 || { rm -f libjson-c.so.2 && ln -s libjson-c.so.2.0.2 libjson-c.so.2; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libjson-c.so.2.0.2 libjson-c.so || { rm -f libjson-c.so && ln -s libjson-c.so.2.0.2 libjson-c.so; }; })
libtool: install: /usr/bin/install -c .libs/libjson-c.lai /usr/local/lib/libjson-c.la
libtool: install: /usr/bin/install -c .libs/libjson-c.a /usr/local/lib/libjson-c.a
libtool: install: chmod 644 /usr/local/lib/libjson-c.a
libtool: install: ranlib /usr/local/lib/libjson-c.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/mkdir -p '/usr/local/include/json-c'
 /usr/bin/install -c -m 644 arraylist.h bits.h debug.h json.h json_config.h json_c_version.h json_inttypes.h json_object.h json_object_iterator.h json_object_private.h json_tokener.h json_util.h linkhash.h printbuf.h random_seed.h '/usr/local/include/json-c'
 /bin/mkdir -p '/usr/local/lib/pkgconfig'
 /usr/bin/install -c -m 644 json-c.pc '/usr/local/lib/pkgconfig'
make[2]: Verzeichnis „/home/software/vzlogger/libs/json-c“ wird verlassen
make[1]: Verzeichnis „/home/software/vzlogger/libs/json-c“ wird verlassen
Making install in tests
make[1]: Verzeichnis „/home/software/vzlogger/libs/json-c/tests“ wird betreten
make[2]: Verzeichnis „/home/software/vzlogger/libs/json-c/tests“ wird betreten
make[2]: Für das Ziel „install-exec-am“ ist nichts zu tun.
make[2]: Für das Ziel „install-data-am“ ist nichts zu tun.
make[2]: Verzeichnis „/home/software/vzlogger/libs/json-c/tests“ wird verlassen
make[1]: Verzeichnis „/home/software/vzlogger/libs/json-c/tests“ wird verlassen
/home/software/vzlogger/libs /home/software/vzlogger

building and installing libsml
/home/software/vzlogger/libs/libsml /home/software/vzlogger/libs /home/software/vzlogger
make[1]: Verzeichnis „/home/software/vzlogger/libs/libsml/sml“ wird betreten
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_file.o src/sml_file.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_attention_response.o src/sml_attention_response.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_transport.o src/sml_transport.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_octet_string.o src/sml_octet_string.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_shared.o src/sml_shared.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_number.o src/sml_number.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_message.o src/sml_message.c
src/sml_message.c: In function ‘sml_message_body_free’:
src/sml_message.c:305:63: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
     fprintf(stderr,"libsml: NYI: %s for message type %04X\n", __FUNCTION__, *(message_body->tag));
                                                               ^~~~~~~~~~~~
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_time.o src/sml_time.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_list.o src/sml_list.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_status.o src/sml_status.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_value.o src/sml_value.c
src/sml_value.c: In function ‘sml_value_to_double’:
src/sml_value.c:124:74: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
    fprintf(stderr,"libsml: error: unknown type %d in %s\n", value->type, __FUNCTION__);
                                                                          ^~~~~~~~~~~~
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_tree.o src/sml_tree.c
src/sml_tree.c: In function ‘sml_proc_par_value_write’:
src/sml_tree.c:292:57: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
    fprintf(stderr,"libsml: error: unknown tag in %s\n", __FUNCTION__);
                                                         ^~~~~~~~~~~~
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_boolean.o src/sml_boolean.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_crc16.o src/sml_crc16.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_open_request.o src/sml_open_request.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_open_response.o src/sml_open_response.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_get_list_request.o src/sml_get_list_request.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_get_list_response.o src/sml_get_list_response.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_close_request.o src/sml_close_request.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_close_response.o src/sml_close_response.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_set_proc_parameter_request.o src/sml_set_proc_parameter_request.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_get_proc_parameter_request.o src/sml_get_proc_parameter_request.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_get_proc_parameter_response.o src/sml_get_proc_parameter_response.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_get_profile_pack_request.o src/sml_get_profile_pack_request.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_get_profile_pack_response.o src/sml_get_profile_pack_response.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_get_profile_list_request.o src/sml_get_profile_list_request.c
cc -I./include/ -fPIC -fno-stack-protector -g -std=c99 -Wall -Wextra -pedantic   -c -o src/sml_get_profile_list_response.o src/sml_get_profile_list_response.c
ld -luuid -shared -soname libsml.so.1 -o lib/libsml.so.1 src/sml_file.o src/sml_attention_response.o src/sml_transport.o src/sml_octet_string.o src/sml_shared.o src/sml_number.o src/sml_message.o src/sml_time.o src/sml_list.o src/sml_status.o src/sml_value.o src/sml_tree.o src/sml_boolean.o src/sml_crc16.o src/sml_open_request.o src/sml_open_response.o src/sml_get_list_request.o src/sml_get_list_response.o src/sml_close_request.o src/sml_close_response.o src/sml_set_proc_parameter_request.o src/sml_get_proc_parameter_request.o src/sml_get_proc_parameter_response.o src/sml_get_profile_pack_request.o src/sml_get_profile_pack_response.o src/sml_get_profile_list_request.o src/sml_get_profile_list_response.o
ar -rs lib/libsml.a src/sml_file.o src/sml_attention_response.o src/sml_transport.o src/sml_octet_string.o src/sml_shared.o src/sml_number.o src/sml_message.o src/sml_time.o src/sml_list.o src/sml_status.o src/sml_value.o src/sml_tree.o src/sml_boolean.o src/sml_crc16.o src/sml_open_request.o src/sml_open_response.o src/sml_get_list_request.o src/sml_get_list_response.o src/sml_close_request.o src/sml_close_response.o src/sml_set_proc_parameter_request.o src/sml_get_proc_parameter_request.o src/sml_get_proc_parameter_response.o src/sml_get_profile_pack_request.o src/sml_get_profile_pack_response.o src/sml_get_profile_list_request.o src/sml_get_profile_list_response.o
ar: creating lib/libsml.a
ld -r -o lib/libsml.o src/sml_file.o src/sml_attention_response.o src/sml_transport.o src/sml_octet_string.o src/sml_shared.o src/sml_number.o src/sml_message.o src/sml_time.o src/sml_list.o src/sml_status.o src/sml_value.o src/sml_tree.o src/sml_boolean.o src/sml_crc16.o src/sml_open_request.o src/sml_open_response.o src/sml_get_list_request.o src/sml_get_list_response.o src/sml_close_request.o src/sml_close_response.o src/sml_set_proc_parameter_request.o src/sml_get_proc_parameter_request.o src/sml_get_proc_parameter_response.o src/sml_get_profile_pack_request.o src/sml_get_profile_pack_response.o src/sml_get_profile_list_request.o src/sml_get_profile_list_response.o
make[1]: Verzeichnis „/home/software/vzlogger/libs/libsml/sml“ wird verlassen
make[1]: Verzeichnis „/home/software/vzlogger/libs/libsml/examples“ wird betreten
cc -I../sml/include/ -g -std=c99 -Wall -Wextra -pedantic -c sml_server.c -o sml_server.o
cc -I../sml/include/ -g -std=c99 -Wall -Wextra -pedantic sml_server.o -luuid ../sml/lib/libsml.a -o sml_server -luuid
make[1]: Verzeichnis „/home/software/vzlogger/libs/libsml/examples“ wird verlassen
make[1]: Verzeichnis „/home/software/vzlogger/libs/libsml/test“ wird betreten
make[2]: Verzeichnis „/home/software/vzlogger/libs/libsml/sml“ wird betreten
make[2]: Für das Ziel „libsml“ ist nichts zu tun.
make[2]: Verzeichnis „/home/software/vzlogger/libs/libsml/sml“ wird verlassen
cc -I../sml/include/ -std=c99 -Wall -Wextra -pedantic -c unity/unity.c -o unity/unity.o
unity/unity.c:17:23: warning: missing braces around initializer [-Wmissing-braces]
 struct _Unity Unity = { 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , { 0 } };
                       ^
unity/unity.c:17:23: note: (near initialization for ‘Unity’)
cc -I../sml/include/ -std=c99 -Wall -Wextra -pedantic -c unity/unity_fixture.c -o unity/unity_fixture.o
cc -I../sml/include/ -std=c99 -Wall -Wextra -pedantic -c src/test_helper.c -o src/test_helper.o
cc -I../sml/include/ -std=c99 -Wall -Wextra -pedantic -c src/sml_octet_string_test.c -o src/sml_octet_string_test.o
cc -I../sml/include/ -std=c99 -Wall -Wextra -pedantic -c src/sml_buffer_test.c -o src/sml_buffer_test.o
cc -I../sml/include/ -std=c99 -Wall -Wextra -pedantic -c src/sml_number_test.c -o src/sml_number_test.o
cc -I../sml/include/ -std=c99 -Wall -Wextra -pedantic -c src/sml_boolean_test.c -o src/sml_boolean_test.o
cc -I../sml/include/ -std=c99 -Wall -Wextra -pedantic -c src/sml_value_test.c -o src/sml_value_test.o
cc -I../sml/include/ -std=c99 -Wall -Wextra -pedantic -c src/sml_status_test.c -o src/sml_status_test.o
cc -I../sml/include/ -std=c99 -Wall -Wextra -pedantic -c src/sml_list_test.c -o src/sml_list_test.o
cc -I../sml/include/ -std=c99 -Wall -Wextra -pedantic -c src/sml_time_test.c -o src/sml_time_test.o
cc -I../sml/include/ -std=c99 -Wall -Wextra -pedantic -c src/sml_tree_test.c -o src/sml_tree_test.o
cc -I../sml/include/ -std=c99 -Wall -Wextra -pedantic -c src/sml_file_test.c -o src/sml_file_test.o
cc -I../sml/include/ -std=c99 -Wall -Wextra -pedantic -c src/sml_open_request_test.c -o src/sml_open_request_test.o
cc -I../sml/include/ -std=c99 -Wall -Wextra -pedantic -c src/sml_get_profile_pack_request_test.c -o src/sml_get_profile_pack_request_test.o
cc -I../sml/include/ -std=c99 -Wall -Wextra -pedantic -c src/sml_message_test.c -o src/sml_message_test.o
cc -I../sml/include/ -std=c99 -Wall -Wextra -pedantic -luuid unity/unity.o unity/unity_fixture.o src/test_helper.o src/sml_octet_string_test.o src/sml_buffer_test.o src/sml_number_test.o src/sml_boolean_test.o src/sml_value_test.o src/sml_status_test.o src/sml_list_test.o src/sml_time_test.o src/sml_tree_test.o src/sml_file_test.o src/sml_open_request_test.o src/sml_get_profile_pack_request_test.o src/sml_message_test.o ../sml/lib/libsml.a test_main.c -o test -luuid
Unity test run 1 of 1
......................................................................................
-----------------------
86 Tests 0 Failures 0 Ignored
OK
make[1]: Verzeichnis „/home/software/vzlogger/libs/libsml/test“ wird verlassen
/home/software/vzlogger/libs /home/software/vzlogger

building and installing libmbus
/home/software/vzlogger/libs/libmbus /home/software/vzlogger/libs /home/software/vzlogger
Running autotools...
configure.ac:19: warning: LT_INIT was called before AM_PROG_AR
/usr/share/aclocal-1.15/ar-lib.m4:13: AM_PROG_AR is expanded from...
configure.ac:19: the top level
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'libltdl/config'.
libtoolize: copying file 'libltdl/config/compile'
libtoolize: copying file 'libltdl/config/config.guess'
libtoolize: copying file 'libltdl/config/config.sub'
libtoolize: copying file 'libltdl/config/depcomp'
libtoolize: copying file 'libltdl/config/install-sh'
libtoolize: copying file 'libltdl/config/missing'
libtoolize: copying file 'libltdl/config/ltmain.sh'
libtoolize: putting macros in 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltargz.m4'
libtoolize: copying file 'm4/ltdl.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: putting libltdl files in LT_CONFIG_LTDL_DIR, 'libltdl'.
libtoolize: copying file 'libltdl/COPYING.LIB'
libtoolize: creating file 'libltdl/Makefile.am'
libtoolize: copying file 'libltdl/README'
libtoolize: creating file 'libltdl/configure.ac'
libtoolize: copying file 'libltdl/aclocal.m4'
libtoolize: creating file 'libltdl/Makefile.in'
libtoolize: copying file 'libltdl/config-h.in'
libtoolize: creating file 'libltdl/configure'
libtoolize: copying file 'libltdl/libltdl/lt__alloc.h'
libtoolize: copying file 'libltdl/libltdl/lt__argz_.h'
libtoolize: copying file 'libltdl/libltdl/lt__dirent.h'
libtoolize: copying file 'libltdl/libltdl/lt__glibc.h'
libtoolize: copying file 'libltdl/libltdl/lt__private.h'
libtoolize: copying file 'libltdl/libltdl/lt__strl.h'
libtoolize: copying file 'libltdl/libltdl/lt_dlloader.h'
libtoolize: copying file 'libltdl/libltdl/lt_error.h'
libtoolize: copying file 'libltdl/libltdl/lt_system.h'
libtoolize: copying file 'libltdl/libltdl/slist.h'
libtoolize: copying file 'libltdl/loaders/dld_link.c'
libtoolize: copying file 'libltdl/loaders/dlopen.c'
libtoolize: copying file 'libltdl/loaders/dyld.c'
libtoolize: copying file 'libltdl/loaders/load_add_on.c'
libtoolize: copying file 'libltdl/loaders/loadlibrary.c'
libtoolize: copying file 'libltdl/loaders/preopen.c'
libtoolize: copying file 'libltdl/loaders/shl_load.c'
libtoolize: copying file 'libltdl/lt__alloc.c'
libtoolize: copying file 'libltdl/lt__argz.c'
libtoolize: copying file 'libltdl/lt__dirent.c'
libtoolize: copying file 'libltdl/lt__strl.c'
libtoolize: copying file 'libltdl/lt_dlloader.c'
libtoolize: copying file 'libltdl/lt_error.c'
libtoolize: copying file 'libltdl/ltdl.c'
libtoolize: copying file 'libltdl/ltdl.h'
libtoolize: copying file 'libltdl/slist.c'
libtoolize: Remember to add 'LTDL_INIT' to configure.ac.
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
configure.ac:19: warning: LT_INIT was called before AM_PROG_AR
aclocal.m4:10027: AM_PROG_AR is expanded from...
configure.ac:19: the top level
configure.ac:19: installing 'libltdl/config/ar-lib'
configure.ac:19: warning: LT_INIT was called before AM_PROG_AR
aclocal.m4:10027: AM_PROG_AR is expanded from...
configure.ac:19: the top level
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... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking 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 armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop
checking how to convert armv7l-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 the archiver (ar) interface... ar
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 that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mbus/Makefile
config.status: creating test/Makefile
config.status: creating bin/Makefile
config.status: creating libmbus.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
----------------------------------------------------------
Configuration:

        Source location:        .
        Compile:                gcc
        Compiler flags:         -g -O2
        Linker flags:            -version-info 0:8:0
        Host system type:       armv7l-unknown-linux-gnueabihf
        Install path:           /usr/local

        See config.h for further configuration.
----------------------------------------------------------
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/software/vzlogger/libs/libmbus/libltdl/config/missing autoheader)
configure.ac:19: warning: LT_INIT was called before AM_PROG_AR
aclocal.m4:10027: AM_PROG_AR is expanded from...
configure.ac:19: the top level
rm -f stamp-h1
touch config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
make  all-recursive
make[1]: Verzeichnis „/home/software/vzlogger/libs/libmbus“ wird betreten
Making all in mbus
make[2]: Verzeichnis „/home/software/vzlogger/libs/libmbus/mbus“ wird betreten
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I..   -g -O2 -MT mbus.lo -MD -MP -MF .deps/mbus.Tpo -c -o mbus.lo mbus.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -g -O2 -MT mbus.lo -MD -MP -MF .deps/mbus.Tpo -c mbus.c  -fPIC -DPIC -o .libs/mbus.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -g -O2 -MT mbus.lo -MD -MP -MF .deps/mbus.Tpo -c mbus.c -o mbus.o >/dev/null 2>&1
mv -f .deps/mbus.Tpo .deps/mbus.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I..   -g -O2 -MT mbus-protocol.lo -MD -MP -MF .deps/mbus-protocol.Tpo -c -o mbus-protocol.lo mbus-protocol.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -g -O2 -MT mbus-protocol.lo -MD -MP -MF .deps/mbus-protocol.Tpo -c mbus-protocol.c  -fPIC -DPIC -o .libs/mbus-protocol.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -g -O2 -MT mbus-protocol.lo -MD -MP -MF .deps/mbus-protocol.Tpo -c mbus-protocol.c -o mbus-protocol.o >/dev/null 2>&1
mv -f .deps/mbus-protocol.Tpo .deps/mbus-protocol.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I..   -g -O2 -MT mbus-tcp.lo -MD -MP -MF .deps/mbus-tcp.Tpo -c -o mbus-tcp.lo mbus-tcp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -g -O2 -MT mbus-tcp.lo -MD -MP -MF .deps/mbus-tcp.Tpo -c mbus-tcp.c  -fPIC -DPIC -o .libs/mbus-tcp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -g -O2 -MT mbus-tcp.lo -MD -MP -MF .deps/mbus-tcp.Tpo -c mbus-tcp.c -o mbus-tcp.o >/dev/null 2>&1
mv -f .deps/mbus-tcp.Tpo .deps/mbus-tcp.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I..   -g -O2 -MT mbus-serial.lo -MD -MP -MF .deps/mbus-serial.Tpo -c -o mbus-serial.lo mbus-serial.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -g -O2 -MT mbus-serial.lo -MD -MP -MF .deps/mbus-serial.Tpo -c mbus-serial.c  -fPIC -DPIC -o .libs/mbus-serial.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -g -O2 -MT mbus-serial.lo -MD -MP -MF .deps/mbus-serial.Tpo -c mbus-serial.c -o mbus-serial.o >/dev/null 2>&1
mv -f .deps/mbus-serial.Tpo .deps/mbus-serial.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I..   -g -O2 -MT mbus-protocol-aux.lo -MD -MP -MF .deps/mbus-protocol-aux.Tpo -c -o mbus-protocol-aux.lo mbus-protocol-aux.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -g -O2 -MT mbus-protocol-aux.lo -MD -MP -MF .deps/mbus-protocol-aux.Tpo -c mbus-protocol-aux.c  -fPIC -DPIC -o .libs/mbus-protocol-aux.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -g -O2 -MT mbus-protocol-aux.lo -MD -MP -MF .deps/mbus-protocol-aux.Tpo -c mbus-protocol-aux.c -o mbus-protocol-aux.o >/dev/null 2>&1
mv -f .deps/mbus-protocol-aux.Tpo .deps/mbus-protocol-aux.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2  -version-info 0:8:0 -o libmbus.la -rpath /usr/local/lib mbus.lo mbus-protocol.lo mbus-tcp.lo mbus-serial.lo mbus-protocol-aux.lo
libtool: link: gcc -shared  -fPIC -DPIC  .libs/mbus.o .libs/mbus-protocol.o .libs/mbus-tcp.o .libs/mbus-serial.o .libs/mbus-protocol-aux.o    -g -O2   -Wl,-soname -Wl,libmbus.so.0 -o .libs/libmbus.so.0.0.8
libtool: link: (cd ".libs" && rm -f "libmbus.so.0" && ln -s "libmbus.so.0.0.8" "libmbus.so.0")
libtool: link: (cd ".libs" && rm -f "libmbus.so" && ln -s "libmbus.so.0.0.8" "libmbus.so")
libtool: link: ar cru .libs/libmbus.a  mbus.o mbus-protocol.o mbus-tcp.o mbus-serial.o mbus-protocol-aux.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libmbus.a
libtool: link: ( cd ".libs" && rm -f "libmbus.la" && ln -s "../libmbus.la" "libmbus.la" )
make[2]: Verzeichnis „/home/software/vzlogger/libs/libmbus/mbus“ wird verlassen
Making all in bin
make[2]: Verzeichnis „/home/software/vzlogger/libs/libmbus/bin“ wird betreten
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -I../src   -g -O2 -MT mbus-tcp-scan.o -MD -MP -MF .deps/mbus-tcp-scan.Tpo -c -o mbus-tcp-scan.o mbus-tcp-scan.c
mv -f .deps/mbus-tcp-scan.Tpo .deps/mbus-tcp-scan.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -L../mbus -version-info 0:8:0 -o mbus-tcp-scan mbus-tcp-scan.o -lmbus -lm
libtool: warning: '-version-info' is ignored for programs
libtool: link: gcc -g -O2 -o .libs/mbus-tcp-scan mbus-tcp-scan.o  -L../mbus /home/software/vzlogger/libs/libmbus/mbus/.libs/libmbus.so -lm
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -I../src   -g -O2 -MT mbus-tcp-request-data.o -MD -MP -MF .deps/mbus-tcp-request-data.Tpo -c -o mbus-tcp-request-data.o mbus-tcp-request-data.c
mv -f .deps/mbus-tcp-request-data.Tpo .deps/mbus-tcp-request-data.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -L../mbus -version-info 0:8:0 -o mbus-tcp-request-data mbus-tcp-request-data.o -lmbus -lm
libtool: warning: '-version-info' is ignored for programs
libtool: link: gcc -g -O2 -o .libs/mbus-tcp-request-data mbus-tcp-request-data.o  -L../mbus /home/software/vzlogger/libs/libmbus/mbus/.libs/libmbus.so -lm
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -I../src   -g -O2 -MT mbus-tcp-request-data-multi-reply.o -MD -MP -MF .deps/mbus-tcp-request-data-multi-reply.Tpo -c -o mbus-tcp-request-data-multi-reply.o mbus-tcp-request-data-multi-reply.c
mv -f .deps/mbus-tcp-request-data-multi-reply.Tpo .deps/mbus-tcp-request-data-multi-reply.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -L../mbus -version-info 0:8:0 -o mbus-tcp-request-data-multi-reply mbus-tcp-request-data-multi-reply.o -lmbus -lm
libtool: warning: '-version-info' is ignored for programs
libtool: link: gcc -g -O2 -o .libs/mbus-tcp-request-data-multi-reply mbus-tcp-request-data-multi-reply.o  -L../mbus /home/software/vzlogger/libs/libmbus/mbus/.libs/libmbus.so -lm
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -I../src   -g -O2 -MT mbus-tcp-select-secondary.o -MD -MP -MF .deps/mbus-tcp-select-secondary.Tpo -c -o mbus-tcp-select-secondary.o mbus-tcp-select-secondary.c
mv -f .deps/mbus-tcp-select-secondary.Tpo .deps/mbus-tcp-select-secondary.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -L../mbus -version-info 0:8:0 -o mbus-tcp-select-secondary mbus-tcp-select-secondary.o -lmbus -lm
libtool: warning: '-version-info' is ignored for programs
libtool: link: gcc -g -O2 -o .libs/mbus-tcp-select-secondary mbus-tcp-select-secondary.o  -L../mbus /home/software/vzlogger/libs/libmbus/mbus/.libs/libmbus.so -lm
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -I../src   -g -O2 -MT mbus-tcp-scan-secondary.o -MD -MP -MF .deps/mbus-tcp-scan-secondary.Tpo -c -o mbus-tcp-scan-secondary.o mbus-tcp-scan-secondary.c
mv -f .deps/mbus-tcp-scan-secondary.Tpo .deps/mbus-tcp-scan-secondary.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -L../mbus -version-info 0:8:0 -o mbus-tcp-scan-secondary mbus-tcp-scan-secondary.o -lmbus -lm
libtool: warning: '-version-info' is ignored for programs
libtool: link: gcc -g -O2 -o .libs/mbus-tcp-scan-secondary mbus-tcp-scan-secondary.o  -L../mbus /home/software/vzlogger/libs/libmbus/mbus/.libs/libmbus.so -lm
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -I../src   -g -O2 -MT mbus-serial-scan.o -MD -MP -MF .deps/mbus-serial-scan.Tpo -c -o mbus-serial-scan.o mbus-serial-scan.c
mv -f .deps/mbus-serial-scan.Tpo .deps/mbus-serial-scan.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -L../mbus -version-info 0:8:0 -o mbus-serial-scan mbus-serial-scan.o -lmbus -lm
libtool: warning: '-version-info' is ignored for programs
libtool: link: gcc -g -O2 -o .libs/mbus-serial-scan mbus-serial-scan.o  -L../mbus /home/software/vzlogger/libs/libmbus/mbus/.libs/libmbus.so -lm
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -I../src   -g -O2 -MT mbus-serial-request-data.o -MD -MP -MF .deps/mbus-serial-request-data.Tpo -c -o mbus-serial-request-data.o mbus-serial-request-data.c
mv -f .deps/mbus-serial-request-data.Tpo .deps/mbus-serial-request-data.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -L../mbus -version-info 0:8:0 -o mbus-serial-request-data mbus-serial-request-data.o -lmbus -lm
libtool: warning: '-version-info' is ignored for programs
libtool: link: gcc -g -O2 -o .libs/mbus-serial-request-data mbus-serial-request-data.o  -L../mbus /home/software/vzlogger/libs/libmbus/mbus/.libs/libmbus.so -lm
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -I../src   -g -O2 -MT mbus-serial-request-data-multi-reply.o -MD -MP -MF .deps/mbus-serial-request-data-multi-reply.Tpo -c -o mbus-serial-request-data-multi-reply.o mbus-serial-request-data-multi-reply.c
mv -f .deps/mbus-serial-request-data-multi-reply.Tpo .deps/mbus-serial-request-data-multi-reply.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -L../mbus -version-info 0:8:0 -o mbus-serial-request-data-multi-reply mbus-serial-request-data-multi-reply.o -lmbus -lm
libtool: warning: '-version-info' is ignored for programs
libtool: link: gcc -g -O2 -o .libs/mbus-serial-request-data-multi-reply mbus-serial-request-data-multi-reply.o  -L../mbus /home/software/vzlogger/libs/libmbus/mbus/.libs/libmbus.so -lm
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -I../src   -g -O2 -MT mbus-serial-select-secondary.o -MD -MP -MF .deps/mbus-serial-select-secondary.Tpo -c -o mbus-serial-select-secondary.o mbus-serial-select-secondary.c
mv -f .deps/mbus-serial-select-secondary.Tpo .deps/mbus-serial-select-secondary.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -L../mbus -version-info 0:8:0 -o mbus-serial-select-secondary mbus-serial-select-secondary.o -lmbus -lm
libtool: warning: '-version-info' is ignored for programs
libtool: link: gcc -g -O2 -o .libs/mbus-serial-select-secondary mbus-serial-select-secondary.o  -L../mbus /home/software/vzlogger/libs/libmbus/mbus/.libs/libmbus.so -lm
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -I../src   -g -O2 -MT mbus-serial-scan-secondary.o -MD -MP -MF .deps/mbus-serial-scan-secondary.Tpo -c -o mbus-serial-scan-secondary.o mbus-serial-scan-secondary.c
mv -f .deps/mbus-serial-scan-secondary.Tpo .deps/mbus-serial-scan-secondary.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -L../mbus -version-info 0:8:0 -o mbus-serial-scan-secondary mbus-serial-scan-secondary.o -lmbus -lm
libtool: warning: '-version-info' is ignored for programs
libtool: link: gcc -g -O2 -o .libs/mbus-serial-scan-secondary mbus-serial-scan-secondary.o  -L../mbus /home/software/vzlogger/libs/libmbus/mbus/.libs/libmbus.so -lm
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -I../src   -g -O2 -MT mbus-serial-switch-baudrate.o -MD -MP -MF .deps/mbus-serial-switch-baudrate.Tpo -c -o mbus-serial-switch-baudrate.o mbus-serial-switch-baudrate.c
mv -f .deps/mbus-serial-switch-baudrate.Tpo .deps/mbus-serial-switch-baudrate.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -L../mbus -version-info 0:8:0 -o mbus-serial-switch-baudrate mbus-serial-switch-baudrate.o -lmbus -lm
libtool: warning: '-version-info' is ignored for programs
libtool: link: gcc -g -O2 -o .libs/mbus-serial-switch-baudrate mbus-serial-switch-baudrate.o  -L../mbus /home/software/vzlogger/libs/libmbus/mbus/.libs/libmbus.so -lm
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -I../src   -g -O2 -MT mbus-tcp-raw-send.o -MD -MP -MF .deps/mbus-tcp-raw-send.Tpo -c -o mbus-tcp-raw-send.o mbus-tcp-raw-send.c
mv -f .deps/mbus-tcp-raw-send.Tpo .deps/mbus-tcp-raw-send.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -L../mbus -version-info 0:8:0 -o mbus-tcp-raw-send mbus-tcp-raw-send.o -lmbus -lm
libtool: warning: '-version-info' is ignored for programs
libtool: link: gcc -g -O2 -o .libs/mbus-tcp-raw-send mbus-tcp-raw-send.o  -L../mbus /home/software/vzlogger/libs/libmbus/mbus/.libs/libmbus.so -lm
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -I../src   -g -O2 -MT mbus-tcp-application-reset.o -MD -MP -MF .deps/mbus-tcp-application-reset.Tpo -c -o mbus-tcp-application-reset.o mbus-tcp-application-reset.c
mv -f .deps/mbus-tcp-application-reset.Tpo .deps/mbus-tcp-application-reset.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -L../mbus -version-info 0:8:0 -o mbus-tcp-application-reset mbus-tcp-application-reset.o -lmbus -lm
libtool: warning: '-version-info' is ignored for programs
libtool: link: gcc -g -O2 -o .libs/mbus-tcp-application-reset mbus-tcp-application-reset.o  -L../mbus /home/software/vzlogger/libs/libmbus/mbus/.libs/libmbus.so -lm
pod2man --release=0.8.0 --center=libmbus libmbus.pod \
        >.pod2man.tmp.$$ 2>/dev/null && mv -f .pod2man.tmp.$$ libmbus.1 || true
make[2]: Verzeichnis „/home/software/vzlogger/libs/libmbus/bin“ wird verlassen
make[2]: Verzeichnis „/home/software/vzlogger/libs/libmbus“ wird betreten
make[2]: Verzeichnis „/home/software/vzlogger/libs/libmbus“ wird verlassen
make[1]: Verzeichnis „/home/software/vzlogger/libs/libmbus“ wird verlassen
Making install in mbus
make[1]: Verzeichnis „/home/software/vzlogger/libs/libmbus/mbus“ wird betreten
make[2]: Verzeichnis „/home/software/vzlogger/libs/libmbus/mbus“ wird betreten
 /bin/mkdir -p '/usr/local/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libmbus.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libmbus.so.0.0.8 /usr/local/lib/libmbus.so.0.0.8
libtool: install: (cd /usr/local/lib && { ln -s -f libmbus.so.0.0.8 libmbus.so.0 || { rm -f libmbus.so.0 && ln -s libmbus.so.0.0.8 libmbus.so.0; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libmbus.so.0.0.8 libmbus.so || { rm -f libmbus.so && ln -s libmbus.so.0.0.8 libmbus.so; }; })
libtool: install: /usr/bin/install -c .libs/libmbus.lai /usr/local/lib/libmbus.la
libtool: install: /usr/bin/install -c .libs/libmbus.a /usr/local/lib/libmbus.a
libtool: install: chmod 644 /usr/local/lib/libmbus.a
libtool: install: ranlib /usr/local/lib/libmbus.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/mkdir -p '/usr/local/include/mbus'
 /usr/bin/install -c -m 644 mbus.h mbus-protocol.h mbus-tcp.h mbus-serial.h mbus-protocol-aux.h '/usr/local/include/mbus'
make[2]: Verzeichnis „/home/software/vzlogger/libs/libmbus/mbus“ wird verlassen
make[1]: Verzeichnis „/home/software/vzlogger/libs/libmbus/mbus“ wird verlassen
Making install in bin
make[1]: Verzeichnis „/home/software/vzlogger/libs/libmbus/bin“ wird betreten
make[2]: Verzeichnis „/home/software/vzlogger/libs/libmbus/bin“ wird betreten
 /bin/mkdir -p '/usr/local/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c mbus-tcp-scan mbus-tcp-request-data mbus-tcp-request-data-multi-reply mbus-tcp-select-secondary mbus-tcp-scan-secondary mbus-serial-scan mbus-serial-request-data mbus-serial-request-data-multi-reply mbus-serial-select-secondary mbus-serial-scan-secondary mbus-serial-switch-baudrate mbus-tcp-raw-send mbus-tcp-application-reset '/usr/local/bin'
libtool: install: /usr/bin/install -c .libs/mbus-tcp-scan /usr/local/bin/mbus-tcp-scan
libtool: install: /usr/bin/install -c .libs/mbus-tcp-request-data /usr/local/bin/mbus-tcp-request-data
libtool: install: /usr/bin/install -c .libs/mbus-tcp-request-data-multi-reply /usr/local/bin/mbus-tcp-request-data-multi-reply
libtool: install: /usr/bin/install -c .libs/mbus-tcp-select-secondary /usr/local/bin/mbus-tcp-select-secondary
libtool: install: /usr/bin/install -c .libs/mbus-tcp-scan-secondary /usr/local/bin/mbus-tcp-scan-secondary
libtool: install: /usr/bin/install -c .libs/mbus-serial-scan /usr/local/bin/mbus-serial-scan
libtool: install: /usr/bin/install -c .libs/mbus-serial-request-data /usr/local/bin/mbus-serial-request-data
libtool: install: /usr/bin/install -c .libs/mbus-serial-request-data-multi-reply /usr/local/bin/mbus-serial-request-data-multi-reply
libtool: install: /usr/bin/install -c .libs/mbus-serial-select-secondary /usr/local/bin/mbus-serial-select-secondary
libtool: install: /usr/bin/install -c .libs/mbus-serial-scan-secondary /usr/local/bin/mbus-serial-scan-secondary
libtool: install: /usr/bin/install -c .libs/mbus-serial-switch-baudrate /usr/local/bin/mbus-serial-switch-baudrate
libtool: install: /usr/bin/install -c .libs/mbus-tcp-raw-send /usr/local/bin/mbus-tcp-raw-send
libtool: install: /usr/bin/install -c .libs/mbus-tcp-application-reset /usr/local/bin/mbus-tcp-application-reset
 /bin/mkdir -p '/usr/local/share/man/man1'
 /usr/bin/install -c -m 644 libmbus.1 mbus-tcp-scan.1 mbus-tcp-request-data.1 mbus-tcp-request-data-multi-reply.1 mbus-tcp-select-secondary.1 mbus-tcp-scan-secondary.1 mbus-tcp-raw-send.1 mbus-serial-scan.1 mbus-serial-request-data.1 mbus-serial-request-data-multi-reply.1 mbus-serial-select-secondary.1 mbus-serial-scan-secondary.1 mbus-serial-switch-baudrate.1 '/usr/local/share/man/man1'
make[2]: Verzeichnis „/home/software/vzlogger/libs/libmbus/bin“ wird verlassen
make[1]: Verzeichnis „/home/software/vzlogger/libs/libmbus/bin“ wird verlassen
make[1]: Verzeichnis „/home/software/vzlogger/libs/libmbus“ wird betreten
make[2]: Verzeichnis „/home/software/vzlogger/libs/libmbus“ wird betreten
make[2]: Für das Ziel „install-exec-am“ ist nichts zu tun.
 /bin/mkdir -p '/usr/local/share/doc/libmbus-0.8.0'
 /usr/bin/install -c -m 644 README.md COPYING hardware/MBus_USB.pdf hardware/MBus_USB.txt '/usr/local/share/doc/libmbus-0.8.0'
 /bin/mkdir -p '/usr/local/lib/pkgconfig'
 /usr/bin/install -c -m 644 libmbus.pc '/usr/local/lib/pkgconfig'
make[2]: Verzeichnis „/home/software/vzlogger/libs/libmbus“ wird verlassen
make[1]: Verzeichnis „/home/software/vzlogger/libs/libmbus“ wird verlassen
/home/software/vzlogger/libs /home/software/vzlogger
/home/software/vzlogger

building and installing vzlogger
/home/software/vzlogger/build /home/software/vzlogger

building vzlogger
Compiling for target ''
-- using gcc compiler GNU
-- checking if -Wno-ignored-qualifiers works
-- FindSml check
-- Checking for module 'sml>=0.9'
--
-- SML_HOME env is not set, setting it to /usr/local
-- Looking for sml in /usr/local
-- FindMBus check
-- Looking for libmbus in /usr/local/include
libmbus found: '/usr/local/include'
-- FindMicrohttpd check
-- Checking for module 'microhttpd>=0.9'
--
-- MICROHTTPD_HOME env is not set, setting it to /usr/local
-- Looking for microhttpd in /usr/local
-- FindJson check
-- JSON_HOME env is not set, setting it to /usr/local
-- Looking for json in /usr/local
Json-c search: '/usr/local/include;/usr/local/include;/usr/local/include;/usr/include'
Json-c found: '/usr/local/include'
-- FindGnuTls check
-- ==> ''
-- GNUTLS_HOME env is not set, setting it to /usr/local
-- Looking for gnutls in /usr/local
==> GNUTLS_LIBRARIES='/usr/lib/arm-linux-gnueabihf/libgnutls.a;/usr/lib/arm-linux-gnueabihf/libz.a;-lp11-kit;/usr/lib/arm-linux-gnueabihf/libgmp.a;/usr/lib/arm-linux-gnueabihf/libhogweed.a;/usr/lib/arm-linux-gnueabihf/libgmp.a;/usr/lib/arm-linux-gnueabihf/libnettle.a;/usr/lib/arm-linux-gnueabihf/libtasn1.a;-lp11-kit;/usr/lib/arm-linux-gnueabihf/libz.a;-lsasl2;-lgcrypt'

        ***** Configuration parameters *****
             prefix: /usr/local
             json: -L/usr/local/lib/libjson-c.a;-lrt -I/usr/local/include
             sml:  -L/usr/lib/libsml.a;-lrt -I/usr/include
             microhttpd: -L/usr/lib/arm-linux-gnueabihf/libmicrohttpd.a;-lrt -I/usr/include
             libmbus: -L/usr/local/lib/libmbus.so;-lm -I/usr/local/include
-- Configuring done
-- Generating done
-- Build files have been written to: /home/software/vzlogger
make: *** Es wurden keine Ziele angegeben und keine „make“-Steuerdatei gefunden.  Schluss.


More information about the volkszaehler-users mailing list