Your message dated Sun, 28 Jan 2018 16:23:36 +0000
with message-id <e1efpk0-000fcl...@fasolo.debian.org>
and subject line Bug#872494: fixed in vdr-plugin-skinenigmang 
0.1.2+git20180128-1
has caused the Debian Bug report #872494,
regarding vdr-plugin-skinenigmang 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.)


-- 
872494: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872494
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: vdr-plugin-skinenigmang
Version: 0.1.2+git20150212-3
Severity: serious
Tags: buster sid

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

...
g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -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 
-D_GNU_SOURCE -DPLUGIN_NAME_I18N='"skinenigmang"' -DUSE_PLUGIN_EPGSEARCH 
-DUSE_PLUGIN_MAILBOX -DUSE_PLUGIN_AVARDS -DHAVE_IMAGEMAGICK 
-DRECORDING_COVER='"Cover-Enigma"' -I/usr/include/vdr/include -fopenmp 
-DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp 
-DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp 
-DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 
-I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 
-I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 
-I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 
-I/usr/include/freetype2 enigma.c
In file included from enigma.c:36:0:
services/epgsearch.h:164:12: warning: 'template<class> class std::auto_ptr' is 
deprecated [-Wdeprecated-declarations]
       std::auto_ptr<cServiceHandler> handler;
            ^~~~~~~~
In file included from /usr/include/c++/7/bits/locale_conv.h:41:0,
                 from /usr/include/c++/7/locale:43,
                 from /usr/include/c++/7/iomanip:43,
                 from enigma.c:18:
/usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
enigma.c: In member function 'void cSkinEnigmaDisplayChannel::DrawSymbols(const 
cChannel*)':
enigma.c:566:5: error: 'cSchedulesLock' was not declared in this scope
     cSchedulesLock SchedulesLock;
     ^~~~~~~~~~~~~~
enigma.c:566:5: note: suggested alternative: 'cSchedules_Lock'
     cSchedulesLock SchedulesLock;
     ^~~~~~~~~~~~~~
     cSchedules_Lock
enigma.c:567:47: error: 'Schedules' is not a member of 'cSchedules'
     const cSchedules *Schedules = cSchedules::Schedules(SchedulesLock);
                                               ^~~~~~~~~
enigma.c:567:57: error: 'SchedulesLock' was not declared in this scope
     const cSchedules *Schedules = cSchedules::Schedules(SchedulesLock);
                                                         ^~~~~~~~~~~~~
enigma.c:567:57: note: suggested alternative: 'cSchedules_Lock'
     const cSchedules *Schedules = cSchedules::Schedules(SchedulesLock);
                                                         ^~~~~~~~~~~~~
                                                         cSchedules_Lock
enigma.c: In constructor 'cSkinEnigmaDisplayMenu::cSkinEnigmaDisplayMenu()':
enigma.c:1379:16: error: 'min' was not declared in this scope
   nMarkerGap = min(MarkerGap, lineHeight / 2 - 1); //lineHeight - 2 * MarkerGap
                ^~~
enigma.c:1379:16: note: suggested alternative:
In file included from /usr/include/c++/7/bits/char_traits.h:39:0,
                 from /usr/include/c++/7/string:40,
                 from common.h:11,
                 from enigma.c:8:
/usr/include/c++/7/bits/stl_algobase.h:243:5: note:   'std::min'
     min(const _Tp& __a, const _Tp& __b, _Compare __comp)
     ^~~
enigma.c: In member function 'void cSkinEnigmaDisplayMenu::SetColors()':
enigma.c:1417:23: error: 'cBitmap* cOsd::GetBitmap(int)' is protected within 
this context
   if (osd->GetBitmap(1) == NULL) { //single area
                       ^
In file included from /usr/include/vdr/skins.h:16:0,
                 from config.h:22,
                 from enigma.c:9:
/usr/include/vdr/osd.h:792:12: note: declared protected here
   cBitmap *GetBitmap(int Area);
            ^~~~~~~~~
enigma.c:1421:37: error: 'cBitmap* cOsd::GetBitmap(int)' is protected within 
this context
   cBitmap *bitmap = osd->GetBitmap(0);
                                     ^
In file included from /usr/include/vdr/skins.h:16:0,
                 from config.h:22,
                 from enigma.c:9:
/usr/include/vdr/osd.h:792:12: note: declared protected here
   cBitmap *GetBitmap(int Area);
            ^~~~~~~~~
enigma.c:1428:28: error: 'cBitmap* cOsd::GetBitmap(int)' is protected within 
this context
   bitmap = osd->GetBitmap(1);
                            ^
In file included from /usr/include/vdr/skins.h:16:0,
                 from config.h:22,
                 from enigma.c:9:
/usr/include/vdr/osd.h:792:12: note: declared protected here
   cBitmap *GetBitmap(int Area);
            ^~~~~~~~~
enigma.c:1437:28: error: 'cBitmap* cOsd::GetBitmap(int)' is protected within 
this context
   bitmap = osd->GetBitmap(2);
                            ^
In file included from /usr/include/vdr/skins.h:16:0,
                 from config.h:22,
                 from enigma.c:9:
/usr/include/vdr/osd.h:792:12: note: declared protected here
   cBitmap *GetBitmap(int Area);
            ^~~~~~~~~
enigma.c:1455:23: error: 'cBitmap* cOsd::GetBitmap(int)' is protected within 
this context
   if (osd->GetBitmap(4)) { // multiple body areas
                       ^
In file included from /usr/include/vdr/skins.h:16:0,
                 from config.h:22,
                 from enigma.c:9:
/usr/include/vdr/osd.h:792:12: note: declared protected here
   cBitmap *GetBitmap(int Area);
            ^~~~~~~~~
enigma.c:1456:30: error: 'cBitmap* cOsd::GetBitmap(int)' is protected within 
this context
     bitmap = osd->GetBitmap(3);
                              ^
In file included from /usr/include/vdr/skins.h:16:0,
                 from config.h:22,
                 from enigma.c:9:
/usr/include/vdr/osd.h:792:12: note: declared protected here
   cBitmap *GetBitmap(int Area);
            ^~~~~~~~~
enigma.c:1464:30: error: 'cBitmap* cOsd::GetBitmap(int)' is protected within 
this context
     bitmap = osd->GetBitmap(4);
                              ^
In file included from /usr/include/vdr/skins.h:16:0,
                 from config.h:22,
                 from enigma.c:9:
/usr/include/vdr/osd.h:792:12: note: declared protected here
   cBitmap *GetBitmap(int Area);
            ^~~~~~~~~
enigma.c:1472:30: error: 'cBitmap* cOsd::GetBitmap(int)' is protected within 
this context
     bitmap = osd->GetBitmap(5);
                              ^
In file included from /usr/include/vdr/skins.h:16:0,
                 from config.h:22,
                 from enigma.c:9:
/usr/include/vdr/osd.h:792:12: note: declared protected here
   cBitmap *GetBitmap(int Area);
            ^~~~~~~~~
enigma.c:1474:30: error: 'cBitmap* cOsd::GetBitmap(int)' is protected within 
this context
     bitmap = osd->GetBitmap(2);
                              ^
In file included from /usr/include/vdr/skins.h:16:0,
                 from config.h:22,
                 from enigma.c:9:
/usr/include/vdr/osd.h:792:12: note: declared protected here
   cBitmap *GetBitmap(int Area);
            ^~~~~~~~~
enigma.c: In member function 'void cSkinEnigmaDisplayMenu::SetupAreas()':
enigma.c:1599:9: error: 'Timers' was not declared in this scope
     if (Timers.GetNextActiveTimer()) {
         ^~~~~~
enigma.c:1599:9: note: suggested alternative: 'cTimers'
     if (Timers.GetNextActiveTimer()) {
         ^~~~~~
         cTimers
enigma.c: In member function 'virtual void 
cSkinEnigmaDisplayMenu::SetEvent(const cEvent*)':
enigma.c:2639:31: error: 'Channels' was not declared in this scope
           cChannel *channel = Channels.GetByChannelID(r->event->ChannelID(), 
true, true);
                               ^~~~~~~~
enigma.c:2639:31: note: suggested alternative: 'kChannels'
           cChannel *channel = Channels.GetByChannelID(r->event->ChannelID(), 
true, true);
                               ^~~~~~~~
                               kChannels
enigma.c:2684:178: error: 'cBitmap* cOsd::GetBitmap(int)' is protected within 
this context
     if (!(EnigmaConfig.showImages && EnigmaLogoCache.DrawEventImage(Event, 
xLogoLeft, yLogoTop, xLogoRight - xLogoLeft, yLogoBottom - yLogoTop, 
nNumImageColors, osd->GetBitmap(2) ? osd->GetBitmap(2) : osd->GetBitmap(0)))) {
                                                                                
                                                                                
                  ^
In file included from /usr/include/vdr/skins.h:16:0,
                 from config.h:22,
                 from enigma.c:9:
/usr/include/vdr/osd.h:792:12: note: declared protected here
   cBitmap *GetBitmap(int Area);
            ^~~~~~~~~
enigma.c:2684:198: error: 'cBitmap* cOsd::GetBitmap(int)' is protected within 
this context
     if (!(EnigmaConfig.showImages && EnigmaLogoCache.DrawEventImage(Event, 
xLogoLeft, yLogoTop, xLogoRight - xLogoLeft, yLogoBottom - yLogoTop, 
nNumImageColors, osd->GetBitmap(2) ? osd->GetBitmap(2) : osd->GetBitmap(0)))) {
                                                                                
                                                                                
                                      ^
In file included from /usr/include/vdr/skins.h:16:0,
                 from config.h:22,
                 from enigma.c:9:
/usr/include/vdr/osd.h:792:12: note: declared protected here
   cBitmap *GetBitmap(int Area);
            ^~~~~~~~~
enigma.c:2684:218: error: 'cBitmap* cOsd::GetBitmap(int)' is protected within 
this context
     if (!(EnigmaConfig.showImages && EnigmaLogoCache.DrawEventImage(Event, 
xLogoLeft, yLogoTop, xLogoRight - xLogoLeft, yLogoBottom - yLogoTop, 
nNumImageColors, osd->GetBitmap(2) ? osd->GetBitmap(2) : osd->GetBitmap(0)))) {
                                                                                
                                                                                
                                                          ^
In file included from /usr/include/vdr/skins.h:16:0,
                 from config.h:22,
                 from enigma.c:9:
/usr/include/vdr/osd.h:792:12: note: declared protected here
   cBitmap *GetBitmap(int Area);
            ^~~~~~~~~
enigma.c: In member function 'virtual void 
cSkinEnigmaDisplayMenu::SetRecording(const cRecording*)':
enigma.c:2858:23: error: 'Channels' was not declared in this scope
   cChannel *channel = Channels.GetByChannelID(Info->ChannelID());
                       ^~~~~~~~
enigma.c:2858:23: note: suggested alternative: 'kChannels'
   cChannel *channel = Channels.GetByChannelID(Info->ChannelID());
                       ^~~~~~~~
                       kChannels
enigma.c:3036:186: error: 'cBitmap* cOsd::GetBitmap(int)' is protected within 
this context
     if (!(EnigmaConfig.showImages && 
EnigmaLogoCache.DrawRecordingImage(Recording, xLogoLeft, yLogoTop, xLogoRight - 
xLogoLeft, yLogoBottom - yLogoTop, nNumImageColors, osd->GetBitmap(2) ? 
osd->GetBitmap(2) : osd->GetBitmap(0)))) {
                                                                                
                                                                                
                          ^
In file included from /usr/include/vdr/skins.h:16:0,
                 from config.h:22,
                 from enigma.c:9:
/usr/include/vdr/osd.h:792:12: note: declared protected here
   cBitmap *GetBitmap(int Area);
            ^~~~~~~~~
enigma.c:3036:206: error: 'cBitmap* cOsd::GetBitmap(int)' is protected within 
this context
     if (!(EnigmaConfig.showImages && 
EnigmaLogoCache.DrawRecordingImage(Recording, xLogoLeft, yLogoTop, xLogoRight - 
xLogoLeft, yLogoBottom - yLogoTop, nNumImageColors, osd->GetBitmap(2) ? 
osd->GetBitmap(2) : osd->GetBitmap(0)))) {
                                                                                
                                                                                
                                              ^
In file included from /usr/include/vdr/skins.h:16:0,
                 from config.h:22,
                 from enigma.c:9:
/usr/include/vdr/osd.h:792:12: note: declared protected here
   cBitmap *GetBitmap(int Area);
            ^~~~~~~~~
enigma.c:3036:226: error: 'cBitmap* cOsd::GetBitmap(int)' is protected within 
this context
     if (!(EnigmaConfig.showImages && 
EnigmaLogoCache.DrawRecordingImage(Recording, xLogoLeft, yLogoTop, xLogoRight - 
xLogoLeft, yLogoBottom - yLogoTop, nNumImageColors, osd->GetBitmap(2) ? 
osd->GetBitmap(2) : osd->GetBitmap(0)))) {
                                                                                
                                                                                
                                                                  ^
In file included from /usr/include/vdr/skins.h:16:0,
                 from config.h:22,
                 from enigma.c:9:
/usr/include/vdr/osd.h:792:12: note: declared protected here
   cBitmap *GetBitmap(int Area);
            ^~~~~~~~~
enigma.c: In constructor 'cSkinEnigmaDisplayVolume::cSkinEnigmaDisplayVolume()':
enigma.c:3625:32: error: 'cBitmap* cOsd::GetBitmap(int)' is protected within 
this context
       bitmap = osd->GetBitmap(1);
                                ^
In file included from /usr/include/vdr/skins.h:16:0,
                 from config.h:22,
                 from enigma.c:9:
/usr/include/vdr/osd.h:792:12: note: declared protected here
   cBitmap *GetBitmap(int Area);
            ^~~~~~~~~
enigma.c:3639:32: error: 'cBitmap* cOsd::GetBitmap(int)' is protected within 
this context
       bitmap = osd->GetBitmap(0);
                                ^
In file included from /usr/include/vdr/skins.h:16:0,
                 from config.h:22,
                 from enigma.c:9:
/usr/include/vdr/osd.h:792:12: note: declared protected here
   cBitmap *GetBitmap(int Area);
            ^~~~~~~~~
enigma.c: In constructor 
'cSkinEnigmaDisplayTracks::cSkinEnigmaDisplayTracks(const char*, int, const 
char* const*)':
enigma.c:3782:16: error: 'min' was not declared in this scope
   nMarkerGap = min(MarkerGap, lineHeight / 2 - 1); //lineHeight - 2 * MarkerGap
                ^~~
enigma.c:3782:16: note: suggested alternative:
In file included from /usr/include/c++/7/bits/char_traits.h:39:0,
                 from /usr/include/c++/7/string:40,
                 from common.h:11,
                 from enigma.c:8:
/usr/include/c++/7/bits/stl_algobase.h:243:5: note:   'std::min'
     min(const _Tp& __a, const _Tp& __b, _Compare __comp)
     ^~~
enigma.c: In member function 'bool 
cSkinEnigmaBaseOsd::HasChannelTimerRecording(const cChannel*)':
enigma.c:4175:21: error: 'Timers' was not declared in this scope
   for (cTimer * t = Timers.First(); t; t = Timers.Next(t)) {
                     ^~~~~~
enigma.c:4175:21: note: suggested alternative: 'cTimers'
   for (cTimer * t = Timers.First(); t; t = Timers.Next(t)) {
                     ^~~~~~
                     cTimers
Makefile:156: recipe for target 'enigma.o' failed
make[2]: *** [enigma.o] Error 1

--- End Message ---
--- Begin Message ---
Source: vdr-plugin-skinenigmang
Source-Version: 0.1.2+git20180128-1

We believe that the bug you reported is fixed in the latest version of
vdr-plugin-skinenigmang, 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-skinenigmang 
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, 28 Jan 2018 16:47:31 +0100
Source: vdr-plugin-skinenigmang
Binary: vdr-plugin-skinenigmang
Architecture: source amd64
Version: 0.1.2+git20180128-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-skinenigmang - Skin plugin for VDR
Closes: 872494
Changes:
 vdr-plugin-skinenigmang (0.1.2+git20180128-1) unstable; urgency=medium
 .
   * New Upstream Snapshot (commit 3362ab0) (Closes: #872494)
   * Added VDR 2.3.2 compatibility patch provided by Frank Neuman
   * Standards-Version: 4.1.2
   * Replaced priority extra with optional
Checksums-Sha1:
 7f6f358c7f8f9f3bdba88699ebdabc0ad4d49143 2274 
vdr-plugin-skinenigmang_0.1.2+git20180128-1.dsc
 2c5efa3a3aeefaf46c2794c7070990005be66b6b 95595 
vdr-plugin-skinenigmang_0.1.2+git20180128.orig.tar.gz
 79460c8435d8502d2f603c9a3c75dab0b8f562c8 4456 
vdr-plugin-skinenigmang_0.1.2+git20180128-1.debian.tar.xz
 443a221c47bc238363efc24c47d87c477c39aa8a 470456 
vdr-plugin-skinenigmang-dbgsym_0.1.2+git20180128-1_amd64.deb
 1e0f8d07a1333da74616bfe8992d8e55b1df9114 11549 
vdr-plugin-skinenigmang_0.1.2+git20180128-1_amd64.buildinfo
 e08bb0f3049a79d47569554f746564391daad1d9 120344 
vdr-plugin-skinenigmang_0.1.2+git20180128-1_amd64.deb
Checksums-Sha256:
 cc4786dcd2199629bcf657f5e93ba88c7411797d1f66c68ef072ce991c2d3727 2274 
vdr-plugin-skinenigmang_0.1.2+git20180128-1.dsc
 56cd083dd3962ab00e67f4f4c3cb079be99a1a7c4712cff47b7e4dede1c4c452 95595 
vdr-plugin-skinenigmang_0.1.2+git20180128.orig.tar.gz
 f3a6d5f151ed670e90a9fdc0aca263556373f681409d7286b6622dee7ecf10f1 4456 
vdr-plugin-skinenigmang_0.1.2+git20180128-1.debian.tar.xz
 fa64ad1a09f129a527fda3319412199e28383865095d7f586d0042eecf3adf90 470456 
vdr-plugin-skinenigmang-dbgsym_0.1.2+git20180128-1_amd64.deb
 14386a9df73937370d1eeaf2d50ee122d7e5355c6f6812bfe532acefbc97c832 11549 
vdr-plugin-skinenigmang_0.1.2+git20180128-1_amd64.buildinfo
 93a1d2854b02200a798039cf9aa7707ae6314e0ad248bfd3b7d676f03b98b306 120344 
vdr-plugin-skinenigmang_0.1.2+git20180128-1_amd64.deb
Files:
 a0193f0e50acf7c4f91d8062e4e40527 2274 video optional 
vdr-plugin-skinenigmang_0.1.2+git20180128-1.dsc
 80b5253e093666648fae8c8f6305b3b2 95595 video optional 
vdr-plugin-skinenigmang_0.1.2+git20180128.orig.tar.gz
 b0f716f06f022826f3db001bf6182975 4456 video optional 
vdr-plugin-skinenigmang_0.1.2+git20180128-1.debian.tar.xz
 842daf17e936f8310a2b476691e60c99 470456 debug optional 
vdr-plugin-skinenigmang-dbgsym_0.1.2+git20180128-1_amd64.deb
 ed720e049d8d6fd273cd2428083600be 11549 video optional 
vdr-plugin-skinenigmang_0.1.2+git20180128-1_amd64.buildinfo
 e6886837e26b507d209b027d812f41e7 120344 video optional 
vdr-plugin-skinenigmang_0.1.2+git20180128-1_amd64.deb

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

iQIzBAEBCAAdFiEEV6STX5IhiI/eNxSi1i5PWwQTkLwFAlpt8i8ACgkQ1i5PWwQT
kLxzeRAAkE7AG/kAu6knxK9ofA89VtydtmQwHf+7C9WSg+k5WjN2GDRdIj9ofWvR
Iaq8I/3CamnLbZSi/EV7KA0th9tRnCK7SwJPwm3JVaQGYBdSeP4Oq9Yp4MPFabiT
90mjhB8LjUWADqSUfxkWSyF31huQrCKkGScHVjBz7auiueFr4juQy/pcKM6XMzb4
z1F3DgrWKLDomn3TReL8L8IejoIqHbMbKtzEv0S+ykSEtkUVbbAzMwWKW90erzgV
bwm8qG3uPi9qSsbo4WBmBGExsc4M56eia9lIVk2rAGmaCD3HUrDD5/uOz0vhlZ9a
ueVNjmpZmqIZU12igEfw7ubpbqu9ULcDc6lLkpTu//I3wsv/Hgjhscqn1KNrFmWZ
3o63I4NCWC4AlRk0QNIsa6p0nZEKdJmNXbCPo+JCv3VHKY81sN9O5kWF6LPoQJLg
s6PplTFJi+xVU/EqdLeiYg2Wha7VYYi5O4LEWu67cZoaZ0IRxzDwsy4w2qsHQDT8
0wf2+j/xqeKyDA/WI2SBw1mDXhMbVlxGs5QM2IiMZsxBftTNUQidh8Ot0o3oQ0Wa
a5OJcVuQ/6E/6I/Can2vT8/fmGUoVsE9SOIjEpTXqzJDurFWIVwj1HDZlEH0MHVt
jFvL7JApJxOh+qNnQc5qIYwOA04gfYiza3IQIfQOCjfFLVk3q5c=
=WrcS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to