Your message dated Thu, 07 May 2020 00:03:41 +0000
with message-id <e1jwu0r-000d5j...@fasolo.debian.org>
and subject line Bug#811919: fixed in objcryst-fox 1.9.6.0-2.2
has caused the Debian Bug report #811919,
regarding objcryst-fox: FTBFS with GCC 6: use of deleted function
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
811919: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811919
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Source: objcryst-fox
Source-Version: 1.9.6.0-2.2
Done: Scott Talbert <s...@techie.net>

We believe that the bug you reported is fixed in the latest version of
objcryst-fox, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 811...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Scott Talbert <s...@techie.net> (supplier of updated objcryst-fox package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 06 May 2020 19:33:38 -0400
Source: objcryst-fox
Architecture: source
Version: 1.9.6.0-2.2
Distribution: unstable
Urgency: medium
Maintainer: Carlo Segre <se...@debian.org>
Changed-By: Scott Talbert <s...@techie.net>
Closes: 811919 933479
Changes:
 objcryst-fox (1.9.6.0-2.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with GCC 6 (Closes: #811919)
   * Rebuild with wxWidgets GTK3 variant (Closes: #933479)
Checksums-Sha1:
 436cd27f41200df429903676990ffa045dd39ee4 1858 objcryst-fox_1.9.6.0-2.2.dsc
 873d9f2e0a0b4ce24ce229a4ffed06ce3b52aacd 22752 
objcryst-fox_1.9.6.0-2.2.debian.tar.xz
 fc5ab9ad4fffcb5cc84661bc5a0897b1b9333aa8 11358 
objcryst-fox_1.9.6.0-2.2_amd64.buildinfo
Checksums-Sha256:
 f61ad019dfad4b9d24378520de94219415377e5d9547dd72b848272f79e937cc 1858 
objcryst-fox_1.9.6.0-2.2.dsc
 15c28f0f92668a6d5d3b68b821272a131ca1f2a0d4fe6235ded7edb657eee98f 22752 
objcryst-fox_1.9.6.0-2.2.debian.tar.xz
 6f16b3ad087f6b96860a1266b96e9b89a61e197f29ce024e939156a55d036a97 11358 
objcryst-fox_1.9.6.0-2.2_amd64.buildinfo
Files:
 26297cf8b36d944322e41151c0e6dc81 1858 science optional 
objcryst-fox_1.9.6.0-2.2.dsc
 afb2decf731503d2d55311b2f16868a4 22752 science optional 
objcryst-fox_1.9.6.0-2.2.debian.tar.xz
 6dc17af7c9692cfd125c2d3738272037 11358 science optional 
objcryst-fox_1.9.6.0-2.2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCgAtFiEEbnQ09Yl9Q7F/zVe3U9W8ZLUjeKIFAl6zTUYPHHN3dEB0ZWNo
aWUubmV0AAoJEFPVvGS1I3iiLIQP/jMauGaw68mZ3ijPTZop9If0LMHIHwtRrOLU
rGwLSP6ptbfYtobOQJIrdZpQhyoiD+Fn/fPJ6SXJV72Rp3xzmlIfGVCT+9UcH8a2
dHVEdlenwrzt0XpYjqjDAUO9mf05vabbbRfAiZ7Djwb+K4MAdVyTMmet0qkSXmIn
8XyknhulD/mJU9ISbAZcYdpwHROLPnACNQcbgwivMTCg+JyCnB8cBqDgGfmPxp5D
9jT4kI/0bqijin7SjqQ7DFr2S0JeDz0dP18e2nWA5QGUJv7oHamotURDPAti/efs
AE0GBk9IA1tYac3emCjnKeYpW/sCkRZ/Z8atc1WqOvVwrVqlkWkz1tHTF3Okgwzn
vwNLsmYCaz5JRMf2ZCV4wf/F366JqdWSijNzyWzhMyUTDRA9pSF2rXNb70Fb5vLt
z5h1oTsvXmEshRU53BjB+1Vgd8c+y9L56zqpeQrYuEw8LVI8exCOE7A0UHxrT73j
e/Fz2F1nMYIJ7NHxR2cvNX5cUgHUte7ijjzfyvDmYuGfkxIfFQhLq+6OcxdtDkiq
T7QkoAppXWe7FqxAkGYTp6Pinso7ccg+YsOguwe6vmwTiA29FLFxOS7Wf/Uifo1j
R4v51DelLyWyCvaFEQ/GDjK6nu0Yta2mDfHSXP1bwbw18PJcwh9Q1dF4ljeDooPp
LJ8ZugSP
=Fub1
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to