Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 245846 Details for
Bug 335793
dev-java/freehep-util fails to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
freehep-util-2.0.2:20100903-100850.log (text/plain), 8.04 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-09-03 13:01:54 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-09-03 13:01:54 UTC
Size:
8.04 KB
patch
obsolete
> * CPV: dev-java/freehep-util-2.0.2 > * REPO: gentoo > * USE: elibc_glibc kernel_linux test userland_GNU x86 > * Using: icedtea6-bin >>>> Unpacking source... >>>> Unpacking freehep-util-2.0.2-sources.jar to /var/tmp/portage/dev-java/freehep-util-2.0.2/work >>>> Source unpacked in /var/tmp/portage/dev-java/freehep-util-2.0.2/work >>>> Compiling source in /var/tmp/portage/dev-java/freehep-util-2.0.2/work ... >ejavac -d target/classes -encoding UTF-8 -classpath /usr/share/freehep-misc-deps/lib/aida-3.3.jar:/usr/share/junit/lib/junit.jar:/usr/share/freehep-misc-deps/lib/jas-plotter-2.2.3.jar:/usr/share/freehep-misc-deps/lib/openide-lookup-1.9-patched-1.0.jar @sources.lst >org/freehep/util/FreeHEPLookup.java:3: package org.openide.util does not exist >import org.openide.util.Lookup; > ^ >org/freehep/util/FreeHEPLookup.java:4: package org.openide.util does not exist >import org.openide.util.MetaInfServicesLookup; > ^ >org/freehep/util/FreeHEPLookup.java:5: package org.openide.util.lookup does not exist >import org.openide.util.lookup.AbstractLookup; > ^ >org/freehep/util/FreeHEPLookup.java:6: package org.openide.util.lookup does not exist >import org.openide.util.lookup.InstanceContent; > ^ >org/freehep/util/FreeHEPLookup.java:7: package org.openide.util.lookup does not exist >import org.openide.util.lookup.ProxyLookup; > ^ >org/freehep/util/FreeHEPLookup.java:8: package org.openide.util.lookup.AbstractLookup does not exist >import org.openide.util.lookup.AbstractLookup.Pair; > ^ >org/freehep/util/FreeHEPLookup.java:19: cannot find symbol >symbol: class Lookup >public class FreeHEPLookup extends Lookup > ^ >org/freehep/util/FreeHEPLookup.java:21: cannot find symbol >symbol : class InstanceContent >location: class org.freehep.util.FreeHEPLookup > private static InstanceContent ic = new InstanceContent(); > ^ >org/freehep/util/FreeHEPLookup.java:22: cannot find symbol >symbol : class AbstractLookup >location: class org.freehep.util.FreeHEPLookup > private static AbstractLookup contentLookup = new AbstractLookup(ic); > ^ >org/freehep/util/FreeHEPLookup.java:157: cannot find symbol >symbol : class ProxyLookup >location: class org.freehep.util.FreeHEPLookup > private class MyProxyLookup extends ProxyLookup > ^ >org/freehep/util/FreeHEPLookup.java:92: package Lookup does not exist > public Lookup.Result lookup(Lookup.Template template) > ^ >org/freehep/util/FreeHEPLookup.java:92: package Lookup does not exist > public Lookup.Result lookup(Lookup.Template template) > ^ >org/freehep/util/FreeHEPLookup.java:159: cannot find symbol >symbol : class Lookup >location: class org.freehep.util.FreeHEPLookup.MyProxyLookup > MyProxyLookup(Lookup a, Lookup b) > ^ >org/freehep/util/FreeHEPLookup.java:159: cannot find symbol >symbol : class Lookup >location: class org.freehep.util.FreeHEPLookup.MyProxyLookup > MyProxyLookup(Lookup a, Lookup b) > ^ >org/freehep/util/FreeHEPLookup.java:163: cannot find symbol >symbol : class Lookup >location: class org.freehep.util.FreeHEPLookup.MyProxyLookup > private void setLookups(Lookup a, Lookup b) > ^ >org/freehep/util/FreeHEPLookup.java:163: cannot find symbol >symbol : class Lookup >location: class org.freehep.util.FreeHEPLookup.MyProxyLookup > private void setLookups(Lookup a, Lookup b) > ^ >org/freehep/util/FreeHEPLookup.java:102: cannot find symbol >symbol : class Pair >location: class org.freehep.util.FreeHEPLookup > private class DontAsk extends Pair > ^ >org/freehep/util/FreeHEPLookup.java:21: cannot find symbol >symbol : class InstanceContent >location: class org.freehep.util.FreeHEPLookup > private static InstanceContent ic = new InstanceContent(); > ^ >org/freehep/util/FreeHEPLookup.java:22: cannot find symbol >symbol : class AbstractLookup >location: class org.freehep.util.FreeHEPLookup > private static AbstractLookup contentLookup = new AbstractLookup(ic); > ^ >org/freehep/util/FreeHEPLookup.java:27: cannot find symbol >symbol : variable Lookup >location: class org.freehep.util.FreeHEPLookup > proxy = new MyProxyLookup(contentLookup, Lookup.getDefault()); > ^ >org/freehep/util/FreeHEPLookup.java:89: cannot find symbol >symbol : class Lookup >location: class org.freehep.util.FreeHEPLookup > Lookup serviceLookup = new MetaInfServicesLookup(loader); > ^ >org/freehep/util/FreeHEPLookup.java:89: cannot find symbol >symbol : class MetaInfServicesLookup >location: class org.freehep.util.FreeHEPLookup > Lookup serviceLookup = new MetaInfServicesLookup(loader); > ^ >org/freehep/util/FreeHEPLookup.java:99: cannot find symbol >symbol : method lookup(java.lang.Class) >location: class org.freehep.util.FreeHEPLookup.MyProxyLookup > return proxy.lookup(clazz); > ^ >org/freehep/util/FreeHEPLookup.java:144: inconvertible types >found : java.lang.Object >required: org.freehep.util.FreeHEPLookup.DontAsk > if (xx instanceof DontAsk) > ^ >org/freehep/util/FreeHEPLookup.java:146: inconvertible types >found : java.lang.Object >required: org.freehep.util.FreeHEPLookup.DontAsk > DontAsk other = (DontAsk) xx; > ^ >org/freehep/util/FreeHEPLookup.java:161: cannot find symbol >symbol : class Lookup >location: class org.freehep.util.FreeHEPLookup.MyProxyLookup > super(new Lookup[]{a, b}); > ^ >org/freehep/util/FreeHEPLookup.java:165: cannot find symbol >symbol : class Lookup >location: class org.freehep.util.FreeHEPLookup.MyProxyLookup > super.setLookups(new Lookup[]{a, b}); > ^ >org/freehep/util/FreeHEPLookup.java:165: cannot find symbol >symbol : variable super >location: class org.freehep.util.FreeHEPLookup.MyProxyLookup > super.setLookups(new Lookup[]{a, b}); > ^ >Note: Some input files use unchecked or unsafe operations. >Note: Recompile with -Xlint:unchecked for details. >28 errors > * ERROR: dev-java/freehep-util-2.0.2 failed: > * ejavac failed > * > * Call stack: > * ebuild.sh, line 54: Called src_compile > * environment, line 4324: Called java-pkg-simple_src_compile > * environment, line 2332: Called java-pkg-simple_verbose-cmd 'ejavac' '-d' 'target/classes' '-encoding' 'UTF-8' '-classpath' '/usr/share/freehep-misc-deps/lib/aida-3.3.jar:/usr/share/junit/lib/junit.jar:/usr/share/freehep-misc-deps/lib/jas-plotter-2.2.3.jar:/usr/share/freehep-misc-deps/lib/openide-lookup-1.9-patched-1.0.jar' '@sources.lst' > * environment, line 2370: Called ejavac '-d' 'target/classes' '-encoding' 'UTF-8' '-classpath' '/usr/share/freehep-misc-deps/lib/aida-3.3.jar:/usr/share/junit/lib/junit.jar:/usr/share/freehep-misc-deps/lib/jas-plotter-2.2.3.jar:/usr/share/freehep-misc-deps/lib/openide-lookup-1.9-patched-1.0.jar' '@sources.lst' > * environment, line 1122: Called die > * The specific snippet of code: > * ${compiler_executable} ${javac_args} "${@}" || die "ejavac failed" > * > * If you need support, post the output of 'emerge --info =dev-java/freehep-util-2.0.2', > * the complete build log and the output of 'emerge -pqv =dev-java/freehep-util-2.0.2'. >!!! When you file a bug report, please include the following information: >GENTOO_VM=icedtea6-bin CLASSPATH="" JAVA_HOME="/opt/icedtea6-bin-1.8.1" >JAVACFLAGS="-source 1.5 -target 1.5" COMPILER="javac" >and of course, the output of emerge --info > * Gentoo contact information ... >herds: > java >maintainers: > > * The complete build log is located at '/var/log/portage/build/dev-java/freehep-util-2.0.2:20100903-100850.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-java/freehep-util-2.0.2/temp/environment'. > * S: '/var/tmp/portage/dev-java/freehep-util-2.0.2/work'
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 335793
: 245846