You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by hu...@lucene.zones.apache.org on 2007/09/21 17:07:44 UTC

Build failed in Hudson: Hadoop-Nightly #244

See http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/244/changes

Changes:

[stack] HADOOP-1931 Hbase scripts take --ARG=ARG_VALUE when should be like
hadoop and do ---ARG ARG_VALUE

[dhruba] HADOOP-1500. Fix typographical errors in the HDFS WebUI.
(Nigel Daley via dhruba)

[cutting] Removing mentions of supporting companies from website, per Apache policy.  Also regenerating a few out of date PDF files.

[cutting] HADOOP-1882.  Remove spurious asterisks from decimal number displays.  Contributed by Raghu.

------------------------------------------
[...truncated 2063 lines...]
     [exec] checking for uname... yes
     [exec] configure: creating ./config.status
     [exec] config.status: creating Makefile
     [exec] config.status: creating impl/config.h
     [exec] config.status: executing depfiles commands

create-c++-utils-makefile:
    [mkdir] Created dir: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/build/c++-build/SunOS-x86-32/utils 
     [exec] checking for a BSD-compatible install... /opt/sfw/bin/ginstall -c
     [exec] checking whether build environment is sane... yes
     [exec] checking for gawk... gawk
     [exec] checking whether make sets $(MAKE)... yes
     [exec] /opt/sfw/bin/ginstall: invalid option -- C
     [exec] Try `/opt/sfw/bin/ginstall --help' for more information.
     [exec] checking for style of include used by make... GNU
     [exec] checking for gcc... gcc
     [exec] checking for C compiler default output file name... a.out
     [exec] checking whether the C compiler works... yes
     [exec] checking whether we are cross compiling... no
     [exec] checking for suffix of executables... 
     [exec] checking for suffix of object files... o
     [exec] checking whether we are using the GNU C compiler... yes
     [exec] checking whether gcc accepts -g... yes
     [exec] checking for gcc option to accept ANSI C... none needed
     [exec] checking dependency style of gcc... gcc3
     [exec] checking for special C compiler options needed for large files... no
     [exec] checking for _FILE_OFFSET_BITS value needed for large files... 64
     [exec] checking for _LARGE_FILES value needed for large files... no
     [exec] checking for g++... g++
     [exec] checking whether we are using the GNU C++ compiler... yes
     [exec] checking whether g++ accepts -g... yes
     [exec] checking dependency style of g++... gcc3
     [exec] checking build system type... i386-pc-solaris2.10
     [exec] checking host system type... i386-pc-solaris2.10
     [exec] checking for a sed that does not truncate output... /opt/sfw/bin/gsed
     [exec] checking for egrep... grep -E
     [exec] checking for ld used by gcc... /usr/ccs/bin/ld
     [exec] checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
     [exec] checking for /usr/ccs/bin/ld option to reload object files... -r
     [exec] checking for BSD-compatible nm... /usr/ccs/bin/nm -p
     [exec] checking whether ln -s works... yes
     [exec] checking how to recognise dependent libraries... pass_all
     [exec] checking how to run the C preprocessor... gcc -E
     [exec] checking for ANSI C header files... yes
     [exec] checking for sys/types.h... yes
     [exec] checking for sys/stat.h... yes
     [exec] checking for stdlib.h... yes
     [exec] checking for string.h... yes
     [exec] checking for memory.h... yes
     [exec] checking for strings.h... yes
     [exec] checking for inttypes.h... yes
     [exec] checking for stdint.h... yes
     [exec] checking for unistd.h... yes
     [exec] checking dlfcn.h usability... yes
     [exec] checking dlfcn.h presence... yes
     [exec] checking for dlfcn.h... yes
     [exec] checking how to run the C++ preprocessor... g++ -E
     [exec] checking for g77... g77
     [exec] checking whether we are using the GNU Fortran 77 compiler... yes
     [exec] checking whether g77 accepts -g... yes
     [exec] checking the maximum length of command line arguments... 262144
     [exec] checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
     [exec] checking for objdir... .libs
     [exec] checking for ar... ar
     [exec] checking for ranlib... ranlib
     [exec] checking for strip... strip
     [exec] checking if gcc static flag  works... yes
     [exec] checking if gcc supports -fno-rtti -fno-exceptions... no
     [exec] checking for gcc option to produce PIC... -fPIC
     [exec] checking if gcc PIC flag -fPIC works... yes
     [exec] checking if gcc supports -c -o file.o... yes
     [exec] checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes
     [exec] checking whether -lc should be explicitly linked in... yes
     [exec] checking dynamic linker characteristics... solaris2.10 ld.so
     [exec] checking how to hardcode library paths into programs... immediate
     [exec] checking whether stripping libraries is possible... no
     [exec] checking if libtool supports shared libraries... yes
     [exec] checking whether to build shared libraries... yes
     [exec] checking whether to build static libraries... yes
     [exec] configure: creating libtool
     [exec] appending configuration tag "CXX" to libtool
     [exec] checking for ld used by g++... /usr/ccs/bin/ld
     [exec] checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
     [exec] checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
     [exec] checking for g++ option to produce PIC... -fPIC
     [exec] checking if g++ PIC flag -fPIC works... yes
     [exec] checking if g++ supports -c -o file.o... yes
     [exec] checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
     [exec] checking dynamic linker characteristics... solaris2.10 ld.so
     [exec] checking how to hardcode library paths into programs... immediate
     [exec] checking whether stripping libraries is possible... no
     [exec] appending configuration tag "F77" to libtool
     [exec] checking if libtool supports shared libraries... yes
     [exec] checking whether to build shared libraries... yes
     [exec] checking whether to build static libraries... yes
     [exec] checking for g77 option to produce PIC... -fPIC
     [exec] checking if g77 PIC flag -fPIC works... yes
     [exec] checking if g77 supports -c -o file.o... yes
     [exec] checking whether the g77 linker (/usr/ccs/bin/ld) supports shared libraries... yes
     [exec] checking dynamic linker characteristics... solaris2.10 ld.so
     [exec] checking how to hardcode library paths into programs... immediate
     [exec] checking whether stripping libraries is possible... no
     [exec] checking for unistd.h... (cached) yes
     [exec] checking for stdbool.h that conforms to C99... no
     [exec] checking for _Bool... no
     [exec] checking for an ANSI C-conforming const... yes
     [exec] checking for off_t... yes
     [exec] checking for size_t... yes
     [exec] checking whether strerror_r is declared... yes
     [exec] checking for strerror_r... yes
     [exec] checking whether strerror_r returns char *... no
     [exec] checking for mkdir... yes
     [exec] checking for uname... yes
     [exec] configure: creating ./config.status
     [exec] config.status: creating Makefile
     [exec] config.status: creating impl/config.h
     [exec] config.status: executing depfiles commands

compile-c++-utils:
     [exec] cd http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/src/c++/utils  && /bin/bash http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/src/c++/utils/missing  --run autoconf
     [exec] /bin/bash ./config.status --recheck
     [exec] running /bin/bash http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/src/c++/utils/configure   --prefix=http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/build/c++/SunOS-x86-32   --no-create --no-recursion
     [exec] checking for a BSD-compatible install... /opt/sfw/bin/ginstall -c
     [exec] checking whether build environment is sane... yes
     [exec] checking for gawk... gawk
     [exec] checking whether make sets $(MAKE)... yes
     [exec] /opt/sfw/bin/ginstall: invalid option -- C
     [exec] Try `/opt/sfw/bin/ginstall --help' for more information.
     [exec] checking for style of include used by make... GNU
     [exec] checking for gcc... gcc
     [exec] checking for C compiler default output file name... a.out
     [exec] checking whether the C compiler works... yes
     [exec] checking whether we are cross compiling... no
     [exec] checking for suffix of executables... 
     [exec] checking for suffix of object files... o
     [exec] checking whether we are using the GNU C compiler... yes
     [exec] checking whether gcc accepts -g... yes
     [exec] checking for gcc option to accept ANSI C... none needed
     [exec] checking dependency style of gcc... gcc3
     [exec] checking for special C compiler options needed for large files... no
     [exec] checking for _FILE_OFFSET_BITS value needed for large files... 64
     [exec] checking for _LARGE_FILES value needed for large files... no
     [exec] checking for g++... g++
     [exec] checking whether we are using the GNU C++ compiler... yes
     [exec] checking whether g++ accepts -g... yes
     [exec] checking dependency style of g++... gcc3
     [exec] checking build system type... i386-pc-solaris2.10
     [exec] checking host system type... i386-pc-solaris2.10
     [exec] checking for a sed that does not truncate output... /opt/sfw/bin/gsed
     [exec] checking for egrep... grep -E
     [exec] checking for ld used by gcc... /usr/ccs/bin/ld
     [exec] checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
     [exec] checking for /usr/ccs/bin/ld option to reload object files... -r
     [exec] checking for BSD-compatible nm... /usr/ccs/bin/nm -p
     [exec] checking whether ln -s works... yes
     [exec] checking how to recognise dependent libraries... pass_all
     [exec] checking how to run the C preprocessor... gcc -E
     [exec] checking for ANSI C header files... yes
     [exec] checking for sys/types.h... yes
     [exec] checking for sys/stat.h... yes
     [exec] checking for stdlib.h... yes
     [exec] checking for string.h... yes
     [exec] checking for memory.h... yes
     [exec] checking for strings.h... yes
     [exec] checking for inttypes.h... yes
     [exec] checking for stdint.h... yes
     [exec] checking for unistd.h... yes
     [exec] checking dlfcn.h usability... yes
     [exec] checking dlfcn.h presence... yes
     [exec] checking for dlfcn.h... yes
     [exec] checking how to run the C++ preprocessor... g++ -E
     [exec] checking for g77... g77
     [exec] checking whether we are using the GNU Fortran 77 compiler... yes
     [exec] checking whether g77 accepts -g... yes
     [exec] checking the maximum length of command line arguments... 262144
     [exec] checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
     [exec] checking for objdir... .libs
     [exec] checking for ar... ar
     [exec] checking for ranlib... ranlib
     [exec] checking for strip... strip
     [exec] checking if gcc static flag  works... yes
     [exec] checking if gcc supports -fno-rtti -fno-exceptions... no
     [exec] checking for gcc option to produce PIC... -fPIC
     [exec] checking if gcc PIC flag -fPIC works... yes
     [exec] checking if gcc supports -c -o file.o... yes
     [exec] checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes
     [exec] checking whether -lc should be explicitly linked in... yes
     [exec] checking dynamic linker characteristics... solaris2.10 ld.so
     [exec] checking how to hardcode library paths into programs... immediate
     [exec] checking whether stripping libraries is possible... no
     [exec] checking if libtool supports shared libraries... yes
     [exec] checking whether to build shared libraries... yes
     [exec] checking whether to build static libraries... yes
     [exec] configure: creating libtool
     [exec] appending configuration tag "CXX" to libtool
     [exec] checking for ld used by g++... /usr/ccs/bin/ld
     [exec] checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
     [exec] checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
     [exec] checking for g++ option to produce PIC... -fPIC
     [exec] checking if g++ PIC flag -fPIC works... yes
     [exec] checking if g++ supports -c -o file.o... yes
     [exec] checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
     [exec] checking dynamic linker characteristics... solaris2.10 ld.so
     [exec] checking how to hardcode library paths into programs... immediate
     [exec] checking whether stripping libraries is possible... no
     [exec] appending configuration tag "F77" to libtool
     [exec] checking if libtool supports shared libraries... yes
     [exec] checking whether to build shared libraries... yes
     [exec] checking whether to build static libraries... yes
     [exec] checking for g77 option to produce PIC... -fPIC
     [exec] checking if g77 PIC flag -fPIC works... yes
     [exec] checking if g77 supports -c -o file.o... yes
     [exec] checking whether the g77 linker (/usr/ccs/bin/ld) supports shared libraries... yes
     [exec] checking dynamic linker characteristics... solaris2.10 ld.so
     [exec] checking how to hardcode library paths into programs... immediate
     [exec] checking whether stripping libraries is possible... no
     [exec] checking for unistd.h... (cached) yes
     [exec] checking for stdbool.h that conforms to C99... no
     [exec] checking for _Bool... no
     [exec] checking for an ANSI C-conforming const... yes
     [exec] checking for off_t... yes
     [exec] checking for size_t... yes
     [exec] checking whether strerror_r is declared... yes
     [exec] checking for strerror_r... yes
     [exec] checking whether strerror_r returns char *... no
     [exec] checking for mkdir... yes
     [exec] checking for uname... yes
     [exec] configure: creating ./config.status
     [exec]  /bin/bash ./config.status
     [exec] config.status: creating Makefile
     [exec] config.status: creating impl/config.h
     [exec] config.status: impl/config.h is unchanged
     [exec] config.status: executing depfiles commands
     [exec] mksh: Fatal error: Cannot load command `http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/src/c++/utils/install-sh' : Bad file number
     [exec] Current working directory: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/build/c++-build/SunOS-x86-32/utils 
     [exec] make: Fatal error: Command failed for target `impl/.dirstamp'
     [exec] *** Error code 1
     [exec] The following command caused the error:
     [exec] http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/src/c++/utils/install-sh  -d impl

BUILD FAILED
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/build.xml :873: exec returned: 1

Total time: 2 minutes 21 seconds
Recording fingerprints
Publishing Javadoc
Recording test results
Updating HADOOP-1500
Updating HADOOP-1882
Updating HADOOP-1931