Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27933 - automake-1.7.5-r2 - src tarballs should be gz's NOT bz2's
Summary: automake-1.7.5-r2 - src tarballs should be gz's NOT bz2's
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-04 08:52 UTC by Mark Gibson
Modified: 2003-09-26 00:16 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 Mark Gibson 2003-09-04 08:52:34 UTC
I was just doing a stage 1 install on our new server, and the
'emerge system' got stuck on automake, trying to download
automake-1.7.5.tar.bz2 - when in fact it should be automake-1.7.5.tar.gz.
I had to change the SRC_URI in
/usr/portage/sys-devel/automake/automake-1.7.5-r2.ebuild from:

SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2
        mirror://gnu/${PN}/${OLD16_P}.tar.bz2
        mirror://gnu/${PN}/${OLD15_P}.tar.gz
        mirror://gnu/${PN}/${OLD14_P}.tar.gz"

to

SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
        mirror://gnu/${PN}/${OLD16_P}.tar.gz
        mirror://gnu/${PN}/${OLD15_P}.tar.gz
        mirror://gnu/${PN}/${OLD14_P}.tar.gz"


Reproducible: Always
Steps to Reproduce:
1. emerge automake
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-09-04 14:37:21 UTC
It has been working for a long time ... ?  Martin, you changed the SRC_URI
recently ... ideas (no, I have not looked at it yet - near 12pm, and just got
home).
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-09-05 01:09:19 UTC
works fine here

# GENTOO_MIRRORS="" emerge -f automake
Calculating dependencies ...done!
>>> emerge (1 of 1) sys-devel/automake-1.7.5-r2 to /
>>> Previously fetched file: automake-1.4-p6.tar.gz MD5 ;-)
>>> Downloading ftp://ftp.twtelecom.net/pub/GNU//automake/automake-1.7.5.tar.bz2
--13:02:50--  ftp://ftp.twtelecom.net/pub/GNU/automake/automake-1.7.5.tar.bz2
           => `/usr/portage/distfiles/automake-1.7.5.tar.bz2'
Resolving localhost... done.
Connecting to localhost[127.0.0.1]:3128... connected.
Proxy request sent, awaiting response... 200 OK
Length: unspecified [application/octet-stream]

    [                                <=>  ] 555,516       49.88K/s

13:03:04 (49.88 KB/s) - `/usr/portage/distfiles/automake-1.7.5.tar.bz2' saved [555516]

>>> automake-1.7.5.tar.bz2 MD5 ;-)
>>> Downloading ftp://ftp.ntua.gr/pub/gnu//automake/automake-1.6.3.tar.bz2
--13:03:04--  ftp://ftp.ntua.gr/pub/gnu/automake/automake-1.6.3.tar.bz2
           => `/usr/portage/distfiles/automake-1.6.3.tar.bz2'
Resolving localhost... done.
Connecting to localhost[127.0.0.1]:3128... connected.
Proxy request sent, awaiting response... 200 OK
Length: unspecified [application/octet-stream]

    [  <=>                                ] 476,275       23.81K/s

13:03:40 (23.81 KB/s) - `/usr/portage/distfiles/automake-1.6.3.tar.bz2' saved [476275]

>>> automake-1.6.3.tar.bz2 MD5 ;-)
>>> Previously fetched file: automake-1.5.tar.gz MD5 ;-)
>>> md5 src_uri ;-) automake-1.7.5.tar.bz2
>>> md5 src_uri ;-) automake-1.6.3.tar.bz2
>>> md5 src_uri ;-) automake-1.5.tar.gz
>>> md5 src_uri ;-) automake-1.4-p6.tar.gz
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-09-26 00:16:55 UTC
why gz ?
bz2 is more smaller