public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Robert Buchholz <rbu@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev]  Re: Re: Re: Re: Re: Re: Dependencies on system packages
Date: Tue, 02 Jan 2007 06:16:30 +0100	[thread overview]
Message-ID: <4599EAAE.6030206@gentoo.org> (raw)
In-Reply-To: <enc2nc$h1a$1@sea.gmane.org>

Steve Long wrote:
> Robert Buchholz wrote:
>> The problem here is that one can not say when the whole tree is updated
>> to the new standard, because for the packages which were not touched, it
>> could mean that they needed no change or that they were not looked at yet.
> I can understand that as a maintenance issue. My query is whether having two
> different types of pkg would effect users in any way.

You're right, it would not be a problem for usability.


>> A solution to distinguish the two categories is to mark the packages
>> which were "checked", so you know:
>> 1. If it's checked and doesn't depend on cc -> category 1
>> 2. If it's not checked and doesn't depend on cc -> category 2
>>
>> Then, when all packages are checked, the tree is upgraded.
>>
> Sure, that makes sense. It sounds a heckuva lot like a database ;)
> 
> Minor point- how can you tell in cat 2 that it definitely does not need a C
> compiler if it hasn't been checked? I'm guessing you were tired :) In any
> event in terms of maintenance, we'd need a tri-state: unchecked, checked
> and needs compiling, checked and doesn't (eg scripts).

No, no. I did not mean that "category 2" does not need a C compiler. I
referred to Alec's mail which had "2. Packages that don't yet depend
upon C-compiler".
As for the state problem, when saving "checked" and "unchecked" as a
package's metadata, you will get the other properties (needs cc, needs
<insert system dep>) out of its DEPEND.


> In terms of maintaining the metadata, am I right in thinking it's all just
> kept within the text files in the tree?

Since the tree itself is the best database of the packages available,
anything else would be a lot more overhead.

But I had the impression the idea was discarded anyway. So I should
focus my thoughts somewhere else :-)


Ciao,

Robert

-- 
gentoo-dev@gentoo.org mailing list



  reply	other threads:[~2007-01-02  5:19 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-10  1:11 [gentoo-dev] Dependencies on sys-apps/portage Stephen Bennett
2006-12-10  1:33 ` [gentoo-dev] Dependencies on system packages Stephen Bennett
2006-12-10  2:22   ` Piotr Jaroszyński
2006-12-10  2:34     ` Ciaran McCreesh
2006-12-10 12:33       ` Piotr Jaroszyński
2006-12-10  2:50     ` Stephen Bennett
2006-12-11 11:03       ` [gentoo-dev] " Steve Long
2006-12-11 11:35         ` Stephen Bennett
2006-12-11 11:45           ` Stephen Bennett
2006-12-11 13:57             ` [gentoo-dev] " Steve Long
2006-12-16 18:46             ` [gentoo-dev] " Ryan Hill
2006-12-16 20:13               ` Ciaran McCreesh
2006-12-16 20:21                 ` Doug Goldstein
2006-12-16 23:36                   ` Mike Doty
2006-12-17  7:06                   ` Ciaran McCreesh
2006-12-17  7:02                     ` Alec Warner
2006-12-16 20:51                 ` Ryan Hill
2006-12-17  1:25                   ` Ryan Hill
2006-12-17  1:27                     ` Alec Warner
2006-12-17  1:44                       ` Ryan Hill
2006-12-18  7:33                         ` Steve Long
2006-12-17  6:10                       ` Jason Stubbs
2006-12-17  7:04                         ` Ciaran McCreesh
2006-12-17  7:41                           ` Jason Stubbs
2006-12-17  7:48                             ` Ciaran McCreesh
2006-12-18  7:28                               ` [gentoo-dev] " Steve Long
2006-12-18  8:48                                 ` Ciaran McCreesh
2006-12-20  4:59                                   ` [gentoo-dev] " Steve Long
2006-12-20 10:20                                     ` Ciaran McCreesh
2006-12-29 15:00                                       ` [gentoo-dev] " Steve Long
2006-12-29 18:01                                         ` Alec Warner
2007-01-01  9:44                                           ` [gentoo-dev] " Steve Long
2007-01-01 13:49                                             ` Robert Buchholz
2007-01-01 22:43                                               ` [gentoo-dev] " Steve Long
2007-01-02  5:16                                                 ` Robert Buchholz [this message]
2007-01-03 21:48                                                   ` [gentoo-dev] " Steve Long
2007-01-04  3:51                                                     ` [gentoo-dev] Re: metadatabase (was: Dependencies on system packages) Ryan Hill
2007-01-04 10:45                                                       ` [gentoo-dev] Re: metadatabase Robert Buchholz
2007-01-05  1:12                                                         ` Ryan Hill
2007-01-06 17:30                                                           ` Steve Long
2007-01-06 17:29                                                       ` [gentoo-dev] Re: metadatabase (was: Dependencies on system packages) Steve Long
2007-01-04 11:08                                                     ` [gentoo-dev] Re: Re: Re: Re: Re: Re: Re: Dependencies on system packages Robert Buchholz
2007-01-06 17:19                                                       ` [gentoo-dev] " Steve Long
2006-12-17  8:14                             ` [gentoo-dev] " Alec Warner
2006-12-17  8:33                               ` Ciaran McCreesh
2006-12-18  7:32                               ` [gentoo-dev] " Steve Long
2006-12-10 16:02     ` [gentoo-dev] " Lars Strojny
2006-12-10  8:39 ` [gentoo-dev] Re: Dependencies on sys-apps/portage Christian Faulhammer
2006-12-12  2:12   ` Stephen Bennett

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4599EAAE.6030206@gentoo.org \
    --to=rbu@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox