| Summary: | Stable request for dev-java/bytelist-1.0.2 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Petteri Räty (RETIRED) <betelgeuse> |
| Component: | [OLD] Java | Assignee: | Java team <java> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | Keywords: | STABLEREQ |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | 276026 | ||
| Bug Blocks: | |||
|
Description
Petteri Räty (RETIRED)
2009-06-22 17:28:17 UTC
this will break current stable jvyamlb:
>>> Compiling source in /var/tmp/portage/dev-java/jvyamlb-0.2.2/work/jvyamlb-0.2.2 ...
* Disabling all optional ANT_TASKS
Buildfile: build.xml
prepare:
[mkdir] Created dir: /var/tmp/portage/dev-java/jvyamlb-0.2.2/work/jvyamlb-0.2.2/build
[mkdir] Created dir: /var/tmp/portage/dev-java/jvyamlb-0.2.2/work/jvyamlb-0.2.2/build/classes
[mkdir] Created dir: /var/tmp/portage/dev-java/jvyamlb-0.2.2/work/jvyamlb-0.2.2/build/classes/jvyaml
[mkdir] Created dir: /var/tmp/portage/dev-java/jvyamlb-0.2.2/work/jvyamlb-0.2.2/build/classes/test
compile:
[javac] Compiling 125 source files to /var/tmp/portage/dev-java/jvyamlb-0.2.2/work/jvyamlb-0.2.2/build/classes/jvyaml
[javac] /var/tmp/portage/dev-java/jvyamlb-0.2.2/work/jvyamlb-0.2.2/src/main/org/jvyamlb/SafeConstructorImpl.java:82: cannot access org.jcodings.Encoding
[javac] class file for org.jcodings.Encoding not found
[javac] return new ByteList(v.getBytes(),false);
[javac] ^
[javac] 1 error
BUILD FAILED
/var/tmp/portage/dev-java/jvyamlb-0.2.2/work/jvyamlb-0.2.2/build.xml:24: Compile failed; see the compiler error output for details.
Total time: 4 seconds
*
* ERROR: dev-java/jvyamlb-0.2.2 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 4144: Called java-pkg-2_src_compile
* environment, line 2261: Called eant 'jar' '-f' 'build.xml'
* environment, line 898: Called die
* The specific snippet of code:
* ant ${antflags} "${@}" || die "eant failed"
* The die message:
* eant failed
x86 stable amd64 stable, all arches done. |