Le jeudi 28 juin 2007, Ralf S. Engelschall a écrit :
> On Thu, Jun 28, 2007, Mark Hatle wrote:
> > Ahh you just reminded me of a bug.  I'm not sure how to fix this using
> > the dynamic values..  But basically, "Depends" can't be in the _dbi_tags
> > if you are using sqlite.  If you notice in the fragment below, on db3
> > it's setup as a "temporary private" database used for single-run
> > optimization.  On the sqlite side, it becomes a "permanent" cache..  The
> > problem with that is that it only holds partial dependency data.. so you
> > suddenly start to get failures.
> > [...]
>
> How about the particular (still fully untested) change appended below?
>
> It enables "private" and "temporary" for SQLite and implements
> "temporary" via SQLite's special ":memory:" database and "private" via
> "CREATE TEMPORARY TABLE".
>
> Feedback?

Your patch look like mine I did in past for rpm 4.4.6.

http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/rpm/current/SOURCES/rpm-4.4.6-depsdb.patch?revision=10587&view=markup

This one has been tested succefully on mandriva.

Regards.

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to