Your message dated Sun, 30 Sep 2018 09:04:42 +0000
with message-id <[email protected]>
and subject line Bug#909765: fixed in sopt 2.0.0-5
has caused the Debian Bug report #909765,
regarding purify FTBFS with spdlog 1:1.1.0-1
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 [email protected]
immediately.)


-- 
909765: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909765
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: purify
Version: 2.0.0-2
Severity: serious
Tags: ftbfs

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/purify.html

...
In file included from /build/1st/purify-2.0.0/cpp/purify/logging.h:7,
                 from /build/1st/purify-2.0.0/cpp/purify/utilities.cc:2:
/build/1st/purify-2.0.0/cpp/purify/logging.enabled.h: In function 
'std::shared_ptr<spdlog::logger> purify::logging::initialize(const string&)':
/build/1st/purify-2.0.0/cpp/purify/logging.enabled.h:15:31: error: 
'stdout_logger_mt' is not a member of 'spdlog'
   auto const result = spdlog::stdout_logger_mt(default_logger_name() + name);
                               ^~~~~~~~~~~~~~~~
In file included from /usr/include/sopt/logging.h:7,
                 from /usr/include/sopt/linear_transform.h:9,
                 from 
/build/1st/purify-2.0.0/cpp/purify/MeasurementOperator.h:5,
                 from 
/build/1st/purify-2.0.0/cpp/purify/MeasurementOperator.cc:2:
/usr/include/sopt/logging.enabled.h: In function 
'std::shared_ptr<spdlog::logger> sopt::logging::initialize(const string&)':
/usr/include/sopt/logging.enabled.h:16:31: error: 'stdout_logger_mt' is not a 
member of 'spdlog'
   auto const result = spdlog::stdout_logger_mt(default_logger_name() + name);
                               ^~~~~~~~~~~~~~~~
In file included from /usr/include/sopt/logging.h:7,
                 from /usr/include/sopt/linear_transform.h:9,
                 from 
/build/1st/purify-2.0.0/cpp/purify/MeasurementOperator.h:5,
                 from /build/1st/purify-2.0.0/cpp/purify/clean.h:10,
                 from /build/1st/purify-2.0.0/cpp/purify/clean.cc:2:
/usr/include/sopt/logging.enabled.h: In function 
'std::shared_ptr<spdlog::logger> sopt::logging::initialize(const string&)':
/usr/include/sopt/logging.enabled.h:16:31: error: 'stdout_logger_mt' is not a 
member of 'spdlog'
   auto const result = spdlog::stdout_logger_mt(default_logger_name() + name);
                               ^~~~~~~~~~~~~~~~
In file included from /build/1st/purify-2.0.0/cpp/purify/logging.h:7,
                 from /build/1st/purify-2.0.0/cpp/purify/PSFOperator.cc:3:
/build/1st/purify-2.0.0/cpp/purify/logging.enabled.h: In function 
'std::shared_ptr<spdlog::logger> purify::logging::initialize(const string&)':
/build/1st/purify-2.0.0/cpp/purify/logging.enabled.h:15:31: error: 
'stdout_logger_mt' is not a member of 'spdlog'
   auto const result = spdlog::stdout_logger_mt(default_logger_name() + name);
                               ^~~~~~~~~~~~~~~~
In file included from /build/1st/purify-2.0.0/cpp/purify/logging.h:7,
                 from /build/1st/purify-2.0.0/cpp/purify/clean.cc:3:
/build/1st/purify-2.0.0/cpp/purify/logging.enabled.h: In function 
'std::shared_ptr<spdlog::logger> purify::logging::initialize(const string&)':
/build/1st/purify-2.0.0/cpp/purify/logging.enabled.h:15:31: error: 
'stdout_logger_mt' is not a member of 'spdlog'
   auto const result = spdlog::stdout_logger_mt(default_logger_name() + name);
                               ^~~~~~~~~~~~~~~~
/build/1st/purify-2.0.0/cpp/purify/pfitsio.cc: In function 
'purify::Image<std::complex<double> > purify::pfitsio::read2d(const string&)':
/build/1st/purify-2.0.0/cpp/purify/pfitsio.cc:103:8: warning: 'template<class> 
class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<CCfits::FITS> pInfile(new CCfits::FITS(fits_name, 
CCfits::Read, true));
        ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/CCfits/KeyData.h:20,
                 from /usr/include/CCfits/KeywordCreator.h:13,
                 from /usr/include/CCfits/NewKeyword.h:13,
                 from /usr/include/CCfits/HDU.h:21,
                 from /usr/include/CCfits/ExtHDU.h:15,
                 from /usr/include/CCfits/FITS.h:19,
                 from /usr/include/CCfits/CCfits:7,
                 from /build/1st/purify-2.0.0/cpp/purify/pfitsio.h:8,
                 from /build/1st/purify-2.0.0/cpp/purify/pfitsio.cc:2:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /build/1st/purify-2.0.0/cpp/purify/logging.h:7,
                 from 
/build/1st/purify-2.0.0/cpp/purify/MeasurementOperator.cc:3:
/build/1st/purify-2.0.0/cpp/purify/logging.enabled.h: In function 
'std::shared_ptr<spdlog::logger> purify::logging::initialize(const string&)':
/build/1st/purify-2.0.0/cpp/purify/logging.enabled.h:15:31: error: 
'stdout_logger_mt' is not a member of 'spdlog'
   auto const result = spdlog::stdout_logger_mt(default_logger_name() + name);
                               ^~~~~~~~~~~~~~~~
In file included from /build/1st/purify-2.0.0/cpp/purify/logging.h:7,
                 from /build/1st/purify-2.0.0/cpp/purify/RMOperator.cc:3:
/build/1st/purify-2.0.0/cpp/purify/logging.enabled.h: In function 
'std::shared_ptr<spdlog::logger> purify::logging::initialize(const string&)':
/build/1st/purify-2.0.0/cpp/purify/logging.enabled.h:15:31: error: 
'stdout_logger_mt' is not a member of 'spdlog'
   auto const result = spdlog::stdout_logger_mt(default_logger_name() + name);
                               ^~~~~~~~~~~~~~~~
make[3]: *** [cpp/purify/CMakeFiles/libpurify.dir/build.make:157: 
cpp/purify/CMakeFiles/libpurify.dir/PSFOperator.cc.o] Error 1

--- End Message ---
--- Begin Message ---
Source: sopt
Source-Version: 2.0.0-5

We believe that the bug you reported is fixed in the latest version of
sopt, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ole Streicher <[email protected]> (supplier of updated sopt 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 [email protected])


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

Format: 1.8
Date: Sun, 30 Sep 2018 10:42:13 +0200
Source: sopt
Binary: libsopt2.0 libsopt-dev
Architecture: source
Version: 2.0.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Astro Team <[email protected]>
Changed-By: Ole Streicher <[email protected]>
Description:
 libsopt-dev - Development package for Sparse OPTimisation library
 libsopt2.0 - Sparse OPTimisation shared library
Closes: 909765
Changes:
 sopt (2.0.0-5) unstable; urgency=medium
 .
   * Update VCS fields to use salsa.d.o
   * Add spdlog header (Closes: #909765)
   * Push Standards-Version to 4.2.1. No changes needed
   * Push compat to 11
Checksums-Sha1:
 8c7413a707c1f8c1e29c6da8dd0a22b79a27709c 2129 sopt_2.0.0-5.dsc
 f33f101942f656f9b03930553ccd566d7469d65e 6612 sopt_2.0.0-5.debian.tar.xz
Checksums-Sha256:
 8e1b76118254b58e3b312e77b97b9c8cdd34d45c2923aac0a0d0615676e8e286 2129 
sopt_2.0.0-5.dsc
 866b21e8e9964bb024f38fbdb702b5adf2f0171e496d8c2c635be9e7f9620cd0 6612 
sopt_2.0.0-5.debian.tar.xz
Files:
 8dffd2cb6bf74cbfe1abdd259769022a 2129 science optional sopt_2.0.0-5.dsc
 aa9df8e8f901547ed52168f2f0f67a83 6612 science optional 
sopt_2.0.0-5.debian.tar.xz

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

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAluwjMoACgkQcRWv0HcQ
3Pc+XRAAuQ3DqE/Cj7T7L633wdBH4tdoUxJv/uXLIgGmWC6gcBmfYeFXDMzbqUp+
zubenNlbWEa7XmZJjEV85khOhFpIBoySt5eMlTm9cX1Go95y648WSDeSaibND6iX
1j4GNWMUAyNwYnMkWHoRhwfehXbX87CPm6n4XhrnkL5z081rd9aqwFSZW7FXLJV3
Qo5+neTUQxYxN4bB1PIOw3ylBZa5RuNti3J0tNxUsMWIQ/WcFMibFkAfD3YnsgtU
c/LvYQW9hB5KszHUC0tEdXypXJkh5OXPpfAu27bTp69mRWmPljgMAUW078MzwY4M
E1rJLNDzl9doL1LxamSSQrVLVmR8qYlvqDwHuiaSIzaM4W5o/8Lmo8d8ZfXQEjq0
2u3eBag8uZ/qiWS2GssVzrIGfTbeN/E3dBnFCgrBD6FfissEGFpZ/gM58s+Zzdi0
ppGWkUrTwc92VEl01h2Vtyh51ONEaUdRzibYiU/3IYrSBaSpFaakNKXZTYVfQI4x
c6nRS/xzIThP6DUuDo3fevbgrzwyQLINje/p2YkNiw0vCrTMirIisoSGX7nDZ8MC
TQ1Ootx/6qALV3bm2WuUCyCdlUjo1VeYeZUMWwJ8ZqeQ/GEknNkDZeWAHAcpJ2B6
e/vQP8Ugm7Gc3a2lFsGqnaA3zPdE6/xgqOWnSZGrR7xDI9gA8ww=
=oCRt
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to