Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 112056
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Hack Kampbjorn <hak@2mba.dk>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 112056 depends on: Show dependency tree
Bug 112056 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-11-10 02:00 0000
The ebuild a DEPEND and RDEPEND of >=virtual/jdk-1.2 but the
files/bcel-5.1-gentoo-buildxml.diff enforces 1.4. Just setting it to 1.2 instead
allows it to be build with JDK 1.3

$ diff -u files/bcel-5.1-gentoo-buildxml.diff.orig
files/bcel-5.1-gentoo-buildxml.diff
--- files/bcel-5.1-gentoo-buildxml.diff.orig    2005-11-10 10:55:03.000000000 +0100
+++ files/bcel-5.1-gentoo-buildxml.diff 2005-11-10 10:51:07.000000000 +0100
@@ -9,8 +9,8 @@
 +          destdir="${build.dest}"
 +          classpath="${class.path}"
 +          debug="off"
-+          target="1.4"
-+          source="1.4">
++          target="1.2"
++          source="1.2">
 +      <classpath>
 +              <pathelement path="${regexp.jar}"/>
 +      </classpath>

------- Comment #1 From Saleem Abdulrasool (RETIRED) 2005-11-10 19:42:54 0000 -------
Ah, very good catch.  Very sorry about this, this has been fixed in the tree. 
Please wait about 2 hours and then try again.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug