Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109512 - cannot emerge dev-java/sun-jdk-1.5.0.05 on ppc arch
Summary: cannot emerge dev-java/sun-jdk-1.5.0.05 on ppc arch
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-16 16:16 UTC by Irfan Mohammed
Modified: 2005-10-17 00:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Irfan Mohammed 2005-10-16 16:16:27 UTC
scout distfiles # emerge dev-java/sun-jdk
Calculating dependencies ...done!
>>> emerge (1 of 1) dev-java/sun-jdk-1.5.0.05 to /
>>> md5 files   ;-) sun-jdk-1.4.2.08-r1.ebuild
>>> md5 files   ;-) sun-jdk-1.3.1.13.ebuild
>>> md5 files   ;-) sun-jdk-1.4.2.09.ebuild
>>> md5 files   ;-) sun-jdk-1.2.2.017.ebuild
>>> md5 files   ;-) sun-jdk-1.5.0.05.ebuild
>>> md5 files   ;-) sun-jdk-1.4.2.08.ebuild
>>> md5 files   ;-) sun-jdk-1.5.0.04.ebuild
>>> md5 files   ;-) sun-jdk-1.3.1.16.ebuild
>>> md5 files   ;-) files/sun-jdk-1.3.1.13
>>> md5 files   ;-) files/sun-jdk-1.4.2.08
>>> md5 files   ;-) files/sun-jdk-1.4.2.09
>>> md5 files   ;-) files/sun-jdk-1.5.0.04
>>> md5 files   ;-) files/sun-jdk-1.5.0.05
>>> md5 files   ;-) files/sun-jdk-1.2.2.017
>>> md5 files   ;-) files/digest-sun-jdk-1.2.2.017
>>> md5 files   ;-) files/digest-sun-jdk-1.4.2.08-r1
>>> md5 files   ;-) files/digest-sun-jdk-1.3.1.13
>>> md5 files   ;-) files/digest-sun-jdk-1.4.2.08
>>> md5 files   ;-) files/digest-sun-jdk-1.4.2.09
>>> md5 files   ;-) files/digest-sun-jdk-1.5.0.04
>>> md5 files   ;-) files/digest-sun-jdk-1.5.0.05
>>> md5 files   ;-) files/javaws-waitid.c
>>> md5 files   ;-) files/digest-sun-jdk-1.3.1.16
>>> md5 files   ;-) files/sun-jdk-1.3.1.16
>>> Unpacking source...
tail: +: invalid number of lines

!!! ERROR: dev-java/sun-jdk-1.5.0.05 failed.
!!! Function src_unpack, Line 109, Exitcode 1
!!! unpack not found
!!! If you need support, post the topmost build error, NOT this status message.



Reproducible: Always
Steps to Reproduce:
1.
2.
3.




I downloaded the  jdk-1_5_0_05-linux-i586.bin and the  jce_policy-1_5_0.zip from
the links and saved them in /usr/portage/distfiles; 

This works on ~x86 arch but doesnt work on ppc arch;
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2005-10-17 00:22:46 UTC
betelgeuse@pena /usr/portage/dev-java/sun-jdk $ grep KEYWORDS *
sun-jdk-1.2.2.017.ebuild:KEYWORDS="~x86 -*"
sun-jdk-1.3.1.13.ebuild:KEYWORDS="x86 -*"
sun-jdk-1.3.1.16.ebuild:KEYWORDS="x86 -*"
sun-jdk-1.4.2.08.ebuild:KEYWORDS="x86 -*"
sun-jdk-1.4.2.08-r1.ebuild:KEYWORDS="-* x86"
sun-jdk-1.4.2.09.ebuild:KEYWORDS="-* x86"
sun-jdk-1.5.0.04.ebuild:KEYWORDS="~x86 ~amd64 -*"
sun-jdk-1.5.0.05.ebuild:KEYWORDS="~x86 ~amd64 -*"

Have you thought about the possibility that Sun does not make java binaries for
Linux/ppc?