Your message dated Wed, 23 Aug 2017 17:54:27 +0000
with message-id <e1dkzrh-000hpi...@fasolo.debian.org>
and subject line Bug#853699: fixed in vdr-plugin-live 2.3.1-1
has caused the Debian Bug report #853699,
regarding vdr-plugin-live: ftbfs with GCC-7
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.)


-- 
853699: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853699
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:vdr-plugin-live
Version: 0.3.0+git20160123-1
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/vdr-plugin-live_0.3.0+git20160123-1_unstable_gcc7.log
The last lines of the build log are at the end of this report.

To build with GCC 7, either set CC=gcc-7 CXX=g++-7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-7/porting_to.html

[...]
/usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from ../setup.h:8:0,
                 from multischedule.ecpp:10:
../live.h:36:7: warning: 'template<class> class std::auto_ptr' is deprecated 
[-Wdeprecated-declarations]
  std::auto_ptr< ServerThread > m_thread;
       ^~~~~~~~
In file included from /usr/include/c++/7/bits/locale_conv.h:41:0,
                 from /usr/include/c++/7/locale:43,
                 from /usr/include/cxxtools/char.h:420,
                 from /usr/include/cxxtools/string.h:34,
                 from /usr/include/cxxtools/serializationinfo.h:33,
                 from /usr/include/tnt/tntconfig.h:35,
                 from /usr/include/tnt/sessionscope.h:34,
                 from /usr/include/tnt/ecpp.h:35,
                 from multischedule.cpp:6:
/usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
multischedule.ecpp: In member function 'virtual unsigned int 
{anonymous}::_component_::operator()(tnt::HttpRequest&, tnt::HttpReply&, 
tnt::QueryParams&)':
multischedule.ecpp:302:50: error: ISO C++ forbids comparison between pointer 
and integer [-fpermissive]
   if ( Channel->GroupSep() || Channel->Name() == '\0' )
                                                  ^~~~
Makefile:26: recipe for target 'multischedule.o' failed
make[2]: *** [multischedule.o] Error 1
make[2]: Leaving directory 
'/<<BUILDDIR>>/vdr-plugin-live-0.3.0+git20160123/pages'
make[2]: Entering directory 
'/<<BUILDDIR>>/vdr-plugin-live-0.3.0+git20160123/css'
ecppc   -b -m "text/css" styles.css
g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
-D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include  
-Wno-overloaded-virtual -Wno-unused-function -c -D_GNU_SOURCE 
-DPLUGIN_NAME_I18N='"live"' -DTNTVERSION=22100 -DCXXTOOLVER=22100 
-DHAVE_LIBPCRECPP -I/include -I.. styles.cpp
ar r libcss.a styles.o
ar: creating libcss.a
rm styles.cpp
make[2]: Leaving directory '/<<BUILDDIR>>/vdr-plugin-live-0.3.0+git20160123/css'
make[2]: Entering directory 
'/<<BUILDDIR>>/vdr-plugin-live-0.3.0+git20160123/javascript'
ecppc   -b -m "text/javascript" treeview.js
g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
-D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include  
-Wno-overloaded-virtual -Wno-unused-function -c -D_GNU_SOURCE 
-DPLUGIN_NAME_I18N='"live"' -DTNTVERSION=22100 -DCXXTOOLVER=22100 
-DHAVE_LIBPCRECPP -I/include -I.. treeview.cpp
ar r libjavascript.a treeview.o
ar: creating libjavascript.a
rm treeview.cpp
make[2]: Leaving directory 
'/<<BUILDDIR>>/vdr-plugin-live-0.3.0+git20160123/javascript'
g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
-D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include  -Wl,-z,relro -shared 
live.o thread.o tntconfig.o setup.o i18n.o timers.o tools.o recman.o tasks.o 
status.o epg_events.o epgsearch.o grab.o md5.o filecache.o livefeatures.o 
preload.o timerconflict.o users.o -Wl,--whole-archive pages/libpages.a 
css/libcss.a javascript/libjavascript.a -Wl,--no-whole-archive -L/usr/lib 
-ltntnet -lcxxtools -lpcrecpp -lpcre -o libvdr-live.so
g++: error: pages/libpages.a: No such file or directory
Makefile:128: recipe for target 'libvdr-live.so' failed
make[1]: *** [libvdr-live.so] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/vdr-plugin-live-0.3.0+git20160123'
dh_auto_build: make -j1 returned exit code 2
debian/rules:9: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: vdr-plugin-live
Source-Version: 2.3.1-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 853...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tobias Grimm <et...@debian.org> (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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 23 Aug 2017 08:59:13 +0200
Source: vdr-plugin-live
Binary: vdr-plugin-live vdr-plugin-live-dbg
Architecture: source amd64
Version: 2.3.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian VDR Team <pkg-vdr-dvb-de...@lists.alioth.debian.org>
Changed-By: Tobias Grimm <et...@debian.org>
Description:
 vdr-plugin-live - Web administration plugin for VDR
 vdr-plugin-live-dbg - Web administration plugin for VDR
Closes: 853699
Changes:
 vdr-plugin-live (2.3.1-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #853699)
   * Build-depend on vdr-dev >= 2.3.8
   * Dropped all patches - fixed upstream
   * Standards-Version: 3.9.8
Checksums-Sha1:
 325166ebaf53485d7887a36a939f4c7e3c190ce7 2244 vdr-plugin-live_2.3.1-1.dsc
 5d075a025d5b3b7c4bc8cabd5b14987649f3d54d 703327 
vdr-plugin-live_2.3.1.orig.tar.bz2
 e39b2264d9e54af3350f2ef464214139a7ce7ce0 6960 
vdr-plugin-live_2.3.1-1.debian.tar.xz
 b6465abddb0b743a8ec0c6223adb31c2c1dbb3da 9195762 
vdr-plugin-live-dbg_2.3.1-1_amd64.deb
 7e87deeb60bf43bb5b45c6493074031131b3a966 995440 
vdr-plugin-live_2.3.1-1_amd64.deb
Checksums-Sha256:
 346f3b9d5cc8e4e6b7945e88163a7eff296436a9c1a459fde606500a0307dc5e 2244 
vdr-plugin-live_2.3.1-1.dsc
 b3cde94178b27577bf66f77a9c9288d2a3e59f4e77b7303f0dc3891858d2a192 703327 
vdr-plugin-live_2.3.1.orig.tar.bz2
 1dd80bf25a17569f41d9aace0c77a452a8ab2354040aff84094701f8306bc075 6960 
vdr-plugin-live_2.3.1-1.debian.tar.xz
 6dde836473e4bb7549cb9eae31c7a8f8f2a5b0dd6677f8efba7c1901e4e476d5 9195762 
vdr-plugin-live-dbg_2.3.1-1_amd64.deb
 0fd416d7fffb2c5ef94fb49c66ecd62d989f9c643841c43ff355021f2b297d84 995440 
vdr-plugin-live_2.3.1-1_amd64.deb
Files:
 329824cfde9c6f53b4cb7e21c069842c 2244 video extra vdr-plugin-live_2.3.1-1.dsc
 7c3dc9c4328614e4d58a1b1ef282e0c9 703327 video extra 
vdr-plugin-live_2.3.1.orig.tar.bz2
 b63d009b13fdb38848d4dc154d8d1a14 6960 video extra 
vdr-plugin-live_2.3.1-1.debian.tar.xz
 4c5b39410a0d8ceda1fe73a87bb84674 9195762 debug extra 
vdr-plugin-live-dbg_2.3.1-1_amd64.deb
 2d9e84896202759f1e9b5bfd0ea4e791 995440 video extra 
vdr-plugin-live_2.3.1-1_amd64.deb

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

iQIzBAEBCAAdFiEEV6STX5IhiI/eNxSi1i5PWwQTkLwFAlmdh64ACgkQ1i5PWwQT
kLxl2w//coGcsbS5r2QGbVZeda4y/GUeJ6MEdWEKeG6SFLMtR+3ngpAnDeSEa/zM
XriilvybqehIeuL8Mu3jfUBQpPwhgmhNdjsA7lHlINJPDW7bB3CAcwpuQLbsx5oa
bjkzpZsw7kQyh9+bOhyZlgTyMCewTq278S2E+4PxYXx9XlmRK9tH+Ta13WanHoIe
lgWQO7oBXTwUcS72QT4XolS41JaU7mFe8DvloL9qerZUNqA8mKjV+wVPYzk9a9ZL
MLZ6pxfxmaGZsZAFedtfaSX2iZShZLozc8sPpt02p1S3zOJQ/1wwW+j04jjJvR0L
siAIYq2vnINd9SEiJ+5dbLaTEmZXXFNP7kKE/Lw40bce9RC8OC6f/OFfiatwZGvq
W0KkH4sWdfv/K3KRbNIjcyPzu5GQX8DRKKTjabSsSDiewz32ArRJrF2mNpILnATK
XvP9PlDO3QXW6LSwFLJWxPHemHSo7lb/z9GWF2IJN4Rx9Agv0rOTiRWhclf6RTWm
zl3S1scOLg4jUMgEDGNdJHmISZXwrldJO1S/FmeUMJR9RQUseHE1skUo090x4w/c
TH0Xe7GVCnE/78Y+nbz/DlKdmyoOJxU6E2IKMK8aDRus67dQ+CmXEci5zTcrPlnF
SeetDu+2Cl2zqRxBAo+XlJxPFGTKd4jcAzuj3G5LfKL9U//kaQg=
=1zvJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to