From 131418cfb2b83fb725fff62b0401252fef5655e2 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 16 Mar 2010 21:47:49 +0100 Subject: apt-pkg/packagemanager.cc: more debug output for debug::pkgPackageManager --- apt-pkg/packagemanager.cc | 5 +++++ doc/examples/configure-index | 1 + 2 files changed, 6 insertions(+) diff --git a/apt-pkg/packagemanager.cc b/apt-pkg/packagemanager.cc index 491bff110..b747fa78a 100644 --- a/apt-pkg/packagemanager.cc +++ b/apt-pkg/packagemanager.cc @@ -338,6 +338,9 @@ bool pkgPackageManager::DepAdd(pkgOrderList &OList,PkgIterator Pkg,int Depth) return true; if (List->IsFlag(Pkg,pkgOrderList::UnPacked) == false) return false; + + if (Debug) + std::clog << OutputInDepth(Depth) << "DepAdd: " << Pkg.Name() << std::endl; // Put the package on the list OList.push_back(Pkg); @@ -391,6 +394,8 @@ bool pkgPackageManager::DepAdd(pkgOrderList &OList,PkgIterator Pkg,int Depth) if (Bad == true) { + if (Debug) + std::clog << OutputInDepth(Depth) << "DepAdd FAILS on: " << Pkg.Name() << std::endl; OList.Flag(Pkg,0,pkgOrderList::Added); OList.pop_back(); Depth--; diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 233fa2b7d..133ce8e79 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -409,6 +409,7 @@ Debug pkgDPkgPM "false"; pkgDPkgProgressReporting "false"; pkgOrderList "false"; + pkgPackageManager "false"; // OrderList/Configure debugging pkgAutoRemove "false"; // show information about automatic removes BuildDeps "false"; pkgInitialize "false"; // This one will dump the configuration space -- cgit v1.2.3