- do not report errors encountered when decompressing packages
#include <sys/wait.h>
#include <signal.h>
#include <errno.h>
#include <sys/wait.h>
#include <signal.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <algorithm>
#include <stdio.h>
#include <string.h>
#include <algorithm>
+ // do not report errors encountered when decompressing packages
+ if(strstr(errormsg, "--fsys-tarfile returned error exit status 2") != NULL) {
+ std::clog << _("No apport report written because the error message indicates an issue on the local system") << std::endl;
+ return;
+ }
+
// do not report dpkg I/O errors, this is a format string, so we compare
// the prefix and the suffix of the error with the dpkg error message
vector<string> io_errors;
// do not report dpkg I/O errors, this is a format string, so we compare
// the prefix and the suffix of the error with the dpkg error message
vector<string> io_errors;
+apt (0.8.15.1ubuntu2) UNRELEASED; urgency=low
+
+ * apt-pkg/deb/dpkgpm.cc:
+ - do not report errors encountered when decompressing packages
+
+ -- Brian Murray <brian@ubuntu.com> Tue, 12 Jul 2011 16:05:37 -0700
+
apt (0.8.15.1ubuntu1) oneiric; urgency=low
* merge from debian/sid
apt (0.8.15.1ubuntu1) oneiric; urgency=low
* merge from debian/sid