Your message dated Sun, 06 Nov 2016 23:48:54 +0000
with message-id <e1c3xbg-000hz9...@fasolo.debian.org>
and subject line Bug#811800: fixed in fityk 1.3.0-1
has caused the Debian Bug report #811800,
regarding fityk: FTBFS with GCC 6: error: reference is ambiguous
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.)
--
811800: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811800
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: fityk
Version: 1.2.1-0.1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-reference-ambiguous
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
...
>
> libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -I/usr/include/lua5.1 -g -O2 -fstack-protector-strong
> -Wformat -Werror=format-security -c swig/fityk_lua.cpp -o
> swig/libfityk_la-fityk_lua.o
> /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/lua5.1 -g -O2
> -fstack-protector-strong -Wformat -Werror=format-security -c -o
> cmpfit/libfityk_la-mpfit.lo `test -f 'cmpfit/mpfit.c' || echo
> './'`cmpfit/mpfit.c
> mgr.cpp: In member function 'int
> fityk::VariableManager::add_variable(fityk::Variable*)':
> mgr.cpp:251:5: warning: 'template<class> class std::auto_ptr' is deprecated
> [-Wdeprecated-declarations]
> auto_ptr<Variable> var(new_var);
> ^~~~~~~~
>
> In file included from /usr/include/c++/6/memory:81:0,
> from /usr/include/boost/config/no_tr1/memory.hpp:21,
> from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
> from /usr/include/boost/shared_ptr.hpp:17,
> from tplate.h:9,
> from mgr.h:9,
> from mgr.cpp:5:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
>
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -I/usr/include/lua5.1 -g -O2 -fstack-protector-strong
> -Wformat -Werror=format-security -c cmpfit/mpfit.c -o
> cmpfit/libfityk_la-mpfit.o
> logic.cpp: In member function 'void fityk::Ftk::import_dataset(int, const
> string&, const string&, const string&)':
> logic.cpp:234:13: warning: 'template<class> class std::auto_ptr' is
> deprecated [-Wdeprecated-declarations]
> auto_ptr<Data> data(new Data(this));
> ^~~~~~~~
>
> In file included from /usr/include/c++/6/memory:81:0,
> from /usr/include/boost/smart_ptr/scoped_ptr.hpp:21,
> from /usr/include/boost/scoped_ptr.hpp:14,
> from logic.h:8,
> from logic.cpp:5:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
>
> guess.cpp:23:7: error: reference to 'array' is ambiguous
> const array<string, 3> Guess::linear_traits =
> ^~~~~
>
> In file included from guess.h:9:0,
> from guess.cpp:5:
> /usr/include/boost/array.hpp:60:11: note: candidates are: template<class T,
> long unsigned int N> class boost::array
> class array {
> ^~~~~
>
> In file included from /usr/include/c++/6/tuple:39:0,
> from /usr/include/c++/6/functional:55,
> from /usr/include/c++/6/memory:79,
> from model.h:9,
> from guess.cpp:12:
> /usr/include/c++/6/array:90:12: note: template<class _Tp,
> long unsigned int _Nm> struct std::array
> struct array
> ^~~~~
>
> guess.cpp:25:7: error: reference to 'array' is ambiguous
> const array<string, 4> Guess::peak_traits =
> ^~~~~
>
> In file included from guess.h:9:0,
> from guess.cpp:5:
> /usr/include/boost/array.hpp:60:11: note: candidates are: template<class T,
> long unsigned int N> class boost::array
> class array {
> ^~~~~
>
> In file included from /usr/include/c++/6/tuple:39:0,
> from /usr/include/c++/6/functional:55,
> from /usr/include/c++/6/memory:79,
> from model.h:9,
> from guess.cpp:12:
> /usr/include/c++/6/array:90:12: note: template<class _Tp,
> long unsigned int _Nm> struct std::array
> struct array
> ^~~~~
>
> guess.cpp:108:1: error: reference to 'array' is ambiguous
> array<double,4> Guess::estimate_peak_parameters()
> ^~~~~
>
> In file included from guess.h:9:0,
> from guess.cpp:5:
> /usr/include/boost/array.hpp:60:11: note: candidates are: template<class T,
> long unsigned int N> class boost::array
> class array {
> ^~~~~
>
> In file included from /usr/include/c++/6/tuple:39:0,
> from /usr/include/c++/6/functional:55,
> from /usr/include/c++/6/memory:79,
> from model.h:9,
> from guess.cpp:12:
> /usr/include/c++/6/array:90:12: note: template<class _Tp,
> long unsigned int _Nm> struct std::array
> struct array
> ^~~~~
>
> guess.cpp:139:1: error: reference to 'array' is ambiguous
> array<double,3> Guess::estimate_linear_parameters()
> ^~~~~
>
> In file included from guess.h:9:0,
> from guess.cpp:5:
> /usr/include/boost/array.hpp:60:11: note: candidates are: template<class T,
> long unsigned int N> class boost::array
> class array {
> ^~~~~
>
> In file included from /usr/include/c++/6/tuple:39:0,
> from /usr/include/c++/6/functional:55,
> from /usr/include/c++/6/memory:79,
> from model.h:9,
> from guess.cpp:12:
> /usr/include/c++/6/array:90:12: note: template<class _Tp,
> long unsigned int _Nm> struct std::array
> struct array
> ^~~~~
>
> runner.cpp: In member function 'void
> fityk::Runner::execute_command(fityk::Command&, int)':
> runner.cpp:728:34: warning: ignoring return value of 'int system(const
> char*)', declared with attribute warn_unused_result [-Wunused-result]
> system(c.args[0].str);
> ^
>
> Makefile:777: recipe for target 'libfityk_la-guess.lo' failed
> make[4]: *** [libfityk_la-guess.lo] Error 1
> make[4]: *** Waiting for unfinished jobs....
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: fityk
Source-Version: 1.3.0-1
We believe that the bug you reported is fixed in the latest version of
fityk, 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.
Stuart Prescott <stu...@debian.org> (supplier of updated fityk 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: SHA256
Format: 1.8
Date: Sun, 06 Nov 2016 16:20:37 +1100
Source: fityk
Binary: fityk
Architecture: source
Version: 1.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Stuart Prescott <stu...@debian.org>
Closes: 735777 744571 747161 811800
Description:
fityk - general-purpose nonlinear curve fitting and data analysis
Changes:
fityk (1.3.0-1) unstable; urgency=medium
.
* New upstream release (Closes: #747161):
- Builds successfully with GCC 6 (Closes: #811800).
* Update build system to suit new upstream:
- Remove no-longer-needed compiler/linker FLAGS setting (Closes: #735777)
- Update build-dependencies on lua
- Add build-dependency on
- 'swig' to build bindings
- 'check' to run tests
- 'texlive-latex-*', 'sphinx', 'dvipng' to build documentation
* Switch to debhelper compat level 10, allowing debhelper to do the necessary
autoreconf automatically (Closes: #744571)
* Move d/upstream to d/upstream/metadata
* Fix watch file to correctly find new releases.
* Bump Standards-Version to 3.9.8 (no changes required).
* Drop no-longer-needed menu file as per #741573.
* Add DEP-8 tests using cfityk.
* Bring package into Debian Science and add me as an uploader, with thanks
to Carlo Segre for many years of work.
Checksums-Sha1:
87d00b0c1075870ce8e950fbfb978d08cde77397 2149 fityk_1.3.0-1.dsc
11380e2bbc7206520c0892e3a7a68422efda95d1 922677 fityk_1.3.0.orig.tar.gz
af4357592c8c7f15841ca15a727a956f35ebdb44 6556 fityk_1.3.0-1.debian.tar.xz
Checksums-Sha256:
3aab54dbd8ca3997ce71f56b65af6dc8696652e81813e7bf828a66702b7ebd83 2149
fityk_1.3.0-1.dsc
5d24db4a699fee073ccd4cfd53f60697c6b75298b2eaee6da883e5bd4014f7ba 922677
fityk_1.3.0.orig.tar.gz
cba50bb39ce924c691fdd2c28a047d23ed3d5b52444b4dde9ce63390fb67fe4b 6556
fityk_1.3.0-1.debian.tar.xz
Files:
b95c232ef371db8f6e9ef0a9f842d141 2149 science optional fityk_1.3.0-1.dsc
828c68475f41483090a3b9b2ca260e86 922677 science optional
fityk_1.3.0.orig.tar.gz
ef35aff4d574a5212df4c9de89c75e78 6556 science optional
fityk_1.3.0-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJYH7yLAAoJELvBfrsTlvL3tukP/1Flwsb2CBP3Yv6Gg1vERdM3
emXVuv86R6tlnjSKqVxKbb+HzLF+1t3cWw9Seb9t/5lkc+B4iO5LPLaW3XFEbw0B
m3P6rWG0+htMFjSNNc31rLhApA6nBckMWFQ2QPR+yNWjpAxj1YKPSrfhWs8zSSTQ
IVTPKlkFX8R5xm0Fx0sg9Z+kPmptlRj7YURthpdRlGheUBLtSYkESoe2t9tPG6Y3
uDsvnqUgQBsgz1yG6eIeZGcatx2Sl5Up2l7RX3LSnxmWtpJrnG7E5L+/xdW0Az0o
vmVA9VSJA3KeEP90JFUibXiRvb1iVcBkdreZqpG5zADjaD6MSq1R2dhfnUwHKwsw
hY1c4dQ3mEdByF3U01tvTQzQrAra7LoV7P4cgQXwyMhBfAooqiyMhNYZshjS7+ut
qhX+QqQa+fsBfIWTpexdTAQQd4GADBcOKhwy3kj4xDeWCxGxaE48uBSAah2zs188
cvxXSQHO9hZTv7fFU63LvJUQ+uQiSCyjWWMOCuIWdsL2H31rOSvlUQFdAi0AsESW
kxehQTIJ/JsVKuDalXyssVlA8S4pdL+wwWAmmyhDrr0Ham7fQ355Bcl6w/wHdcJm
er9qJ0vNol7YwfkX84GMWY4rzNwM/EhXlS9P8nL8TxCGFgxQae6szCpqaZqXtstS
f5vAEyXJYTJqyLiUUgFS
=TYHT
-----END PGP SIGNATURE-----
--- End Message ---