Index: aptitude-0.6.3/src/main.cc
===================================================================
--- aptitude-0.6.3.orig/src/main.cc	2010-09-27 13:43:12.538615062 +0200
+++ aptitude-0.6.3/src/main.cc	2010-09-27 13:43:23.238615060 +0200
@@ -1059,7 +1059,7 @@
 	{
 	  // Connect up the "please consume errors" routine for the
 	  // command-line.
-	  consume_errors.connect(sigc::mem_fun(_error, &GlobalError::DumpErrors));
+	  consume_errors.connect(sigc::mem_fun0(_error, &GlobalError::DumpErrors));
 
 	  if(update_only || install_only || autoclean_only || clean_only)
 	    {
Index: aptitude-0.6.3/src/generic/apt/aptitude_resolver.cc
===================================================================
--- aptitude-0.6.3.orig/src/generic/apt/aptitude_resolver.cc	2010-09-27 13:44:20.168615062 +0200
+++ aptitude-0.6.3/src/generic/apt/aptitude_resolver.cc	2010-09-27 13:47:37.218615061 +0200
@@ -86,6 +86,7 @@
 }
 
 // Logging operators.
+#if 0
 std::ostream &operator<<(std::ostream &out, const pkgCache::DepIterator &dep)
 {
   pkgCache::DepIterator d = dep;
@@ -122,7 +123,7 @@
 
   return out;
 }
-
+#endif
 // Should version selections be logged the way they're written?
 // That's a little awkward since the syntax is hairy and some of them
 // output nothing at all (!)
