From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1F5HWC-0002Vl-Mw for garchives@archives.gentoo.org; Sat, 04 Feb 2006 07:07:37 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k1476a9l030621; Sat, 4 Feb 2006 07:06:37 GMT Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k1471AV8032324 for <gentoo-user@lists.gentoo.org>; Sat, 4 Feb 2006 07:01:11 GMT Received: by wproxy.gmail.com with SMTP id i28so797207wra for <gentoo-user@lists.gentoo.org>; Fri, 03 Feb 2006 23:01:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=kJcg21+dGbxpxhXw90K7PHyMRZV6zfZ2bD5lJwTsPVuEqJkTHGgqvj+wXxVoD3Oco+H0gswMlFG9SoTGb6/LzpOa78hlwtWEncyTXszs8QyS1d9EpYayx694AprG4GF9l6xDVURknq7oNygET4n//rh6fY0Kf/rn5f61aT83Bi4= Received: by 10.54.67.15 with SMTP id p15mr2259726wra; Fri, 03 Feb 2006 23:01:12 -0800 (PST) Received: from ?192.168.1.101? ( [211.169.116.163]) by mx.gmail.com with ESMTP id 3sm311553wrh.2006.02.03.23.01.11; Fri, 03 Feb 2006 23:01:12 -0800 (PST) From: "Steve B." <linuxcodehacker@gmail.com> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Emerging UT2004 Date: Sat, 4 Feb 2006 16:01:08 +0900 User-Agent: KMail/1.9.1 References: <200602032159.39063.linuxcodehacker@gmail.com> <43E3634C.6080707@fire-eyes.org> In-Reply-To: <43E3634C.6080707@fire-eyes.org> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602041601.09023.linuxcodehacker@gmail.com> X-Archives-Salt: de336165-78ae-4554-81af-1328959e79c9 X-Archives-Hash: 23730ce8e9386929b7766245811726b4 On Friday 03 February 2006 23:06, fire-eyes wrote: > Steve B. wrote: > > Hey everybody, > > > > This is kind of stupid problem, but I just can't seem to figure this > > one out. I can't emerge UT2004. I set my CD_ROOT to my cdrom > > (/media/hdc) and the first CD copies fine, but it never gives me time to > > umount and mount the second CD. It simply tries (and thinks it has > > success) on the rest of the CD's but I know that it just copied the data > > from CD1 six times. > > > > This is the first time I have ever tried to install a game from CD on > > linux, so any help would be appreciated. Thanks. > > Unfortunately, the ebuild for ut2004 is very brain dead about that. > Curiously, it USED to do exactly what you said: let you swap CD's. > > The only way I figured out how to accomplish the install from CD's was > to copy every single CD to the hard disk, which obviously takes up a lot > of space and time. > > Like so: > > rsync -aP /mnt/cdrom 1 > rsync -aP /mnt/cdrom 2 > > And so on through 6. 6 is the disk labeled install disk, I think. Then > set CD_ROOT_1=/full/path/to/1 CD_ROOT_2=/full/path/to/2 CD_ROOT_.... > emerge ut2004 > > Feel free to use cp, i prefer to use rsync. > > The next problem you will run into (or it might come before you even get > to the CD's, i forget) is that portage will try to download various > large files from 3dgamers mirrors. Almost all of which time out or are > unreachable, or uselessly slow. I've found that I have to go to google > and look for the filename, find it somewhere else, save it to > /usr/portage/distfiles and home the md5sums match. Make sure the > filename is as portage expects it too, including case. > > There are bugs open about all of these issues, but they just haven't > been solved yet. > > ut2004 is one of the most irritating peices of software to install on > gentoo, especially from CD's, thanks to all of this. Thanks! I got everything working now. But that was a pain in the rear. Somebody should really update the ebuild in portage. -- gentoo-user@gentoo.org mailing list