Your message dated Thu, 17 Aug 2017 22:49:36 +0000
with message-id <e1ditbc-000379...@fasolo.debian.org>
and subject line Bug#872485: fixed in vdr-plugin-epgsearch 2.2.0+git20170817-1
has caused the Debian Bug report #872485,
regarding vdr-plugin-epgsearch FTBFS with vdr 2.3.8
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.)


-- 
872485: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872485
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: vdr-plugin-epgsearch
Version: 1.0.1~beta6+git20150211-4
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/vdr-plugin-epgsearch.html

...
g++ -g -O2 -fdebug-prefix-map=/build/vdr-2.3.8=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE 
-c  -DSENDMAIL='"/usr/sbin/sendmail"' -DPLUGIN_NAME_I18N='"epgsearch"'  -o 
blacklist.o blacklist.c
blacklist.c: In constructor 'cBlacklist::cBlacklist()':
blacklist.c:50:18: error: 'Channels' was not declared in this scope
     channelMin = Channels.GetByNumber(cDevice::CurrentChannel());
                  ^~~~~~~~
blacklist.c:50:18: note: suggested alternative: 'kChannels'
     channelMin = Channels.GetByNumber(cDevice::CurrentChannel());
                  ^~~~~~~~
                  kChannels
blacklist.c: In member function 'bool cBlacklist::Parse(const char*)':
blacklist.c:334:17: error: 'Channels' was not declared in this scope
    channelMin = 
Channels.GetByChannelID(tChannelID::FromString(channelMinbuffer), true, true);
                 ^~~~~~~~
blacklist.c:334:17: note: suggested alternative: 'kChannels'
    channelMin = 
Channels.GetByChannelID(tChannelID::FromString(channelMinbuffer), true, true);
                 ^~~~~~~~
                 kChannels
blacklist.c: In member function 'cEvent* cBlacklist::GetEventByBlacklist(const 
cSchedule*, const cEvent*, int)':
blacklist.c:521:37: error: invalid conversion from 'const cEvent*' to 'cEvent*' 
[-fpermissive]
       p1 = schedules->Events()->Next(Start);
            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
blacklist.c:523:38: error: invalid conversion from 'const cEvent*' to 'cEvent*' 
[-fpermissive]
       p1 = schedules->Events()->First();
            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~
blacklist.c:548:56: error: invalid conversion from 'const cEvent*' to 'cEvent*' 
[-fpermissive]
   for (cEvent *p = p1; p; p = schedules->Events()->Next(p))
                               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
blacklist.c: In member function 'cSearchResults* 
cBlacklist::Run(cSearchResults*, int)':
blacklist.c:636:5: error: 'cSchedulesLock' was not declared in this scope
     cSchedulesLock schedulesLock;
     ^~~~~~~~~~~~~~
blacklist.c:636:5: note: suggested alternative: 'cSchedules_Lock'
     cSchedulesLock schedulesLock;
     ^~~~~~~~~~~~~~
     cSchedules_Lock
blacklist.c:638:29: error: 'Schedules' is not a member of 'cSchedules'
     schedules = cSchedules::Schedules(schedulesLock);
                             ^~~~~~~~~
blacklist.c:638:39: error: 'schedulesLock' was not declared in this scope
     schedules = cSchedules::Schedules(schedulesLock);
                                       ^~~~~~~~~~~~~
blacklist.c:638:39: note: suggested alternative: 'cSchedules_Lock'
     schedules = cSchedules::Schedules(schedulesLock);
                                       ^~~~~~~~~~~~~
                                       cSchedules_Lock
blacklist.c:647:22: error: 'Channels' was not declared in this scope
  cChannel* channel = Channels.GetByChannelID(Schedule->ChannelID(),true,true);
                      ^~~~~~~~
blacklist.c:647:22: note: suggested alternative: 'kChannels'
  cChannel* channel = Channels.GetByChannelID(Schedule->ChannelID(),true,true);
                      ^~~~~~~~
                      kChannels
blacklist.c: In member function 'int cBlacklists::GetNewID()':
blacklist.c:740:10: error: 'max' was not declared in this scope
  newID = max(newID, l->ID);
          ^~~
blacklist.c:740:10: note: suggested alternative:
In file included from /usr/include/c++/7/vector:60:0,
                 from blacklist.c:24:
/usr/include/c++/7/bits/stl_algobase.h:265:5: note:   'std::max'
     max(const _Tp& __a, const _Tp& __b, _Compare __comp)
     ^~~
Makefile:193: recipe for target 'blacklist.o' failed
make[1]: *** [blacklist.o] Error 1

--- End Message ---
--- Begin Message ---
Source: vdr-plugin-epgsearch
Source-Version: 2.2.0+git20170817-1

We believe that the bug you reported is fixed in the latest version of
vdr-plugin-epgsearch, 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 872...@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-epgsearch 
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: Fri, 18 Aug 2017 00:29:29 +0200
Source: vdr-plugin-epgsearch
Binary: vdr-plugin-epgsearch
Architecture: source amd64
Version: 2.2.0+git20170817-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-epgsearch - VDR plugin that provides extensive EPG searching 
capabilities
Closes: 872485
Changes:
 vdr-plugin-epgsearch (2.2.0+git20170817-1) unstable; urgency=medium
 .
   * New Upstream Snapshot (commit f25c390) (Closes: #872485)
   * Build-depend on vdr-dev >= 2.3.8
Checksums-Sha1:
 5aacedd3dd3bd4160d0232ff65230ed3205239c8 2236 
vdr-plugin-epgsearch_2.2.0+git20170817-1.dsc
 1b9cef441dd5b6a700606feeea5ba5deb9671950 488365 
vdr-plugin-epgsearch_2.2.0+git20170817.orig.tar.gz
 aea1da2393f34f2ac7539b62a5150971bb8107d3 10788 
vdr-plugin-epgsearch_2.2.0+git20170817-1.debian.tar.xz
 b9a33cf6a7a4bcb2ee4d3a6cd034c0d7b9b9a206 3022012 
vdr-plugin-epgsearch-dbgsym_2.2.0+git20170817-1_amd64.deb
 b1516a9b82f72e24979bf87c8c3d620282d7d23f 653380 
vdr-plugin-epgsearch_2.2.0+git20170817-1_amd64.deb
Checksums-Sha256:
 6c7a71a76eb180d065e26b26693abd4e67aa86179976392bd43438adb2f471a9 2236 
vdr-plugin-epgsearch_2.2.0+git20170817-1.dsc
 adb6b3a1a7001aa327cc55fed72319c4aebc95cffdc006ae3724b49e81a6b299 488365 
vdr-plugin-epgsearch_2.2.0+git20170817.orig.tar.gz
 fdd356227fb362144b3550fd66a3b015178c5e9169631b7373453b52f7aa8ff6 10788 
vdr-plugin-epgsearch_2.2.0+git20170817-1.debian.tar.xz
 77d6094c94d3c98510b1a182221709d856e4ccf1ae814f53040738e8814afd07 3022012 
vdr-plugin-epgsearch-dbgsym_2.2.0+git20170817-1_amd64.deb
 e8fa823dc868d31e7badf2e084e699863a2ab8d68d2399298377ad341410597f 653380 
vdr-plugin-epgsearch_2.2.0+git20170817-1_amd64.deb
Files:
 e28dc70309f729088dfeed4dad3f68fe 2236 video extra 
vdr-plugin-epgsearch_2.2.0+git20170817-1.dsc
 0835a6e30fbf3b55915df24b21d5ccdb 488365 video extra 
vdr-plugin-epgsearch_2.2.0+git20170817.orig.tar.gz
 ecde80e69b3532ab2478f8843ae1f11f 10788 video extra 
vdr-plugin-epgsearch_2.2.0+git20170817-1.debian.tar.xz
 494a17d1ddd7b203ce3e1bbb59319c84 3022012 debug extra 
vdr-plugin-epgsearch-dbgsym_2.2.0+git20170817-1_amd64.deb
 68d3cc237b7aaf2e42052c47e438ea8d 653380 video extra 
vdr-plugin-epgsearch_2.2.0+git20170817-1_amd64.deb

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

iQIzBAEBCAAdFiEEV6STX5IhiI/eNxSi1i5PWwQTkLwFAlmWGdcACgkQ1i5PWwQT
kLwnJBAAlP1KfpjMPwFXbjhJI73JH2mVLL/vK2vmf9oSfRbb0WRgNSk98XaSde4c
Ga2o55d+datCamjGSFQRl1y3Kgj0AiXvBJIS/DccfLmtYz+BYbjBVc9Va48eyWCe
elk5c6LiYJ0gHYH8pe8DzzhO727c+V1x4bpM8/2BwCBfze0UdonWpHagQcnb3cp6
xOka9E5ojCmZWbLtsrMDJWDIvSkK7Iiod2+z4dAMKIRyB9NKtSpkFYBlE6AaR2eK
16b2K5Q22+yTyF3OM0V4GupJAYcy4Q1zvL8bN0CdEnMxDrEphnh6s5NKy9TbBDCP
KDALOTL7nOhZ8HYMi78b6gfrA4H0SgenR7ExJrrbJU+aRLpdWHRL9sG6IrPA6hdy
LwgyK4Vs1Q+XUYQGe+tlIlBz1+NyI+IQRYvT1Pj9bkqEy4wjYnfY9vVaw7XZMxzt
KHYR22qcTdGMLEytf3WfWeIeyTVeFB5tv1G/zKFNzhMhewu4LoVk/zYTU8tpIRzX
431+gVDRpy1wlmPbv/35ukbZBLXFN9S5G9zZBe0/4h3e91PRLEoWsxb+sifyPgUK
wapIzTtOV0h0uqLRkMfRXlwix0O2j/6aYFrnEG7mhR9rhGZu95zY4HgsdBwyY0mn
M6AdE6rlyzVrZCNC8yx3hrlHuQkdyN+xfLVfIiLnminTDlZs8Ts=
=ex1F
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to