Follow up on missing headers (1); - trying to Compile Listener.

sali <[email protected]> Mon, 06 Mar 2017 07:46:58 +0000
Newsgroups gmane.linux.distributions.gobo.general
Message-ID <[email protected]>
Hi Lucas,

Well ...
Something like this:
[ trying to Compile Listener]

root@Triskelion ~]Compile Listener
Compile: Locating a recipe for Listener ...
Compile: Found recipe for Listener
GetRecipe: Trying to get /Data/Compile/LocalRecipes/Listener/2.1-r1
Compile: Recipe placed in /Data/Compile/LocalRecipes/Listener/2.1-r1
Compile: Checking dependencies...

GetAvailable: Cannot open 
/Data/Variable/tmp/Scripts-root/cache/trackedVersionsLists0.bz2 - 
invalid data stream
GetAvailable: Removing...
CheckDependencies: Json-C is not installed.
CheckDependencies: Compile recipe for Json-C 0.12.1 or skip this 
dependency? [C]Compile/[S]Skip/[CA]Compile All/[SA]Skip AllC
Compile: Using passed recipe /Data/Compile/LocalRecipes/Json-C/0.12.1-r1
GetRecipe: Trying to get /Data/Compile/LocalRecipes/Json-C/0.12.1-r1
Compile: Recipe placed in /Data/Compile/LocalRecipes/Json-C/0.12.1-r1
Compile: Compiling Json-C version 0.12.1, revision r1.

GetAvailable: Cannot open 
/Data/Variable/tmp/Scripts-root/cache/trackedVersionsLists0.bz2 - 
invalid data stream
GetAvailable: Removing...--2017-03-06 06:51:38--  
https://github.com/json-c/json-c/archive/json-c-0.12.1-20160607.tar.gz
Resolving github.com... 192.30.253.112, 192.30.253.113
Connecting to github.com|192.30.253.112|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: 
https://codeload.github.com/json-c/json-c/tar.gz/json-c-0.12.1-20160607 
[following]
--2017-03-06 06:51:39--  
https://codeload.github.com/json-c/json-c/tar.gz/json-c-0.12.1-20160607
Resolving codeload.github.com... 192.30.253.121, 192.30.253.120
Connecting to codeload.github.com|192.30.253.121|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: 'json-c-0.12.1-20160607.tar.gz'

json-c-0.12.1-20160607.tar.gz               [   <=>                      
                                                   ] 515.73K   854KB/s    
in 0.6s

2017-03-06 06:51:40 (854 KB/s) - 'json-c-0.12.1-20160607.tar.gz' saved 
[528103]

Compile: Unpacking file 
/Data/Compile/Archives/json-c-0.12.1-20160607.tar.gz...

PrepareProgram: Preparing...
PrepareProgram: Autoconf configure script detected.

checking for a BSD-compatible install... /System/Index/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /System/Index/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... 
/System/Index/bin/grep
checking for egrep... /System/Index/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... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... 
/System/Index/bin/sed
checking for fgrep... /System/Index/bin/grep -F
checking for ld used by gcc... /System/Index/bin/ld
checking if the linker (/System/Index/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... 
/System/Index/bin/nm -B
checking the name lister (/System/Index/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to 
x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain 
format... func_convert_file_noop
checking for /System/Index/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 /System/Index/bin/nm -B output from gcc 
object... ok
checking for sysroot... no
checking for mt... no
checking if : 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 (/System/Index/bin/ld -m elf_x86_64) 
supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking 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

/bin/make  all-recursive
make[1]: Map '/Data/Compile/Sources/json-c-json-c-0.12.1-20160607' wordt 
binnengegaan
Making all in .
make[2]: Map '/Data/Compile/Sources/json-c-json-c-0.12.1-20160607' wordt 
binnengegaan
/bin/sh ./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 -O2 
-fomit-frame-pointer -pipe -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 -O2 
-fomit-frame-pointer -pipe -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 -O2 
-fomit-frame-pointer -pipe -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/sh ./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 -O2 
-fomit-frame-pointer -pipe -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 -O2 
-fomit-frame-pointer -pipe -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 -O2 
-fomit-frame-pointer -pipe -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/sh ./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 -O2 
-fomit-frame-pointer -pipe -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 -O2 
-fomit-frame-pointer -pipe -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 -O2 
-fomit-frame-pointer -pipe -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/sh ./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 -O2 
-fomit-frame-pointer -pipe -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 -O2 
-fomit-frame-pointer -pipe -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 -O2 
-fomit-frame-pointer -pipe -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/sh ./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 -O2 
-fomit-frame-pointer -pipe -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 -O2 
-fomit-frame-pointer -pipe -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 -O2 
-fomit-frame-pointer -pipe -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/sh ./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 -O2 
-fomit-frame-pointer -pipe -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 -O2 
-fomit-frame-pointer -pipe -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 -O2 
-fomit-frame-pointer -pipe -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/sh ./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 -O2 
-fomit-frame-pointer -pipe -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 -O2 
-fomit-frame-pointer -pipe -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 -O2 
-fomit-frame-pointer -pipe -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/sh ./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 -O2 
-fomit-frame-pointer -pipe -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 -O2 
-fomit-frame-pointer -pipe -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 -O2 
-fomit-frame-pointer -pipe -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/sh ./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 -O2 
-fomit-frame-pointer -pipe -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 -O2 
-fomit-frame-pointer -pipe -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 -O2 
-fomit-frame-pointer -pipe -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/sh ./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 -O2 
-fomit-frame-pointer -pipe -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 -O2 
-fomit-frame-pointer -pipe -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 -O2 
-fomit-frame-pointer -pipe -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/sh ./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 -O2 
-fomit-frame-pointer -pipe -version-info 2:2:0 -no-undefined 
-Wl,-Bsymbolic-functions -L/Programs/Json-C/0.12.1/lib -o libjson-c.la 
-rpath /usr/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   -L/Programs/Json-C/0.12.1/lib  -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
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]: Map '/Data/Compile/Sources/json-c-json-c-0.12.1-20160607' wordt 
verlaten
Making all in tests
make[2]: Map '/Data/Compile/Sources/json-c-json-c-0.12.1-20160607/tests' 
wordt binnengegaan
make[2]: Er hoeft niets gedaan te worden voor 'all'.
make[2]: Map '/Data/Compile/Sources/json-c-json-c-0.12.1-20160607/tests' 
wordt verlaten
make[1]: Map '/Data/Compile/Sources/json-c-json-c-0.12.1-20160607' wordt 
verlaten
Compile: Asserting that requirements are met...
SandboxInstall: overlayfs is available. Using UnionSandbox.
SandboxInstall: Installing Json-C...

Making install in .
make[1]: Map '/Data/Compile/Sources/json-c-json-c-0.12.1-20160607' wordt 
binnengegaan
make[2]: Map '/Data/Compile/Sources/json-c-json-c-0.12.1-20160607' wordt 
binnengegaan
  /System/Index/bin/mkdir -p '/usr/lib'
  /bin/sh ./libtool   --mode=install /System/Index/bin/install -c   
libjson-c.la '/usr/lib'
libtool: install: /System/Index/bin/install -c .libs/libjson-c.so.2.0.2 
/usr/lib/libjson-c.so.2.0.2
libtool: install: (cd /usr/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/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: /System/Index/bin/install -c .libs/libjson-c.lai 
/usr/lib/libjson-c.la
libtool: install: /System/Index/bin/install -c .libs/libjson-c.a 
/usr/lib/libjson-c.a
libtool: install: chmod 644 /usr/lib/libjson-c.a
libtool: install: ranlib /usr/lib/libjson-c.a
libtool: finish: 
PATH="/System/Index/bin:/Users/root/bin:/usr/bin:/Users/root/bin:/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin:.:.:/usr/bin:/usr/bin:/usr/bin:/usr/bin:/usr/bin:/usr/bin:/sbin" 
ldconfig -n /usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
    /usr/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.
----------------------------------------------------------------------
  /System/Index/bin/mkdir -p '/usr/include/json-c'
  /System/Index/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/include/json-c'
  /System/Index/bin/mkdir -p '/usr/lib/pkgconfig'
  /System/Index/bin/install -c -m 644 json-c.pc '/usr/lib/pkgconfig'
make[2]: Map '/Data/Compile/Sources/json-c-json-c-0.12.1-20160607' wordt 
verlaten
make[1]: Map '/Data/Compile/Sources/json-c-json-c-0.12.1-20160607' wordt 
verlaten
Making install in tests
make[1]: Map '/Data/Compile/Sources/json-c-json-c-0.12.1-20160607/tests' 
wordt binnengegaan
make[2]: Map '/Data/Compile/Sources/json-c-json-c-0.12.1-20160607/tests' 
wordt binnengegaan
make[2]: Er hoeft niets gedaan te worden voor 'install-exec-am'.
make[2]: Er hoeft niets gedaan te worden voor 'install-data-am'.
make[2]: Map '/Data/Compile/Sources/json-c-json-c-0.12.1-20160607/tests' 
wordt verlaten
make[1]: Map '/Data/Compile/Sources/json-c-json-c-0.12.1-20160607/tests' 
wordt verlaten
UnionSandbox: Cleaning up.
UnionSandbox: Moving entries to: 
/Programs/Json-C/0.12.1/.SandboxInstall_Root
SandboxInstall: Postprocessing Sandbox
Compile: Stripping executables...
UpdateSettings: Current and default settings match
SymlinkProgram: Symlinking Json-C 0.12.1.
SymlinkProgram: Symlinking global settings...
SymlinkProgram: Symlinking tasks...
SymlinkProgram: Storing variable files...
SymlinkProgram: Symlinking libraries...
SymlinkProgram: Processed 6 files.
SymlinkProgram: Updating library database (ldconfig)...
SymlinkProgram: Correcting directory references...
SymlinkProgram: Symlinking headers...
SymlinkProgram: Processed 1 file.
SymlinkProgram: Symlinking info...
SymlinkProgram: Updating info dir...
SymlinkProgram: Symlinking manuals...
SymlinkProgram: Symlinking executables...
SymlinkProgram: Symlinking wrappers...
SymlinkProgram: Symlinking libexec..
SymlinkProgram: Symlinking shared...
SymlinkProgram: Processed 1 file.
SymlinkProgram: Removing unused directories...
SymlinkProgram: Done.
UpdateSettings: No settings exist
SymlinkProgram: Symlinking Json-C 0.12.1.
SymlinkProgram: Symlinking global settings...
SymlinkProgram: Symlinking tasks...
SymlinkProgram: Storing variable files...
SymlinkProgram: Symlinking libraries...
SymlinkProgram: Processed 6 files.
SymlinkProgram: Updating library database (ldconfig)...
SymlinkProgram: Correcting directory references...
SymlinkProgram: Symlinking headers...
SymlinkProgram: Processed 1 file.
SymlinkProgram: Symlinking info...
SymlinkProgram: Updating info dir...
SymlinkProgram: Symlinking manuals...
SymlinkProgram: Symlinking executables...
SymlinkProgram: Symlinking wrappers...
SymlinkProgram: Symlinking libexec..
SymlinkProgram: Symlinking shared...
SymlinkProgram: Removing unused directories...
SymlinkProgram: Done.
Compile: Compiling Json-C version 0.12.1, revision r1.
Compile: Generating package's build information...
GenBuildInformation: Generating dependency report. Please wait:  -
Compile: Generating package's signature...
SignProgram: Creating FileHash
Compile: Packing recipe directory...

RecipeLint
==========
Checking Json-C--0.12.1-r1--recipe.tar.bz2 on Mon Mar  6 06:52:07 GMT 
2017
Checking recipe file...
Checking recipe package name...
Checking name for conventions...
Checking version number...
Checking recipe package structure...
Checking recipe contents...
Performing basic syntax validation...
Checking recipe declarations...
Using cached file json-c-0.12.1-20160607.tar.gz from 
/Data/Compile/Archives...
Checking URL...
Testing integrity of archive json-c-0.12.1-20160607.tar.gz...
Checking MD5 for json-c-0.12.1-20160607.tar.gz...
Checking size for json-c-0.12.1-20160607.tar.gz...
Looking for common error patterns...
Checking resources...
Checking Dependencies...

GetAvailable: Cannot open 
/Data/Variable/tmp/Scripts-root/cache/trackedVersionsLists0.bz2 - 
invalid data stream
GetAvailable: Removing...
GetAvailable: Cannot open 
/Data/Variable/tmp/Scripts-root/cache/trackedVersionsLists0.bz2 - 
invalid data stream
GetAvailable: Removing...Recipe looks sane.
PackRecipe: Packed 
/Data/Compile/PackedRecipes/Json-C--0.12.1-r1--recipe.tar.bz2.
Compile: You are encouraged to submit your recipe for inclusion into the 
distribution.
Compile: Please run 'ContributeRecipe Json-C 0.12.1-r1' to do this.
Compile: Compiling Listener version 2.1, revision r1.

GetAvailable: Cannot open 
/Data/Variable/tmp/Scripts-root/cache/trackedVersionsLists0.bz2 - 
invalid data stream
GetAvailable: Removing...--2017-03-06 06:52:20--  
https://github.com/gobolinux/Listener/releases/download/2.1/Listener-2.1.tar.gz
Resolving github.com... 192.30.253.112, 192.30.253.113
Connecting to github.com|192.30.253.112|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: 
https://github-cloud.s3.amazonaws.com/releases/31400835/bb1248bc-ee42-11e6-969c-0535504c61f6.gz?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20170306%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20170306T065220Z&X-Amz-Expires=300&X-Amz-Signature=d0a0890d6fc4a40460470a8d09ab56f0d7471f0e47de3f8dbfe1ff1fc4b3b505&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3DListener-2.1.tar.gz&response-content-type=application%2Foctet-stream 
[following]
--2017-03-06 06:52:20--  
https://github-cloud.s3.amazonaws.com/releases/31400835/bb1248bc-ee42-11e6-969c-0535504c61f6.gz?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20170306%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20170306T065220Z&X-Amz-Expires=300&X-Amz-Signature=d0a0890d6fc4a40460470a8d09ab56f0d7471f0e47de3f8dbfe1ff1fc4b3b505&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3DListener-2.1.tar.gz&response-content-type=application%2Foctet-stream
Resolving github-cloud.s3.amazonaws.com... 52.216.64.80
Connecting to github-cloud.s3.amazonaws.com|52.216.64.80|:443... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 11614 (11K) [application/octet-stream]
Saving to: 'Listener-2.1.tar.gz'

Listener-2.1.tar.gz                     
100%[=============================================================================>] 
  11.34K  --.-KB/s    in 0.001s

2017-03-06 06:52:21 (16.4 MB/s) - 'Listener-2.1.tar.gz' saved 
[11614/11614]

Compile: Unpacking file /Data/Compile/Archives/Listener-2.1.tar.gz...

make -C src
make[1]: Map '/Data/Compile/Sources/Listener-2.1/src' wordt binnengegaan
gcc -c rules.c -I. -DSYSCONFDIR=\"/Programs/Listener/Settings\" -Wall -g 
-I/usr/include/json-c
rules.c:22:25: fatale fout: json-c/json.h: Bestand of map bestaat niet
  #include <json-c/json.h>
                          ^
compilatie is beƫindigd.
make[1]: *** [Makefile:18: rules.o] Fout 1
make[1]: Map '/Data/Compile/Sources/Listener-2.1/src' wordt verlaten
make: *** [Makefile:5: all] Fout 2
Compile: Listener 2.1 - Build process failed.

And there it goes ...

Greetings,

Martin.



_______________________________________________
gobolinux-users mailing list
[email protected]
http://lists.gobolinux.org/mailman/listinfo/gobolinux-users