Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 432084 Details for
Bug 581252
dev-java/gnu-classpath-inetlib-1.1-r3 : checking if jikes works... configure: error: The Java compiler jikes failed (see config.log, check the CLASSPATH?)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 7.73 KB, created by
Toralf Förster
on 2016-04-26 09:43:29 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2016-04-26 09:43:29 UTC
Size:
7.73 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by inetlib configure 1.1, which was >generated by GNU Autoconf 2.59. Invocation command line was > > $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-smtp --enable-imap --enable-pop3 --enable-nntp --enable-ftp --enable-gopher --with-jsse-jar=/var/tmp/portage/dev-java/gnu-classpath-inetlib-1.1-r3/work/inetlib/ext --with-javax-security-jar=/var/tmp/portage/dev-java/gnu-classpath-inetlib-1.1-r3/work/inetlib/ext > >## --------- ## >## Platform. ## >## --------- ## > >hostname = ms-magpie >uname -m = x86_64 >uname -r = 4.4.8-hardened >uname -s = Linux >uname -v = #1 SMP Thu Apr 21 09:43:11 CEST 2016 > >/usr/bin/uname -p = Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /opt/oracle-jre-bin-1.8.0.77/bin >PATH: /usr/lib/portage/python3.4/ebuild-helpers/xattr >PATH: /usr/lib/portage/python3.4/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/5.3.0 >PATH: /opt/dmd/bin >PATH: /usr/lib/plan9/bin >PATH: /usr/x86_64-pc-linux-gnu/gnat-gcc-bin/4.6 >PATH: /usr/libexec/gnat-gcc/x86_64-pc-linux-gnu/4.6 >PATH: /opt/tivoli/tsm/client/ba/bin >PATH: /opt/aws-cw-tools/bin >PATH: /opt/aws-rds-tools/bin >PATH: /usr/bin/cdsclient >PATH: /opt/ekopath/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:1153: loading site script /usr/share/config.site >| #!/bin/sh >| # Copyright 2009-2014 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host="${CHOST%%-*}" >| >| case ${host} in >| arm*b*) host=armeb ;; >| arm*) host=arm ;; >| mips*l*) host=mipsel ;; >| mips*) host=mips ;; >| esac >| >| echo "${host}" >| } >| >| config_site_names() { >| local site_arch="$(config_site_arch)" >| local sites="" >| local x >| >| case ${CHOST} in >| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; >| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; >| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; >| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; >| esac >| >| for x in ${sites} ${CHOST}; do >| [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}" >| done >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then >| sites="$(config_site_names)" >| if [ -n "${sites}" ] ; then >| for site in ${sites}; do >| echo "${0##*/}: loading site script ${site}" >| . "${site}" >| done >| fi >| unset site sites >| fi >configure:1300: checking for a BSD-compatible install >configure:1355: result: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c >configure:1366: checking whether build environment is sane >configure:1409: result: yes >configure:1442: checking for gawk >configure:1458: found /usr/bin/gawk >configure:1468: result: gawk >configure:1478: checking whether make sets $(MAKE) >configure:1498: result: yes >configure:1845: checking for gcj >configure:1874: result: no >configure:1845: checking for guavac >configure:1874: result: no >configure:1845: checking for jikes >configure:1861: found /usr/bin/jikes >configure:1871: result: jikes >configure:1928: checking if jikes works >configure:1942: jikes -source 1.3 -target 1.3 Test.java > >Issued 2 system warnings: > >*** Semantic Warning: I/O warning: "No such file or directory" while trying to open /opt/oracle-jre-bin-1.8.0.77/lib/sunrsasign.jar. > > >*** Semantic Warning: I/O warning: "No such file or directory" while trying to open /opt/oracle-jre-bin-1.8.0.77/classes. > >Found 2 semantic errors compiling "Test.java": > > 2. public class Test { > ^--^ >*** Semantic Error: The class file "CharSequence.class" in "/opt/oracle-jre-bin-1.8.0.77/lib/rt.jar/java/lang" has an invalid format (couldn't read u2). > > > 2. public class Test { > ^--^ >*** Semantic Error: The class file "AnnotatedElement.class" in "/opt/oracle-jre-bin-1.8.0.77/lib/rt.jar/java/lang/reflect" has an invalid format (couldn't read u2). >configure:1945: $? = 1 >configure:1949: error: The Java compiler jikes failed (see config.log, check the CLASSPATH?) > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_path_install='/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c' >ac_cv_prog_AWK=gawk >ac_cv_prog_JAVAC=jikes >ac_cv_prog_make_make_set=yes > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/dev-java/gnu-classpath-inetlib-1.1-r3/work/inetlib/missing --run aclocal-1.6' >AMTAR='${SHELL} /var/tmp/portage/dev-java/gnu-classpath-inetlib-1.1-r3/work/inetlib/missing --run tar' >AUTOCONF='${SHELL} /var/tmp/portage/dev-java/gnu-classpath-inetlib-1.1-r3/work/inetlib/missing --run autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/dev-java/gnu-classpath-inetlib-1.1-r3/work/inetlib/missing --run autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/dev-java/gnu-classpath-inetlib-1.1-r3/work/inetlib/missing --run automake-1.6' >AWK='gawk' >DEFS='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >ENABLE_FINGER_FALSE='#' >ENABLE_FINGER_TRUE='' >ENABLE_FTP_FALSE='#' >ENABLE_FTP_TRUE='' >ENABLE_GOPHER_FALSE='#' >ENABLE_GOPHER_TRUE='' >ENABLE_HTTP_FALSE='#' >ENABLE_HTTP_TRUE='' >ENABLE_IMAP_FALSE='#' >ENABLE_IMAP_TRUE='' >ENABLE_LDAP_FALSE='#' >ENABLE_LDAP_TRUE='' >ENABLE_NNTP_FALSE='#' >ENABLE_NNTP_TRUE='' >ENABLE_POP3_FALSE='#' >ENABLE_POP3_TRUE='' >ENABLE_SMTP_FALSE='#' >ENABLE_SMTP_TRUE='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' >JAR='' >JAVAC='jikes' >JAVAX_SECURITY_JAR='' >JSSE_JAR='' >LIBOBJS='' >LIBS='' >LTLIBOBJS='' >MAKEINFO='${SHELL} /var/tmp/portage/dev-java/gnu-classpath-inetlib-1.1-r3/work/inetlib/missing --run makeinfo' >PACKAGE='inetlib' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='inetlib' >PACKAGE_STRING='inetlib 1.1' >PACKAGE_TARNAME='inetlib' >PACKAGE_VERSION='1.1' >PATH_SEPARATOR=':' >SET_MAKE='' >SHELL='/bin/sh' >STRIP='' >VERSION='1.1' >ac_ct_STRIP='' >bindir='${exec_prefix}/bin' >build_alias='x86_64-pc-linux-gnu' >datadir='/usr/share' >exec_prefix='NONE' >host_alias='x86_64-pc-linux-gnu' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='/var/tmp/portage/dev-java/gnu-classpath-inetlib-1.1-r3/work/inetlib/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localstatedir='/var/lib' >mandir='/usr/share/man' >oldincludedir='/usr/include' >prefix='/usr' >program_transform_name='s,x,x,' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >#define PACKAGE "inetlib" >#define PACKAGE_BUGREPORT "" >#define PACKAGE_NAME "inetlib" >#define PACKAGE_STRING "inetlib 1.1" >#define PACKAGE_TARNAME "inetlib" >#define PACKAGE_VERSION "1.1" >#define VERSION "1.1" > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 581252
: 432084 |
432086
|
432088
|
432090