Your message dated Sun, 24 Jan 2016 19:22:32 +0000
with message-id <[email protected]>
and subject line Bug#811803: fixed in vdr-plugin-live 0.3.0+git20160123-1
has caused the Debian Bug report #811803,
regarding vdr-plugin-live: 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 [email protected]
immediately.)
--
811803: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811803
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vdr-plugin-live
Version: 0.3.0+git20150930-1
Severity: important
User: [email protected]
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
...
> recman.cpp:25:2: error: reference to 'weak_ptr' is ambiguous
> weak_ptr< RecordingsManager > RecordingsManager::m_recMan;
> ^~~~~~~~
>
> In file included from /usr/include/c++/6/bits/shared_ptr.h:52:0,
> from /usr/include/c++/6/memory:82,
> from /usr/include/c++/6/tr1/memory:39,
> from stdext.h:7,
> from recman.cpp:8:
> /usr/include/c++/6/bits/shared_ptr_base.h:346:11: note: candidates are:
> template<class _Tp> class std::weak_ptr
> class weak_ptr;
> ^~~~~~~~
>
> In file included from /usr/include/c++/6/tr1/memory:50:0,
> from stdext.h:7,
> from recman.cpp:8:
> /usr/include/c++/6/tr1/shared_ptr.h:504:11: note:
> template<class _Tp> class std::tr1::weak_ptr
> class weak_ptr;
> ^~~~~~~~
>
> recman.cpp:26:2: error: reference to 'shared_ptr' is ambiguous
> shared_ptr< RecordingsTree > RecordingsManager::m_recTree;
> ^~~~~~~~~~
>
> In file included from /usr/include/c++/6/bits/shared_ptr.h:52:0,
> from /usr/include/c++/6/memory:82,
> from /usr/include/c++/6/tr1/memory:39,
> from stdext.h:7,
> from recman.cpp:8:
> /usr/include/c++/6/bits/shared_ptr_base.h:343:11: note: candidates are:
> template<class _Tp> class std::shared_ptr
> class shared_ptr;
> ^~~~~~~~~~
>
> In file included from /usr/include/c++/6/tr1/memory:50:0,
> from stdext.h:7,
> from recman.cpp:8:
> /usr/include/c++/6/tr1/shared_ptr.h:501:11: note:
> template<class _Tp> class std::tr1::shared_ptr
> class shared_ptr;
> ^~~~~~~~~~
>
> recman.cpp:27:2: error: reference to 'shared_ptr' is ambiguous
> shared_ptr< RecordingsList > RecordingsManager::m_recList;
> ^~~~~~~~~~
>
> In file included from /usr/include/c++/6/bits/shared_ptr.h:52:0,
> from /usr/include/c++/6/memory:82,
> from /usr/include/c++/6/tr1/memory:39,
> from stdext.h:7,
> from recman.cpp:8:
> /usr/include/c++/6/bits/shared_ptr_base.h:343:11: note: candidates are:
> template<class _Tp> class std::shared_ptr
> class shared_ptr;
> ^~~~~~~~~~
>
> In file included from /usr/include/c++/6/tr1/memory:50:0,
> from stdext.h:7,
> from recman.cpp:8:
> /usr/include/c++/6/tr1/shared_ptr.h:501:11: note:
> template<class _Tp> class std::tr1::shared_ptr
> class shared_ptr;
> ^~~~~~~~~~
>
> recman.cpp:28:2: error: reference to 'shared_ptr' is ambiguous
> shared_ptr< DirectoryList > RecordingsManager::m_recDirs;
> ^~~~~~~~~~
>
> In file included from /usr/include/c++/6/bits/shared_ptr.h:52:0,
> from /usr/include/c++/6/memory:82,
> from /usr/include/c++/6/tr1/memory:39,
> from stdext.h:7,
> from recman.cpp:8:
> /usr/include/c++/6/bits/shared_ptr_base.h:343:11: note: candidates are:
> template<class _Tp> class std::shared_ptr
> class shared_ptr;
> ^~~~~~~~~~
>
> In file included from /usr/include/c++/6/tr1/memory:50:0,
> from stdext.h:7,
> from recman.cpp:8:
> /usr/include/c++/6/tr1/shared_ptr.h:501:11: note:
> template<class _Tp> class std::tr1::shared_ptr
> class shared_ptr;
> ^~~~~~~~~~
>
> recman.cpp: In member function 'vdrlive::RecordingsTreePtr
> vdrlive::RecordingsManager::GetRecordingsTree() const':
> recman.cpp:56:28: error: expected primary-expression before '(' token
> return RecordingsTreePtr(recMan, shared_ptr< RecordingsTree >());
> ^
>
> recman.cpp:56:37: error: reference to 'shared_ptr' is ambiguous
> return RecordingsTreePtr(recMan, shared_ptr< RecordingsTree >());
> ^~~~~~~~~~
>
> In file included from /usr/include/c++/6/bits/shared_ptr.h:52:0,
> from /usr/include/c++/6/memory:82,
> from /usr/include/c++/6/tr1/memory:39,
> from stdext.h:7,
> from recman.cpp:8:
> /usr/include/c++/6/bits/shared_ptr_base.h:343:11: note: candidates are:
> template<class _Tp> class std::shared_ptr
> class shared_ptr;
> ^~~~~~~~~~
>
> In file included from /usr/include/c++/6/tr1/memory:50:0,
> from stdext.h:7,
> from recman.cpp:8:
> /usr/include/c++/6/tr1/shared_ptr.h:501:11: note:
> template<class _Tp> class std::tr1::shared_ptr
> class shared_ptr;
> ^~~~~~~~~~
>
> recman.cpp:56:64: error: expected primary-expression before '>' token
> return RecordingsTreePtr(recMan, shared_ptr< RecordingsTree >());
> ^
>
> recman.cpp:56:66: error: expected primary-expression before ')' token
> return RecordingsTreePtr(recMan, shared_ptr< RecordingsTree >());
> ^
>
> recman.cpp: In member function 'vdrlive::RecordingsListPtr
> vdrlive::RecordingsManager::GetRecordingsList(bool) const':
> recman.cpp:65:28: error: expected primary-expression before '(' token
> return RecordingsListPtr(recMan, shared_ptr< RecordingsList >());
> ^
>
> recman.cpp:65:37: error: reference to 'shared_ptr' is ambiguous
> return RecordingsListPtr(recMan, shared_ptr< RecordingsList >());
> ^~~~~~~~~~
...
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: vdr-plugin-live
Source-Version: 0.3.0+git20160123-1
We believe that the bug you reported is fixed in the latest version of
vdr-plugin-live, 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.
Tobias Grimm <[email protected]> (supplier of updated vdr-plugin-live 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: SHA1
Format: 1.8
Date: Sun, 24 Jan 2016 20:04:39 +0100
Source: vdr-plugin-live
Binary: vdr-plugin-live vdr-plugin-live-dbg
Architecture: source amd64
Version: 0.3.0+git20160123-1
Distribution: unstable
Urgency: medium
Maintainer: Debian VDR Team <[email protected]>
Changed-By: Tobias Grimm <[email protected]>
Description:
vdr-plugin-live - Web administration plugin for VDR
vdr-plugin-live-dbg - Web administration plugin for VDR
Closes: 811803
Changes:
vdr-plugin-live (0.3.0+git20160123-1) unstable; urgency=medium
.
* New Upstream Snapshot (commit 869ac69)
* Removed build dependency to libboost - this is not required for GCC >= 4
* Added fixes for GCC6 (Closes: #811803)
Checksums-Sha1:
a5c26d9c72a6afd2b49fdb63296190a846f6bec5 2309
vdr-plugin-live_0.3.0+git20160123-1.dsc
2d751e6eacb9e052f80a5cd645f8be583ac1cff4 741817
vdr-plugin-live_0.3.0+git20160123.orig.tar.gz
8f84f9ab681965f97a244888f3de12ca19ed123a 7416
vdr-plugin-live_0.3.0+git20160123-1.debian.tar.xz
8433a75c82f4f17df99a4abda8df1b63db43f372 8958724
vdr-plugin-live-dbg_0.3.0+git20160123-1_amd64.deb
1de98d13807a6af982ae28074d8c7e35765cb8fe 986306
vdr-plugin-live_0.3.0+git20160123-1_amd64.deb
Checksums-Sha256:
87a3c44d46a62afd3e6148c54de5ad32206278497d828ed95ffe3aff62e37064 2309
vdr-plugin-live_0.3.0+git20160123-1.dsc
5cbefd5fc5501db1a26f58c77caf18708d4db040f2faa16984a9f7b0535286cc 741817
vdr-plugin-live_0.3.0+git20160123.orig.tar.gz
6cf2f5b344d0b9be732b93148ba05717470b77a48e42aa4d0f5a6e483c29cce9 7416
vdr-plugin-live_0.3.0+git20160123-1.debian.tar.xz
94d9068879337fae6956a2c3d5370b850eed1284e88312b852f117a2b84b8be3 8958724
vdr-plugin-live-dbg_0.3.0+git20160123-1_amd64.deb
fc3200d8f80a870de190bb48f33b868de5e299b6d2477c5317a87e002c597226 986306
vdr-plugin-live_0.3.0+git20160123-1_amd64.deb
Files:
4bede5905545cdb2b1652f447425b0ae 2309 video extra
vdr-plugin-live_0.3.0+git20160123-1.dsc
16d3fc1492d05d47be53def74c351225 741817 video extra
vdr-plugin-live_0.3.0+git20160123.orig.tar.gz
b137aaeee980753ec6b2f8dc5133ff02 7416 video extra
vdr-plugin-live_0.3.0+git20160123-1.debian.tar.xz
8f2316a3ea7e6501b6df3a8710d3eb79 8958724 debug extra
vdr-plugin-live-dbg_0.3.0+git20160123-1_amd64.deb
3b0126d4f6d08f7951bc3378934bb43f 986306 video extra
vdr-plugin-live_0.3.0+git20160123-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJWpSDbAAoJENYuT1sEE5C8BdYP/jFoudXcxyzhJxsdHsPF3IRr
8oBlxNYHm9JMX6/oujK1OJfKZBnAyI2yuKZerDRb0bUmrqWoZ7ZgaNzFJG0umolS
h/UKs2l8EuVT+TPGulPryoFjszITOmww2W+BLjREOT6hGdWS/Cdo7mNMOKHRnJHL
6EXOWAROJLLl6sfOLOjZ+MF31WdQighVVVUeOe0qBGNYv4obGNke7H7WbPJa/F+/
a02JJCYHv+XNDjgfhV1yavYfC+GU31Rkcqnz9X4kdlo8ovTT6hEspd+eaRebpWPg
5saXoZhKZF6fJfk18W1ZYGq5VOwD2qgO3p+meJsgBG+OxjejKlMZNj7PvQ7419D+
L12ODvxAkv1rE5+575ut8UsDrWNUg/+F3gHTJV26hAg3dcCLCNmfY79BVrWkr1CP
ZTPewf7ifPQV1DQV+jB0UvUPB5rM8+41I78SLHeSlm4BJEgVKFWZk9fVDpZ4GYKb
e07XOaRtdsaGTQvDGY/m7U6/HeB1E3PQoP4aOCODwM84yyxjejLLUl0OYoqwARMH
vrzURF2xo19bkbLrRJLt5QWhsG9IEx0t6Tojr/y2IRWcZ5t3zpHlFBLqsmBX0DAX
8H5sGtHzl/0AjZ0e99nW9mkJaLWoCHYaDnbPSVuWq+U6XA2hZbj1FdI2YiZZYqoL
6spLAsDuwxKyI6fbyoCs
=3rel
-----END PGP SIGNATURE-----
--- End Message ---