Gentoo Archives: gentoo-dev

From: Kerin Millar <kerin@×××××××××××××××.net>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] 1.4 build problem at 'emerge system'
Date: Thu, 24 Oct 2002 06:18:26
Message-Id: 20021024121754.78664403.kerin@recruit2recruit.net
In Reply to: [gentoo-dev] 1.4 build problem at 'emerge system' by Robert Moulton
1 On Tue, 22 Oct 2002 10:37:15 -0700 (PDT)
2 Robert Moulton <rmoulton@××××××××××××.edu> wrote:
3
4 > building a 1.4 box I just ran into a problem... at the 'emerge system'
5 > step it seems that the syslibs/db-3.2.9-r1 package can't be retrieved:
6 >
7 <snip>
8 >
9 > what gives? What should I do about this?
10 >
11 > -Robert
12
13 The file doesn't seem to be available from those donwload sources anymore. Do:
14
15 nano -w /usr/portage/syslibs/db/db-3.2.9.ebuild
16
17 then change the line that says:
18
19 SRC_URI="http://www.sleepycat.com/update/${PV}/${P}.tar.gz"
20
21 to:
22
23 SRC_URI="http://ftp.xemacs.org/pub/xemacs/aux/${PV}/${P}.tar.gz"
24
25 Issue Ctrl + X to exit, and answer (Y)es when you're prompted to save. That should sort it.
26
27 --kerframil

Replies

Subject Author
Re: [gentoo-dev] 1.4 build problem at 'emerge system' "Thomas M. Beaudry" <k8la@×××××××××.com>