Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 199482

Summary: emerge -- install VIM failes to install patch --> emerge app-editors/vim
Product: Portage Development Reporter: robert <roberthpierson>
Component: Core - Interface (emerge)Assignee: Portage team <dev-portage>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description robert 2007-11-18 00:20:40 UTC
The `/usr/portage/distfiles/vim-patches-7.0.174.tar.gz' can not be found/downloaded and therefore the application is not installed.  :(

>>> Downloading 'http://ftp.gentoo.or.kr/distfiles/vim-patches-7.0.174.tar.gz'
--16:13:42--  http://ftp.gentoo.or.kr/distfiles/vim-patches-7.0.174.tar.gz
           => `/usr/portage/distfiles/vim-patches-7.0.174.tar.gz'
Resolving ftp.gentoo.or.kr... 211.115.64.250
Connecting to ftp.gentoo.or.kr|211.115.64.250|:80... connected.
HTTP request sent, awaiting response...


Reproducible: Always

Steps to Reproduce:
1.emerge app-editors/vim
2.
3.

Actual Results:  
>>> Downloading 'http://gentoo.oregonstate.edu/distfiles/vim-patches-7.0.174.tar.gz'
--16:18:55--  http://gentoo.oregonstate.edu/distfiles/vim-patches-7.0.174.tar.gz
           => `/usr/portage/distfiles/vim-patches-7.0.174.tar.gz'
Resolving gentoo.oregonstate.edu... 140.211.166.134
Connecting to gentoo.oregonstate.edu|140.211.166.134|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
16:18:55 ERROR 404: Not Found.

Resolving ftp.gtlib.cc.gatech.edu... 128.61.111.10, 128.61.111.11, 128.61.111.9
Connecting to ftp.gtlib.cc.gatech.edu|128.61.111.10|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/gentoo/distfiles ... done.
==> PASV ... done.    ==> RETR vim-patches-7.0.174.tar.gz ...
No such file `vim-patches-7.0.174.tar.gz'.

!!! Couldn't download 'vim-patches-7.0.174.tar.gz'. Aborting.


Expected Results:  
It should install the VIM application.
Comment 1 robert 2007-11-18 00:22:31 UTC
I get approximately the same result when trying to install Nagios

emerge net-analyzer/nagios
Comment 2 Alec Warner (RETIRED) archtester gentoo-dev Security 2007-11-18 00:28:18 UTC
vim-7.0.174.ebuild was removed from the tree on September 29th; it was purged from the mirrors 30 days later.

You probably want to emerge sync ;)

-Alec