Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29347 - dev-java/compaq-jre-1.3.1 fails to emerge
Summary: dev-java/compaq-jre-1.3.1 fails to emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: Alpha Linux
: High normal (vote)
Assignee: Alpha Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-22 10:43 UTC by Paul Moore
Modified: 2004-01-13 08:41 UTC (History)
1 user (show)

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 Paul Moore 2003-09-22 10:43:29 UTC
When emerge'ing dev-java/compaq-jre-1.3.1 it instructs the user to download the
a binary kit from a HP website, however, the URL listed is invalid.

Reproducible: Always
Steps to Reproduce:
1. emerge compaq-jre
2.
3.

Actual Results:  
sockpuppet root # emerge compaq-jre
Calculating dependencies ...done!
>>> emerge (1 of 1) dev-java/compaq-jre-1.3.1 to /
java
java
>>> Unpacking source...

!!! ERROR: dev-java/compaq-jre-1.3.1 failed.
!!! Function src_unpack, Line 30, Exitcode 0
!!! Please download jre-1.3.1-1-linux-alpha.tgz from
http://h18012.www1.hp.com/java/documentation/1.3.1/linux/docs/index.html

sockpuppet root # 

Expected Results:  
The URL listed should be a valid address that would allow the user to download
the requested kit.

sockpuppet root # emerge info
Portage 2.0.49-r5 (default-alpha-1.4, gcc-3.2.3, glibc-2.3.1-r4,2.3.2-r1,
2.4.21-alpha-r1)
=================================================================
System uname: 2.4.21-alpha-r1 alpha EV67
ccache version 2.2 [enabled]
ACCEPT_KEYWORDS="alpha ~alpha"
AUTOCLEAN="yes"
CFLAGS="-mcpu=ev67 -O3 -pipe "
CHOST="alphaev67-unknown-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-mcpu=ev67 -O3 -pipe "
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/my_gentoo"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="alpha encode foomaticdb gif jpeg kde libg++ libwww mikmod ncurses oss
pdflib png qt quicktime sdl spell truetype xml2 xmms xv gnome-libs gdbm berkdb
slang readline tcltk ruby gpm tcpd pam ssl perl python esd imlib oggvorbis motif
opengl mozilla ev6 ipv6 X xinerama gtk gtk2 zlib gnome cups java ldap crypt
mozsvg mozspellcheck -alsa -nls"

sockpuppet root #
Comment 1 Adrian Almenar 2003-09-22 12:52:16 UTC
This ebuild needs to be updated to have the fetch restriction.
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2003-09-22 13:19:31 UTC
Adrian, you're right, but that's not really the issue.  Looks like hp has withdrawn the compaq-jre completely from their web-accessible locations.
Comment 3 Adrian Almenar 2003-09-22 20:35:38 UTC
Yep i know, but its was just to let you know about the change, you can see sun-jdk 
ebuild for example. 
 
And Yes Aron, i have checked the url but it doesnt work, if you find it, let me know, im 
willing to help you with the change of Fetch Restriction. 
 
Kind Regards. 
Comment 4 Christian Jiresjö 2003-09-26 01:39:22 UTC
its available in the same places as libcpml and other compaq devel stuff
for alpha. ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/downloads.html.

You could probably link directly against
ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/jdk-1.3.1-1-linux-alpha.rpm
Comment 5 Aron Griffis (RETIRED) gentoo-dev 2003-11-17 08:57:29 UTC
In addition to the problems listed above, the compaq-jdk and compaq-jre install files which contain the obselescent invocations of head/tail.

find /opt/compaq* -type f | xargs egrep -l '(head|tail) -[0-9]'
/opt/compaq-jdk-1.3.1/bin/.java_wrapper
/opt/compaq-jdk-1.3.1/jre/bin/.java_wrapper
/opt/compaq-jre-1.3.1/bin/.java_wrapper
Comment 6 Aron Griffis (RETIRED) gentoo-dev 2004-01-13 08:41:28 UTC
All fixed now