From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-1.7 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI,NICE_REPLY_A,RDNS_DYNAMIC autolearn=unavailable autolearn_force=no version=4.0.0 Received: from mailsys.recruit2recruit.net (pc-62-30-156-15-hw.blueyonder.co.uk [62.30.156.15]) by chiba.3jane.net (Postfix) with ESMTP id 769B1AC80C for ; Thu, 24 Oct 2002 06:18:26 -0500 (CDT) Received: from xpst450.newmedia-lan.net ([192.168.254.132]) by mailsys.recruit2recruit.net with Microsoft SMTPSVC(5.0.2195.5329); Thu, 24 Oct 2002 12:18:20 +0100 Date: Thu, 24 Oct 2002 12:17:54 +0000 From: Kerin Millar To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] 1.4 build problem at 'emerge system' Message-Id: <20021024121754.78664403.kerin@recruit2recruit.net> In-Reply-To: References: Organization: Recruit2Recruit.NET Ltd X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Oct 2002 11:18:20.0470 (UTC) FILETIME=[0F095D60:01C27B4F] Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: a5bda172-5405-46a5-a6c0-3a7ebb6fe8a5 X-Archives-Hash: 18a8cb470e309fca808db3d80cd6b145 On Tue, 22 Oct 2002 10:37:15 -0700 (PDT) Robert Moulton 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: > > > 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