ソースを参照

disable the error discarding as it destroyes the error reporting about
failures with external solvers for now as long as i can't see a reason for it

David Kalnischkies 15 年 前
コミット
56d53b54e7
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      cmdline/apt-get.cc

+ 1 - 1
cmdline/apt-get.cc

@@ -1887,7 +1887,7 @@ bool DoInstall(CommandLine &CmdL)
 	 // Call the scored problem resolver
 	 // Call the scored problem resolver
 	 Fix->InstallProtect();
 	 Fix->InstallProtect();
 	 if (Fix->Resolve(true) == false)
 	 if (Fix->Resolve(true) == false)
-	    _error->Discard();
+	    ; //FIXME: is there a valid reason for?  _error->Discard();
 	 delete Fix;
 	 delete Fix;
       }
       }