cunnie / bosh-bind-9-release

BOSH release for the BIND 9 DNS Server
The Unlicense
3 stars 6 forks source link

=( won't compile #1

Open jim80net opened 8 years ago

jim80net commented 8 years ago
± jp |master ?:1 ✗| → bosh deploy
Acting as user 'admin' on deployment 'bind-9-server' on 'Bosh Lite Director'
Getting deployment properties from director...
Please review all changes carefully

Deploying
---------
Are you sure you want to deploy? (type 'yes' to continue): yes

Director task 6
  Started unknown
  Started unknown > Binding deployment. Done (00:00:00)

  Started preparing deployment
  Started preparing deployment > Binding releases. Done (00:00:00)
  Started preparing deployment > Binding existing deployment. Done (00:00:00)
  Started preparing deployment > Binding resource pools. Done (00:00:00)
  Started preparing deployment > Binding stemcells. Done (00:00:00)
  Started preparing deployment > Binding templates. Done (00:00:00)
  Started preparing deployment > Binding properties. Done (00:00:00)
  Started preparing deployment > Binding unallocated VMs. Done (00:00:00)
  Started preparing deployment > Binding instance networks. Done (00:00:00)

  Started preparing package compilation > Finding packages to compile. Done (00:00:00)

  Started compiling packages > bind-9-9.10.2/5436225ccf3369f56505cfc25bfeb81d2930952c. Failed: Action Failed get_task: Task 99ddc8d9-5c7a-4ec7-59ac-e45faa3614d7 result: Compiling package bind-9-9.10.2: Running packaging script: Command exited with 2; Truncated stdout: g++ _internal/Source/JSONWorker.cpp -o Objects_static/JSONWorker.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG
g++ _internal/Source/JSONWriter.cpp -o Objects_static/JSONWriter.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG
g++ _internal/Source/libjson.cpp -o Objects_static/libjson.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG
Archive
cd Objects_static ; \
    ar -cvq libjson.a internalJSONNode.o JSONAllocator.o JSONChildren.o JSONDebug.o JSONIterators.o JSONMemory.o JSONNode.o JSONNode_Mutex.o JSONPreparse.o JSONStream.o JSONValidator.o JSONWorker.o JSONWriter.o libjson.o  ; \
    mv -f libjson.a ../
a - internalJSONNode.o
a - JSONAllocator.o
a - JSONChildren.o
a - JSONDebug.o
a - JSONIterators.o
a - JSONMemory.o
a - JSONNode.o
a - JSONNode_Mutex.o
a - JSONPreparse.o
a - JSONStream.o
a - JSONValidator.o
a - JSONWorker.o
a - JSONWriter.o
a - libjson.o
Archive: Done
============================================================
Done
============================================================
============================================================
libjson version: 7.6.1 target:  OS: Linux
============================================================
Install header files
mkdir -p /var/vcap/packages/bind-9-9.10.2/include/libjson
cp -f ./*.h /var/vcap/packages/bind-9-9.10.2/include/libjson
mkdir -p /var/vcap/packages/bind-9-9.10.2/include/libjson/_internal/Source
cp -f ./_internal/Source/*.h /var/vcap/packages/bind-9-9.10.2/include/libjson/_internal/Source
cp -r ./_internal/Source/JSONDefs /var/vcap/packages/bind-9-9.10.2/include/libjson/_internal/Source
chmod -R a+r /var/vcap/packages/bind-9-9.10.2/include/libjson
find  /var/vcap/packages/bind-9-9.10.2/include/libjson -type d -exec chmod a+x {} \;
cp -rv _internal/Source/Dependencies/ /var/vcap/packages/bind-9-9.10.2/include/libjson/_internal/Source
`_internal/Source/Dependencies/' -> `/var/vcap/packages/bind-9-9.10.2/include/libjson/_internal/Source/Dependencies'
Install header files: Done.
mkdir -p Objects_shared
g++ _internal/Source/internalJSONNode.cpp -o Objects_shared/internalJSONNode.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONAllocator.cpp -o Objects_shared/JSONAllocator.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONChildren.cpp -o Objects_shared/JSONChildren.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONDebug.cpp -o Objects_shared/JSONDebug.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONIterators.cpp -o Objects_shared/JSONIterators.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONMemory.cpp -o Objects_shared/JSONMemory.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONNode.cpp -o Objects_shared/JSONNode.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONNode_Mutex.cpp -o Objects_shared/JSONNode_Mutex.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONPreparse.cpp -o Objects_shared/JSONPreparse.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONStream.cpp -o Objects_shared/JSONStream.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONValidator.cpp -o Objects_shared/JSONValidator.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONWorker.cpp -o Objects_shared/JSONWorker.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONWriter.cpp -o Objects_shared/JSONWriter.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/libjson.cpp -o Objects_shared/libjson.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
Link
cd Objects_shared ; \
    if test "Linux" = "Darwin" ; then \
        g++ -shared -Wl,-dylib_install_name -Wl,libjson.so.7 -o libjson.so.7.6.1 internalJSONNode.o JSONAllocator.o JSONChildren.o JSONDebug.o JSONIterators.o JSONMemory.o JSONNode.o JSONNode_Mutex.o JSONPreparse.o JSONStream.o JSONValidator.o JSONWorker.o JSONWriter.o libjson.o  ; \
    else \
        g++ -shared -Wl,-soname,libjson.so.7 -o libjson.so.7.6.1 internalJSONNode.o JSONAllocator.o JSONChildren.o JSONDebug.o JSONIterators.o JSONMemory.o JSONNode.o JSONNode_Mutex.o JSONPreparse.o JSONStream.o JSONValidator.o JSONWorker.o JSONWriter.o libjson.o  ; \
    fi ; \
    mv -f libjson.so.7.6.1 ../
Link: Done
Install shared library
cp -f ./libjson.so.7.6.1 /var/vcap/packages/bind-9-9.10.2/lib
cd /var/vcap/packages/bind-9-9.10.2/lib ; \
    ln -sf libjson.so.7.6.1 libjson.so.7 ; \
    ln -sf libjson.so.7 libjson.so
ldconfig
Install shared library: Done.
/var/vcap/data/compile/bind-9-9.10.2
Initialized empty Git repository in /var/vcap/data/compile/bind-9-9.10.2/json-c/.git/
/var/vcap/data/compile/bind-9-9.10.2/json-c /var/vcap/data/compile/bind-9-9.10.2
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
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 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 for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
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 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 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 whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
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 ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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 -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
, Stderr: + curl -OL http://downloads.sourceforge.net/project/libjson/libjson_7.6.1.zip
  %!!(MISSING)T(MISSING)otal    %!!(MISSING)R(MISSING)eceived %!!(MISSING)X(MISSING)ferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  741k  100  741k    0     0  1606k      0 --:--:-- --:--:-- --:--:-- 6616k
+ unzip libjson_7.6.1.zip
+ pushd libjson
+ make
+ mkdir -p _internal/Source/Dependencies/
+ mkdir -p /var/vcap/packages/bind-9-9.10.2/lib
+ make install prefix=/var/vcap/packages/bind-9-9.10.2 exec_prefix=/var/vcap/packages/bind-9-9.10.2 SHARED=1
+ popd
+ git clone https://github.com/json-c/json-c.git
+ pushd json-c
+ sh autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy
autoreconf: running: /usr/bin/autoconf --include=autoconf-archive/m4
autoreconf: running: /usr/bin/autoheader --include=autoconf-archive/m4
autoreconf: running: automake --add-missing --copy --no-force
configure.ac:32: installing `./compile'
configure.ac:77: installing `./config.guess'
configure.ac:77: installing `./config.sub'
configure.ac:6: installing `./install-sh'
configure.ac:6: installing `./missing'
tests/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
autoreconf: Leaving directory `.'
+ ./configure
./configure: line 13060: syntax error near unexpected token `-Wall'
./configure: line 13060: `AX_APPEND_COMPILE_FLAGS(-Wall -Werror -Wno-error=deprecated-declarations)'
 (00:00:15)

Error 450001: Action Failed get_task: Task 99ddc8d9-5c7a-4ec7-59ac-e45faa3614d7 result: Compiling package bind-9-9.10.2: Running packaging script: Command exited with 2; Truncated stdout: g++ _internal/Source/JSONWorker.cpp -o Objects_static/JSONWorker.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG
g++ _internal/Source/JSONWriter.cpp -o Objects_static/JSONWriter.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG
g++ _internal/Source/libjson.cpp -o Objects_static/libjson.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG
Archive
cd Objects_static ; \
    ar -cvq libjson.a internalJSONNode.o JSONAllocator.o JSONChildren.o JSONDebug.o JSONIterators.o JSONMemory.o JSONNode.o JSONNode_Mutex.o JSONPreparse.o JSONStream.o JSONValidator.o JSONWorker.o JSONWriter.o libjson.o  ; \
    mv -f libjson.a ../
a - internalJSONNode.o
a - JSONAllocator.o
a - JSONChildren.o
a - JSONDebug.o
a - JSONIterators.o
a - JSONMemory.o
a - JSONNode.o
a - JSONNode_Mutex.o
a - JSONPreparse.o
a - JSONStream.o
a - JSONValidator.o
a - JSONWorker.o
a - JSONWriter.o
a - libjson.o
Archive: Done
============================================================
Done
============================================================
============================================================
libjson version: 7.6.1 target:  OS: Linux
============================================================
Install header files
mkdir -p /var/vcap/packages/bind-9-9.10.2/include/libjson
cp -f ./*.h /var/vcap/packages/bind-9-9.10.2/include/libjson
mkdir -p /var/vcap/packages/bind-9-9.10.2/include/libjson/_internal/Source
cp -f ./_internal/Source/*.h /var/vcap/packages/bind-9-9.10.2/include/libjson/_internal/Source
cp -r ./_internal/Source/JSONDefs /var/vcap/packages/bind-9-9.10.2/include/libjson/_internal/Source
chmod -R a+r /var/vcap/packages/bind-9-9.10.2/include/libjson
find  /var/vcap/packages/bind-9-9.10.2/include/libjson -type d -exec chmod a+x {} \;
cp -rv _internal/Source/Dependencies/ /var/vcap/packages/bind-9-9.10.2/include/libjson/_internal/Source
`_internal/Source/Dependencies/' -> `/var/vcap/packages/bind-9-9.10.2/include/libjson/_internal/Source/Dependencies'
Install header files: Done.
mkdir -p Objects_shared
g++ _internal/Source/internalJSONNode.cpp -o Objects_shared/internalJSONNode.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONAllocator.cpp -o Objects_shared/JSONAllocator.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONChildren.cpp -o Objects_shared/JSONChildren.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONDebug.cpp -o Objects_shared/JSONDebug.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONIterators.cpp -o Objects_shared/JSONIterators.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONMemory.cpp -o Objects_shared/JSONMemory.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONNode.cpp -o Objects_shared/JSONNode.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONNode_Mutex.cpp -o Objects_shared/JSONNode_Mutex.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONPreparse.cpp -o Objects_shared/JSONPreparse.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONStream.cpp -o Objects_shared/JSONStream.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONValidator.cpp -o Objects_shared/JSONValidator.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONWorker.cpp -o Objects_shared/JSONWorker.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/JSONWriter.cpp -o Objects_shared/JSONWriter.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
g++ _internal/Source/libjson.cpp -o Objects_shared/libjson.o -c -O3 -ffast-math -fexpensive-optimizations -DNDEBUG -fPIC
Link
cd Objects_shared ; \
    if test "Linux" = "Darwin" ; then \
        g++ -shared -Wl,-dylib_install_name -Wl,libjson.so.7 -o libjson.so.7.6.1 internalJSONNode.o JSONAllocator.o JSONChildren.o JSONDebug.o JSONIterators.o JSONMemory.o JSONNode.o JSONNode_Mutex.o JSONPreparse.o JSONStream.o JSONValidator.o JSONWorker.o JSONWriter.o libjson.o  ; \
    else \
        g++ -shared -Wl,-soname,libjson.so.7 -o libjson.so.7.6.1 internalJSONNode.o JSONAllocator.o JSONChildren.o JSONDebug.o JSONIterators.o JSONMemory.o JSONNode.o JSONNode_Mutex.o JSONPreparse.o JSONStream.o JSONValidator.o JSONWorker.o JSONWriter.o libjson.o  ; \
    fi ; \
    mv -f libjson.so.7.6.1 ../
Link: Done
Install shared library
cp -f ./libjson.so.7.6.1 /var/vcap/packages/bind-9-9.10.2/lib
cd /var/vcap/packages/bind-9-9.10.2/lib ; \
    ln -sf libjson.so.7.6.1 libjson.so.7 ; \
    ln -sf libjson.so.7 libjson.so
ldconfig
Install shared library: Done.
/var/vcap/data/compile/bind-9-9.10.2
Initialized empty Git repository in /var/vcap/data/compile/bind-9-9.10.2/json-c/.git/
/var/vcap/data/compile/bind-9-9.10.2/json-c /var/vcap/data/compile/bind-9-9.10.2
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
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 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 for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
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 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 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 whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
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 ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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 -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
, Stderr: + curl -OL http://downloads.sourceforge.net/project/libjson/libjson_7.6.1.zip
  %!!(MISSING)T(MISSING)otal    %!!(MISSING)R(MISSING)eceived %!!(MISSING)X(MISSING)ferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  741k  100  741k    0     0  1606k      0 --:--:-- --:--:-- --:--:-- 6616k
+ unzip libjson_7.6.1.zip
+ pushd libjson
+ make
+ mkdir -p _internal/Source/Dependencies/
+ mkdir -p /var/vcap/packages/bind-9-9.10.2/lib
+ make install prefix=/var/vcap/packages/bind-9-9.10.2 exec_prefix=/var/vcap/packages/bind-9-9.10.2 SHARED=1
+ popd
+ git clone https://github.com/json-c/json-c.git
+ pushd json-c
+ sh autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy
autoreconf: running: /usr/bin/autoconf --include=autoconf-archive/m4
autoreconf: running: /usr/bin/autoheader --include=autoconf-archive/m4
autoreconf: running: automake --add-missing --copy --no-force
configure.ac:32: installing `./compile'
configure.ac:77: installing `./config.guess'
configure.ac:77: installing `./config.sub'
configure.ac:6: installing `./install-sh'
configure.ac:6: installing `./missing'
tests/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
autoreconf: Leaving directory `.'
+ ./configure
./configure: line 13060: syntax error near unexpected token `-Wall'
./configure: line 13060: `AX_APPEND_COMPILE_FLAGS(-Wall -Werror -Wno-error=deprecated-declarations)'
jim80net commented 8 years ago

this was on centos 2776.