public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Portage downloads fail when ~ is in path
@ 2005-10-07 23:22 Grant
  2005-10-09 17:33 ` [gentoo-user] " Grant
  2005-10-09 17:54 ` [gentoo-user] " Norberto Bensa
  0 siblings, 2 replies; 7+ messages in thread
From: Grant @ 2005-10-07 23:22 UTC (permalink / raw
  To: Gentoo mailing list

When I try to emerge the latest glibc or xcompmgr I get a 404.  Here's
the output:

>>> emerge (1 of 1) x11-misc/xcompmgr-1.1 to /
>>> Downloading http://gentoo.ccccom.com/distfiles/xcompmgr-1.1.tar.gz
--16:16:49--  http://gentoo.ccccom.com/distfiles/xcompmgr-1.1.tar.gz
           => `/usr/portage/distfiles/xcompmgr-1.1.tar.gz'
Resolving gentoo.ccccom.com... 206.251.252.55
Connecting to gentoo.ccccom.com[206.251.252.55]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
16:16:49 ERROR 404: Not Found.

>>> Downloading http://freedesktop.org/~xapps/release/xcompmgr-1.1.tar.gz
--16:16:49--  http://freedesktop.org/%7Exapps/release/xcompmgr-1.1.tar.gz
           => `/usr/portage/distfiles/xcompmgr-1.1.tar.gz'
Resolving freedesktop.org... 131.252.208.82
Connecting to freedesktop.org[131.252.208.82]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
16:16:49 ERROR 404: Not Found.

!!! Couldn't download xcompmgr-1.1.tar.gz. Aborting.

The failed glibc path has a ~ character in it as well.  Is that the problem?

- Grant

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user] Re: Portage downloads fail when ~ is in path
  2005-10-07 23:22 [gentoo-user] Portage downloads fail when ~ is in path Grant
@ 2005-10-09 17:33 ` Grant
  2005-10-09 17:54 ` [gentoo-user] " Norberto Bensa
  1 sibling, 0 replies; 7+ messages in thread
From: Grant @ 2005-10-09 17:33 UTC (permalink / raw
  To: Gentoo mailing list

> When I try to emerge the latest glibc or xcompmgr I get a 404.  Here's
> the output:
>
> >>> emerge (1 of 1) x11-misc/xcompmgr-1.1 to /
> >>> Downloading http://gentoo.ccccom.com/distfiles/xcompmgr-1.1.tar.gz
> --16:16:49--  http://gentoo.ccccom.com/distfiles/xcompmgr-1.1.tar.gz
>            => `/usr/portage/distfiles/xcompmgr-1.1.tar.gz'
> Resolving gentoo.ccccom.com... 206.251.252.55
> Connecting to gentoo.ccccom.com[206.251.252.55]:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 16:16:49 ERROR 404: Not Found.
>
> >>> Downloading http://freedesktop.org/~xapps/release/xcompmgr-1.1.tar.gz
> --16:16:49--  http://freedesktop.org/%7Exapps/release/xcompmgr-1.1.tar.gz
>            => `/usr/portage/distfiles/xcompmgr-1.1.tar.gz'
> Resolving freedesktop.org... 131.252.208.82
> Connecting to freedesktop.org[131.252.208.82]:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 16:16:49 ERROR 404: Not Found.
>
> !!! Couldn't download xcompmgr-1.1.tar.gz. Aborting.
>
> The failed glibc path has a ~ character in it as well.  Is that the problem?
>
> - Grant

Do you guys know what I mean on this?

- Grant

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Portage downloads fail when ~ is in path
  2005-10-07 23:22 [gentoo-user] Portage downloads fail when ~ is in path Grant
  2005-10-09 17:33 ` [gentoo-user] " Grant
@ 2005-10-09 17:54 ` Norberto Bensa
  2005-10-09 19:11   ` Grant
  1 sibling, 1 reply; 7+ messages in thread
From: Norberto Bensa @ 2005-10-09 17:54 UTC (permalink / raw
  To: gentoo-user; +Cc: Grant

Grant wrote:
> When I try to emerge the latest glibc or xcompmgr I get a 404.  Here's

Change your GENTOO_MIRRORS in /etc/make.conf

-- 
Norberto Bensa
4544-9692
Ciudad de Buenos Aires, Argentina
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Portage downloads fail when ~ is in path
  2005-10-09 17:54 ` [gentoo-user] " Norberto Bensa
@ 2005-10-09 19:11   ` Grant
  2005-10-10  0:17     ` libertine
  0 siblings, 1 reply; 7+ messages in thread
From: Grant @ 2005-10-09 19:11 UTC (permalink / raw
  To: Gentoo mailing list

> > When I try to emerge the latest glibc or xcompmgr I get a 404.  Here's
>
> Change your GENTOO_MIRRORS in /etc/make.conf

That was it, thanks!

- Grant

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Portage downloads fail when ~ is in path
  2005-10-09 19:11   ` Grant
@ 2005-10-10  0:17     ` libertine
  2005-10-10 16:36       ` A. Khattri
  2005-10-10 21:37       ` Grant
  0 siblings, 2 replies; 7+ messages in thread
From: libertine @ 2005-10-10  0:17 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 381 bytes --]

can you give me the mirrorsit where to download the latest glibc and
xcompmgr
thx

2005/10/10, Grant <emailgrant@gmail.com>:
>
> > > When I try to emerge the latest glibc or xcompmgr I get a 404. Here's
> >
> > Change your GENTOO_MIRRORS in /etc/make.conf
>
> That was it, thanks!
>
> - Grant
>
> --
> gentoo-user@gentoo.org mailing list
>
>


--
看看我的blog
http://debian.ful.cn

[-- Attachment #2: Type: text/html, Size: 768 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Portage downloads fail when ~ is in path
  2005-10-10  0:17     ` libertine
@ 2005-10-10 16:36       ` A. Khattri
  2005-10-10 21:37       ` Grant
  1 sibling, 0 replies; 7+ messages in thread
From: A. Khattri @ 2005-10-10 16:36 UTC (permalink / raw
  To: gentoo-user

On Mon, 10 Oct 2005, libertine wrote:

> can you give me the mirrorsit where to download the latest glibc and
xcompmgr

You could try using mirrorselect to find your nearest mirrors.


-- 

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Portage downloads fail when ~ is in path
  2005-10-10  0:17     ` libertine
  2005-10-10 16:36       ` A. Khattri
@ 2005-10-10 21:37       ` Grant
  1 sibling, 0 replies; 7+ messages in thread
From: Grant @ 2005-10-10 21:37 UTC (permalink / raw
  To: gentoo-user

> can you give me the mirrorsit where to download the latest glibc and
> xcompmgr
>  thx

I just commented out the GENTOO_MIRRORS entry.

- Grant

> > > > When I try to emerge the latest glibc or xcompmgr I get a 404.  Here's
> > >
> > > Change your GENTOO_MIRRORS in /etc/make.conf
> >
> > That was it, thanks!
> >
> > - Grant

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-10-10 21:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-07 23:22 [gentoo-user] Portage downloads fail when ~ is in path Grant
2005-10-09 17:33 ` [gentoo-user] " Grant
2005-10-09 17:54 ` [gentoo-user] " Norberto Bensa
2005-10-09 19:11   ` Grant
2005-10-10  0:17     ` libertine
2005-10-10 16:36       ` A. Khattri
2005-10-10 21:37       ` Grant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox