First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 7042
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Karl Trygve Kalleberg (RETIRED) <karltk@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Troy Moniz <mndfreeze@zeroday.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 7042 depends on: Show dependency tree
Bug 7042 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: 2002-08-26 05:12 0000
the ebuild file for blackdown is broken by default.  There is no 'sparc' 
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="ppc"
                FCS="FCS-02b"
                MY_P="j2sdk-1.3.1-02b-FCS-linux-ppc.bin"
                ;;

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

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



Normally the sparc sections are emtpy.

this is blackdown-jdk in dev-java.

------- Comment #1 From Karl Trygve Kalleberg (RETIRED) 2002-08-27 13:53:04 0000 -------
I need access to a sparc to verify this one. I hope I'll manage to get that
within the next few days. 

------- Comment #2 From Karl Trygve Kalleberg (RETIRED) 2002-08-28 08:22:36 0000 -------
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.

------- Comment #3 From Troy Moniz 2002-08-28 10:42:26 0000 -------
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.

------- Comment #4 From Troy Moniz 2002-08-29 07:22:56 0000 -------
Also, the digest in rsync is goobered.  it needs to be rm'd and a new digest 
built.  this fixes it for me other then the default uid 1000 permissions from 
the previous comment.


------- Comment #5 From Karl Trygve Kalleberg (RETIRED) 2002-08-29 16:10:35 0000 -------
Both problems are fixed now. Please retest and reopen if I've made another
boo-boo (I'm working blind here...). I also fixed the JRE.

First Last Prev Next    No search results available      Search page      Enter new bug