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 1FRMYz-00032E-5K for garchives@archives.gentoo.org; Thu, 06 Apr 2006 04:57:45 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.5) with SMTP id k364vc0F004781; Thu, 6 Apr 2006 04:57:38 GMT Received: from egr.msu.edu (jeeves.egr.msu.edu [35.9.37.127]) by robin.gentoo.org (8.13.6/8.13.5) with ESMTP id k364tjqn017832 for ; Thu, 6 Apr 2006 04:55:45 GMT Received: from [69.176.143.70] (69-176-143-70.dov.spartan-net.net [69.176.143.70]) (authenticated bits=0) by egr.msu.edu (8.13.6/8.13.4) with ESMTP id k364te1v026624 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 6 Apr 2006 00:55:45 -0400 (EDT) Message-ID: <44349F59.4020603@gentoo.org> Date: Thu, 06 Apr 2006 00:55:53 -0400 From: Alec Warner Organization: Gentoo User-Agent: Mozilla Thunderbird 1.0.7 (X11/20060405) X-Accept-Language: en-us, en Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] emerge resume list References: In-Reply-To: X-Enigmail-Version: 0.90.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 070cfd69-a4b3-4c99-987a-a0dc8bf28ec2 X-Archives-Hash: 150ac23d5abab6f875dd66c4e1942788 evader wrote: > Hi, > > I'm not sure if this is the correct list to send this too, but it is > the only gentoo one I am currently subscribed to. > > When I do an emerge -e world where is the list of files to be merged > stored? For example if I break an emerge, and want to resume later from > a different position, can I edit the packages to be emerged list so I > don't have to do emerge --resume --skipfirst constantly? > > Thanks, > > evader The list is stored in a small database file in /var/cache/edb/mtimedb It is a binary file full of pickled python objects. I was actually poking around it and thought about writing a tool. I will commit more time to it if you are interested; although be warned that editing things in that file is not particularly recommended. The dependency resolution for the packages in the list is done and the list is created. Removing items from it could cause packages to not build, and the dependency tree to essentially be broken for that list. Also, portage questions are generally well received at gentoo-portage-dev@gentoo.org, or on IRC: irc.freenode.net #gentoo-portage. -Alec Warner -- gentoo-dev@gentoo.org mailing list