Nacho schreef:
> Hi, I'm trying to emerge kde-meta, but i get stuck here (the "error" 
> reproduces with "emerge kde-meta"):
> 
> ----------------------------------------------------------------------------------------------------------------------------------
>  gentoo ~ # emerge kde-meta Calculating dependencies ...done!
> 
>>>> emerge (1 of 278) dev-libs/glib-2.6.3 to / Resuming download...
>>>>  Downloading 
>>>> http://distfiles.gentoo.org/distfiles/glib-2.6.3.tar.bz2
> 
> --12:15:45-- http://distfiles.gentoo.org/distfiles/glib-2.6.3.tar.bz2
>  => `/usr/portage/distfiles/glib-2.6.3.tar.bz2' Resolving 
> distfiles.gentoo.org... 64.50.238.52, 64.50.236.52, 216.165.129.135,
>  ... Connecting to distfiles.gentoo.org[64.50.238.52]:80...
> connected. HTTP request sent, awaiting response... 404 Not Found
> 
> The file is already fully retrieved; nothing to do.
> 
> 
>>>> Resuming download... Downloading
> 
> http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/glib-2.6.3.tar.bz2
>  --12:15:46-- 
> http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/glib-2.6.3.tar.bz2
>  => `/usr/portage/distfiles/glib-2.6.3.tar.bz2' Resolving 
> distro.ibiblio.org... 152.2.210.109 Connecting to 
> distro.ibiblio.org[152.2.210.109]:80... connected. HTTP request sent,
>  awaiting response... 404 Not Found
> 
> The file is already fully retrieved; nothing to do.
> 
> 
>>>> Resuming download... Downloading 
>>>> ftp://ftp.gtk.org/pub/gtk/v2.6/glib-2.6.3.tar.bz2
> 
> --12:15:47--  ftp://ftp.gtk.org/pub/gtk/v2.6/glib-2.6.3.tar.bz2 => 
> `/usr/portage/distfiles/glib-2.6.3.tar.bz2' Resolving ftp.gtk.org...
>  128.32.112.248 Connecting to ftp.gtk.org[128.32.112.248]:21... 
> connected. Logging in as anonymous ...
> 
> Exiting on signal 2
> 
> -----------------------------------------------------------------------------------------------------------------------------
>  (I abort manually because it hangs up) I'm acceding Inet through a 
> winxp shared connection (w/nat) (NOT a proxy, so http_proxy is 
> unset), but there wasn't any problem with other emergeings or apps. 
> (for example, i can ping, navigate, and emerge other packages too) 
> what can i do? When i look at "/usr/portage/distfiles" there is a 
> "glib-2.6.3.ebuild" so, why is emerge trying to download it?

Sorry I don't know why your download is all borked (try changing
mirrors)-- but I can tell you that

1). Portage is not trying to download an ebuild when you're actually
emerging a program; it's trying to download the source tarball for that
program in order to compile it;

2)  Any ebuild should not be found in /usr/portage/distfiles-- it should
be found in /usr/portage/cag-egory/package_name. What you find in
/usr/portage/distfiles are the tarballs containing the downloaded source
code. So if you've put an ebuild in /usr/portage/distfiles, get rid of
it. It has no business being in that particular folder.


> is there a manual way to install this package and in general any 
> package that can`t be emerged traditionally?

Yes, download the source code tarball manually (in this case,
glib-2.6.3.tar.bz2),  and place it in /usr/portage/distfiles. Portage
won't try to download the tarball if it finds that its already been
downloaded.

Hope this helps somewhat,
Holly

-- 
gentoo-user@gentoo.org mailing list

Reply via email to