<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>112056</bug_id>
          
          <creation_ts>2005-11-10 02:00 0000</creation_ts>
          <short_desc>dev-java/bcel does not build with JDK 1.3</short_desc>
          <delta_ts>2005-11-10 19:42:54 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>hak@2mba.dk</reporter>
          <assigned_to>java@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>hak@2mba.dk</who>
            <bug_when>2005-11-10 02:00:22 0000</bug_when>
            <thetext>The ebuild a DEPEND and RDEPEND of &gt;=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=&quot;${build.dest}&quot;
 +          classpath=&quot;${class.path}&quot;
 +          debug=&quot;off&quot;
-+          target=&quot;1.4&quot;
-+          source=&quot;1.4&quot;&gt;
++          target=&quot;1.2&quot;
++          source=&quot;1.2&quot;&gt;
 +      &lt;classpath&gt;
 +              &lt;pathelement path=&quot;${regexp.jar}&quot;/&gt;
 +      &lt;/classpath&gt;</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>compnerd@gentoo.org</who>
            <bug_when>2005-11-10 19:42:54 0000</bug_when>
            <thetext>Ah, very good catch.  Very sorry about this, this has been fixed in the tree. 
Please wait about 2 hours and then try again.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>