Your message dated Sun, 30 Sep 2018 19:09:28 +0000
with message-id <e1g6h5s-0001mf...@fasolo.debian.org>
and subject line Bug#909765: fixed in purify 2.0.0-3
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 ow...@bugs.debian.org
immediately.)
--
909765: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909765
Debian Bug Tracking System
Contact ow...@bugs.debian.org 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: purify
Source-Version: 2.0.0-3
We believe that the bug you reported is fixed in the latest version of
purify, 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 909...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated purify 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: Sun, 30 Sep 2018 10:48:51 +0200
Source: purify
Binary: purify libpurify2.0 libpurify-dev
Architecture: source
Version: 2.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Astro Team <debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Description:
libpurify-dev - Routines for radio interferometric imaging (development files)
libpurify2.0 - Routines for radio interferometric imaging (shared lib)
purify - Collection of routines for radio interferometric imaging
Closes: 909765
Changes:
purify (2.0.0-3) 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:
1f0fbe08acb3a27fd0ae10762f59903851fca64a 2201 purify_2.0.0-3.dsc
6abb839828daaf695a912be0aa56b16aa76b2c3a 18536 purify_2.0.0-3.debian.tar.xz
Checksums-Sha256:
62b8492608d7e0c96b955e881b2d05b53e4ef6e09dd2a5b81a3447af351c59ba 2201
purify_2.0.0-3.dsc
7e9f5d0930a43b222672da2d6eb766cc975ea12aa4c3ee7e029618dbad72a237 18536
purify_2.0.0-3.debian.tar.xz
Files:
b4bafcfacd3725532ba952f9ad95835b 2201 science optional purify_2.0.0-3.dsc
0cb900172325930562efedd90627d5d4 18536 science optional
purify_2.0.0-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAluxGlYACgkQcRWv0HcQ
3Pc63A//UyBSLHEZRzxpC4wNFMS5o+VTMYltv4UgQc3DrMfDq06fke3o7q606VEo
QK68ez9zAj2w/HjNW5sRnwQwaQMYbtZE9U8vhfgFz6zPtd6+KI1K2bJ2QNxVP/Se
2pTca7Q/Jlxgr1mtOb7Y9QJ4yHWMbm+RIH3dAHFyW+oBC24W9IKGUDB4aYHRHpxY
xvPvN1CmgziBijbz9SmY/NCLyG6MnB4fyh/nvQW+pYhI924cDKzQXylx2omMnXAn
ZESU9eTzXlYAssoyaCAYdV8ijxNavxsDQ74J0CF5oylXj8if6s4s+1/ssnwGkrk+
qOUck0kA77//b5t/BlXVwQBxXT34AflqMmei/OGswDld5Ddhi+SPOCmcNqxxTG45
DXqgUrp/C2xcYMBlO99G+apfS1UWFpzG3ACYO7upF24UZ5tLtE+8tpPdDKAmBuTi
NlntLXpNxg8d4GRie/1xtkH+/hcLQNT8xbUx8pPsmfkb69lmIwKfYu/+ZtwaYCmL
N3skmg3mIx6czkA8h5RVAW5enot7g+61+8D/rONYSqG2s/juIpflZ/TsCJXVXANI
NDAgy3wdd1RtSWJkF5dIdJLHo3eq4a2S/XRHtAjjibEvXfnDx9ihOvpKmc7Lkrcg
7CrqXTMvMw1RrqLZw0uuWcmGHvD+MZag+MxyBNfIse8xaL9S8sI=
=prr9
-----END PGP SIGNATURE-----
--- End Message ---