Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76092 - FTP site referenced in ebuild attr-2.4.19.ebuild is down
Summary: FTP site referenced in ebuild attr-2.4.19.ebuild is down
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL: ftp://oss.sgi.com/projects/xfs/downlo...
Whiteboard:
Keywords:
: 76131 76174 76579 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-12-29 16:12 UTC by Vlad C.
Modified: 2005-01-03 17:19 UTC (History)
5 users (show)

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


Attachments
Patch that changes download location for sys-apps/attr-2.4.19.ebuild (patch.diff,618 bytes, patch)
2004-12-29 20:20 UTC, Vlad C.
Details | Diff
/etc/make.conf with GENTOO_MIRRORS set (possibly buggy) (make.conf,15.27 KB, text/plain)
2004-12-30 14:01 UTC, Vlad C.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vlad C. 2004-12-29 16:12:28 UTC
'emerge attr-2.4.19.ebuild' fails because it cannot download the source from the following ftp address:
ftp://oss.sgi.com/projects/xfs/download/cmd_tars/attr-2.4.19.src.tar.gz

An alternative would be to use the source in:
http://distro.ibiblio.org/pub/linux/distributions/sorcerer/sources/attr/2.4.19/attr-2.4.19.src.tar.bz2

You can update the ebuild with the new address by replacing line #9 in attr-2.4.19.ebuild with the following line:
SRC_URI="http://distro.ibiblio.org/pub/linux/distributions/sorcerer/sources/attr/2.4.19/${P}.src.tar.bz2"

(Sorry for not preparing a patch, but I haven't yet mastered diff ;)

Reproducible: Always
Steps to Reproduce:
1.Go to ftp://oss.sgi.com/projects/xfs/download/cmd_tars/attr-2.4.19.src.tar.gz
2. Download fails

Actual Results:  
ebuild failed 

Expected Results:  
Replace line #9 in attr-2.4.19.ebuild with the following line: 
SRC_URI="http://distro.ibiblio.org/pub/linux/distributions/sorcerer/sourc
Comment 1 Vlad C. 2004-12-29 20:20:00 UTC
Created attachment 47184 [details, diff]
Patch that changes download location for sys-apps/attr-2.4.19.ebuild

Changes download location for ebuild attr-2.4.19. Patch may be applied to
sys-apps/attr-2.4.19.ebuild .
Comment 2 Dylan Carlson (RETIRED) gentoo-dev 2004-12-30 03:18:26 UTC
No no no, sorry, we do not rely on the distfiles for another linux distribution.  A better link would be:  ftp://gentoo.mirrors.pair.com/distfiles/attr-2.4.19.src.tar.gz

If you ran into this problem, you have not set your make.conf file with mirror sites correctly.  Please fix it.  There is never any reason to depend on the upstream package's site if we do our jobs properly, and in this case, we did.  Gentoo has that distfile on all of our mirrors.

In any case, I expect that SGI will fix this problem upstream.  It is a problem with their main ftp site, but the also provide a mirror, which is fine.  The ebuild has been adjusted.

Comment 3 SpanKY gentoo-dev 2004-12-30 12:34:37 UTC
*** Bug 76131 has been marked as a duplicate of this bug. ***
Comment 4 SpanKY gentoo-dev 2004-12-30 12:37:20 UTC
their mirrors are broken atm
Comment 5 SpanKY gentoo-dev 2004-12-30 12:38:42 UTC
removed the nomirror restriction and added back in the original src_uri ... gentoo mirrors have this file now
Comment 6 Vlad C. 2004-12-30 14:01:45 UTC
Created attachment 47239 [details]
/etc/make.conf with GENTOO_MIRRORS set (possibly buggy)

Setting GENTOO_MIRRORS="ftp://gentoo.ccccom.com http://gentoo.seren.com/gentoo
ftp://ftp.ndlug.nd.edu/pub/gentoo/ http://mirror.datapipe.net/gentoo
http://gentoo.osuosl.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
in my /etc/make.conf file doesn't seem to fix the downloading problem.
Comment 7 Vlad C. 2004-12-30 14:04:12 UTC
Thank you for letting me know that I did not have mirrors selected. I have uncommented the GENTOO_MIRRORS keyword in my /etc/make.conf (which I have attached) and I have included the following nearby mirrors, as determined by mirrorselect:
ftp://gentoo.ccccom.com http://gentoo.seren.com/gentoo ftp://ftp.ndlug.nd.edu/pub/gentoo/ http://mirror.datapipe.net/gentoo

I also left in the default mirrors:
http://gentoo.osuosl.org http://www.ibiblio.org/pub/Linux/distributions/gentoo

After saving the changes in /etc/make.conf, I ran 'emerge acl', which gave me the following output:
root@oscar ~
>>> emerge acl
Calculating dependencies ...done!
>>> emerge (1 of 1) sys-apps/acl-2.2.27 to /
>>> Resuming download...
>>> Downloading ftp://oss.sgi.com/projects/xfs/download/cmd_tars/acl-2.2.27.src.tar.gz
--21:51:23--  ftp://oss.sgi.com/projects/xfs/download/cmd_tars/acl-2.2.27.src.tar.gz
           => `/usr/portage/distfiles/acl-2.2.27.src.tar.gz'
Resolving oss.sgi.com... 192.48.159.27
Connecting to oss.sgi.com[192.48.159.27]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /projects/xfs/download/cmd_tars ... done.
==> PASV ... done.    ==> RETR acl-2.2.27.src.tar.gz ... done.

    [ <=>                                   ] 0             --.--K/s

21:51:24 (0.00 B/s) - Data transfer aborted.
Retrying.

--21:51:25--  ftp://oss.sgi.com/projects/xfs/download/cmd_tars/acl-2.2.27.src.tar.gz
  (try: 2) => `/usr/portage/distfiles/acl-2.2.27.src.tar.gz'
==> CWD not required.
==> PASV ... done.    ==> RETR acl-2.2.27.src.tar.gz ... done.

    [ <=>                                   ] 0             --.--K/s

21:51:25 (0.00 B/s) - Data transfer aborted.
Retrying.

--21:51:27--  ftp://oss.sgi.com/projects/xfs/download/cmd_tars/acl-2.2.27.src.tar.gz
  (try: 3) => `/usr/portage/distfiles/acl-2.2.27.src.tar.gz'
==> CWD not required.
==> PASV ... done.    ==> RETR acl-2.2.27.src.tar.gz ... done.

    [ <=>                                   ] 0             --.--K/s

21:51:27 (0.00 B/s) - Data transfer aborted.
Retrying.

--21:51:30--  ftp://oss.sgi.com/projects/xfs/download/cmd_tars/acl-2.2.27.src.tar.gz
  (try: 4) => `/usr/portage/distfiles/acl-2.2.27.src.tar.gz'
==> CWD not required.
==> PASV ... done.    ==> RETR acl-2.2.27.src.tar.gz ... done.

    [ <=>                                   ] 0             --.--K/s

21:51:31 (0.00 B/s) - Data transfer aborted.
Retrying.

--21:51:35--  ftp://oss.sgi.com/projects/xfs/download/cmd_tars/acl-2.2.27.src.tar.gz
  (try: 5) => `/usr/portage/distfiles/acl-2.2.27.src.tar.gz'
==> CWD not required.
==> PASV ... done.    ==> RETR acl-2.2.27.src.tar.gz ... done.

    [ <=>                                   ] 0             --.--K/s

21:51:36 (0.00 B/s) - Data transfer aborted.
Giving up.

!!! Couldn't download acl-2.2.27.src.tar.gz. Aborting.

root@oscar ~
>>>

Do you know what might be wrong?
Thanks a lot!
Comment 8 SpanKY gentoo-dev 2004-12-30 14:14:37 UTC
*** Bug 76174 has been marked as a duplicate of this bug. ***
Comment 9 SpanKY gentoo-dev 2004-12-30 14:14:57 UTC
you need to `emerge sync` first
Comment 10 Vlad C. 2004-12-31 09:48:13 UTC
Thanks, after doing 'emerge sync', it worked flawlessly.
Comment 11 Andrej Kacian (RETIRED) gentoo-dev 2005-01-03 17:19:05 UTC
*** Bug 76579 has been marked as a duplicate of this bug. ***