Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33349 - ftp.debian.org no longer seems to offer the mailx sources requred by the latest mailx ebuilds
Summary: ftp.debian.org no longer seems to offer the mailx sources requred by the late...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-12 17:18 UTC by Imran Sher Rafique
Modified: 2004-07-12 15:04 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 Imran Sher Rafique 2003-11-12 17:18:03 UTC
I found the relevant sources from the following URL instead:
http://mirrors.usc.edu/pub/linux/distributions/debian-archive/dists/bo/main/source/mail/

BTW, out of curiosity, why does an 8.1.2 ebuild use 8.1.1 sources?



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

Actual Results:  
{root}$ emerge -v mailx
Calculating dependencies ...done!
>>> emerge (1 of 1) net-mail/mailx-8.1.2.20021129-r2 to /
>>> Downloading
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/mailx_8.1.1.orig.tar.gz
--17:03:49-- 
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/mailx_8.1.1.orig.tar.gz
           => `/usr/portage/distfiles/mailx_8.1.1.orig.tar.gz'
Resolving www.ibiblio.org... done.
Connecting to www.ibiblio.org[152.2.210.81]:80... connected.
HTTP request sent, awaiting response... 302 Found
Location:
http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/mailx_8.1.1.orig.tar.gz
[following]
--17:03:49-- 
http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/mailx_8.1.1.orig.tar.gz
           => `/usr/portage/distfiles/mailx_8.1.1.orig.tar.gz'
Resolving distro.ibiblio.org... done.
Connecting to distro.ibiblio.org[152.2.210.109]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
17:03:49 ERROR 404: Not Found.

>>> Downloading
ftp://ftp.debian.org/debian/pool/main/m/mailx/mailx_8.1.1.orig.tar.gz
--17:03:49--  ftp://ftp.debian.org/debian/pool/main/m/mailx/mailx_8.1.1.orig.tar.gz
           => `/usr/portage/distfiles/mailx_8.1.1.orig.tar.gz'
Resolving ftp.debian.org... done.
Connecting to ftp.debian.org[128.101.80.131]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /debian/pool/main/m/mailx ... done.
==> PASV ... done.    ==> RETR mailx_8.1.1.orig.tar.gz ... 
No such file `mailx_8.1.1.orig.tar.gz'.

!!! Couldn't download mailx_8.1.1.orig.tar.gz. Aborting.
Comment 1 Tuan Van (RETIRED) gentoo-dev 2004-06-30 21:59:10 UTC
Imran, the 8.1.1 is just a base version. We patch them to 8.1.2.

Grant, Gentoo mirrors have mailx_8.1.1.orig.tar.gz now, but the ebuild still has the SRC_URI point to debian which is a dead link. Should we remove it?
Comment 2 Tuan Van (RETIRED) gentoo-dev 2004-07-12 15:04:03 UTC
Fixed in CVS. Thanks for reporting.