** Summary changed:
- eucalyptus-commons-ext version 0.5.0-0ubuntu3 failed to build with openjdk-7
+ Please remove eucalyptus-commons-ext from precise
** Description changed:
+ Eucalyptus has now been removed from precise.
+
+ This package was created to explicitly support eucalyptus so can be
+ dropped from the archive.
+
+ >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+
During a rebuild test on precise with default-jdk switched to openjdk-7,
a build failure was detected for eucalyptus-commons-ext version
0.5.0-0ubuntu3.
See attached log for full build failure details.
This log snippet might also be of interest:
- [javac]
/«PKGBUILDDIR»/src/hibernate-entitymanager-3.4.0.GA/src/org/hibernate/ejb/HibernatePersistence.java:20:
warning: unmappable character for encoding ASCII
- [javac] * ?
- [javac] ^
- [javac] Note:
/«PKGBUILDDIR»/src/hibernate-entitymanager-3.4.0.GA/src/org/hibernate/ejb/packaging/JarVisitorFactory.java
uses or overrides a deprecated API.
- [javac] Note: Recompile with -Xlint:deprecation for details.
- [javac] Note: Some input files use unchecked or unsafe operations.
- [javac] Note: Recompile with -Xlint:unchecked for details.
- [javac] 1 warning
- [jar] Building jar:
/«PKGBUILDDIR»/target/hibernate-entitymanager-3.4.0.GA+euca1.jar
+ [javac]
/«PKGBUILDDIR»/src/hibernate-entitymanager-3.4.0.GA/src/org/hibernate/ejb/HibernatePersistence.java:20:
warning: unmappable character for encoding ASCII
+ [javac] * ?
+ [javac] ^
+ [javac] Note:
/«PKGBUILDDIR»/src/hibernate-entitymanager-3.4.0.GA/src/org/hibernate/ejb/packaging/JarVisitorFactory.java
uses or overrides a deprecated API.
+ [javac] Note: Recompile with -Xlint:deprecation for details.
+ [javac] Note: Some input files use unchecked or unsafe operations.
+ [javac] Note: Recompile with -Xlint:unchecked for details.
+ [javac] 1 warning
+ [jar] Building jar:
/«PKGBUILDDIR»/target/hibernate-entitymanager-3.4.0.GA+euca1.jar
buildmain:
- [mkdir] Created dir:
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
- [mkdir] Created dir:
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes/META-INF
- [javac] Compiling 820 source files to
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
- [javac] Note: Some input files use or override a deprecated API.
- [javac] Note: Recompile with -Xlint:deprecation for details.
- [rmic] RMI Compiling 1 class to
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
- [rmic] RMI Compiling 1 class to
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
- [rmic] IIOP has been turned on.
- [copy] Copying 30 files to
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
- [copy] Copying 2 files to
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes/META-INF
+ [mkdir] Created dir:
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
+ [mkdir] Created dir:
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes/META-INF
+ [javac] Compiling 820 source files to
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
+ [javac] Note: Some input files use or override a deprecated API.
+ [javac] Note: Recompile with -Xlint:deprecation for details.
+ [rmic] RMI Compiling 1 class to
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
+ [rmic] RMI Compiling 1 class to
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
+ [rmic] IIOP has been turned on.
+ [copy] Copying 30 files to
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
+ [copy] Copying 2 files to
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes/META-INF
buildtiger:
- [javac] Compiling 98 source files to
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
- [javac]
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/tiger/src/org/springframework/ui/ExtendedModelMap.java:45:
error: name clash: addAllAttributes(Collection<?>) in ExtendedModelMap and
addAllAttributes(Collection) in ModelMap have the same erasure, yet neither
overrides the other
- [javac] public ExtendedModelMap addAllAttributes(Collection<?>
attributeValues) {
- [javac] ^
- [javac]
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/tiger/src/org/springframework/ui/ExtendedModelMap.java:51:
error: name clash: addAllAttributes(Map<String,?>) in ExtendedModelMap and
addAllAttributes(Map) in ModelMap have the same erasure, yet neither overrides
the other
- [javac] public ExtendedModelMap addAllAttributes(Map<String, ?>
attributes) {
- [javac] ^
- [javac]
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/tiger/src/org/springframework/ui/ExtendedModelMap.java:57:
error: name clash: mergeAttributes(Map<String,?>) in ExtendedModelMap and
mergeAttributes(Map) in ModelMap have the same erasure, yet neither overrides
the other
- [javac] public ExtendedModelMap mergeAttributes(Map<String, ?>
attributes) {
- [javac] ^
- [javac] Note: Some input files use unchecked or unsafe operations.
- [javac] Note: Recompile with -Xlint:unchecked for details.
- [javac] 3 errors
+ [javac] Compiling 98 source files to
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/target/classes
+ [javac]
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/tiger/src/org/springframework/ui/ExtendedModelMap.java:45:
error: name clash: addAllAttributes(Collection<?>) in ExtendedModelMap and
addAllAttributes(Collection) in ModelMap have the same erasure, yet neither
overrides the other
+ [javac] public ExtendedModelMap addAllAttributes(Collection<?>
attributeValues) {
+ [javac] ^
+ [javac]
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/tiger/src/org/springframework/ui/ExtendedModelMap.java:51:
error: name clash: addAllAttributes(Map<String,?>) in ExtendedModelMap and
addAllAttributes(Map) in ModelMap have the same erasure, yet neither overrides
the other
+ [javac] public ExtendedModelMap addAllAttributes(Map<String, ?>
attributes) {
+ [javac] ^
+ [javac]
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/tiger/src/org/springframework/ui/ExtendedModelMap.java:57:
error: name clash: mergeAttributes(Map<String,?>) in ExtendedModelMap and
mergeAttributes(Map) in ModelMap have the same erasure, yet neither overrides
the other
+ [javac] public ExtendedModelMap mergeAttributes(Map<String, ?>
attributes) {
+ [javac] ^
+ [javac] Note: Some input files use unchecked or unsafe operations.
+ [javac] Note: Recompile with -Xlint:unchecked for details.
+ [javac] 3 errors
BUILD FAILED
/«PKGBUILDDIR»/build.xml:28: The following error occurred while executing
this line:
/«PKGBUILDDIR»/src/spring-framework-2.5.6.SEC01/build.xml:207: Compile
failed; see the compiler error output for details.
Total time: 1 minute 2 seconds
make: *** [debian/stamp-ant-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
────────────────────────────────────────────────────────────────────────────────
Build finished at 20111110-0441
Finished
────────
E: Build failure (dpkg-buildpackage died)
** Also affects: eucalyptus-commons-ext (Ubuntu Precise)
Importance: High
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/888936
Title:
Please remove eucalyptus-commons-ext from precise
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eucalyptus-commons-ext/+bug/888936/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs