I am a bit desperate, as this is my main system in my physical machine,
where all VMs run, etc. I do not want to revert to binary jdk from sun.

If I cannot solve this, I will have to dump this system.

I cannot find a reason something that worked before stopped doing so.

Main changes since last install are kernel, nvidia driver and xulrunner.

I have icedtea-web-1.4 installed. Now, after building a new OpenJDK,
tried to install, but it failed at configure. Reverted to the previous
OpenJDK used to install it, again, configure fails. But it completed
before. I have:

16-May-2013 11:02  icedtea-web-1.4
25-Apr-2013 11:46  OpenJDK-1.7.0.21-2.3.9
11-Jun-2013 15:31  OpenJDK-1.7.0.40-2.4.0

Error is:

(****************start quote)
checking if sun.net.www.protocol.jar.URLJarFile is available... yes
checking if sun.net.www.protocol.jar.URLJarFileCallBack is available... yes
checking if sun.awt.X11.XEmbeddedFrame is available... ./configure: line
7775: 22948 Aborted                 $JAVA -classpath . $BYTECODE 1>&5 2>&1
no
configure: error: sun.awt.X11.XEmbeddedFrame not found.
((****************end quote)

config.log (attached) tells that "Core dumps have been disabled. To
enable core dumping, try "ulimit -c unlimited" before starting Java
again" (below)

(****************start quote)
configure:7739: 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
class sun.awt.X11.XEmbeddedFrame
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x669b17f9, pid=18924, tid=3061001072
#
# JRE version: 7.0_21-b02
# Java VM: OpenJDK Server VM (23.7-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libGL.so.1+0x707f9]  glXChooseVisual+0xaf69
#
# Failed to write core dump. Core dumps have been disabled. To enable
core dumping, try "ulimit -c unlimited" before starting Java again
#
(****************end quote)


This part of configure code is failing:


(****************start quote)
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if
sun.awt.X11.XEmbeddedFrame is available" >&5
$as_echo_n "checking if sun.awt.X11.XEmbeddedFrame is available... " >&6; }
if test "${it_cv_SUN_AWT_X11_XEMBEDDEDFRAME+set}" = set; then :
  $as_echo_n "(cached) " >&6
else

CLASS=sun/applet/Test.java
BYTECODE=$(echo $CLASS|sed 's#\.java##')
mkdir -p tmp.$$/$(dirname $CLASS)
cd tmp.$$
cat << \EOF > $CLASS
/* [#]line 7750 "configure" */
package sun.applet;

import sun.awt.X11.XEmbeddedFrame;

public class Test
{
  public static void main(String[] args)
    throws Exception
  {
    System.out.println(Class.forName("sun.awt.X11.XEmbeddedFrame"));
  }
}

EOF
if $JAVAC -cp . $JAVACFLAGS -nowarn $CLASS >&5 2>&1; then
  if $JAVA -classpath . $BYTECODE >&5 2>&1; then
      it_cv_SUN_AWT_X11_XEMBEDDEDFRAME=yes;
  else
      it_cv_SUN_AWT_X11_XEMBEDDEDFRAME=no;
  fi
else
  it_cv_SUN_AWT_X11_XEMBEDDEDFRAME=no;
fi

fi
(****************end quote)

Thanks for any help, in advance.

-- 
[]s,
Fernando
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.4, which was
generated by GNU Autoconf 2.66.  Invocation command line was

  $ ./configure --prefix=/opt/openjdk/jre --with-jdk-home=/opt/openjdk --disable-docs --mandir=/opt/openjdk/man

## --------- ##
## Platform. ##
## --------- ##

hostname = NovoGamerLFS71
uname -m = i686
uname -r = 3.9.5
uname -s = Linux
uname -v = #1 SMP Sat Jun 8 09:18:30 BRT 2013

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/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: /bin
PATH: /sbin
PATH: /usr/sbin
PATH: /opt/gnome/bin
PATH: /opt/ant/bin
PATH: /opt/openjdk/bin
PATH: /opt/qt/bin
PATH: /usr/bin
PATH: /usr/X11R6/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2082: checking for a BSD-compatible install
configure:2150: result: /usr/bin/install -c
configure:2161: checking whether build environment is sane
configure:2211: result: yes
configure:2352: checking for a thread-safe mkdir -p
configure:2391: result: /bin/mkdir -p
configure:2404: checking for gawk
configure:2420: found /usr/bin/gawk
configure:2431: result: gawk
configure:2442: checking whether make sets $(MAKE)
configure:2464: result: yes
configure:2539: checking how to create a pax tar archive
configure:2552: 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:2555: $? = 0
configure:2595: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
configure:2598: $? = 0
configure:2602: tar -xf - <conftest.tar
configure:2605: $? = 0
configure:2618: result: gnutar
configure:2641: checking build system type
configure:2655: result: i686-pc-linux-gnu
configure:2675: checking host system type
configure:2688: result: i686-pc-linux-gnu
configure:2756: checking for gcc
configure:2772: found /usr/bin/gcc
configure:2783: result: gcc
configure:3012: checking for C compiler version
configure:3021: 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:3032: $? = 0
configure:3021: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/4.6.3/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.6.3/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib
Thread model: posix
gcc version 4.6.3 (GCC) 
configure:3032: $? = 0
configure:3021: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3032: $? = 1
configure:3021: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3032: $? = 1
configure:3052: checking whether the C compiler works
configure:3074: gcc    conftest.c  >&5
configure:3078: $? = 0
configure:3126: result: yes
configure:3129: checking for C compiler default output file name
configure:3131: result: a.out
configure:3137: checking for suffix of executables
configure:3144: gcc -o conftest    conftest.c  >&5
configure:3148: $? = 0
configure:3170: result: 
configure:3192: checking whether we are cross compiling
configure:3200: gcc -o conftest    conftest.c  >&5
configure:3204: $? = 0
configure:3211: ./conftest
configure:3215: $? = 0
configure:3230: result: no
configure:3235: checking for suffix of object files
configure:3257: gcc -c   conftest.c >&5
configure:3261: $? = 0
configure:3282: result: o
configure:3286: checking whether we are using the GNU C compiler
configure:3305: gcc -c   conftest.c >&5
configure:3305: $? = 0
configure:3314: result: yes
configure:3323: checking whether gcc accepts -g
configure:3343: gcc -c -g  conftest.c >&5
configure:3343: $? = 0
configure:3384: result: yes
configure:3401: checking for gcc option to accept ISO C89
configure:3465: gcc  -c -g -O2  conftest.c >&5
configure:3465: $? = 0
configure:3478: result: none needed
configure:3509: checking for style of include used by make
configure:3537: result: GNU
configure:3562: checking dependency style of gcc
configure:3672: result: none
configure:3745: checking for g++
configure:3761: found /usr/bin/g++
configure:3772: result: g++
configure:3799: checking for C++ compiler version
configure:3808: 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:3819: $? = 0
configure:3808: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/4.6.3/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.6.3/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib
Thread model: posix
gcc version 4.6.3 (GCC) 
configure:3819: $? = 0
configure:3808: g++ -V >&5
g++: error: unrecognized option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3819: $? = 1
configure:3808: g++ -qversion >&5
g++: error: unrecognized option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:3819: $? = 1
configure:3823: checking whether we are using the GNU C++ compiler
configure:3842: g++ -c   conftest.cpp >&5
configure:3842: $? = 0
configure:3851: result: yes
configure:3860: checking whether g++ accepts -g
configure:3880: g++ -c -g  conftest.cpp >&5
configure:3880: $? = 0
configure:3921: result: yes
configure:3946: checking dependency style of g++
configure:4056: result: none
configure:4164: checking if cp supports --reflink
configure:4179: result: yes
configure:4191: checking if we can hard link rather than copy from /home/fernando/tmp/paco-build-2013.06.11-16h57m36s/icedtea-web-1.4
configure:4205: result: yes
configure:4217: checking whether to build documentation
configure:4234: result: no
configure:4238: checking whether to compile ecj natively
configure:4252: result: no
configure:4402: checking for zip
configure:4420: found /usr/bin/zip
configure:4432: result: /usr/bin/zip
configure:4460: checking for a JDK home directory
configure:4493: result: /opt/openjdk
configure:4755: checking for javac
configure:4785: result: /opt/openjdk/bin/javac
configure:5303: checking for ecj
configure:5336: result: no
configure:5344: checking for ecj-3.1
configure:5377: result: no
configure:5386: checking for ecj-3.2
configure:5419: result: no
configure:5428: checking for ecj-3.3
configure:5461: result: no
configure:5479: checking if we are using ecj as javac
configure:5492: result: no
configure:5502: checking for jar
configure:5645: result: /opt/openjdk/bin/jar
configure:5647: checking whether jar supports @<file> argument
configure:5655: result: yes
configure:5662: 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:5670: result: no
configure:5674: checking whether jar supports -J options at the end
configure:5678: result: yes
configure:5693: checking for an ecj JAR file
configure:5722: result: no
configure:5731: checking for javadoc
configure:5874: result: /opt/openjdk/bin/javadoc
configure:5876: checking whether javadoc supports -J options
Loading source files for package pkg...
Constructing Javadoc information...
Standard Doclet version 1.7.0_21-blfs
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:5908: result: yes
configure:5923: checking for keytool
configure:5990: result: /opt/openjdk/bin/keytool
configure:5996: checking for jarsigner
configure:6064: result: /opt/openjdk/bin/jarsigner
configure:6118: checking for hg
configure:6136: found /usr/bin/hg
configure:6148: result: /usr/bin/hg
/usr/bin/hg
configure:6176: checking for IcedTea Mercurial revision ID
configure:6181: result: none
configure:6195: checking for distribution package version
configure:6209: result: none
configure:6224: checking what version string to use
configure:6233: result: 1.4
configure:6238: checking whether to build the browser plugin
configure:6247: result: yes
configure:6303: checking for pkg-config
configure:6321: found /usr/bin/pkg-config
configure:6333: result: /usr/bin/pkg-config
configure:6358: checking pkg-config is at least version 0.9.0
configure:6361: result: yes
configure:6374: checking for GLIB
configure:6381: $PKG_CONFIG --exists --print-errors "glib-2.0"
configure:6384: $? = 0
configure:6397: $PKG_CONFIG --exists --print-errors "glib-2.0"
configure:6400: $? = 0
configure:6459: result: yes
configure:6468: checking for MOZILLA
configure:6475: $PKG_CONFIG --exists --print-errors "npapi-sdk"
Package npapi-sdk was not found in the pkg-config search path.
Perhaps you should add the directory containing `npapi-sdk.pc'
to the PKG_CONFIG_PATH environment variable
No package 'npapi-sdk' found
configure:6478: $? = 1
configure:6491: $PKG_CONFIG --exists --print-errors "npapi-sdk"
Package npapi-sdk was not found in the pkg-config search path.
Perhaps you should add the directory containing `npapi-sdk.pc'
to the PKG_CONFIG_PATH environment variable
No package 'npapi-sdk' found
configure:6494: $? = 1
configure:6507: result: no
No package 'npapi-sdk' found
configure:6526: checking for MOZILLA
configure:6533: $PKG_CONFIG --exists --print-errors "mozilla-plugin"
configure:6536: $? = 0
configure:6549: $PKG_CONFIG --exists --print-errors "mozilla-plugin"
configure:6552: $? = 0
configure:6611: result: yes
configure:6749: checking for xulrunner version
configure:6768: result: 21000000
configure:6776: checking for main in -lz
configure:6795: gcc -o conftest -g -O2   conftest.c -lz   >&5
configure:6795: $? = 0
configure:6804: result: yes
configure:6819: checking for X11
configure:6826: $PKG_CONFIG --exists --print-errors "x11"
configure:6829: $? = 0
configure:6842: $PKG_CONFIG --exists --print-errors "x11"
configure:6845: $? = 0
configure:6882: result: yes
configure:6896: checking for a JRE home directory
configure:6915: result: /opt/openjdk/jre
configure:6924: checking for a Java virtual machine
configure:7067: result: /opt/openjdk/jre/bin/java
configure:7089: checking if java.util.jar.Pack200 is available
class java.util.jar.Pack200
configure:7126: result: yes
configure:7139: checking if java.net.CookieManager is available
class java.net.CookieManager
configure:7176: result: yes
configure:7189: checking if java.net.HttpCookie is available
class java.net.HttpCookie
configure:7226: result: yes
configure:7239: checking if java.net.CookieHandler is available
class java.net.CookieHandler
configure:7276: result: yes
configure:7289: 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:7326: result: yes
configure:7339: 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:7376: result: yes
configure:7389: 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:7426: result: yes
configure:7439: 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:7476: result: yes
configure:7489: 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:7526: result: yes
configure:7539: 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:7576: result: yes
configure:7589: checking if com.sun.net.ssl.internal.ssl.X509ExtendedTrustManager is available
class com.sun.net.ssl.internal.ssl.X509ExtendedTrustManager
configure:7626: result: yes
configure:7639: checking if sun.net.www.protocol.jar.URLJarFile is available
sun/applet/Test.java:4: warning: URLJarFile is internal proprietary API and may be removed in a future release
import sun.net.www.protocol.jar.URLJarFile;
                               ^
1 warning
class sun.net.www.protocol.jar.URLJarFile
configure:7676: result: yes
configure:7689: checking if sun.net.www.protocol.jar.URLJarFileCallBack is available
sun/applet/Test.java:4: warning: URLJarFileCallBack is internal proprietary API and may be removed in a future release
import sun.net.www.protocol.jar.URLJarFileCallBack;
                               ^
1 warning
interface sun.net.www.protocol.jar.URLJarFileCallBack
configure:7726: result: yes
configure:7739: 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
class sun.awt.X11.XEmbeddedFrame
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x668e67f9, pid=22948, tid=3060181872
#
# JRE version: 7.0_21-b02
# Java VM: OpenJDK Server VM (23.7-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libGL.so.1+0x707f9]  glXChooseVisual+0xaf69
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /media/Dados1T/NovoGamer/home/fernando/tmp/paco-build-2013.06.11-16h57m36s/icedtea-web-1.4/tmp.21990/hs_err_pid22948.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
#
configure:7776: result: no
configure:7783: error: sun.awt.X11.XEmbeddedFrame not found.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-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=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_GLIB2_V_216_CFLAGS_set=
ac_cv_env_GLIB2_V_216_CFLAGS_value=
ac_cv_env_GLIB2_V_216_LIBS_set=
ac_cv_env_GLIB2_V_216_LIBS_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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
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=set
ac_cv_env_PKG_CONFIG_PATH_value=/lib/pkgconfig:/opt/gnome/lib/pkgconfig:/opt/gnome/share/pkgconfig:/usr/local/lib/pkgconfig:/opt/qt/lib/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11R6/lib/pkgconfig
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=i686-pc-linux-gnu
ac_cv_lib_z_main=yes
ac_cv_objext=o
ac_cv_path_JAVAC=/opt/openjdk/bin/javac
ac_cv_path_ac_pt_HG=/usr/bin/hg
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_ac_pt_ZIP=/usr/bin/zip
ac_cv_path_install='/usr/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_HEXDUMPENCODER=yes
it_cv_SUN_NET_WWW_PROTOCOL_JAR_URLJARFILE=yes
it_cv_SUN_NET_WWW_PROTOCOL_JAR_URLJARFILECALLBACK=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_MOZILLA_CFLAGS='-DXP_UNIX -I/usr/include/xulrunner-21.0  '
pkg_cv_MOZILLA_LIBS=' '
pkg_cv_X11_CFLAGS=' '
pkg_cv_X11_LIBS='-lX11  '
xulrunner_cv_collapsed_version=21000000

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/fernando/tmp/paco-build-2013.06.11-16h57m36s/icedtea-web-1.4/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/fernando/tmp/paco-build-2013.06.11-16h57m36s/icedtea-web-1.4/missing --run tar'
ARCHFLAG='-m32'
ARCH_PREFIX=''
ASM_AVAILABLE=''
ASM_JAR=''
AUTOCONF='${SHELL} /home/fernando/tmp/paco-build-2013.06.11-16h57m36s/icedtea-web-1.4/missing --run autoconf'
AUTOHEADER='${SHELL} /home/fernando/tmp/paco-build-2013.06.11-16h57m36s/icedtea-web-1.4/missing --run autoheader'
AUTOMAKE='${SHELL} /home/fernando/tmp/paco-build-2013.06.11-16h57m36s/icedtea-web-1.4/missing --run automake-1.11'
AWK='gawk'
BROWSER_TESTS_MODIFICATION=''
BUILD_ARCH_DIR='i586'
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
CHROME=''
CHROMIUM=''
CPPFLAGS=''
CP_SUPPORTS_REFLINK_FALSE='#'
CP_SUPPORTS_REFLINK_TRUE=''
CXX='g++'
CXXDEPMODE='depmode=none'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
ECJ=''
ECJ_JAR='no'
EMMA_AVAILABLE=''
EMMA_JAR=''
ENABLE_DOCS_FALSE=''
ENABLE_DOCS_TRUE='#'
ENABLE_PLUGIN_FALSE='#'
ENABLE_PLUGIN_TRUE=''
EPIPHANY=''
EXEEXT=''
FIREFOX=''
FULL_VERSION='1.4'
GCJ='no'
GLIB2_V_216_CFLAGS=''
GLIB2_V_216_LIBS=''
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
GLIB_LIBS='-lglib-2.0  '
HAS_ICEDTEA_REVISION_FALSE=''
HAS_ICEDTEA_REVISION_TRUE='#'
HAS_PKGVERSION_FALSE=''
HAS_PKGVERSION_TRUE='#'
HAVE_JAVA7_FALSE='#'
HAVE_JAVA7_TRUE=''
HG='/usr/bin/hg'
ICEDTEA_REVISION='none'
INSTALL_ARCH_DIR='i386'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JACOCO_AVAILABLE=''
JACOCO_JAR=''
JAR='/opt/openjdk/bin/jar'
JARSIGNER='/opt/openjdk/bin/jarsigner'
JAR_ACCEPTS_STDIN_LIST=''
JAR_KNOWS_ATFILE='1'
JAR_KNOWS_J_OPTIONS='1'
JAVA='/opt/openjdk/jre/bin/java'
JAVAC='/opt/openjdk/bin/javac'
JAVADOC='/opt/openjdk/bin/javadoc'
JAVADOC_KNOWS_J_OPTIONS='yes'
JAVADOC_SUPPORTS_J_OPTIONS_FALSE='#'
JAVADOC_SUPPORTS_J_OPTIONS_TRUE=''
JRE_ARCH_DIR='i386'
JUNIT_AVAILABLE=''
JUNIT_JAR=''
KEYTOOL='/opt/openjdk/bin/keytool'
LDFLAGS=''
LIBOBJS=''
LIBS='-lz '
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/fernando/tmp/paco-build-2013.06.11-16h57m36s/icedtea-web-1.4/missing --run makeinfo'
MIDORI=''
MKDIR_P='/bin/mkdir -p'
MOZILLA_CFLAGS='-DXP_UNIX -I/usr/include/xulrunner-21.0  '
MOZILLA_LIBS=' '
MOZILLA_VERSION_COLLAPSED='21000000'
OBJEXT='o'
OPERA=''
PACKAGE='icedtea-web'
PACKAGE_BUGREPORT='distro-pkg-...@openjdk.java.net'
PACKAGE_NAME='icedtea-web'
PACKAGE_STRING='icedtea-web 1.4'
PACKAGE_TARNAME='icedtea-web'
PACKAGE_URL='http://icedtea.classpath.org/wiki/IcedTea-Web'
PACKAGE_VERSION='1.4'
PATH_SEPARATOR=':'
PKGVERSION='none'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/lib/pkgconfig:/opt/gnome/lib/pkgconfig:/opt/gnome/share/pkgconfig:/usr/local/lib/pkgconfig:/opt/qt/lib/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11R6/lib/pkgconfig'
RHINO_AVAILABLE=''
RHINO_JAR=''
SET_MAKE=''
SHELL='/bin/sh'
SRC_DIR_HARDLINKABLE_FALSE='#'
SRC_DIR_HARDLINKABLE_TRUE=''
STRIP=''
SYSTEM_JDK_DIR='/opt/openjdk'
SYSTEM_JRE_DIR='/opt/openjdk/jre'
USING_ECJ='no'
VERSION='1.4'
VERSION_DEFS='-DHAVE_JAVA7'
WITH_ASM_FALSE=''
WITH_ASM_TRUE=''
WITH_EMMA_FALSE=''
WITH_EMMA_TRUE=''
WITH_JACOCO_FALSE=''
WITH_JACOCO_TRUE=''
WITH_JUNIT_FALSE=''
WITH_JUNIT_TRUE=''
WITH_RHINO_FALSE=''
WITH_RHINO_TRUE=''
WITH_XSLTPROC_FALSE=''
WITH_XSLTPROC_TRUE=''
X11_CFLAGS=' '
X11_LIBS='-lX11  '
XSLTPROC=''
ZIP='/usr/bin/zip'
abs_top_builddir='/media/Dados1T/NovoGamer/home/fernando/tmp/paco-build-2013.06.11-16h57m36s/icedtea-web-1.4'
abs_top_srcdir='/home/fernando/tmp/paco-build-2013.06.11-16h57m36s/icedtea-web-1.4'
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='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/fernando/tmp/paco-build-2013.06.11-16h57m36s/icedtea-web-1.4/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='/opt/openjdk/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/opt/openjdk/jre'
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.4"
#define PACKAGE_STRING "icedtea-web 1.4"
#define PACKAGE_BUGREPORT "distro-pkg-...@openjdk.java.net"
#define PACKAGE_URL "http://icedtea.classpath.org/wiki/IcedTea-Web";
#define PACKAGE "icedtea-web"
#define VERSION "1.4"
#define HAVE_LIBZ 1

configure: exit 1
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to