Source: synaptic Version: 0.83 Severity: serious Tags: stretch sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20160714 qa-ftbfs Justification: FTBFS on amd64
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apt-pkg > -DSYNAPTICLOCALEDIR=\""/usr/share/locale"\" > -DSYNAPTICSTATEDIR=\""/var/lib/synaptic"\" -g -O2 -c -o rinstallprogress.o > rinstallprogress.cc > In file included from /usr/include/apt-pkg/edsp.h:12:0, > from /usr/include/apt-pkg/packagemanager.h:27, > from rinstallprogress.h:29, > from rinstallprogress.cc:38: > /usr/include/apt-pkg/cacheset.h:718:15: error: 'make_unsigned' in namespace > 'std' does not name a template type > typedef std::make_unsigned<const_iterator::difference_type>::type size_type; > ^ > In file included from /usr/include/apt-pkg/packagemanager.h:27:0, > from rinstallprogress.h:29, > from rinstallprogress.cc:38: > /usr/include/apt-pkg/edsp.h:270:45: error: '>>' should be '> >' within a > nested template argument list > std::list<std::pair<std::string,PKG_ACTION>> &actions, > ^ > /usr/include/apt-pkg/edsp.h:272:64: error: '>>' should be '> >' within a > nested template argument list > bool ApplyRequest(std::list<std::pair<std::string,PKG_ACTION>> &actions, > ^ > rinstallprogress.cc: In member function 'virtual > pkgPackageManager::OrderResult RInstallProgress::start(pkgPackageManager*, > int, int)': > rinstallprogress.cc:127:35: warning: 'pkgPackageManager::OrderResult > pkgPackageManager::DoInstallPostFork(int)' is deprecated: Use > APT::Progress::PackageManager subclass instead of fd > [-Wdeprecated-declarations] > res = pm->DoInstallPostFork(); > ^ > In file included from rinstallprogress.h:29:0, > from rinstallprogress.cc:38: > /usr/include/apt-pkg/packagemanager.h:134:95: note: declared here > APT_DEPRECATED_MSG("Use APT::Progress::PackageManager subclass instead of > fd") OrderResult DoInstallPostFork(int statusFd=-1); > > ^ > make[4]: *** [rinstallprogress.o] Error 1 The full build log is available from: http://people.debian.org/~lucas/logs/2016/07/14/synaptic_0.83_unstable_gcc5.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.