Your message dated Tue, 13 Oct 2015 22:21:43 +0000
with message-id <e1zm7x1-00031u...@franck.debian.org>
and subject line Bug#800954: fixed in vdr-plugin-xine 0.9.4-14
has caused the Debian Bug report #800954,
regarding vdr-plugin-xine: FTBFS with vdr 2.2.0: error: invalid conversion from
'cPixmap*' to 'cPixmapMemory*'
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.)
--
800954: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800954
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: vdr-plugin-xine
Version: 0.9.4-13
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts
Hi,
vdr-plugin-xine cannot be built with vdr 2.2.0 in sid:
debian/rules build
dh build --parallel
dh_testdir -O--parallel
dh_auto_configure -O--parallel
debian/rules override_dh_auto_build
make[1]: Entering directory '/tmp/buildd/vdr-plugin-xine-0.9.4'
dh_auto_build -- all DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=.
LOCALEDIR=debian/tmp/usr/share/locale
make -j1 all DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=.
LOCALEDIR=debian/tmp/usr/share/locale
make[2]: Entering directory '/tmp/buildd/vdr-plugin-xine-0.9.4'
g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -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 -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"xine"'
-DFIFO_DIR=\"/tmp/vdr-xine\" -DVERIFY_BITMAP_DIRTY=0 -DSET_VIDEO_WINDOW
`pkg-config --cflags libxine` -I/usr/include/vdr/include xine.c
g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -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 -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"xine"'
-DFIFO_DIR=\"/tmp/vdr-xine\" -DVERIFY_BITMAP_DIRTY=0 -DSET_VIDEO_WINDOW
`pkg-config --cflags libxine` -I/usr/include/vdr/include xineDevice.c
xineDevice.c: In member function 'void
PluginXine::cXineDevice::mainMenuTrampoline()':
xineDevice.c:4234:79: warning: ignoring return value of 'int asprintf(char**,
const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
::asprintf(&msg, tr("Switching primary DVB to %s..."), m_plugin->Name());
^
xineDevice.c:4245:82: warning: ignoring return value of 'int asprintf(char**,
const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
::asprintf(&msg, tr("Switched primary DVB back from %s"),
m_plugin->Name());
^
g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -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 -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"xine"'
-DFIFO_DIR=\"/tmp/vdr-xine\" -DVERIFY_BITMAP_DIRTY=0 -DSET_VIDEO_WINDOW
`pkg-config --cflags libxine` -I/usr/include/vdr/include xineLib.c
xineLib.c: In member function 'uchar*
PluginXine::cXineLib::execFuncGrabImage(const char*, int&, bool, int, int,
int)':
xineLib.c:4305:21: warning: ignoring return value of 'int asprintf(char**,
const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
, outfd);
^
xineLib.c:4313:21: warning: ignoring return value of 'int asprintf(char**,
const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
, outfd);
^
g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -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 -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"xine"'
-DFIFO_DIR=\"/tmp/vdr-xine\" -DVERIFY_BITMAP_DIRTY=0 -DSET_VIDEO_WINDOW
`pkg-config --cflags libxine` -I/usr/include/vdr/include xineOsd.c
xineOsd.c: In member function 'void PluginXine::cXineOsd::callSendWindow(int,
int, int, int, int, int, int, int, bool)':
xineOsd.c:501:47: error: invalid conversion from 'cPixmap*' to 'cPixmapMemory*'
[-fpermissive]
while (cPixmapMemory *pm = RenderPixmaps())
^
Makefile:105: recipe for target 'xineOsd.o' failed
make[2]: *** [xineOsd.o] Error 1
make[2]: Leaving directory '/tmp/buildd/vdr-plugin-xine-0.9.4'
dh_auto_build: make -j1 all DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=.
LOCALEDIR=debian/tmp/usr/share/locale returned exit code 2
debian/rules:14: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/tmp/buildd/vdr-plugin-xine-0.9.4'
debian/rules:11: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
Andreas
--- End Message ---
--- Begin Message ---
Source: vdr-plugin-xine
Source-Version: 0.9.4-14
We believe that the bug you reported is fixed in the latest version of
vdr-plugin-xine, 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 800...@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-xine 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: SHA1
Format: 1.8
Date: Tue, 13 Oct 2015 23:48:15 +0200
Source: vdr-plugin-xine
Binary: vdr-plugin-xine
Architecture: source amd64
Version: 0.9.4-14
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-xine - allows xine to be a display for vdr, the Video Disk Recorder
Closes: 800954
Changes:
vdr-plugin-xine (0.9.4-14) unstable; urgency=medium
.
* Added vdr-2.1.10 compatibility patch
* Build-depend on vdr-dev >= 2.2.0 (Closes: #800954)
* Standards-Version: 3.9.6
* New config file /etc/vdr/conf.avail/xine.conf
Checksums-Sha1:
a7e06e4113bb7ab601889505a53357206904ccb1 2145 vdr-plugin-xine_0.9.4-14.dsc
3eb108032bca149b632cd0bbb42d118367713971 339879
vdr-plugin-xine_0.9.4.orig.tar.gz
a3ef45c6a794586424368f0b4fe6c286b8b10c81 10136
vdr-plugin-xine_0.9.4-14.debian.tar.xz
a7fd881157fe407fad8a836d082d3b5be495d81b 187060
vdr-plugin-xine_0.9.4-14_amd64.deb
Checksums-Sha256:
fb1b183d4701bc3eae7a79aa8d7e66888ef0ac0b8e2af55d2381554143b4d5b5 2145
vdr-plugin-xine_0.9.4-14.dsc
e17bc3e88d1f95b8256e6fde5edc1b3e6f143d5f2bf52c921d2d8ff572862fbe 339879
vdr-plugin-xine_0.9.4.orig.tar.gz
632bbcfe978913ee55250990cc6da66e4e03cd12a4dc7f12c76fe81535792b3c 10136
vdr-plugin-xine_0.9.4-14.debian.tar.xz
9961d7dfa8c0327858e6bdbb37fe10d4c7469c999ab8680eaafe2ac675366edc 187060
vdr-plugin-xine_0.9.4-14_amd64.deb
Files:
cda886c87b5123bdb7997824529716b4 2145 misc extra vdr-plugin-xine_0.9.4-14.dsc
0374123d6991f55d91122b020361d8f6 339879 misc extra
vdr-plugin-xine_0.9.4.orig.tar.gz
4bea2a81f37506a3edc0494e49f411bb 10136 misc extra
vdr-plugin-xine_0.9.4-14.debian.tar.xz
3010930387a8789aa1e6d9393eea9ae9 187060 misc extra
vdr-plugin-xine_0.9.4-14_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJWHXySAAoJENYuT1sEE5C8hTQP/0oxfC7hnjuzcpHEbDpepbFu
V3flylv3Ry0AwIcGrXmGRs0vzWbEkdZtoxliavF7BrKT8OvOXaTANxKgGfUsP0DI
lK6MC5bo7GU7JtTyCFodezaTRsgB5XcqZyu5PjqOS4b8SCpcXGCCAfKfFfFHzupe
kv4lFNzIBdoungKniKKWdgVRFdO0Y6udQiX7lD8CNfMXmM7sPMmnTkCKr8y1y3aO
C+ge8KGmcwaEdpD8drydI31QSYG7eLND2VaO/Tx6hpoeWoKT7r7kfEuRXAn9j7Th
jS4Y9F5/73kKGwNpJLzS2kw0W8wWESJaefsArCY6DMLNEgCDr4tZKnnzB63owel8
9D/9Xd3k/fur3ZIOrx51sbF92l0/Nmck7bVXxtt/YGhgmDSwBBOL2Uo0JZyE2ltc
hH0dpgMV9rubmpn8w7pVRe4SGRlofiXwywjJP1MQUdrEEcOZIsJ7VSpiCqv6srZ2
IQFM2RuZfL53RXyvoZezk+kNJnmWZF0XsdDSPJ/1S03WynTszK8kctyRgaaQG4G/
TT/oX8oVguiS2JQXJ9Xe9IrsN3GYrH5FjowOpl+C2RnY0lR3znsgxwV3g44mmEOy
IcNoKoeQBJC/GjPc7ZTkqOL4hQQBddgqv8djmODDx/4zoHaN/cnXUukWMp8bfbSA
lc5ZDLOLTiWf7CqPAKI7
=JD9V
-----END PGP SIGNATURE-----
--- End Message ---