icedtea6 fails to bootstrap on Fedora 17/18
Andrew Hughes
gnu.andrew at redhat.com
Wed Mar 6 10:02:42 PST 2013
----- Original Message -----
> > Two pieces of information you didn't provide:
> >
> > 1. What version of IcedTea are you trying to build (if Mercurial,
> > which repository+changeset)?
>
> Sorry. I always use hg default. In this case:
> http://icedtea.classpath.org/hg/icedtea6/rev/9b60104392f1
>
> > 2. Output of configure (config.log).
>
> No problem:
>
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> It was created by icedtea6 configure 1.13.0pre, which was
> generated by GNU Autoconf 2.68. Invocation command line was
>
> $ ./configure --with-parallel-jobs=8 --disable-docs
> --with-jdk-home=/usr/lib/jvm/java-1.5.0-gcj
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = f17
> uname -m = x86_64
> uname -r = 3.6.6-1.fc17.x86_64
> uname -s = Linux
> uname -v = #1 SMP Mon Nov 5 21:59:35 UTC 2012
>
> /usr/bin/uname -p = x86_64
> /bin/uname -X = unknown
>
> /bin/arch = x86_64
> /usr/bin/arch -k = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo = unknown
> /bin/machine = unknown
> /usr/bin/oslevel = unknown
> /bin/universe = unknown
>
> PATH: /usr/lib64/ccache
> PATH: /usr/local/bin
> PATH: /usr/bin
> PATH: /usr/local/sbin
> PATH: /usr/sbin
> PATH: /home/sr/.local/bin
> PATH: /home/sr/bin
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:2819: checking for a BSD-compatible install
> configure:2887: result: /usr/bin/install -c
> configure:2898: checking whether build environment is sane
> configure:2948: result: yes
> configure:3089: checking for a thread-safe mkdir -p
> configure:3128: result: /usr/bin/mkdir -p
> configure:3141: checking for gawk
> configure:3157: found /usr/bin/gawk
> configure:3168: result: gawk
> configure:3179: checking whether make sets $(MAKE)
> configure:3201: result: yes
> configure:3276: checking how to create a pax tar archive
> configure:3289: tar --version
> tar (GNU tar) 1.26
> Copyright (C) 2011 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later
> <http://gnu.org/licenses/gpl.html>.
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.
>
> Written by John Gilmore and Jay Fenlason.
> configure:3292: $? = 0
> configure:3332: tardir=conftest.dir && eval tar --format=posix -chf -
> "$tardir" >conftest.tar
> configure:3335: $? = 0
> configure:3339: tar -xf - <conftest.tar
> configure:3342: $? = 0
> configure:3355: result: gnutar
> configure:3378: checking build system type
> configure:3392: result: x86_64-unknown-linux-gnu
> configure:3412: checking host system type
> configure:3425: result: x86_64-unknown-linux-gnu
> configure:3496: checking for gcc
> configure:3512: found /usr/lib64/ccache/gcc
> configure:3523: result: gcc
> configure:3752: checking for C compiler version
> configure:3761: gcc --version >&5
> gcc (GCC) 4.7.2 20120921 (Red Hat 4.7.2-2)
> Copyright (C) 2012 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There
> is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
> PURPOSE.
>
> configure:3772: $? = 0
> configure:3761: gcc -v >&5
> Using built-in specs.
> COLLECT_GCC=/usr/bin/gcc
> COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.7.2/lto-wrapper
> Target: x86_64-redhat-linux
> Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
> --infodir=/usr/share/info
> --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap
> --enable-shared --enable-threads=posix --enable-checking=release
> --disable-build-with-cxx --disable-build-poststage1-with-cxx
> --with-system-zlib --enable-__cxa_atexit
> --disable-libunwind-exceptions --enable-gnu-unique-object
> --enable-linker-build-id --with-linker-hash-style=gnu
> --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto
> --enable-plugin --enable-initfini-array --enable-java-awt=gtk
> --disable-dssi
> --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
> --enable-libgcj-multifile --enable-java-maintainer-mode
> --with-ecj-jar=/usr/share/java/eclipse-ecj.jar
> --disable-libjava-multilib --with-ppl --with-cloog
> --with-tune=generic
> --with-arch_32=i686 --build=x86_64-redhat-linux
> Thread model: posix
> gcc version 4.7.2 20120921 (Red Hat 4.7.2-2) (GCC)
> configure:3772: $? = 0
> configure:3761: gcc -V >&5
> gcc: error: unrecognized command line option '-V'
> gcc: fatal error: no input files
> compilation terminated.
> configure:3772: $? = 4
> configure:3761: gcc -qversion >&5
> gcc: error: unrecognized command line option '-qversion'
> gcc: fatal error: no input files
> compilation terminated.
> configure:3772: $? = 4
> configure:3792: checking whether the C compiler works
> configure:3814: gcc conftest.c >&5
> configure:3818: $? = 0
> configure:3866: result: yes
> configure:3869: checking for C compiler default output file name
> configure:3871: result: a.out
> configure:3877: checking for suffix of executables
> configure:3884: gcc -o conftest conftest.c >&5
> configure:3888: $? = 0
> configure:3910: result:
> configure:3932: checking whether we are cross compiling
> configure:3940: gcc -o conftest conftest.c >&5
> configure:3944: $? = 0
> configure:3951: ./conftest
> configure:3955: $? = 0
> configure:3970: result: no
> configure:3975: checking for suffix of object files
> configure:3997: gcc -c conftest.c >&5
> configure:4001: $? = 0
> configure:4022: result: o
> configure:4026: checking whether we are using the GNU C compiler
> configure:4045: gcc -c conftest.c >&5
> configure:4045: $? = 0
> configure:4054: result: yes
> configure:4063: checking whether gcc accepts -g
> configure:4083: gcc -c -g conftest.c >&5
> configure:4083: $? = 0
> configure:4124: result: yes
> configure:4141: checking for gcc option to accept ISO C89
> configure:4205: gcc -c -g -O2 conftest.c >&5
> configure:4205: $? = 0
> configure:4218: result: none needed
> configure:4249: checking for style of include used by make
> configure:4277: result: GNU
> configure:4303: checking dependency style of gcc
> configure:4414: result: none
> configure:4487: checking for g++
> configure:4503: found /usr/lib64/ccache/g++
> configure:4514: result: g++
> configure:4541: checking for C++ compiler version
> configure:4550: g++ --version >&5
> g++ (GCC) 4.7.2 20120921 (Red Hat 4.7.2-2)
> Copyright (C) 2012 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There
> is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
> PURPOSE.
>
> configure:4561: $? = 0
> configure:4550: g++ -v >&5
> Using built-in specs.
> COLLECT_GCC=/usr/bin/g++
> COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.7.2/lto-wrapper
> Target: x86_64-redhat-linux
> Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
> --infodir=/usr/share/info
> --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap
> --enable-shared --enable-threads=posix --enable-checking=release
> --disable-build-with-cxx --disable-build-poststage1-with-cxx
> --with-system-zlib --enable-__cxa_atexit
> --disable-libunwind-exceptions --enable-gnu-unique-object
> --enable-linker-build-id --with-linker-hash-style=gnu
> --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto
> --enable-plugin --enable-initfini-array --enable-java-awt=gtk
> --disable-dssi
> --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
> --enable-libgcj-multifile --enable-java-maintainer-mode
> --with-ecj-jar=/usr/share/java/eclipse-ecj.jar
> --disable-libjava-multilib --with-ppl --with-cloog
> --with-tune=generic
> --with-arch_32=i686 --build=x86_64-redhat-linux
> Thread model: posix
> gcc version 4.7.2 20120921 (Red Hat 4.7.2-2) (GCC)
> configure:4561: $? = 0
> configure:4550: g++ -V >&5
> g++: error: unrecognized command line option '-V'
> g++: fatal error: no input files
> compilation terminated.
> configure:4561: $? = 4
> configure:4550: g++ -qversion >&5
> g++: error: unrecognized command line option '-qversion'
> g++: fatal error: no input files
> compilation terminated.
> configure:4561: $? = 4
> configure:4565: checking whether we are using the GNU C++ compiler
> configure:4584: g++ -c conftest.cpp >&5
> configure:4584: $? = 0
> configure:4593: result: yes
> configure:4602: checking whether g++ accepts -g
> configure:4622: g++ -c -g conftest.cpp >&5
> configure:4622: $? = 0
> configure:4663: result: yes
> configure:4688: checking dependency style of g++
> configure:4799: result: none
> configure:4861: checking for make
> configure:4879: found /usr/bin/make
> configure:4891: result: /usr/bin/make
> configure:4964: checking for gzip
> configure:4982: found /usr/bin/gzip
> configure:4994: result: /usr/bin/gzip
> configure:5067: checking for ant
> configure:5085: found /usr/bin/ant
> configure:5097: result: /usr/bin/ant
> configure:5170: checking for find
> configure:5188: found /usr/bin/find
> configure:5200: result: /usr/bin/find
> configure:5273: checking for patch
> configure:5291: found /usr/bin/patch
> configure:5303: result: /usr/bin/patch
> configure:5376: checking for tar
> configure:5394: found /usr/bin/tar
> configure:5406: result: /usr/bin/tar
> configure:5479: checking for chmod
> configure:5497: found /usr/bin/chmod
> configure:5509: result: /usr/bin/chmod
> configure:5582: checking for sha256sum
> configure:5600: found /usr/bin/sha256sum
> configure:5612: result: /usr/bin/sha256sum
> configure:5685: checking for wget
> configure:5703: found /usr/bin/wget
> configure:5715: result: /usr/bin/wget
> configure:5788: checking for zip
> configure:5806: found /usr/bin/zip
> configure:5818: result: /usr/bin/zip
> configure:5891: checking for unzip
> configure:5909: found /usr/bin/unzip
> configure:5921: result: /usr/bin/unzip
> configure:5994: checking for cpio
> configure:6012: found /usr/bin/cpio
> configure:6024: result: /usr/bin/cpio
> configure:6097: checking for file
> configure:6115: found /usr/bin/file
> configure:6127: result: /usr/bin/file
> configure:6203: checking for fastjar
> configure:6219: found /usr/bin/fastjar
> configure:6230: result: fastjar
> configure:6301: checking for ldd
> configure:6317: found /usr/bin/ldd
> configure:6328: result: ldd
> configure:6396: checking for gawk
> configure:6414: found /usr/bin/gawk
> configure:6426: result: /usr/bin/gawk
> configure:6500: checking for hg
> configure:6518: found /usr/bin/hg
> configure:6530: result: /usr/bin/hg
> configure:6556: checking for an OpenJDK source directory
> configure:6572: result:
> /xfs/staging/staging-build-hs/icedtea6/openjdk
> /usr/bin/hg
> configure:6624: checking for IcedTea Mercurial revision ID
> configure:6629: result: r9b60104392f1
> configure:6632: checking for JDK Mercurial revision ID
> configure:6637: result: none
> configure:6640: checking for HotSpot Mercurial revision ID
> configure:6645: result: none
> configure:6720: checking for lsb_release
> configure:6753: result: no
> configure:6773: checking whether to compile ecj natively
> configure:6787: result: no
> configure:6998: checking whether to use CACAO as VM
> configure:7012: result: no
> configure:7027: checking whether to use JamVM as VM
> configure:7041: result: no
> configure:7056: checking whether to use the Shark JIT
> configure:7077: result: no
> configure:7095: checking how to run the C preprocessor
> configure:7126: gcc -E conftest.c
> configure:7126: $? = 0
> configure:7140: gcc -E conftest.c
> conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or
> directory
> compilation terminated.
> configure:7140: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "icedtea6"
> | #define PACKAGE_TARNAME "icedtea6"
> | #define PACKAGE_VERSION "1.13.0pre"
> | #define PACKAGE_STRING "icedtea6 1.13.0pre"
> | #define PACKAGE_BUGREPORT "distro-pkg-dev at openjdk.java.net"
> | #define PACKAGE_URL ""
> | #define PACKAGE "icedtea6"
> | #define VERSION "1.13.0pre"
> | /* end confdefs.h. */
> | #include <ac_nonexistent.h>
> configure:7165: result: gcc -E
> configure:7185: gcc -E conftest.c
> configure:7185: $? = 0
> configure:7199: gcc -E conftest.c
> conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or
> directory
> compilation terminated.
> configure:7199: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "icedtea6"
> | #define PACKAGE_TARNAME "icedtea6"
> | #define PACKAGE_VERSION "1.13.0pre"
> | #define PACKAGE_STRING "icedtea6 1.13.0pre"
> | #define PACKAGE_BUGREPORT "distro-pkg-dev at openjdk.java.net"
> | #define PACKAGE_URL ""
> | #define PACKAGE "icedtea6"
> | #define VERSION "1.13.0pre"
> | /* end confdefs.h. */
> | #include <ac_nonexistent.h>
> configure:7228: checking for grep that handles long lines and -e
> configure:7286: result: /usr/bin/grep
> configure:7291: checking for egrep
> configure:7353: result: /usr/bin/grep -E
> configure:7358: checking for ANSI C header files
> configure:7378: gcc -c -g -O2 conftest.c >&5
> configure:7378: $? = 0
> configure:7451: gcc -o conftest -g -O2 conftest.c >&5
> configure:7451: $? = 0
> configure:7451: ./conftest
> configure:7451: $? = 0
> configure:7462: result: yes
> configure:7475: checking for sys/types.h
> configure:7475: gcc -c -g -O2 conftest.c >&5
> configure:7475: $? = 0
> configure:7475: result: yes
> configure:7475: checking for sys/stat.h
> configure:7475: gcc -c -g -O2 conftest.c >&5
> configure:7475: $? = 0
> configure:7475: result: yes
> configure:7475: checking for stdlib.h
> configure:7475: gcc -c -g -O2 conftest.c >&5
> configure:7475: $? = 0
> configure:7475: result: yes
> configure:7475: checking for string.h
> configure:7475: gcc -c -g -O2 conftest.c >&5
> configure:7475: $? = 0
> configure:7475: result: yes
> configure:7475: checking for memory.h
> configure:7475: gcc -c -g -O2 conftest.c >&5
> configure:7475: $? = 0
> configure:7475: result: yes
> configure:7475: checking for strings.h
> configure:7475: gcc -c -g -O2 conftest.c >&5
> configure:7475: $? = 0
> configure:7475: result: yes
> configure:7475: checking for inttypes.h
> configure:7475: gcc -c -g -O2 conftest.c >&5
> configure:7475: $? = 0
> configure:7475: result: yes
> configure:7475: checking for stdint.h
> configure:7475: gcc -c -g -O2 conftest.c >&5
> configure:7475: $? = 0
> configure:7475: result: yes
> configure:7475: checking for unistd.h
> configure:7475: gcc -c -g -O2 conftest.c >&5
> configure:7475: $? = 0
> configure:7475: result: yes
> configure:7492: checking whether to use the zero-assembler port
> configure:7529: result: no
> configure:7584: checking whether byte ordering is bigendian
> configure:7599: gcc -c -g -O2 conftest.c >&5
> conftest.c:22:9: error: unknown type name 'not'
> conftest.c:22:15: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'universal'
> conftest.c:22:15: error: unknown type name 'universal'
> configure:7599: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "icedtea6"
> | #define PACKAGE_TARNAME "icedtea6"
> | #define PACKAGE_VERSION "1.13.0pre"
> | #define PACKAGE_STRING "icedtea6 1.13.0pre"
> | #define PACKAGE_BUGREPORT "distro-pkg-dev at openjdk.java.net"
> | #define PACKAGE_URL ""
> | #define PACKAGE "icedtea6"
> | #define VERSION "1.13.0pre"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | /* end confdefs.h. */
> | #ifndef __APPLE_CC__
> | not a universal capable compiler
> | #endif
> | typedef int dummy;
> |
> configure:7644: gcc -c -g -O2 conftest.c >&5
> configure:7644: $? = 0
> configure:7662: gcc -c -g -O2 conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:28:4: error: unknown type name 'not'
> conftest.c:28:12: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'endian'
> configure:7662: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "icedtea6"
> | #define PACKAGE_TARNAME "icedtea6"
> | #define PACKAGE_VERSION "1.13.0pre"
> | #define PACKAGE_STRING "icedtea6 1.13.0pre"
> | #define PACKAGE_BUGREPORT "distro-pkg-dev at openjdk.java.net"
> | #define PACKAGE_URL ""
> | #define PACKAGE "icedtea6"
> | #define VERSION "1.13.0pre"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | /* end confdefs.h. */
> | #include <sys/types.h>
> | #include <sys/param.h>
> |
> | int
> | main ()
> | {
> | #if BYTE_ORDER != BIG_ENDIAN
> | not big endian
> | #endif
> |
> | ;
> | return 0;
> | }
> configure:7790: result: no
> configure:7841: checking which HotSpot build to use
> configure:7860: result: hs23
> configure:7923: checking for linux32
> configure:7941: found /usr/bin/linux32
> configure:7953: result: /usr/bin/linux32
> configure:7976: checking version of GCC
> configure:7989: result: 4.7.2 (major version 4, minor version 7)
> configure:8039: checking for getconf
> configure:8057: found /usr/bin/getconf
> configure:8069: result: /usr/bin/getconf
> configure:8096: checking the number of online processors
> configure:8109: result: 8
> configure:8115: checking how many parallel build jobs to execute
> configure:8135: result: 8
> configure:8140: checking if cp supports --reflink
> configure:8155: result: yes
> configure:8167: checking if we can hard link rather than copy from
> /xfs/staging/staging-build-hs/icedtea6
> configure:8181: result: yes
> configure:8193: checking for system library directory
> configure:8223: result:
> configure:8281: checking for pkg-config
> configure:8299: found /usr/bin/pkg-config
> configure:8311: result: /usr/bin/pkg-config
> configure:8336: checking pkg-config is at least version 0.9.0
> configure:8339: result: yes
> configure:8351: checking for NSS
> configure:8358: $PKG_CONFIG --exists --print-errors "nss"
> Package nss was not found in the pkg-config search path.
> Perhaps you should add the directory containing `nss.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'nss' found
> configure:8361: $? = 1
> configure:8374: $PKG_CONFIG --exists --print-errors "nss"
> Package nss was not found in the pkg-config search path.
> Perhaps you should add the directory containing `nss.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'nss' found
> configure:8377: $? = 1
> configure:8390: result: no
> No package 'nss' found
> configure:8424: WARNING: Could not find NSS; using as its location.
> configure:8436: checking whether to disable the execution of the
> JTReg tests
> configure:8456: result: no
> configure:8468: checking whether to disable the execution of the
> HotSpot JTReg tests
> configure:8488: result: no
> configure:8500: checking whether to disable the execution of the
> langtools JTReg tests
> configure:8520: result: no
> configure:8532: checking whether to disable the execution of the JDK
> JTReg tests
> configure:8552: result: no
> configure:8566: checking for a JDK home directory
> configure:8601: result: /usr/lib/jvm/java-1.5.0-gcj
> configure:8611: checking if a java binary was specified
> configure:8629: result: no
> configure:8634: checking if /usr/lib/jvm/java-1.5.0-gcj/bin/java is a
> valid executable file
> configure:8637: result: yes
> configure:8776: checking if a javac binary was specified
> configure:8794: result: no
> configure:8799: checking if /usr/lib/jvm/java-1.5.0-gcj/bin/javac is
> a
> valid executable file
> configure:8802: result: yes
> configure:8853: checking if an ecj binary was specified
> configure:8871: result: no
> configure:8876: checking if /usr/bin/ecj is a valid executable file
> configure:8879: result: yes
> configure:9106: checking if we are using ecj as javac
> Eclipse Compiler for Java(TM) v20120814-155456, 3.8.2, Copyright IBM
> Corp 2000, 2012. All rights reserved.
> configure:9119: result: yes
> configure:9131: checking if the VM and compiler work together
> Hello World!
> configure:9168: result: yes
> configure:9173: checking if
> javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener)
> is missing
> ----------
> 1. ERROR in /xfs/staging/staging-build-hs/icedtea6/tmp.1553/Test.java
> (at line 22)
> javax.swing.plaf.basic.BasicDirectoryModel model = new
> javax.swing.plaf.basic.BasicDirectoryModel(new
> javax.swing.JFileChooser()); model.addPropertyChangeListener(model)
>
>
> ^^^^^^^^^^^^^^^^^^^^^^^^^
> The method addPropertyChangeListener(BasicDirectoryModel) is
> undefined
> for the type BasicDirectoryModel
> ----------
> 1 problem (1 error)configure:9223: result: yes
> configure:9241: checking if
> com.sun.corba.se.impl.logging.ORBUtilSystemException is missing
> ----------
> 1. ERROR in /xfs/staging/staging-build-hs/icedtea6/tmp.1553/Test.java
> (at line 6)
> System.err.println("Class found: " +
> com.sun.corba.se.impl.logging.ORBUtilSystemException.class);
> ^^^
> com cannot be resolved to a type
> ----------
> 1 problem (1 error)configure:9273: result: yes
> configure:9289: checking if
> com.sun.corba.se.impl.logging.ORBUtilSystemException.ioExceptionOnClose(Throwable)
> is missing
> ----------
> 1. ERROR in /xfs/staging/staging-build-hs/icedtea6/tmp.1553/Test.java
> (at line 8)
> Class<?> cl =
> com.sun.corba.se.impl.logging.ORBUtilSystemException.class;
> ^^^
> com cannot be resolved to a type
> ----------
> 2. ERROR in /xfs/staging/staging-build-hs/icedtea6/tmp.1553/Test.java
> (at line 22)
> new
> com.sun.corba.se.impl.logging.ORBUtilSystemException(null).ioExceptionOnClose(new
> InternalError())
> ^^^
> com cannot be resolved to a type
> ----------
> 2 problems (2 errors)configure:9339: result: yes
> configure:9357: checking if
> javax.management.StandardMBean(Class.class,Boolean.TYPE) is missing
> ----------
> 1. ERROR in /xfs/staging/staging-build-hs/icedtea6/tmp.1553/Test.java
> (at line 24)
> super(Object.class, true);
> ^^^^^^^^^^^^^^^^^^^^^^^^^^
> The constructor StandardMBean(Class<Object>, boolean) is undefined
> ----------
> 1 problem (1 error)configure:9410: result: yes
> configure:9426: checking if
> javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE)
> is missing
> ----------
> 1. ERROR in /xfs/staging/staging-build-hs/icedtea6/tmp.1553/Test.java
> (at line 24)
> super(new Object(), Object.class, true);
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> The constructor StandardMBean(Object, Class<Object>, boolean) is
> undefined
> ----------
> 1 problem (1 error)configure:9479: result: yes
> configure:9497: checking if
> java.security.cert.X509CRLSelector.addIssuer(X500Principal) is
> missing
> ----------
> 1. ERROR in /xfs/staging/staging-build-hs/icedtea6/tmp.1553/Test.java
> (at line 22)
> new java.security.cert.X509CRLSelector().addIssuer(null)
> ^^^^^^^^^
> The method addIssuer(null) is undefined for the type X509CRLSelector
> ----------
> 1 problem (1 error)configure:9547: result: yes
> configure:9563: checking if
> java.security.cert.X509CertSelector.setSubject(X500Principal) is
> missing
> ----------
> 1. ERROR in /xfs/staging/staging-build-hs/icedtea6/tmp.1553/Test.java
> (at line 22)
> new java.security.cert.X509CertSelector().setSubject(new
> javax.security.auth.x500.X500Principal(""))
> ^^^^^^^^^^
> The method setSubject(byte[]) in the type X509CertSelector is not
> applicable for the arguments (X500Principal)
> ----------
> 1 problem (1 error)configure:9613: result: yes
> configure:9629: checking if
> java.security.cert.X509CertSelector.getSubject() is missing
> ----------
> 1. ERROR in /xfs/staging/staging-build-hs/icedtea6/tmp.1553/Test.java
> (at line 22)
> new java.security.cert.X509CertSelector().getSubject()
> ^^^^^^^^^^
> The method getSubject() is undefined for the type X509CertSelector
> ----------
> 1 problem (1 error)configure:9679: result: yes
> configure:9695: checking if
> java.security.cert.X509CertSelector.setIssuer(X500Principal) is
> missing
> ----------
> 1. ERROR in /xfs/staging/staging-build-hs/icedtea6/tmp.1553/Test.java
> (at line 22)
> new java.security.cert.X509CertSelector().setIssuer(new
> javax.security.auth.x500.X500Principal(""))
> ^^^^^^^^^
> The method setIssuer(byte[]) in the type X509CertSelector is not
> applicable for the arguments (X500Principal)
> ----------
> 1 problem (1 error)configure:9745: result: yes
> configure:9761: checking if
> java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>)
> is missing
> ----------
> 1. ERROR in /xfs/staging/staging-build-hs/icedtea6/tmp.1553/Test.java
> (at line 22)
> new java.security.cert.X509CRLSelector().setIssuers(new
> java.util.ArrayList<javax.security.auth.x500.X500Principal>())
> ^^^^^^^^^^
> The method setIssuers(ArrayList<X500Principal>) is undefined for the
> type X509CRLSelector
> ----------
> 1 problem (1 error)configure:9811: result: yes
> configure:9827: checking if
> javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is
> missing
> Method found: public final int
> javax.security.auth.kerberos.KerberosTicket.getSessionKeyType()
> configure:9877: result: no
> configure:9895: checking if javax.security.sasl.Sasl.CREDENTIALS is
> missing
> ----------
> 1. ERROR in /xfs/staging/staging-build-hs/icedtea6/tmp.1553/Test.java
> (at line 13)
> System.err.println("Field value: " +
> javax.security.sasl.Sasl.CREDENTIALS);
> ^^^^^^^^^^^
> CREDENTIALS cannot be resolved or is not a field
> ----------
> 1 problem (1 error)configure:9940: result: yes
> configure:9958: checking for xvfb-run
> configure:9988: result: no
> configure:9995: checking for an Ant home directory
> configure:10015: result: /usr/share/ant
> configure:10018: checking whether to include PulseAudio support
> configure:10035: result: no
> configure:10038: checking whether to build documentation
> configure:10055: result: no
> configure:10059: checking whether to enable experimental OpenJDK
> cross-compilation support
> configure:10076: result: no
> configure:10079: checking whether to include the XRender pipeline
> configure:10096: result: yes
> configure:10099: checking whether to include SystemTap tracing
> support
> configure:10116: result: no
> configure:10119: checking whether to include the NSS-based security
> provider
> configure:10141: result: disabled by default (edit java.security to
> enable)
> configure:10146: checking for distribution package version
> configure:10160: result: none
> configure:10174: checking build identification
> configure:10188: result: Custom build (Wed Mar 6 16:21:45 CET 2013)
> configure:10325: checking whether to build a bootstrap version first
> configure:10345: result: yes
> configure:10357: checking whether to download tarballs
> configure:10377: result: yes
> configure:10394: checking if a javah binary was specified
> configure:10412: result: no
> configure:10417: checking if /usr/lib/jvm/java-1.5.0-gcj/bin/javah is
> a valid executable file
> configure:10420: result: yes
> configure:10517: checking if a jar binary was specified
> configure:10535: result: no
> configure:10540: checking if /usr/lib/jvm/java-1.5.0-gcj/bin/jar is a
> valid executable file
> configure:10543: result: yes
> configure:10635: checking whether jar supports @<file> argument
> configure:10643: result: yes
> configure:10650: checking whether jar supports stdin file arguments
> configure:10654: result: yes
> configure:10662: checking whether jar supports -J options at the end
> configure:10666: result: yes
> configure:10682: checking if a rmic binary was specified
> configure:10700: result: no
> configure:10705: checking if /usr/lib/jvm/java-1.5.0-gcj/bin/rmic is
> a
> valid executable file
> configure:10708: result: yes
> configure:10805: checking if a native2ascii binary was specified
> configure:10823: result: no
> configure:10828: checking if
> /usr/lib/jvm/java-1.5.0-gcj/bin/native2ascii is a valid executable
> file
> configure:10834: result: no
> configure:10839: checking for native2ascii
> configure:10872: result: no
> configure:10880: checking for gnative2ascii
> configure:10898: found /usr/bin/gnative2ascii
> configure:10910: result: /usr/bin/gnative2ascii
> configure:10927: checking for an ecj JAR file
> configure:10958: result: /usr/share/java/eclipse-ecj.jar
> configure:11011: checking for xsltproc
> configure:11029: found /usr/bin/xsltproc
> configure:11041: result: /usr/bin/xsltproc
> configure:11071: checking if we are using CACAO as the build VM
> configure:11084: result: no
> configure:11103: checking whether to include Javascript support via
> Rhino
> configure:11147: result: /usr/share/java/rhino.jar
> configure:11163: checking for an OpenJDK source zip
> configure:11190: result: not specified
> configure:11195: checking for a HotSpot source zip
> configure:11222: result: not specified
> configure:11227: checking for an alternate jar command
> configure:11257: result: not specified
> configure:11262: checking for a JAXP drop zip
> configure:11289: result: not specified
> configure:11294: checking for a JAF drop zip
> configure:11321: result: not specified
> configure:11326: checking for a JAXWS drop zip
> configure:11353: result: not specified
> configure:11360: checking for a CACAO home directory
> configure:11397: result: $(abs_top_builddir)/cacao/install
> configure:11402: checking for a CACAO source zip
> configure:11429: result: not specified
> configure:11434: checking for a CACAO source directory
> configure:11464: result: not specified
> configure:11471: checking for a JamVM source zip
> configure:11498: result: not specified
> configure:11504: checking whether to disable optimizations and build
> with -O0 -g
> configure:11524: result: no
> configure:11538: checking for additional virtual machines to build
> configure:11562: result: none
> configure:11634: checking whether to retrieve the source code from
> Mercurial
> configure:11654: result: no
> configure:11666: checking which Mercurial revision to use
> configure:11679: result: tip
> configure:11696: checking which Java timezone data directory to use
> configure:11723: result: /usr/share/javazi
> configure:11740: checking if
> javax.xml.stream.events.Attribute.getDTDType() wrongly returns a
> QName
> configure:11815: result: no
> configure:11828: checking if /usr/lib/jvm/java-1.5.0-gcj/bin/javah
> exhibits Classpath bug 39408
> #undef Test_POTATO
> #define Test_POTATO 0L
> configure:11875: result: no
> configure:11877: checking if /usr/lib/jvm/java-1.5.0-gcj/bin/javah
> exhibits Classpath bug 40188
> configure:11892: result: yes
> configure:11916: checking for pax utility to use
> configure:11967: result: not specified
> configure:11978: checking cups/cups.h usability
> configure:11978: gcc -c -g -O2 conftest.c >&5
> configure:11978: $? = 0
> configure:11978: result: yes
> configure:11978: checking cups/cups.h presence
> configure:11978: gcc -E conftest.c
> configure:11978: $? = 0
> configure:11978: result: yes
> configure:11978: checking for cups/cups.h
> configure:11978: result: yes
> configure:11978: checking cups/ppd.h usability
> configure:11978: gcc -c -g -O2 conftest.c >&5
> configure:11978: $? = 0
> configure:11978: result: yes
> configure:11978: checking cups/ppd.h presence
> configure:11978: gcc -E conftest.c
> configure:11978: $? = 0
> configure:11978: result: yes
> configure:11978: checking for cups/ppd.h
> configure:11978: result: yes
> configure:11994: checking X11/X.h usability
> configure:11994: gcc -c -g -O2 conftest.c >&5
> configure:11994: $? = 0
> configure:11994: result: yes
> configure:11994: checking X11/X.h presence
> configure:11994: gcc -E conftest.c
> configure:11994: $? = 0
> configure:11994: result: yes
> configure:11994: checking for X11/X.h
> configure:11994: result: yes
> configure:12008: checking for main in -ljpeg
> configure:12027: gcc -o conftest -g -O2 conftest.c -ljpeg >&5
> configure:12027: $? = 0
> configure:12036: result: yes
> configure:12049: checking for main in -lgif
> configure:12068: gcc -o conftest -g -O2 conftest.c -lgif -ljpeg
> >&5
> configure:12068: $? = 0
> configure:12077: result: yes
> configure:12090: checking for main in -lz
> configure:12109: gcc -o conftest -g -O2 conftest.c -lz -lgif
> -ljpeg >&5
> configure:12109: $? = 0
> configure:12118: result: yes
> configure:12134: checking for XPROTO
> configure:12141: $PKG_CONFIG --exists --print-errors "xproto"
> configure:12144: $? = 0
> configure:12157: $PKG_CONFIG --exists --print-errors "xproto"
> configure:12160: $? = 0
> configure:12197: result: yes
> configure:12211: checking for XT
> configure:12218: $PKG_CONFIG --exists --print-errors "xt"
> configure:12221: $? = 0
> configure:12234: $PKG_CONFIG --exists --print-errors "xt"
> configure:12237: $? = 0
> configure:12274: result: yes
> configure:12288: checking for XP
> configure:12295: $PKG_CONFIG --exists --print-errors "xp"
> configure:12298: $? = 0
> configure:12311: $PKG_CONFIG --exists --print-errors "xp"
> configure:12314: $? = 0
> configure:12351: result: yes
> configure:12365: checking for X11
> configure:12372: $PKG_CONFIG --exists --print-errors "x11"
> configure:12375: $? = 0
> configure:12388: $PKG_CONFIG --exists --print-errors "x11"
> configure:12391: $? = 0
> configure:12428: result: yes
> configure:12442: checking for XINERAMA
> configure:12449: $PKG_CONFIG --exists --print-errors "xinerama"
> configure:12452: $? = 0
> configure:12465: $PKG_CONFIG --exists --print-errors "xinerama"
> configure:12468: $? = 0
> configure:12505: result: yes
> configure:12522: checking for XRENDER
> configure:12529: $PKG_CONFIG --exists --print-errors "xrender"
> configure:12532: $? = 0
> configure:12545: $PKG_CONFIG --exists --print-errors "xrender"
> configure:12548: $? = 0
> configure:12585: result: yes
> configure:12596: checking for absolute java home install dir
> configure:12610: result:
> /xfs/staging/staging-build-hs/icedtea6/openjdk.build/j2sdk-image
> configure:12711: checking for LIBPNG
> configure:12718: $PKG_CONFIG --exists --print-errors "libpng"
> configure:12721: $? = 0
> configure:12734: $PKG_CONFIG --exists --print-errors "libpng"
> configure:12737: $? = 0
> configure:12774: result: yes
> configure:12789: checking for XTST
> configure:12796: $PKG_CONFIG --exists --print-errors "xtst"
> configure:12799: $? = 0
> configure:12812: $PKG_CONFIG --exists --print-errors "xtst"
> configure:12815: $? = 0
> configure:12852: result: yes
> configure:12866: checking for FREETYPE2
> configure:12873: $PKG_CONFIG --exists --print-errors "freetype2"
> configure:12876: $? = 0
> configure:12889: $PKG_CONFIG --exists --print-errors "freetype2"
> configure:12892: $? = 0
> configure:12929: result: yes
> configure:12946: checking for ALSA
> configure:12953: $PKG_CONFIG --exists --print-errors "alsa"
> configure:12956: $? = 0
> configure:12969: $PKG_CONFIG --exists --print-errors "alsa"
> configure:12972: $? = 0
> configure:13009: result: yes
> configure:13904: creating ./config.status
>
> ## ---------------------- ##
> ## Running config.status. ##
> ## ---------------------- ##
>
> This file was extended by icedtea6 config.status 1.13.0pre, which was
> generated by GNU Autoconf 2.68. Invocation command line was
>
> CONFIG_FILES =
> CONFIG_HEADERS =
> CONFIG_LINKS =
> CONFIG_COMMANDS =
> $ ./config.status
>
> on f17
>
> config.status:1062: creating Makefile
> config.status:1062: creating jvm.cacao.cfg
> config.status:1062: creating jvm.jamvm.cfg
> config.status:1062: creating jvm.cfg
> config.status:1062: creating ergo.c
> config.status:1062: creating nss.cfg
> config.status:1062: creating javac
> config.status:1062: creating javap
> config.status:1062: creating tz.properties
> config.status:1062: creating pax-mark-vm
> config.status:1062: creating jconsole.desktop
> config.status:1062: creating policytool.desktop
> config.status:1234: executing depfiles commands
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_build=x86_64-unknown-linux-gnu
> ac_cv_c_bigendian=no
> ac_cv_c_compiler_gnu=yes
> ac_cv_cxx_compiler_gnu=yes
> ac_cv_env_ALSA_CFLAGS_set=
> ac_cv_env_ALSA_CFLAGS_value=
> ac_cv_env_ALSA_LIBS_set=
> ac_cv_env_ALSA_LIBS_value=
> ac_cv_env_CCC_set=
> ac_cv_env_CCC_value=
> ac_cv_env_CC_set=
> ac_cv_env_CC_value=
> ac_cv_env_CFLAGS_set=
> ac_cv_env_CFLAGS_value=
> ac_cv_env_CPPFLAGS_set=
> ac_cv_env_CPPFLAGS_value=
> ac_cv_env_CPP_set=
> ac_cv_env_CPP_value=
> ac_cv_env_CXXFLAGS_set=
> ac_cv_env_CXXFLAGS_value=
> ac_cv_env_CXX_set=
> ac_cv_env_CXX_value=
> ac_cv_env_FREETYPE2_CFLAGS_set=
> ac_cv_env_FREETYPE2_CFLAGS_value=
> ac_cv_env_FREETYPE2_LIBS_set=
> ac_cv_env_FREETYPE2_LIBS_value=
> ac_cv_env_LDFLAGS_set=
> ac_cv_env_LDFLAGS_value=
> ac_cv_env_LIBFFI_CFLAGS_set=
> ac_cv_env_LIBFFI_CFLAGS_value=
> ac_cv_env_LIBFFI_LIBS_set=
> ac_cv_env_LIBFFI_LIBS_value=
> ac_cv_env_LIBPNG_CFLAGS_set=
> ac_cv_env_LIBPNG_CFLAGS_value=
> ac_cv_env_LIBPNG_LIBS_set=
> ac_cv_env_LIBPNG_LIBS_value=
> ac_cv_env_LIBPULSE_CFLAGS_set=
> ac_cv_env_LIBPULSE_CFLAGS_value=
> ac_cv_env_LIBPULSE_LIBS_set=
> ac_cv_env_LIBPULSE_LIBS_value=
> ac_cv_env_LIBS_set=
> ac_cv_env_LIBS_value=
> ac_cv_env_NSS_CFLAGS_set=
> ac_cv_env_NSS_CFLAGS_value=
> ac_cv_env_NSS_LIBS_set=
> ac_cv_env_NSS_LIBS_value=
> ac_cv_env_PKG_CONFIG_LIBDIR_set=
> ac_cv_env_PKG_CONFIG_LIBDIR_value=
> ac_cv_env_PKG_CONFIG_PATH_set=
> ac_cv_env_PKG_CONFIG_PATH_value=
> ac_cv_env_PKG_CONFIG_set=
> ac_cv_env_PKG_CONFIG_value=
> ac_cv_env_X11_CFLAGS_set=
> ac_cv_env_X11_CFLAGS_value=
> ac_cv_env_X11_LIBS_set=
> ac_cv_env_X11_LIBS_value=
> ac_cv_env_XINERAMA_CFLAGS_set=
> ac_cv_env_XINERAMA_CFLAGS_value=
> ac_cv_env_XINERAMA_LIBS_set=
> ac_cv_env_XINERAMA_LIBS_value=
> ac_cv_env_XPROTO_CFLAGS_set=
> ac_cv_env_XPROTO_CFLAGS_value=
> ac_cv_env_XPROTO_LIBS_set=
> ac_cv_env_XPROTO_LIBS_value=
> ac_cv_env_XP_CFLAGS_set=
> ac_cv_env_XP_CFLAGS_value=
> ac_cv_env_XP_LIBS_set=
> ac_cv_env_XP_LIBS_value=
> ac_cv_env_XRENDER_CFLAGS_set=
> ac_cv_env_XRENDER_CFLAGS_value=
> ac_cv_env_XRENDER_LIBS_set=
> ac_cv_env_XRENDER_LIBS_value=
> ac_cv_env_XTST_CFLAGS_set=
> ac_cv_env_XTST_CFLAGS_value=
> ac_cv_env_XTST_LIBS_set=
> ac_cv_env_XTST_LIBS_value=
> ac_cv_env_XT_CFLAGS_set=
> ac_cv_env_XT_CFLAGS_value=
> ac_cv_env_XT_LIBS_set=
> ac_cv_env_XT_LIBS_value=
> ac_cv_env_build_alias_set=
> ac_cv_env_build_alias_value=
> ac_cv_env_host_alias_set=
> ac_cv_env_host_alias_value=
> ac_cv_env_target_alias_set=
> ac_cv_env_target_alias_value=
> ac_cv_header_X11_X_h=yes
> ac_cv_header_cups_cups_h=yes
> ac_cv_header_cups_ppd_h=yes
> ac_cv_header_inttypes_h=yes
> ac_cv_header_memory_h=yes
> ac_cv_header_stdc=yes
> ac_cv_header_stdint_h=yes
> ac_cv_header_stdlib_h=yes
> ac_cv_header_string_h=yes
> ac_cv_header_strings_h=yes
> ac_cv_header_sys_stat_h=yes
> ac_cv_header_sys_types_h=yes
> ac_cv_header_unistd_h=yes
> ac_cv_host=x86_64-unknown-linux-gnu
> ac_cv_lib_gif_main=yes
> ac_cv_lib_jpeg_main=yes
> ac_cv_lib_z_main=yes
> ac_cv_objext=o
> ac_cv_path_EGREP='/usr/bin/grep -E'
> ac_cv_path_GREP=/usr/bin/grep
> ac_cv_path_NATIVE2ASCII=/usr/bin/gnative2ascii
> ac_cv_path_ac_pt_ANT=/usr/bin/ant
> ac_cv_path_ac_pt_CHMOD=/usr/bin/chmod
> ac_cv_path_ac_pt_CPIO=/usr/bin/cpio
> ac_cv_path_ac_pt_FILE=/usr/bin/file
> ac_cv_path_ac_pt_FIND=/usr/bin/find
> ac_cv_path_ac_pt_GAWK=/usr/bin/gawk
> ac_cv_path_ac_pt_GETCONF=/usr/bin/getconf
> ac_cv_path_ac_pt_GZIP=/usr/bin/gzip
> ac_cv_path_ac_pt_HG=/usr/bin/hg
> ac_cv_path_ac_pt_LINUX32=/usr/bin/linux32
> ac_cv_path_ac_pt_MAKE=/usr/bin/make
> ac_cv_path_ac_pt_PATCH=/usr/bin/patch
> ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
> ac_cv_path_ac_pt_SHA256SUM=/usr/bin/sha256sum
> ac_cv_path_ac_pt_TAR=/usr/bin/tar
> ac_cv_path_ac_pt_UNZIP=/usr/bin/unzip
> ac_cv_path_ac_pt_WGET=/usr/bin/wget
> ac_cv_path_ac_pt_XSLTPROC=/usr/bin/xsltproc
> ac_cv_path_ac_pt_ZIP=/usr/bin/zip
> ac_cv_path_install='/usr/bin/install -c'
> ac_cv_path_mkdir=/usr/bin/mkdir
> ac_cv_prog_AWK=gawk
> ac_cv_prog_CPP='gcc -E'
> ac_cv_prog_ac_ct_CC=gcc
> ac_cv_prog_ac_ct_CXX=g++
> ac_cv_prog_ac_ct_FASTJAR=fastjar
> ac_cv_prog_ac_ct_LDD=ldd
> ac_cv_prog_cc_c89=
> ac_cv_prog_cc_g=yes
> ac_cv_prog_cxx_g=yes
> ac_cv_prog_make_make_set=yes
> am_cv_CC_dependencies_compiler_type=none
> am_cv_CXX_dependencies_compiler_type=none
> am_cv_prog_tar_pax=gnutar
> it_cv_JAVAX_MANAGEMENT_STANDARDMBEAN_MXBEAN_THREE_ARG=yes
> it_cv_JAVAX_MANAGEMENT_STANDARDMBEAN_MXBEAN_TWO_ARG=yes
> it_cv_JAVAX_SECURITY_AUTH_KERBEROS_KERBEROSTICKET_GETSESSIONKEYTYPE=no
> it_cv_JAVAX_SECURITY_SASL_SASL_CREDENTIALS=yes
> it_cv_JAVAX_SWING_PLAF_BASIC_BASICDIRECTORYMODEL_ADDPROPERTYCHANGELISTENER=yes
> it_cv_JAVA_SECURITY_CERT_X509CERTSELECTOR_GETSUBJECT=yes
> it_cv_JAVA_SECURITY_CERT_X509CERTSELECTOR_SETISSUER=yes
> it_cv_JAVA_SECURITY_CERT_X509CERTSELECTOR_SETSUBJECT=yes
> it_cv_JAVA_SECURITY_CERT_X509CRLSELECTOR_ADDISSUER=yes
> it_cv_JAVA_SECURITY_CERT_X509CRLSELECTOR_SETISSUERS=yes
> it_cv_ORBUTILSYSTEMEXCEPTION=yes
> it_cv_ORBUTILSYSTEMEXCEPTION_IOEXCEPTIONONCLOSE_THROWABLE=yes
> it_cv_cacao=no
> it_cv_cp39408_javah=no
> it_cv_cp40188_javah=yes
> it_cv_dtdtype=no
> it_cv_ecj=yes
> it_cv_hardlink_src=yes
> it_cv_jdk_works=yes
> it_cv_proc=8
> it_cv_reflink=yes
> pkg_cv_ALSA_CFLAGS='-I/usr/include/alsa '
> pkg_cv_ALSA_LIBS='-lasound '
> pkg_cv_FREETYPE2_CFLAGS='-I/usr/include/freetype2 '
> pkg_cv_FREETYPE2_LIBS='-lfreetype '
> pkg_cv_LIBPNG_CFLAGS='-I/usr/include/libpng15 '
> pkg_cv_LIBPNG_LIBS='-lpng15 '
> pkg_cv_X11_CFLAGS=' '
> pkg_cv_X11_LIBS='-lX11 '
> pkg_cv_XINERAMA_CFLAGS=' '
> pkg_cv_XINERAMA_LIBS='-lXinerama '
> pkg_cv_XPROTO_CFLAGS=' '
> pkg_cv_XPROTO_LIBS=' '
> pkg_cv_XP_CFLAGS=' '
> pkg_cv_XP_LIBS='-lXp -lXau '
> pkg_cv_XRENDER_CFLAGS=' '
> pkg_cv_XRENDER_LIBS='-lXrender -lX11 '
> pkg_cv_XTST_CFLAGS=' '
> pkg_cv_XTST_LIBS='-lXtst '
> pkg_cv_XT_CFLAGS=' '
> pkg_cv_XT_LIBS='-lXt -lX11 '
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> ABS_CLIENT_LIBJVM_SO=''
> ABS_JAVA_HOME_DIR='/xfs/staging/staging-build-hs/icedtea6/openjdk.build/j2sdk-image'
> ABS_SERVER_LIBJVM_SO=''
> ACLOCAL='${SHELL} /xfs/staging/staging-build-hs/icedtea6/missing
> --run
> aclocal-1.11'
> ADD_CACAO_BUILD_FALSE=''
> ADD_CACAO_BUILD_TRUE='#'
> ADD_JAMVM_BUILD_FALSE=''
> ADD_JAMVM_BUILD_TRUE='#'
> ADD_SHARK_BUILD_FALSE=''
> ADD_SHARK_BUILD_TRUE='#'
> ADD_ZERO_BUILD_FALSE=''
> ADD_ZERO_BUILD_TRUE='#'
> ALSA_CFLAGS='-I/usr/include/alsa '
> ALSA_LIBS='-lasound '
> ALT_CACAO_SRC_DIR='not specified'
> ALT_CACAO_SRC_ZIP='not specified'
> ALT_HOTSPOT_SRC_ZIP='not specified'
> ALT_JAF_DROP_ZIP='not specified'
> ALT_JAMVM_SRC_ZIP='not specified'
> ALT_JAR_CMD='not specified'
> ALT_JAXP_DROP_ZIP='not specified'
> ALT_JAXWS_DROP_ZIP='not specified'
> ALT_OPENJDK_SRC_ZIP='not specified'
> AMDEPBACKSLASH='\'
> AMDEP_FALSE='#'
> AMDEP_TRUE=''
> AMTAR='$${TAR-tar}'
> ANT='/usr/bin/ant'
> ARCHFLAG='-m64'
> ARCH_PREFIX=''
> AUTOCONF='${SHELL} /xfs/staging/staging-build-hs/icedtea6/missing
> --run autoconf'
> AUTOHEADER='${SHELL} /xfs/staging/staging-build-hs/icedtea6/missing
> --run autoheader'
> AUTOMAKE='${SHELL} /xfs/staging/staging-build-hs/icedtea6/missing
> --run automake-1.11'
> AWK='gawk'
> BOOTSTRAPPING_FALSE='#'
> BOOTSTRAPPING_TRUE=''
> BUILD_ARCH_DIR='amd64'
> BUILD_CACAO_FALSE=''
> BUILD_CACAO_TRUE='#'
> BUILD_JAMVM_FALSE=''
> BUILD_JAMVM_TRUE='#'
> BUILD_OS_DIR='linux'
> CACAO_IMPORT_PATH='$(abs_top_builddir)/cacao/install'
> CC='gcc'
> CCDEPMODE='depmode=none'
> CFLAGS='-g -O2'
> CHMOD='/usr/bin/chmod'
> CONFIGURE_ARGS=' '\''--with-parallel-jobs=8'\''
> '\''--disable-docs'\''
> '\''--with-jdk-home=/usr/lib/jvm/java-1.5.0-gcj'\'''
> CP39408_JAVAH_FALSE=''
> CP39408_JAVAH_TRUE='#'
> CP40188_JAVAH_FALSE='#'
> CP40188_JAVAH_TRUE=''
> CPIO='/usr/bin/cpio'
> CPP='gcc -E'
> CPPFLAGS=''
> CP_SUPPORTS_REFLINK_FALSE='#'
> CP_SUPPORTS_REFLINK_TRUE=''
> CROSS_TARGET_ARCH='x86_64'
> CXX='g++'
> CXXDEPMODE='depmode=none'
> CXXFLAGS='-g -O2'
> CYGPATH_W='echo'
> DEFAULT_LIBDIR=''
> DEFS='-DPACKAGE_NAME=\"icedtea6\" -DPACKAGE_TARNAME=\"icedtea6\"
> -DPACKAGE_VERSION=\"1.13.0pre\" -DPACKAGE_STRING=\"icedtea6\
> 1.13.0pre\" -DPACKAGE_BUGREPORT=\"distro-pkg-dev at openjdk.java.net\"
> -DPACKAGE_URL=\"\" -DPACKAGE=\"icedtea6\" -DVERSION=\"1.13.0pre\"
> -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_CUPS_CUPS_H=1 -DHAVE_CUPS_PPD_H=1
> -DHAVE_X11_X_H=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBGIF=1 -DHAVE_LIBZ=1'
> DEPDIR='.deps'
> DISABLE_HOTSPOT_TESTS_FALSE=''
> DISABLE_HOTSPOT_TESTS_TRUE='#'
> DISABLE_JDK_TESTS_FALSE=''
> DISABLE_JDK_TESTS_TRUE='#'
> DISABLE_LANGTOOLS_TESTS_FALSE=''
> DISABLE_LANGTOOLS_TESTS_TRUE='#'
> DISABLE_OPTIMIZATIONS_FALSE=''
> DISABLE_OPTIMIZATIONS_TRUE='#'
> DISABLE_TESTS_FALSE=''
> DISABLE_TESTS_TRUE='#'
> DIST_ID='Custom build (Wed Mar 6 16:21:45 CET 2013)'
> DIST_NAME='linux-gnu'
> DOWNLOADING_FALSE='#'
> DOWNLOADING_TRUE=''
> DTDTYPE_QNAME_FALSE=''
> DTDTYPE_QNAME_TRUE='#'
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> ECJ='/usr/bin/ecj'
> ECJ_JAR='/usr/share/java/eclipse-ecj.jar'
> EGREP='/usr/bin/grep -E'
> ENABLE_CACAO='no'
> ENABLE_CACAO_FALSE=''
> ENABLE_CACAO_TRUE='#'
> ENABLE_CROSS_COMPILATION_FALSE=''
> ENABLE_CROSS_COMPILATION_TRUE='#'
> ENABLE_DOCS_FALSE=''
> ENABLE_DOCS_TRUE='#'
> ENABLE_JAMVM='no'
> ENABLE_JAMVM_FALSE=''
> ENABLE_JAMVM_TRUE='#'
> ENABLE_NSS_FALSE=''
> ENABLE_NSS_TRUE='#'
> ENABLE_PULSE_JAVA_FALSE=''
> ENABLE_PULSE_JAVA_TRUE='#'
> ENABLE_SYSTEMTAP_FALSE=''
> ENABLE_SYSTEMTAP_TRUE='#'
> ENABLE_XRENDER_FALSE='#'
> ENABLE_XRENDER_TRUE=''
> EXEEXT=''
> FASTJAR='fastjar'
> FILE='/usr/bin/file'
> FIND='/usr/bin/find'
> FREETYPE2_CFLAGS='-I/usr/include/freetype2 '
> FREETYPE2_LIBS='-lfreetype '
> GAWK='/usr/bin/gawk'
> GCC_OLD_FALSE=''
> GCC_OLD_TRUE='#'
> GCJ='no'
> GETCONF='/usr/bin/getconf'
> GREP='/usr/bin/grep'
> GZIP='/usr/bin/gzip'
> HAS_HOTSPOT_REVISION_FALSE=''
> HAS_HOTSPOT_REVISION_TRUE='#'
> HAS_ICEDTEA_REVISION_FALSE='#'
> HAS_ICEDTEA_REVISION_TRUE=''
> HAS_JDK_REVISION_FALSE=''
> HAS_JDK_REVISION_TRUE='#'
> HAS_PKGVERSION_FALSE=''
> HAS_PKGVERSION_TRUE='#'
> HG='/usr/bin/hg'
> HGREV=''
> HOTSPOT_REVISION='none'
> HSBUILD='hs23'
> ICEDTEA_REVISION='r9b60104392f1'
> INSTALL_ARCH_DIR='amd64'
> INSTALL_DATA='${INSTALL} -m 644'
> INSTALL_PROGRAM='${INSTALL}'
> INSTALL_SCRIPT='${INSTALL}'
> INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
> JAR='/usr/lib/jvm/java-1.5.0-gcj/bin/jar'
> JAR_ACCEPTS_STDIN_LIST='1'
> JAR_KNOWS_ATFILE='1'
> JAR_KNOWS_J_OPTIONS='1'
> JAVA='/usr/lib/jvm/java-1.5.0-gcj/bin/java'
> JAVAC='/usr/lib/jvm/java-1.5.0-gcj/bin/javac'
> JAVAH='/usr/lib/jvm/java-1.5.0-gcj/bin/javah'
> JDK_REVISION='none'
> JRE_ARCH_DIR='amd64'
> LACKS_JAVAX_MANAGEMENT_STANDARDMBEAN_MXBEAN_THREE_ARG_FALSE='#'
> LACKS_JAVAX_MANAGEMENT_STANDARDMBEAN_MXBEAN_THREE_ARG_TRUE=''
> LACKS_JAVAX_MANAGEMENT_STANDARDMBEAN_MXBEAN_TWO_ARG_FALSE='#'
> LACKS_JAVAX_MANAGEMENT_STANDARDMBEAN_MXBEAN_TWO_ARG_TRUE=''
> LACKS_JAVAX_SECURITY_AUTH_KERBEROS_KERBEROSTICKET_GETSESSIONKEYTYPE_FALSE=''
> LACKS_JAVAX_SECURITY_AUTH_KERBEROS_KERBEROSTICKET_GETSESSIONKEYTYPE_TRUE='#'
> LACKS_JAVAX_SECURITY_SASL_SASL_CREDENTIALS_FALSE='#'
> LACKS_JAVAX_SECURITY_SASL_SASL_CREDENTIALS_TRUE=''
> LACKS_JAVAX_SWING_PLAF_BASIC_BASICDIRECTORYMODEL_ADDPROPERTYCHANGELISTENER_FALSE='#'
> LACKS_JAVAX_SWING_PLAF_BASIC_BASICDIRECTORYMODEL_ADDPROPERTYCHANGELISTENER_TRUE=''
> LACKS_JAVA_SECURITY_CERT_X509CERTSELECTOR_GETSUBJECT_FALSE='#'
> LACKS_JAVA_SECURITY_CERT_X509CERTSELECTOR_GETSUBJECT_TRUE=''
> LACKS_JAVA_SECURITY_CERT_X509CERTSELECTOR_SETISSUER_FALSE='#'
> LACKS_JAVA_SECURITY_CERT_X509CERTSELECTOR_SETISSUER_TRUE=''
> LACKS_JAVA_SECURITY_CERT_X509CERTSELECTOR_SETSUBJECT_FALSE='#'
> LACKS_JAVA_SECURITY_CERT_X509CERTSELECTOR_SETSUBJECT_TRUE=''
> LACKS_JAVA_SECURITY_CERT_X509CRLSELECTOR_ADDISSUER_FALSE='#'
> LACKS_JAVA_SECURITY_CERT_X509CRLSELECTOR_ADDISSUER_TRUE=''
> LACKS_JAVA_SECURITY_CERT_X509CRLSELECTOR_SETISSUERS_FALSE='#'
> LACKS_JAVA_SECURITY_CERT_X509CRLSELECTOR_SETISSUERS_TRUE=''
> LACKS_ORBUTILSYSTEMEXCEPTION_FALSE='#'
> LACKS_ORBUTILSYSTEMEXCEPTION_IOEXCEPTIONONCLOSE_THROWABLE_FALSE='#'
> LACKS_ORBUTILSYSTEMEXCEPTION_IOEXCEPTIONONCLOSE_THROWABLE_TRUE=''
> LACKS_ORBUTILSYSTEMEXCEPTION_TRUE=''
> LDD='ldd'
> LDFLAGS=''
> LIBFFI_CFLAGS=''
> LIBFFI_LIBS=''
> LIBOBJS=''
> LIBPNG_CFLAGS='-I/usr/include/libpng15 '
> LIBPNG_LIBS='-lpng15 '
> LIBPULSE_CFLAGS=''
> LIBPULSE_LIBS=''
> LIBS='-lz -lgif -ljpeg '
> LINUX32='/usr/bin/linux32'
> LLVM_CFLAGS=''
> LLVM_CONFIG=''
> LLVM_LDFLAGS=''
> LLVM_LIBS=''
> LSB_RELEASE=''
> LTLIBOBJS=''
> MAKE='/usr/bin/make'
> MAKEINFO='${SHELL} /xfs/staging/staging-build-hs/icedtea6/missing
> --run makeinfo'
> MKDIR_P='/usr/bin/mkdir -p'
> NATIVE2ASCII='/usr/bin/gnative2ascii'
> NSS_CFLAGS=''
> NSS_LIBDIR=''
> NSS_LIBS=''
> OBJEXT='o'
> OPENJDK_BUILD_DIR='openjdk.build'
> OPENJDK_SRC_DIR='/xfs/staging/staging-build-hs/icedtea6/openjdk'
> OPENJDK_SRC_DIR_FOUND_FALSE=''
> OPENJDK_SRC_DIR_FOUND_TRUE='#'
> OPENJDK_SRC_DIR_HARDLINKABLE_FALSE=''
> OPENJDK_SRC_DIR_HARDLINKABLE_TRUE='#'
> OS_PATH=''
> PACKAGE='icedtea6'
> PACKAGE_BUGREPORT='distro-pkg-dev at openjdk.java.net'
> PACKAGE_NAME='icedtea6'
> PACKAGE_STRING='icedtea6 1.13.0pre'
> PACKAGE_TARNAME='icedtea6'
> PACKAGE_URL=''
> PACKAGE_VERSION='1.13.0pre'
> PARALLEL_JOBS='8'
> PATCH='/usr/bin/patch'
> PATH_SEPARATOR=':'
> PAX_COMMAND='not specified'
> PAX_COMMAND_ARGS='not specified'
> PKGVERSION='none'
> PKG_CONFIG='/usr/bin/pkg-config'
> PKG_CONFIG_LIBDIR=''
> PKG_CONFIG_PATH=''
> RHINO_JAR='/usr/share/java/rhino.jar'
> RMIC='/usr/lib/jvm/java-1.5.0-gcj/bin/rmic'
> SET_MAKE=''
> SHA256SUM='/usr/bin/sha256sum'
> SHARK_BUILD_FALSE=''
> SHARK_BUILD_TRUE='#'
> SHELL='/bin/sh'
> SRC_DIR_HARDLINKABLE_FALSE='#'
> SRC_DIR_HARDLINKABLE_TRUE=''
> STRIP=''
> SYSTEM_ANT_DIR='/usr/share/ant'
> SYSTEM_JDK_DIR='/usr/lib/jvm/java-1.5.0-gcj'
> TAR='/usr/bin/tar'
> TZDATA_DIR='/usr/share/javazi'
> UNZIP='/usr/bin/unzip'
> USE_ALT_CACAO_SRC_DIR_FALSE=''
> USE_ALT_CACAO_SRC_DIR_TRUE='#'
> USE_ALT_CACAO_SRC_ZIP_FALSE=''
> USE_ALT_CACAO_SRC_ZIP_TRUE='#'
> USE_ALT_HOTSPOT_SRC_ZIP_FALSE=''
> USE_ALT_HOTSPOT_SRC_ZIP_TRUE='#'
> USE_ALT_JAF_DROP_ZIP_FALSE=''
> USE_ALT_JAF_DROP_ZIP_TRUE='#'
> USE_ALT_JAMVM_SRC_ZIP_FALSE=''
> USE_ALT_JAMVM_SRC_ZIP_TRUE='#'
> USE_ALT_JAR_FALSE=''
> USE_ALT_JAR_TRUE='#'
> USE_ALT_JAXP_DROP_ZIP_FALSE=''
> USE_ALT_JAXP_DROP_ZIP_TRUE='#'
> USE_ALT_JAXWS_DROP_ZIP_FALSE=''
> USE_ALT_JAXWS_DROP_ZIP_TRUE='#'
> USE_ALT_OPENJDK_SRC_ZIP_FALSE=''
> USE_ALT_OPENJDK_SRC_ZIP_TRUE='#'
> USE_HG_FALSE=''
> USE_HG_TRUE='#'
> USE_SYSTEM_CACAO_FALSE=''
> USE_SYSTEM_CACAO_TRUE='#'
> USING_CACAO='no'
> USING_CACAO_FALSE=''
> USING_CACAO_TRUE='#'
> USING_ECJ='yes'
> VERSION='1.13.0pre'
> WGET='/usr/bin/wget'
> WITH_ALT_HSBUILD_FALSE='#'
> WITH_ALT_HSBUILD_TRUE=''
> WITH_HGREV_FALSE=''
> WITH_HGREV_TRUE='#'
> WITH_PAX_FALSE=''
> WITH_PAX_TRUE='#'
> WITH_RHINO_FALSE='#'
> WITH_RHINO_TRUE=''
> WITH_TZDATA_DIR_FALSE='#'
> WITH_TZDATA_DIR_TRUE=''
> X11_CFLAGS=' '
> X11_LIBS='-lX11 '
> XINERAMA_CFLAGS=' '
> XINERAMA_LIBS='-lXinerama '
> XPROTO_CFLAGS=' '
> XPROTO_LIBS=' '
> XP_CFLAGS=' '
> XP_LIBS='-lXp -lXau '
> XRENDER_CFLAGS=' '
> XRENDER_LIBS='-lXrender -lX11 '
> XSLTPROC='/usr/bin/xsltproc'
> XTST_CFLAGS=' '
> XTST_LIBS='-lXtst '
> XT_CFLAGS=' '
> XT_LIBS='-lXt -lX11 '
> XVFB_RUN_CMD=''
> ZERO_ARCHDEF='AMD64'
> ZERO_BITSPERWORD='64'
> ZERO_BUILD_FALSE=''
> ZERO_BUILD_TRUE='#'
> ZERO_ENDIANNESS='little'
> ZERO_LIBARCH='amd64'
> ZIP='/usr/bin/zip'
> abs_top_builddir='/xfs/staging/staging-build-hs/icedtea6'
> abs_top_srcdir='/xfs/staging/staging-build-hs/icedtea6'
> ac_ct_CC='gcc'
> ac_ct_CXX='g++'
> ac_ct_FASTJAR='fastjar'
> am__EXEEXT_FALSE=''
> am__EXEEXT_TRUE='#'
> am__fastdepCC_FALSE=''
> am__fastdepCC_TRUE='#'
> am__fastdepCXX_FALSE=''
> am__fastdepCXX_TRUE='#'
> am__include='include'
> am__isrc=''
> am__leading_dot='.'
> am__nodep='_no'
> am__quote=''
> am__tar='tar --format=posix -chf - "$$tardir"'
> am__untar='tar -xf -'
> bindir='${exec_prefix}/bin'
> build='x86_64-unknown-linux-gnu'
> build_alias=''
> build_cpu='x86_64'
> build_os='linux-gnu'
> build_vendor='unknown'
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
> dvidir='${docdir}'
> enable_downloading='yes'
> exec_prefix='${prefix}'
> host='x86_64-unknown-linux-gnu'
> host_alias=''
> host_cpu='x86_64'
> host_os='linux-gnu'
> host_vendor='unknown'
> htmldir='${docdir}'
> includedir='${prefix}/include'
> infodir='${datarootdir}/info'
> install_sh='${SHELL}
> /xfs/staging/staging-build-hs/icedtea6/install-sh'
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> localedir='${datarootdir}/locale'
> localstatedir='${prefix}/var'
> mandir='${datarootdir}/man'
> mkdir_p='/usr/bin/mkdir -p'
> oldincludedir='/usr/include'
> pdfdir='${docdir}'
> prefix='bootstrap'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target_alias=''
>
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
>
> /* confdefs.h */
> #define PACKAGE_NAME "icedtea6"
> #define PACKAGE_TARNAME "icedtea6"
> #define PACKAGE_VERSION "1.13.0pre"
> #define PACKAGE_STRING "icedtea6 1.13.0pre"
> #define PACKAGE_BUGREPORT "distro-pkg-dev at openjdk.java.net"
> #define PACKAGE_URL ""
> #define PACKAGE "icedtea6"
> #define VERSION "1.13.0pre"
> #define STDC_HEADERS 1
> #define HAVE_SYS_TYPES_H 1
> #define HAVE_SYS_STAT_H 1
> #define HAVE_STDLIB_H 1
> #define HAVE_STRING_H 1
> #define HAVE_MEMORY_H 1
> #define HAVE_STRINGS_H 1
> #define HAVE_INTTYPES_H 1
> #define HAVE_STDINT_H 1
> #define HAVE_UNISTD_H 1
> #define HAVE_CUPS_CUPS_H 1
> #define HAVE_CUPS_PPD_H 1
> #define HAVE_X11_X_H 1
> #define HAVE_LIBJPEG 1
> #define HAVE_LIBGIF 1
> #define HAVE_LIBZ 1
>
> configure: exit 0
>
Thanks Stefan. I can't see anything obviously wrong in the method detection, so
it probably is just a case of ecj no longer dragging in that file. I'll add
an explicit check and you can let me know if it fixes things :-)
Thanks,
--
Andrew :)
Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)
PGP Key: 248BDC07 (https://keys.indymedia.org/)
Fingerprint = EC5A 1F5E C0AD 1D15 8F1F 8F91 3B96 A578 248B DC07
More information about the distro-pkg-dev
mailing list