public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] 1.4 build problem at 'emerge system'
@ 2002-10-22 17:37 Robert Moulton
  2002-10-24 12:17 ` Kerin Millar
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Moulton @ 2002-10-22 17:37 UTC (permalink / raw
  To: gentoo-dev

building a 1.4 box I just ran into a problem... at the 'emerge system'
step it seems that the syslibs/db-3.2.9-r1 package can't be retrieved:

cdimage portage # emerge system
Calculating system dependencies ...done!
>>> emerge syslibs/db-3.2.9-r1 to /
>>> Downloading
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/db-3.2.9.tar.gz
--17:24:03--
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/db-3.2.9.tar.gz
           => '/usr/portage/distfiles/db-3.2.9.tar.gz'
Resolving www.ibiblio.org... done.
Connecting to www.ibiblio.org[152.2.210.81]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
17:24:04 ERROR 404: Not Found.

>>> Downloading http://www.sleepycat.com/update/3.2.9/db-3.2.9.tar.gz
--17:24:04-- http://www.sleepycat.com/update/3.2.9/db-3.2.9.tar.gz
           => '/usr/portage/distfiles/db-3.2.9.tar.gz'
Resolving www.sleepycat.com... done.
Connecting to www.sleepycat.com[161.58.1.253]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
17:24:04 ERROR 404: Not Found.

!!! Couldn't download db-3.2.9.tar.gz. Aborting
cdimage portage #

what gives? What should I do about this?

-Robert



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

* Re: [gentoo-dev] 1.4 build problem at 'emerge system'
  2002-10-22 17:37 [gentoo-dev] 1.4 build problem at 'emerge system' Robert Moulton
@ 2002-10-24 12:17 ` Kerin Millar
  2002-10-25 18:57   ` Thomas M. Beaudry
  0 siblings, 1 reply; 3+ messages in thread
From: Kerin Millar @ 2002-10-24 12:17 UTC (permalink / raw
  To: gentoo-dev

On Tue, 22 Oct 2002 10:37:15 -0700 (PDT)
Robert Moulton <rmoulton@u.washington.edu> wrote:

> building a 1.4 box I just ran into a problem... at the 'emerge system'
> step it seems that the syslibs/db-3.2.9-r1 package can't be retrieved:
> 
<snip>
> 
> what gives? What should I do about this?
> 
> -Robert

The file doesn't seem to be available from those donwload sources anymore. Do:

   nano -w /usr/portage/syslibs/db/db-3.2.9.ebuild

then change the line that says:

   SRC_URI="http://www.sleepycat.com/update/${PV}/${P}.tar.gz"

to:

   SRC_URI="http://ftp.xemacs.org/pub/xemacs/aux/${PV}/${P}.tar.gz"

Issue Ctrl + X to exit, and answer (Y)es when you're prompted to save. That should sort it.

--kerframil


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

* Re: [gentoo-dev] 1.4 build problem at 'emerge system'
  2002-10-24 12:17 ` Kerin Millar
@ 2002-10-25 18:57   ` Thomas M. Beaudry
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas M. Beaudry @ 2002-10-25 18:57 UTC (permalink / raw
  To: Kerin Millar; +Cc: gentoo-dev

> 
> The file doesn't seem to be available from those donwload sources anymore. Do:
> 
>    nano -w /usr/portage/syslibs/db/db-3.2.9.ebuild
> 
> then change the line that says:
> 
>    SRC_URI="http://www.sleepycat.com/update/${PV}/${P}.tar.gz"
> 
> to:
> 
>    SRC_URI="http://ftp.xemacs.org/pub/xemacs/aux/${PV}/${P}.tar.gz"
> 

It's still there.  Try:

http://www.sleepycat.com/update/snapshots/${PV}/${P}.tar.gz

-- 
Thomas M. Beaudry
k8la / ys1ztm



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

end of thread, other threads:[~2002-10-25 19:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-22 17:37 [gentoo-dev] 1.4 build problem at 'emerge system' Robert Moulton
2002-10-24 12:17 ` Kerin Millar
2002-10-25 18:57   ` Thomas M. Beaudry

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