Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add a debug information about requires added to the solver
Baptiste Daroussin committed 11 years ago
commit 1c7b00d495025a75d2f082fff10b65f2ed1b7e6c
parent 12c3db6f1763dc41d1a9a3bba95a436659834594
1 file changed +1 -0
modified libpkg/pkg_solve.c
@@ -460,6 +460,7 @@ pkg_solve_add_require_rule(struct pkg_solve_problem *problem,

	HASH_FIND_STR(problem->j->universe->provides, requirement, prhead);
	if (prhead != NULL) {
+
		pkg_debug(4, "Solver> Add require rule: %s", requirement);
		/* Require rule !A | P1 | P2 | P3 ... */
		rule = pkg_solve_rule_new(PKG_RULE_REQUIRE);
		if (rule == NULL)