IcedTea-Web 1.2 released!

Deepak Bhole dbhole at redhat.com
Tue Mar 6 09:27:04 PST 2012


* Deepak Bhole <dbhole at redhat.com> [2012-03-06 12:26]:
> * Andreas Radke <a.radke at arcor.de> [2012-03-06 12:10]:
> > Am Tue, 6 Mar 2012 11:58:37 -0500
> > schrieb Deepak Bhole <dbhole at redhat.com>:
> > > 
> > > Can you please post your config.log file?
> > > 
> > > Deepak
> > 
> > attached.
> > 
> 
> Ah, here is the problem:
> 
> ...
> ...
> 
> import sun.awt.X11.XEmbeddedFrame;
>                   ^
> 1 warning
> Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-7-openjdk/jre/lib/amd64/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory
> 
> ...
> ...
> 
> 
> the configure script cannot compile the test code successfully due to the above
> error and therefore things XEmbeddedFrame is not there. After fixing the above

s/things/thinks

> issue, it should work again.
> 
> Cheers,
> Deepak
> 
> > -Andy
> 
> > This file contains any messages produced by compilers while
> > running configure, to aid debugging if configure makes a mistake.
> > 
> > It was created by icedtea-web configure 1.1.5, which was
> > generated by GNU Autoconf 2.68.  Invocation command line was
> > 
> >   $ ./configure --prefix=/usr/lib/jvm/java-7-openjdk --datarootdir=/usr/share --with-jdk-home=/usr/lib/jvm/java-7-openjdk
> > 
> > ## --------- ##
> > ## Platform. ##
> > ## --------- ##
> > 
> > hostname = workstation64
> > uname -m = x86_64
> > uname -r = 3.2.9-1-ARCH
> > uname -s = Linux
> > uname -v = #1 SMP PREEMPT Thu Mar 1 09:31:13 CET 2012
> > 
> > /usr/bin/uname -p = unknown
> > /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/local/bin
> > PATH: /usr/bin
> > PATH: /bin
> > PATH: /usr/local/sbin
> > PATH: /usr/sbin
> > PATH: /sbin
> > PATH: /usr/bin/core_perl
> > 
> > 
> > ## ----------- ##
> > ## Core tests. ##
> > ## ----------- ##
> > 
> > configure:2034: checking for a BSD-compatible install
> > configure:2102: result: /bin/install -c
> > configure:2113: checking whether build environment is sane
> > configure:2163: result: yes
> > configure:2304: checking for a thread-safe mkdir -p
> > configure:2343: result: /bin/mkdir -p
> > configure:2356: checking for gawk
> > configure:2372: found /usr/bin/gawk
> > configure:2383: result: gawk
> > configure:2394: checking whether make sets $(MAKE)
> > configure:2416: result: yes
> > configure:2491: checking how to create a pax tar archive
> > configure:2504: 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:2507: $? = 0
> > configure:2547: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
> > configure:2550: $? = 0
> > configure:2554: tar -xf - <conftest.tar
> > configure:2557: $? = 0
> > configure:2570: result: gnutar
> > configure:2593: checking build system type
> > configure:2607: result: x86_64-unknown-linux-gnu
> > configure:2627: checking host system type
> > configure:2640: result: x86_64-unknown-linux-gnu
> > configure:2708: checking for gcc
> > configure:2724: found /usr/bin/gcc
> > configure:2735: result: gcc
> > configure:2964: checking for C compiler version
> > configure:2973: gcc --version >&5
> > gcc (GCC) 4.6.3
> > Copyright (C) 2011 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:2984: $? = 0
> > configure:2973: gcc -v >&5
> > Using built-in specs.
> > COLLECT_GCC=gcc
> > COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.3/lto-wrapper
> > Target: x86_64-unknown-linux-gnu
> > Configured with: /build/src/gcc-4.6.3/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-libstdcxx-time --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --disable-multilib --disable-libssp --enable-checking=release
> > Thread model: posix
> > gcc version 4.6.3 (GCC) 
> > configure:2984: $? = 0
> > configure:2973: gcc -V >&5
> > gcc: error: unrecognized option '-V'
> > gcc: fatal error: no input files
> > compilation terminated.
> > configure:2984: $? = 1
> > configure:2973: gcc -qversion >&5
> > gcc: error: unrecognized option '-qversion'
> > gcc: fatal error: no input files
> > compilation terminated.
> > configure:2984: $? = 1
> > configure:3004: checking whether the C compiler works
> > configure:3026: gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
> > configure:3030: $? = 0
> > configure:3078: result: yes
> > configure:3081: checking for C compiler default output file name
> > configure:3083: result: a.out
> > configure:3089: checking for suffix of executables
> > configure:3096: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
> > configure:3100: $? = 0
> > configure:3122: result: 
> > configure:3144: checking whether we are cross compiling
> > configure:3152: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c  >&5
> > configure:3156: $? = 0
> > configure:3163: ./conftest
> > configure:3167: $? = 0
> > configure:3182: result: no
> > configure:3187: checking for suffix of object files
> > configure:3209: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
> > configure:3213: $? = 0
> > configure:3234: result: o
> > configure:3238: checking whether we are using the GNU C compiler
> > configure:3257: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
> > configure:3257: $? = 0
> > configure:3266: result: yes
> > configure:3275: checking whether gcc accepts -g
> > configure:3295: gcc -c -g  conftest.c >&5
> > configure:3295: $? = 0
> > configure:3336: result: yes
> > configure:3353: checking for gcc option to accept ISO C89
> > configure:3417: gcc  -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.c >&5
> > configure:3417: $? = 0
> > configure:3430: result: none needed
> > configure:3461: checking for style of include used by make
> > configure:3489: result: GNU
> > configure:3514: checking dependency style of gcc
> > configure:3624: result: none
> > configure:3697: checking for g++
> > configure:3713: found /usr/bin/g++
> > configure:3724: result: g++
> > configure:3751: checking for C++ compiler version
> > configure:3760: g++ --version >&5
> > g++ (GCC) 4.6.3
> > Copyright (C) 2011 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:3771: $? = 0
> > configure:3760: g++ -v >&5
> > Using built-in specs.
> > COLLECT_GCC=g++
> > COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.3/lto-wrapper
> > Target: x86_64-unknown-linux-gnu
> > Configured with: /build/src/gcc-4.6.3/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-libstdcxx-time --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --disable-multilib --disable-libssp --enable-checking=release
> > Thread model: posix
> > gcc version 4.6.3 (GCC) 
> > configure:3771: $? = 0
> > configure:3760: g++ -V >&5
> > g++: error: unrecognized option '-V'
> > g++: fatal error: no input files
> > compilation terminated.
> > configure:3771: $? = 1
> > configure:3760: g++ -qversion >&5
> > g++: error: unrecognized option '-qversion'
> > g++: fatal error: no input files
> > compilation terminated.
> > configure:3771: $? = 1
> > configure:3775: checking whether we are using the GNU C++ compiler
> > configure:3794: g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  conftest.cpp >&5
> > configure:3794: $? = 0
> > configure:3803: result: yes
> > configure:3812: checking whether g++ accepts -g
> > configure:3832: g++ -c -g  conftest.cpp >&5
> > configure:3832: $? = 0
> > configure:3873: result: yes
> > configure:3898: checking dependency style of g++
> > configure:4008: result: none
> > configure:4116: checking if cp supports --reflink
> > configure:4131: result: yes
> > configure:4143: checking if we can hard link rather than copy from /build/src/icedtea-web-1.1.5
> > configure:4157: result: yes
> > configure:4169: checking whether to build documentation
> > configure:4186: result: yes
> > configure:4190: checking whether to compile ecj natively
> > configure:4204: result: no
> > configure:4354: checking for zip
> > configure:4372: found /usr/bin/zip
> > configure:4384: result: /usr/bin/zip
> > configure:4412: checking for a JDK home directory
> > configure:4445: result: /usr/lib/jvm/java-7-openjdk
> > configure:4707: checking for javac
> > configure:4737: result: /usr/lib/jvm/java-7-openjdk/bin/javac
> > configure:5255: checking for ecj
> > configure:5288: result: no
> > configure:5296: checking for ecj-3.1
> > configure:5329: result: no
> > configure:5338: checking for ecj-3.2
> > configure:5371: result: no
> > configure:5380: checking for ecj-3.3
> > configure:5413: result: no
> > configure:5431: checking if we are using ecj as javac
> > configure:5444: result: no
> > configure:5454: checking for jar
> > configure:5597: result: /usr/lib/jvm/java-7-openjdk/bin/jar
> > configure:5599: checking whether jar supports @<file> argument
> > configure:5607: result: yes
> > configure:5614: checking whether jar supports stdin file arguments
> > Illegal option: @
> > Usage: jar {ctxui}[vfm0Me] [jar-file] [manifest-file] [entry-point] [-C dir] files ...
> > Options:
> >     -c  create new archive
> >     -t  list table of contents for archive
> >     -x  extract named (or all) files from archive
> >     -u  update existing archive
> >     -v  generate verbose output on standard output
> >     -f  specify archive file name
> >     -m  include manifest information from specified manifest file
> >     -e  specify application entry point for stand-alone application 
> >         bundled into an executable jar file
> >     -0  store only; use no ZIP compression
> >     -M  do not create a manifest file for the entries
> >     -i  generate index information for the specified jar files
> >     -C  change to the specified directory and include the following file
> > If any file is a directory then it is processed recursively.
> > The manifest file name, the archive file name and the entry point name are
> > specified in the same order as the 'm', 'f' and 'e' flags.
> > 
> > Example 1: to archive two class files into an archive called classes.jar: 
> >        jar cvf classes.jar Foo.class Bar.class 
> > Example 2: use an existing manifest file 'mymanifest' and archive all the
> >            files in the foo/ directory into 'classes.jar': 
> >        jar cvfm classes.jar mymanifest -C foo/ .
> > 
> > configure:5622: result: no
> > configure:5626: checking whether jar supports -J options at the end
> > configure:5630: result: yes
> > configure:5645: checking for an ecj JAR file
> > configure:5674: result: no
> > configure:5683: checking for javadoc
> > configure:5826: result: /usr/lib/jvm/java-7-openjdk/bin/javadoc
> > configure:5828: checking whether javadoc supports -J options
> > Loading source files for package pkg...
> > Constructing Javadoc information...
> > Standard Doclet version 1.7.0_03-icedtea
> > Building tree for all the packages and classes...
> > Generating /pkg/Test.html...
> > Generating /pkg/package-frame.html...
> > Generating /pkg/package-summary.html...
> > Generating /pkg/package-tree.html...
> > Generating /constant-values.html...
> > Building index for all the packages and classes...
> > Generating /overview-tree.html...
> > Generating /index-all.html...
> > Generating /deprecated-list.html...
> > Building index for all classes...
> > Generating /allclasses-frame.html...
> > Generating /allclasses-noframe.html...
> > Generating /index.html...
> > Generating /help-doc.html...
> > configure:5860: result: yes
> > configure:5923: checking for hg
> > configure:5956: result: no
> > Usage: which [options] [--] COMMAND [...]
> > Write the full path of COMMAND(s) to standard output.
> > 
> >   --version, -[vV] Print version and exit successfully.
> >   --help,          Print this help and exit successfully.
> >   --skip-dot       Skip directories in PATH that start with a dot.
> >   --skip-tilde     Skip directories in PATH that start with a tilde.
> >   --show-dot       Don't expand a dot to current directory in output.
> >   --show-tilde     Output a tilde for HOME directory for non-root.
> >   --tty-only       Stop processing options on the right if not on tty.
> >   --all, -a        Print all matches in PATH, not just the first
> >   --read-alias, -i Read list of aliases from stdin.
> >   --skip-alias     Ignore option --read-alias; don't read stdin.
> >   --read-functions Read shell functions from stdin.
> >   --skip-functions Ignore option --read-functions; don't read stdin.
> > 
> > Recommended use is to write the output of (alias; declare -f) to standard
> > input, so that which can show aliases and shell functions. See which(1) for
> > examples.
> > 
> > If the options --read-alias and/or --read-functions are specified then the
> > output can be a full alias or function definition, optionally followed by
> > the full path of each command used inside of those.
> > 
> > Report bugs to <which-bugs at gnu.org>.
> > configure:6000: checking for distribution package version
> > configure:6014: result: none
> > configure:6029: checking what version string to use
> > configure:6038: result: 1.1.5
> > configure:6043: checking whether to build the browser plugin
> > configure:6052: result: yes
> > configure:6108: checking for pkg-config
> > configure:6126: found /usr/bin/pkg-config
> > configure:6138: result: /usr/bin/pkg-config
> > configure:6163: checking pkg-config is at least version 0.9.0
> > configure:6166: result: yes
> > configure:6179: checking for GTK
> > configure:6186: $PKG_CONFIG --exists --print-errors "gtk+-2.0"
> > configure:6189: $? = 0
> > configure:6202: $PKG_CONFIG --exists --print-errors "gtk+-2.0"
> > configure:6205: $? = 0
> > configure:6264: result: yes
> > configure:6270: checking for GLIB
> > configure:6277: $PKG_CONFIG --exists --print-errors "glib-2.0"
> > configure:6280: $? = 0
> > configure:6293: $PKG_CONFIG --exists --print-errors "glib-2.0"
> > configure:6296: $? = 0
> > configure:6355: result: yes
> > configure:6366: checking for MOZILLA
> > configure:6373: $PKG_CONFIG --exists --print-errors "npapi-sdk"
> > configure:6376: $? = 0
> > configure:6389: $PKG_CONFIG --exists --print-errors "npapi-sdk"
> > configure:6392: $? = 0
> > configure:6613: result: yes
> > configure:6616: checking for xulrunner version
> > configure:6626: result: 20000000
> > configure:6647: checking for xulrunner version
> > configure:6666: result: 20000000
> > configure:6674: checking for main in -lz
> > configure:6693: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lz   >&5
> > configure:6693: $? = 0
> > configure:6702: result: yes
> > configure:6717: checking for X11
> > configure:6724: $PKG_CONFIG --exists --print-errors "x11"
> > configure:6727: $? = 0
> > configure:6740: $PKG_CONFIG --exists --print-errors "x11"
> > configure:6743: $? = 0
> > configure:6780: result: yes
> > configure:6794: checking for a JRE home directory
> > configure:6813: result: /usr/lib/jvm/java-7-openjdk/jre
> > configure:6822: checking for a Java virtual machine
> > configure:6965: result: /usr/lib/jvm/java-7-openjdk/jre/bin/java
> > configure:6977: checking if java.util.jar.Pack200 is available
> > class java.util.jar.Pack200
> > configure:7014: result: yes
> > configure:7027: checking if java.net.CookieManager is available
> > class java.net.CookieManager
> > configure:7064: result: yes
> > configure:7077: checking if java.net.HttpCookie is available
> > class java.net.HttpCookie
> > configure:7114: result: yes
> > configure:7127: checking if java.net.CookieHandler is available
> > class java.net.CookieHandler
> > configure:7164: result: yes
> > configure:7177: checking if sun.security.provider.X509Factory is available
> > sun/applet/Test.java:4: warning: X509Factory is internal proprietary API and may be removed in a future release
> > import sun.security.provider.X509Factory;
> >                             ^
> > 1 warning
> > class sun.security.provider.X509Factory
> > configure:7214: result: yes
> > configure:7227: checking if sun.security.util.SecurityConstants is available
> > sun/applet/Test.java:4: warning: SecurityConstants is internal proprietary API and may be removed in a future release
> > import sun.security.util.SecurityConstants;
> >                         ^
> > 1 warning
> > class sun.security.util.SecurityConstants
> > configure:7264: result: yes
> > configure:7277: checking if sun.security.util.HostnameChecker is available
> > sun/applet/Test.java:4: warning: HostnameChecker is internal proprietary API and may be removed in a future release
> > import sun.security.util.HostnameChecker;
> >                         ^
> > 1 warning
> > class sun.security.util.HostnameChecker
> > configure:7314: result: yes
> > configure:7327: checking if sun.security.x509.X500Name is available
> > sun/applet/Test.java:4: warning: X500Name is internal proprietary API and may be removed in a future release
> > import sun.security.x509.X500Name;
> >                         ^
> > 1 warning
> > class sun.security.x509.X500Name
> > configure:7364: result: yes
> > configure:7377: checking if sun.misc.BASE64Encoder is available
> > sun/applet/Test.java:4: warning: BASE64Encoder is internal proprietary API and may be removed in a future release
> > import sun.misc.BASE64Encoder;
> >                ^
> > 1 warning
> > class sun.misc.BASE64Encoder
> > configure:7414: result: yes
> > configure:7427: checking if sun.misc.HexDumpEncoder is available
> > sun/applet/Test.java:4: warning: HexDumpEncoder is internal proprietary API and may be removed in a future release
> > import sun.misc.HexDumpEncoder;
> >                ^
> > 1 warning
> > class sun.misc.HexDumpEncoder
> > configure:7464: result: yes
> > configure:7477: checking if sun.security.validator.ValidatorException is available
> > sun/applet/Test.java:4: warning: ValidatorException is internal proprietary API and may be removed in a future release
> > import sun.security.validator.ValidatorException;
> >                              ^
> > 1 warning
> > class sun.security.validator.ValidatorException
> > configure:7514: result: yes
> > configure:7527: checking if com.sun.net.ssl.internal.ssl.X509ExtendedTrustManager is available
> > class com.sun.net.ssl.internal.ssl.X509ExtendedTrustManager
> > configure:7564: result: yes
> > configure:7577: checking if sun.awt.X11.XEmbeddedFrame is available
> > sun/applet/Test.java:4: warning: XEmbeddedFrame is internal proprietary API and may be removed in a future release
> > import sun.awt.X11.XEmbeddedFrame;
> >                   ^
> > 1 warning
> > Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-7-openjdk/jre/lib/amd64/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory
> > 	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
> > 	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1928)
> > 	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1825)
> > 	at java.lang.Runtime.load0(Runtime.java:792)
> > 	at java.lang.System.load(System.java:1059)
> > 	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
> > 	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1928)
> > 	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1846)
> > 	at java.lang.Runtime.loadLibrary0(Runtime.java:845)
> > 	at java.lang.System.loadLibrary(System.java:1084)
> > 	at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
> > 	at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
> > 	at java.security.AccessController.doPrivileged(Native Method)
> > 	at java.awt.Toolkit.loadLibraries(Toolkit.java:1648)
> > 	at java.awt.Toolkit.<clinit>(Toolkit.java:1670)
> > 	at java.awt.Component.<clinit>(Component.java:595)
> > 	at java.lang.Class.forName0(Native Method)
> > 	at java.lang.Class.forName(Class.java:186)
> > 	at sun.applet.Test.main(Test.java:11)
> > configure:7614: result: no
> > configure:7621: error: sun.awt.X11.XEmbeddedFrame not found.
> > 
> > ## ---------------- ##
> > ## Cache variables. ##
> > ## ---------------- ##
> > 
> > ac_cv_build=x86_64-unknown-linux-gnu
> > ac_cv_c_compiler_gnu=yes
> > ac_cv_cxx_compiler_gnu=yes
> > 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=set
> > ac_cv_env_CFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2'
> > ac_cv_env_CPPFLAGS_set=
> > ac_cv_env_CPPFLAGS_value=
> > ac_cv_env_CXXFLAGS_set=set
> > ac_cv_env_CXXFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2'
> > ac_cv_env_CXX_set=
> > ac_cv_env_CXX_value=
> > ac_cv_env_GLIB_CFLAGS_set=
> > ac_cv_env_GLIB_CFLAGS_value=
> > ac_cv_env_GLIB_LIBS_set=
> > ac_cv_env_GLIB_LIBS_value=
> > ac_cv_env_GTK_CFLAGS_set=
> > ac_cv_env_GTK_CFLAGS_value=
> > ac_cv_env_GTK_LIBS_set=
> > ac_cv_env_GTK_LIBS_value=
> > ac_cv_env_LDFLAGS_set=set
> > ac_cv_env_LDFLAGS_value=-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu
> > ac_cv_env_LIBS_set=
> > ac_cv_env_LIBS_value=
> > ac_cv_env_MOZILLA_CFLAGS_set=
> > ac_cv_env_MOZILLA_CFLAGS_value=
> > ac_cv_env_MOZILLA_LIBS_set=
> > ac_cv_env_MOZILLA_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_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_host=x86_64-unknown-linux-gnu
> > ac_cv_lib_z_main=yes
> > ac_cv_objext=o
> > ac_cv_path_JAVAC=/usr/lib/jvm/java-7-openjdk/bin/javac
> > ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
> > ac_cv_path_ac_pt_ZIP=/usr/bin/zip
> > ac_cv_path_install='/bin/install -c'
> > ac_cv_path_mkdir=/bin/mkdir
> > ac_cv_prog_AWK=gawk
> > ac_cv_prog_ac_ct_CC=gcc
> > ac_cv_prog_ac_ct_CXX=g++
> > 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_COM_SUN_NET_SSL_INTERNAL_SSL_X509EXTENDEDTRUSTMANAGER=yes
> > it_cv_JAVA_NET_COOKIEHANDLER=yes
> > it_cv_JAVA_NET_COOKIEMANAGER=yes
> > it_cv_JAVA_NET_HTTPCOOKIE=yes
> > it_cv_JAVA_UTIL_JAR_PACK200=yes
> > it_cv_SUN_AWT_X11_XEMBEDDEDFRAME=no
> > it_cv_SUN_MISC_BASE64ENCODER=yes
> > it_cv_SUN_MISC_HEXDUMPENCODER=yes
> > it_cv_SUN_SECURITY_PROVIDER_X509FACTORY=yes
> > it_cv_SUN_SECURITY_UTIL_HOSTNAMECHECKER=yes
> > it_cv_SUN_SECURITY_UTIL_SECURITYCONSTANTS=yes
> > it_cv_SUN_SECURITY_VALIDATOR_VALIDATOREXCEPTION=yes
> > it_cv_SUN_SECURITY_X509_X500NAME=yes
> > it_cv_ecj=no
> > it_cv_hardlink_src=yes
> > it_cv_reflink=yes
> > pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
> > pkg_cv_GLIB_LIBS='-lglib-2.0  '
> > pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15  '
> > pkg_cv_GTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  '
> > pkg_cv_MOZILLA_CFLAGS='-DXP_UNIX -I/usr/include/npapi-sdk  '
> > pkg_cv_MOZILLA_LIBS=' '
> > pkg_cv_X11_CFLAGS=' '
> > pkg_cv_X11_LIBS='-lX11  '
> > xulrunner_cv_collapsed_version=20000000
> > 
> > ## ----------------- ##
> > ## Output variables. ##
> > ## ----------------- ##
> > 
> > ACLOCAL='${SHELL} /build/src/icedtea-web-1.1.5/missing --run aclocal-1.11'
> > AMDEPBACKSLASH='\'
> > AMDEP_FALSE='#'
> > AMDEP_TRUE=''
> > AMTAR='${SHELL} /build/src/icedtea-web-1.1.5/missing --run tar'
> > ARCHFLAG='-m64'
> > ARCH_PREFIX=''
> > AUTOCONF='${SHELL} /build/src/icedtea-web-1.1.5/missing --run autoconf'
> > AUTOHEADER='${SHELL} /build/src/icedtea-web-1.1.5/missing --run autoheader'
> > AUTOMAKE='${SHELL} /build/src/icedtea-web-1.1.5/missing --run automake-1.11'
> > AWK='gawk'
> > BUILD_ARCH_DIR='amd64'
> > CC='gcc'
> > CCDEPMODE='depmode=none'
> > CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2'
> > CPPFLAGS=''
> > CP_SUPPORTS_REFLINK_FALSE='#'
> > CP_SUPPORTS_REFLINK_TRUE=''
> > CXX='g++'
> > CXXDEPMODE='depmode=none'
> > CXXFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2'
> > CYGPATH_W='echo'
> > DEFS=''
> > DEPDIR='.deps'
> > ECHO_C=''
> > ECHO_N='-n'
> > ECHO_T=''
> > ECJ=''
> > ECJ_JAR='no'
> > ENABLE_DOCS_FALSE='#'
> > ENABLE_DOCS_TRUE=''
> > ENABLE_PLUGIN_FALSE='#'
> > ENABLE_PLUGIN_TRUE=''
> > EXEEXT=''
> > FULL_VERSION='1.1.5'
> > GCJ='no'
> > GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
> > GLIB_LIBS='-lglib-2.0  '
> > GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15  '
> > GTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  '
> > HAS_ICEDTEA_REVISION_FALSE=''
> > HAS_ICEDTEA_REVISION_TRUE='#'
> > HAS_PKGVERSION_FALSE=''
> > HAS_PKGVERSION_TRUE='#'
> > HG=''
> > ICEDTEA_REVISION='none'
> > 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-7-openjdk/bin/jar'
> > JAR_ACCEPTS_STDIN_LIST=''
> > JAR_KNOWS_ATFILE='1'
> > JAR_KNOWS_J_OPTIONS='1'
> > JAVA='/usr/lib/jvm/java-7-openjdk/jre/bin/java'
> > JAVAC='/usr/lib/jvm/java-7-openjdk/bin/javac'
> > JAVADOC='/usr/lib/jvm/java-7-openjdk/bin/javadoc'
> > JAVADOC_KNOWS_J_OPTIONS='yes'
> > JAVADOC_SUPPORTS_J_OPTIONS_FALSE='#'
> > JAVADOC_SUPPORTS_J_OPTIONS_TRUE=''
> > JRE_ARCH_DIR='amd64'
> > JUNIT_AVAILABLE=''
> > JUNIT_JAR=''
> > LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu'
> > LIBOBJS=''
> > LIBS='-lz '
> > LTLIBOBJS=''
> > MAKEINFO='${SHELL} /build/src/icedtea-web-1.1.5/missing --run makeinfo'
> > MKDIR_P='/bin/mkdir -p'
> > MOZILLA_CFLAGS='-DXP_UNIX -I/usr/include/npapi-sdk  '
> > MOZILLA_LIBS=' '
> > MOZILLA_VERSION_COLLAPSED='20000000'
> > OBJEXT='o'
> > PACKAGE='icedtea-web'
> > PACKAGE_BUGREPORT='distro-pkg-dev at openjdk.java.net'
> > PACKAGE_NAME='icedtea-web'
> > PACKAGE_STRING='icedtea-web 1.1.5'
> > PACKAGE_TARNAME='icedtea-web'
> > PACKAGE_URL='http://icedtea.classpath.org/wiki/IcedTea-Web'
> > PACKAGE_VERSION='1.1.5'
> > PATH_SEPARATOR=':'
> > PKGVERSION='none'
> > PKG_CONFIG='/usr/bin/pkg-config'
> > PKG_CONFIG_LIBDIR=''
> > PKG_CONFIG_PATH=''
> > RHINO_AVAILABLE=''
> > RHINO_JAR=''
> > SET_MAKE=''
> > SHELL='/bin/sh'
> > SRC_DIR_HARDLINKABLE_FALSE='#'
> > SRC_DIR_HARDLINKABLE_TRUE=''
> > STRIP=''
> > SYSTEM_JDK_DIR='/usr/lib/jvm/java-7-openjdk'
> > SYSTEM_JRE_DIR='/usr/lib/jvm/java-7-openjdk/jre'
> > USING_ECJ='no'
> > VERSION='1.1.5'
> > VERSION_DEFS='-DHAVE_JAVA7'
> > WITH_JUNIT_FALSE=''
> > WITH_JUNIT_TRUE=''
> > WITH_RHINO_FALSE=''
> > WITH_RHINO_TRUE=''
> > X11_CFLAGS=' '
> > X11_LIBS='-lX11  '
> > ZIP='/usr/bin/zip'
> > abs_top_builddir='/build/src/icedtea-web-1.1.5'
> > abs_top_srcdir='/build/src/icedtea-web-1.1.5'
> > ac_ct_CC='gcc'
> > ac_ct_CXX='g++'
> > 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__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='/usr/share'
> > docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
> > dvidir='${docdir}'
> > exec_prefix='NONE'
> > 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} /build/src/icedtea-web-1.1.5/install-sh'
> > libdir='${exec_prefix}/lib'
> > libexecdir='${exec_prefix}/libexec'
> > localedir='${datarootdir}/locale'
> > localstatedir='${prefix}/var'
> > mandir='${datarootdir}/man'
> > mkdir_p='/bin/mkdir -p'
> > oldincludedir='/usr/include'
> > pdfdir='${docdir}'
> > prefix='/usr/lib/jvm/java-7-openjdk'
> > 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 "icedtea-web"
> > #define PACKAGE_TARNAME "icedtea-web"
> > #define PACKAGE_VERSION "1.1.5"
> > #define PACKAGE_STRING "icedtea-web 1.1.5"
> > #define PACKAGE_BUGREPORT "distro-pkg-dev at openjdk.java.net"
> > #define PACKAGE_URL "http://icedtea.classpath.org/wiki/IcedTea-Web"
> > #define PACKAGE "icedtea-web"
> > #define VERSION "1.1.5"
> > #define HAVE_LIBZ 1
> > 
> > configure: exit 1
> 



More information about the distro-pkg-dev mailing list