On Wed, Mar 23, 2005 at 01:39:05PM -0800, David M. Fetter wrote:

> Haha.  I was wondering about that when I was doing it.  Ok, well, here
> is the debug from the -a -U then.  However, it still seemed to have an
> issue.

Ok. The bug is far away from what I thought.

The problem was that a requirement for a package option (such as
openssl::with_threads) is matched by multiple packages (i.e.
version 2.3.0 and 2.3.1) and then sorted by the option value
instead of by the package version to select a 'best' choice.

Since the option value in this case is the default value
it is 'no' vs 'no' and the result depends on the internal
perl hash function, i.e. it is random and machine dependent.

Fixing this required some bigger changes, so I need more
testing time.

Greetings,
-- 
                                Michael van Elst
Internet: [EMAIL PROTECTED]
                                "A potential Snark may lurk in every tree."
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   openpkg-dev@openpkg.org

Reply via email to