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.50) id 1ENE7b-0002me-Vq for garchives@archives.gentoo.org; Wed, 05 Oct 2005 18:36:08 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j95IQp2V018487; Wed, 5 Oct 2005 18:26:51 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j95IQo6H031139 for ; Wed, 5 Oct 2005 18:26:51 GMT Received: from wproxy.gmail.com ([64.233.184.202]) by smtp.gentoo.org with esmtp (Exim 4.43) id 1ENE6o-0004ee-4p for gentoo-portage-dev@lists.gentoo.org; Wed, 05 Oct 2005 18:35:18 +0000 Received: by wproxy.gmail.com with SMTP id i6so102215wra for ; Wed, 05 Oct 2005 11:35:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=P2CJnTh3YdHzihW+kLJpv7Kdu4GFAH1Tq20TfWpWHeECv+yj9cDkGerrz1kojMBNSlRKWcFI1bLz/djxnMEgAf73qG0bQb7uC6ESahzE2BAUMKiO8mZbxA8vVtMh8xntim0XJ0FhVOwAPseuGcx5twFoXxE2DSdzvdmjblR+Wzk= Received: by 10.54.118.9 with SMTP id q9mr413896wrc; Wed, 05 Oct 2005 11:35:18 -0700 (PDT) Received: by 10.54.108.4 with HTTP; Wed, 5 Oct 2005 11:35:18 -0700 (PDT) Message-ID: Date: Wed, 5 Oct 2005 11:35:18 -0700 From: m h To: gentoo-portage-dev@lists.gentoo.org Subject: [gentoo-portage-dev] Questions about CVS locations and GID... Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j95IQo6H031139 X-Archives-Salt: f544b2e7-73e9-466c-932b-afe7131bcc02 X-Archives-Hash: cd401efdd2b059519068f1f901dcc335 Hey Folks- I'm working on trying to get prefixed installs working. (As such, I'm using some code kindly modified by Michael Haubenwallner. ) I'm now in python code (portage) and would like to compare what I have with gentoo proper. Is this the location of the latest up to date portage code (in CVS, I realized devs might have more "up to date" code on their boxes): http://www.gentoo.org/cgi-bin/viewcvs.cgi/portage/pym/?root=gentoo-src I looked through the dev documentation but couldn't find anywhere where it stated the actual location of the code in CVS. Any pointers would be great. thanks, matt ps. The issue I found is with pym/cache/fs_template.py. If I'm running as root (GID = 0) then this fails: def __init__(self, label, auxdbkeys, basepath=None, gid=-1, perms=0664, **config): """throws InitializationError if needs args aren't specified""" if not gid: raise cache_errors.InitializationError(self.__class__, "must specify gid!") Shouldn't the logic be "if gid != -1"? I don't have access to a gentoo proper box right now... -- gentoo-portage-dev@gentoo.org mailing list