Bug#667409: vdr-plugin-live: ftbfs with GCC-4.7

Matthias Klose doko at debian.org
Tue Apr 3 23:13:08 UTC 2012


Package: vdr-plugin-live
Version: 0.2.0+git20120114-3
Severity: important
Tags: sid wheezy
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-4.7

The package fails to build in a test rebuild on at least amd64 with
gcc-4.7/g++-4.7, but succeeds to build with gcc-4.6/g++-4.6. The
severity of this report may be raised before the wheezy release.

smartptr.h:252:13: error: 'destroy' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]

The full build log can be found at:
http://people.debian.org/~lucas/logs/2012/03/29-clang-gcc47/unstable-gcc47/vdr-plugin-live_0.2.0+git20120114-3_unstable-gcc47.log
The last lines of the build log are at the end of this report.

Some hints on fixing these issues can be found at
http://gcc.gnu.org/gcc-4.7/porting_to.html

To build with GCC 4.7, either set CC=gcc-4.7 CXX=g++-4.7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

[...]
menu.ecpp:21:3:   required from here
/usr/include/cxxtools/smartptr.h:252:13: error: 'destroy' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/usr/include/cxxtools/smartptr.h:252:13: note: declarations in dependent base 'cxxtools::DefaultDestroyPolicy<tnt::Object>' are not found by unqualified lookup
/usr/include/cxxtools/smartptr.h:252:13: note: use 'this->destroy' instead
In file included from /usr/include/tnt/scope.h:35:0,
                 from /usr/include/tnt/ecpp.h:34,
                 from menu.cpp:6:
/usr/include/tnt/object.h: In instantiation of 'tnt::PointerObject<data_type, destroyPolicy>::~PointerObject() [with data_type = std::basic_string<char>; destroyPolicy = cxxtools::DefaultDestroyPolicy]':
menu.ecpp:125:1:   required from here
/usr/include/tnt/object.h:60:11: error: 'destroy' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/usr/include/tnt/object.h:60:11: note: declarations in dependent base 'cxxtools::DefaultDestroyPolicy<std::basic_string<char> >' are not found by unqualified lookup
/usr/include/tnt/object.h:60:11: note: use 'this->destroy' instead
/usr/include/tnt/object.h: In instantiation of 'tnt::PointerObject<data_type, destroyPolicy>::~PointerObject() [with data_type = vdrlive::TimerConflictNotifier; destroyPolicy = cxxtools::DefaultDestroyPolicy]':
menu.ecpp:125:1:   required from here
/usr/include/tnt/object.h:60:11: error: 'destroy' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/usr/include/tnt/object.h:60:11: note: declarations in dependent base 'cxxtools::DefaultDestroyPolicy<vdrlive::TimerConflictNotifier>' are not found by unqualified lookup
/usr/include/tnt/object.h:60:11: note: use 'this->destroy' instead
/usr/include/tnt/object.h: In instantiation of 'tnt::PointerObject<data_type, destroyPolicy>::~PointerObject() [with data_type = bool; destroyPolicy = cxxtools::DefaultDestroyPolicy]':
menu.ecpp:125:1:   required from here
/usr/include/tnt/object.h:60:11: error: 'destroy' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/usr/include/tnt/object.h:60:11: note: declarations in dependent base 'cxxtools::DefaultDestroyPolicy<bool>' are not found by unqualified lookup
/usr/include/tnt/object.h:60:11: note: use 'this->destroy' instead
make[3]: *** [menu.o] Error 1
make[3]: Leaving directory `/«BUILDDIR»/vdr-plugin-live-0.2.0+git20120114/pages'
make[2]: *** [pages] Error 2
dh_auto_build: make -j1 all VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale returned exit code 2
make[2]: Leaving directory `/«BUILDDIR»/vdr-plugin-live-0.2.0+git20120114'
make[1]: *** [override_dh_auto_build] Error 2
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2





More information about the pkg-vdr-dvb-devel mailing list