Package: objcryst-fox Version: 1.9.6.0-2.1 Severity: important User: debian-...@lists.debian.org Usertags: ftbfs-gcc-6
This package fails to build with GCC 6. GCC 6 has not been released yet, but it's expected that GCC 6 will become the default compiler for stretch. Note that only the first error is reported; there might be more. You can find a snapshot of GCC 6 in experimental. To build with GCC 6, you can set CC=gcc-6 CXX=g++-6 explicitly. You may be able to find out more about this issue at https://gcc.gnu.org/gcc-6/changes.html > sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux ... > g++ -O3 -w -ffast-math -fstrict-aliasing -pipe -fomit-frame-pointer > -funroll-loops -I/include > -I/<<PKGBUILDDIR>>/ObjCryst/wxCryst/../../ObjCryst/.. > -I/<<PKGBUILDDIR>>/ObjCryst/wxCryst/../../static-libs/include -DOBJCRYST_GL > -I/usr/X11R6/include -IGL -DHAVE_GLUT -D__WX__CRYST__ `wx-config > --unicode=yes --cxxflags` -DHAVE_FFTW -DREAL=float -c wxCrystal.cpp -o > wxCrystal.o > wxCrystal.cpp: In member function 'void > ObjCryst::WXGLCrystalCanvas::OnUpdateUI(wxUpdateUIEvent&)': > wxCrystal.cpp:3462:126: error: use of deleted function > 'boost::shared_ptr<ObjCryst::UnitCellMap>::shared_ptr(const > boost::shared_ptr<ObjCryst::UnitCellMap>&)' > boost::shared_ptr<ObjCryst::UnitCellMap> > pMap=mvpUnitCellMap[mpFourierMapListWin->mpAvailableMapList->GetSelection()]; > > ^ > > In file included from > /<<PKGBUILDDIR>>/ObjCryst/wxCryst/../../static-libs/include/boost/shared_ptr.hpp:17:0, > from > /<<PKGBUILDDIR>>/ObjCryst/wxCryst/../../ObjCryst/../ObjCryst/wxCryst/wxCrystal.h:30, > from wxCrystal.cpp:35: > /<<PKGBUILDDIR>>/ObjCryst/wxCryst/../../static-libs/include/boost/smart_ptr/shared_ptr.hpp:158:25: > note: 'boost::shared_ptr<ObjCryst::UnitCellMap>::shared_ptr(const > boost::shared_ptr<ObjCryst::UnitCellMap>&)' is implicitly declared as deleted > because 'boost::shared_ptr<ObjCryst::UnitCellMap>' declares a move > constructor or move assignment operator > template<class T> class shared_ptr > ^~~~~~~~~~ > > wxCrystal.cpp: In member function 'void > ObjCryst::WXGLCrystalCanvas::OnFourier(wxCommandEvent&)': > wxCrystal.cpp:3715:126: error: use of deleted function > 'boost::shared_ptr<ObjCryst::UnitCellMap>::shared_ptr(const > boost::shared_ptr<ObjCryst::UnitCellMap>&)' > boost::shared_ptr<ObjCryst::UnitCellMap> > pMap=mvpUnitCellMap[mpFourierMapListWin->mpAvailableMapList->GetSelection()]; > > ^ > > wxCrystal.cpp:3726:128: error: use of deleted function > 'boost::shared_ptr<ObjCryst::UnitCellMapGLList>::shared_ptr(const > boost::shared_ptr<ObjCryst::UnitCellMapGLList>&)' > boost::shared_ptr<UnitCellMapGLList> > pMap=mvpUnitCellMapGLList[mpFourierMapListWin->mpDisplayedMapList->GetSelection()]; > > ^ > > In file included from > /<<PKGBUILDDIR>>/ObjCryst/wxCryst/../../static-libs/include/boost/shared_ptr.hpp:17:0, > from > /<<PKGBUILDDIR>>/ObjCryst/wxCryst/../../ObjCryst/../ObjCryst/wxCryst/wxCrystal.h:30, > from wxCrystal.cpp:35: > /<<PKGBUILDDIR>>/ObjCryst/wxCryst/../../static-libs/include/boost/smart_ptr/shared_ptr.hpp:158:25: > note: 'boost::shared_ptr<ObjCryst::UnitCellMapGLList>::shared_ptr(const > boost::shared_ptr<ObjCryst::UnitCellMapGLList>&)' is implicitly declared as > deleted because 'boost::shared_ptr<ObjCryst::UnitCellMapGLList>' declares a > move constructor or move assignment operator > template<class T> class shared_ptr > ^~~~~~~~~~ > > wxCrystal.cpp:3738:126: error: use of deleted function > 'boost::shared_ptr<ObjCryst::UnitCellMap>::shared_ptr(const > boost::shared_ptr<ObjCryst::UnitCellMap>&)' > boost::shared_ptr<ObjCryst::UnitCellMap> > pMap=mvpUnitCellMap[mpFourierMapListWin->mpAvailableMapList->GetSelection()]; > > ^ > > gnu.mak:25: recipe for target 'wxCrystal.o' failed > make[3]: *** [wxCrystal.o] Error 1 -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise