[zypp-commit] r9813 - /trunk/libzypp/zypp/solver/detail/SATResolver.cc
Author: schubi2 Date: Fri Apr 25 12:08:41 2008 New Revision: 9813 URL: http://svn.opensuse.org/viewcvs/zypp?rev=9813&view=rev Log: added a hint to enable all requested repos Modified: trunk/libzypp/zypp/solver/detail/SATResolver.cc Modified: trunk/libzypp/zypp/solver/detail/SATResolver.cc URL: http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/zypp/solver/detail/SATResolver.cc?rev=9813&r1=9812&r2=9813&view=diff ============================================================================== --- trunk/libzypp/zypp/solver/detail/SATResolver.cc (original) +++ trunk/libzypp/zypp/solver/detail/SATResolver.cc Fri Apr 25 12:08:41 2008 @@ -866,6 +866,7 @@ break; case SOLVER_PROBLEM_JOB_NOTHING_PROVIDES_DEP: ret = str::form (_("nothing provides requested %s"), dep2str(pool, dep)); + detail += _("Have you enabled all requested repositories ?"); break; case SOLVER_PROBLEM_NOT_INSTALLABLE: s = pool_id2solvable(pool, source); -- To unsubscribe, e-mail: zypp-commit+unsubscribe@opensuse.org For additional commands, e-mail: zypp-commit+help@opensuse.org
participants (1)
-
schubi2@svn.opensuse.org