Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95454 - jzlib ebuild fails beacuse jzlib-1.0.5.tar.gz is no longer available for download
Summary: jzlib ebuild fails beacuse jzlib-1.0.5.tar.gz is no longer available for down...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-08 07:32 UTC by unngh
Modified: 2005-06-08 07:44 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 unngh 2005-06-08 07:32:46 UTC
jzlib ebuild fails because the file
http://www.jcraft.com/jzlib/jzlib-1.0.5.tar.gz is no longer available for download.

A new version jzlib-1.0.6.tar.gz is now available.

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

Actual Results:  
failed to download file jzlib-1.0.5.tar.gz from
http://www.jcraft.com/jzlib/jzlib-1.0.5.tar.gz

Expected Results:  
should download new version jzlib-1.0.6.tar.gz

A work around is to create an overlay package and emerge with the following steps:
1. echo "PORTDIR_OVERLAY=\"/usr/local/portage\"" > /etc/make.conf [if not
already set]
2. mkdir /usr/local/portage/dev-java
3. cp /usr/portage/dev-java/jzlib /usr/local/portage/dev-java/jzlib
4. cp /usr/portage/dev-java/jzlib/jzlib-1.0.5.ebuild
/usr/local/portage/dev-java/jzlib/jzlib-1.0.6.ebuild
5. ebuild /usr/local/portage/dev-java/jzlib/jzlib-1.0.6.ebuild digest
6. emerge jzlib
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-06-08 07:44:04 UTC
$ wget http://www.jcraft.com/jzlib/jzlib-1.0.5.tar.gz
--16:43:22--  http://www.jcraft.com/jzlib/jzlib-1.0.5.tar.gz
           => `jzlib-1.0.5.tar.gz'
Resolving www.jcraft.com... 216.122.160.225
Connecting to www.jcraft.com[216.122.160.225]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 49,791 [application/gzip]

100%[=================================================================================================>]
49,791        46.44K/s

16:43:33 (46.36 KB/s) - `jzlib-1.0.5.tar.gz' saved [49,791/49,791]