Restore compilation. This should eventually use the _map variant, to be
authorMichael Matz <matz@suse.de>
Thu, 10 Apr 2008 18:47:22 +0000 (18:47 +0000)
committerMichael Matz <matz@suse.de>
Thu, 10 Apr 2008 18:47:22 +0000 (18:47 +0000)
faster, but that requires caching the installedmap and conflictsmap
somewhere (the system repo I think).

zypp/sat/Solvable.cc

index 62ca705..77f7739 100644 (file)
@@ -387,7 +387,7 @@ namespace zypp
     ValidValue Solvable::validate() const
     {
        NO_SOLVABLE_RETURN( NOTRELEVANT );
-       int ret = solvable_trivial_installable (_solvable, Pool::instance().systemRepo().get());
+       int ret = solvable_trivial_installable_repo (_solvable, Pool::instance().systemRepo().get());
        if (ret == 0)
            return BROKEN;
        else if (ret > 0)