<?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>7042</bug_id>
          
          <creation_ts>2002-08-26 05:12 0000</creation_ts>
          <short_desc>blackdown-jdk</short_desc>
          <delta_ts>2003-01-13 19:52:07 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>1.1a</version>
          <rep_platform>Sparc</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>mndfreeze@zeroday.net</reporter>
          <assigned_to>karltk@gentoo.org</assigned_to>
          <cc>jack@bonyari.com</cc>
    
    <cc>kevin@aptbasilicata.it</cc>
    
    <cc>mkennedy@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>mndfreeze@zeroday.net</who>
            <bug_when>2002-08-26 05:12:41 0000</bug_when>
            <thetext>the ebuild file for blackdown is broken by default.  There is no &apos;sparc&apos; 
section information even though the section exists.  So on an attempt to emerge 
it it just dies.  I made the following changes to the ebuild file and it 
successfully fixed it.

case `system_arch` in
        ppc)
                PLATFORM=&quot;ppc&quot;
                FCS=&quot;FCS-02b&quot;
                MY_P=&quot;j2sdk-1.3.1-02b-FCS-linux-ppc.bin&quot;
                ;;

        i386)
                PLATFORM=&quot;i386&quot;
                FCS=&quot;FCS&quot;
                MY_P=&quot;j2sdk-1.3.1-FCS-linux-i386.tar.bz2&quot;
                ;;
        sparc)
                ;;

        sparc64)
                PLATFORM=&quot;sparc&quot;
                FCS=&quot;FCS-02b&quot;
                MY_P=&quot;j2sdk-1.3.1-02b-FCS-linux-sparc.bin&quot;
                ;;



Normally the sparc sections are emtpy.

this is blackdown-jdk in dev-java.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>karltk@gentoo.org</who>
            <bug_when>2002-08-27 13:53:04 0000</bug_when>
            <thetext>I need access to a sparc to verify this one. I hope I&apos;ll manage to get that
within the next few days. </thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>karltk@gentoo.org</who>
            <bug_when>2002-08-28 08:22:36 0000</bug_when>
            <thetext>Ok, I think I got this one right, but please do some testing. Reopen this bug if
you notice any hiccups. Please also test the blackdown-jre.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mndfreeze@zeroday.net</who>
            <bug_when>2002-08-28 10:42:26 0000</bug_when>
            <thetext>The ebuild inproperly leaves ownership.

(the new ebuild fixes the sparc problem, but creates uid 1000 as the owner of 
everythiing (bad).  The ebuild needs to fix the perms to be properly owned.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mndfreeze@zeroday.net</who>
            <bug_when>2002-08-29 07:22:56 0000</bug_when>
            <thetext>Also, the digest in rsync is goobered.  it needs to be rm&apos;d and a new digest 
built.  this fixes it for me other then the default uid 1000 permissions from 
the previous comment.

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>karltk@gentoo.org</who>
            <bug_when>2002-08-29 16:10:35 0000</bug_when>
            <thetext>Both problems are fixed now. Please retest and reopen if I&apos;ve made another
boo-boo (I&apos;m working blind here...). I also fixed the JRE.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>