[Aptitude-devel] Bug#667793: aptitude: FTBFS

Matthias Klose doko at debian.org
Tue May 29 16:12:27 UTC 2012


severity 667793 serious
thanks

--- aptitude-0.6.7.orig/src/generic/problemresolver/incremental_expression.h
2012-04-24 08:20:54.000000000 +0000
+++ aptitude-0.6.7/src/generic/problemresolver/incremental_expression.h
2012-05-29 16:02:24.158998656 +0000
@@ -533,7 +533,7 @@
       {
        T old_value = value;
        value = new_value;
-       signal_value_changed(old_value, new_value);
+       this->signal_value_changed(old_value, new_value);
       }
   }


g++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I.
-I../../../../src/generic/apt -I../../.. -I../../..
-I../../../../src/generic/apt -I../../../.. -I../../../../src
-D_FORTIFY_SOURCE=2 -I/usr/include -DHELPDIR=\"/usr/share/aptitude\"
-DPKGDATADIR=\"/usr/share/aptitude\"  -g -O2 -fPIE -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include   -I/usr/lib/cwidget
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
-I/usr/include/tagcoll-2.0.13     -D_REENTRANT -fno-strict-aliasing -Wall
-Werror -c -o pkg_hier_dump.o ../../../../src/generic/apt/pkg_hier_dump.cc
../../../../src/generic/apt/resolver_manager.cc: In member function 'void
resolver_manager::discard_resolver()':
../../../../src/generic/apt/resolver_manager.cc:833:10: error: deleting object
of polymorphic class type 'aptitude_resolver' which has non-virtual destructor
might cause undefined behaviour [-Werror=delete-non-virtual-dtor]
cc1plus: all warnings being treated as errors
make[4]: *** [resolver_manager.o] Error 1






More information about the Aptitude-devel mailing list