Your message dated Wed, 29 Feb 2012 01:02:32 +0000
with message-id <e1s2xw8-0001ma...@franck.debian.org>
and subject line Bug#661656: fixed in xine-lib 1.1.20.1-3
has caused the Debian Bug report #661656,
regarding xine-lib: FTBFS ("request for member 'have' in something not a
structure or union")
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.)
--
661656: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661656
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xine-lib
Version: 1.1.20.1-2
Severity: serious
Hi,
xine-lib FTBFS against the new zlib upload. From the kfreebsd-i386 log:
/bin/bash ../../libtool --tag=CC --mode=compile i486-kfreebsd-gnu-gcc
-DHAVE_CONFIG_H -I. -I../../include -I../.. -I../../include -I../../include
-I../../src -I../../src/xine-engine -I../../src/xine-engine
-I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib
-I../../lib -DXINE_LIBRARY_COMPILE -D_FORTIFY_SOURCE=2 -pthread
-I/usr/include/freetype2 -fvisibility=hidden -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -mtune=i486 -O3 -pipe
-fomit-frame-pointer -falign-functions=4 -falign-loops=4 -falign-jumps=4
-fexpensive-optimizations -fschedule-insns2 -ffast-math -finline-functions
-Wpointer-arith -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
-Wformat-security -Werror=format-security -Wall -Wchar-subscripts
-Wnested-externs -Wcast-align -Wmissing-declarations -Wmissing-prototypes
-Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 -Wno-format-zero-length
-Wformat-security -Wstrict-aliasing=2 -Werror=implicit-function-declaration
-DNDEBUG -MT scratch.lo -MD -MP -MF .deps/scratch.Tpo -c -o scratch.lo scratch.c
osd.c: In function 'gzread_i16':
osd.c:655:9: error: request for member 'have' in something not a structure or
union
osd.c:655:9: error: request for member 'have' in something not a structure or
union
osd.c:655:9: error: request for member 'pos' in something not a structure or
union
osd.c:655:9: warning: left-hand operand of comma expression has no effect
[-Wunused-value]
osd.c:655:9: error: request for member 'next' in something not a structure or
union
osd.c:655:9: warning: left-hand operand of comma expression has no effect
[-Wunused-value]
osd.c:655:3: warning: passing argument 1 of 'gzgetc_' from incompatible pointer
type [enabled by default]
/usr/include/zlib.h:1653:21: note: expected 'gzFile' but argument is of type
'struct gzFile_s **'
osd.c:656:11: error: request for member 'have' in something not a structure or
union
osd.c:656:11: error: request for member 'have' in something not a structure or
union
osd.c:656:11: error: request for member 'pos' in something not a structure or
union
osd.c:656:11: warning: left-hand operand of comma expression has no effect
[-Wunused-value]
osd.c:656:11: error: request for member 'next' in something not a structure or
union
osd.c:656:11: warning: left-hand operand of comma expression has no effect
[-Wunused-value]
osd.c:656:3: warning: passing argument 1 of 'gzgetc_' from incompatible pointer
type [enabled by default]
/usr/include/zlib.h:1653:21: note: expected 'gzFile' but argument is of type
'struct gzFile_s **'
osd.c: In function 'osd_renderer_load_font':
osd.c:674:11: warning: assignment from incompatible pointer type [enabled by
default]
osd.c:678:5: warning: passing argument 1 of 'gzread' from incompatible pointer
type [enabled by default]
/usr/include/zlib.h:1290:21: note: expected 'gzFile' but argument is of type
'struct gzFile_s **'
osd.c:698:15: warning: passing argument 1 of 'gzread' from incompatible pointer
type [enabled by default]
/usr/include/zlib.h:1290:21: note: expected 'gzFile' but argument is of type
'struct gzFile_s **'
osd.c:763:5: warning: passing argument 1 of 'gzclose' from incompatible pointer
type [enabled by default]
/usr/include/zlib.h:1488:24: note: expected 'gzFile' but argument is of type
'struct gzFile_s **'
libtool: compile: i486-kfreebsd-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include
-I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine
-I../../src/xine-engine -I../../src/xine-utils -I../../src/input
-I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE
-D_FORTIFY_SOURCE=2 -pthread -I/usr/include/freetype2 -fvisibility=hidden
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -mtune=i486 -O3 -pipe
-fomit-frame-pointer -falign-functions=4 -falign-loops=4 -falign-jumps=4
-fexpensive-optimizations -fschedule-insns2 -ffast-math -finline-functions
-Wpointer-arith -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
-Wformat-security -Werror=format-security -Wall -Wchar-subscripts
-Wnested-externs -Wcast-align -Wmissing-declarations -Wmissing-prototypes
-Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 -Wno-format-zero-length
-Wformat-security -Wstrict-aliasing=2 -Werror=implicit-function-declaration
-DNDEBUG -MT scratch.lo -MD -MP -MF .deps/scratch.Tpo -c scratch.c -fPIC -DPIC
-o .libs/scratch.o
osd.c: In function '_x_osd_renderer_init':
osd.c:1600:46: warning: passing argument 4 of
'this->stream->xine->config->register_enum' from incompatible pointer type
[enabled by default]
osd.c:1600:46: note: expected 'char **' but argument is of type 'const char **'
Full logs available via
https://buildd.debian.org/status/package.php?p=xine-lib
Regards,
Adam
--- End Message ---
--- Begin Message ---
Source: xine-lib
Source-Version: 1.1.20.1-3
We believe that the bug you reported is fixed in the latest version of
xine-lib, which is due to be installed in the Debian FTP archive:
libxine-dev_1.1.20.1-3_amd64.deb
to main/x/xine-lib/libxine-dev_1.1.20.1-3_amd64.deb
libxine1-all-plugins_1.1.20.1-3_all.deb
to main/x/xine-lib/libxine1-all-plugins_1.1.20.1-3_all.deb
libxine1-bin_1.1.20.1-3_amd64.deb
to main/x/xine-lib/libxine1-bin_1.1.20.1-3_amd64.deb
libxine1-console_1.1.20.1-3_amd64.deb
to main/x/xine-lib/libxine1-console_1.1.20.1-3_amd64.deb
libxine1-dbg_1.1.20.1-3_amd64.deb
to main/x/xine-lib/libxine1-dbg_1.1.20.1-3_amd64.deb
libxine1-doc_1.1.20.1-3_all.deb
to main/x/xine-lib/libxine1-doc_1.1.20.1-3_all.deb
libxine1-ffmpeg_1.1.20.1-3_amd64.deb
to main/x/xine-lib/libxine1-ffmpeg_1.1.20.1-3_amd64.deb
libxine1-gnome_1.1.20.1-3_amd64.deb
to main/x/xine-lib/libxine1-gnome_1.1.20.1-3_amd64.deb
libxine1-misc-plugins_1.1.20.1-3_amd64.deb
to main/x/xine-lib/libxine1-misc-plugins_1.1.20.1-3_amd64.deb
libxine1-plugins_1.1.20.1-3_all.deb
to main/x/xine-lib/libxine1-plugins_1.1.20.1-3_all.deb
libxine1-x_1.1.20.1-3_amd64.deb
to main/x/xine-lib/libxine1-x_1.1.20.1-3_amd64.deb
libxine1_1.1.20.1-3_amd64.deb
to main/x/xine-lib/libxine1_1.1.20.1-3_amd64.deb
xine-lib_1.1.20.1-3.debian.tar.gz
to main/x/xine-lib/xine-lib_1.1.20.1-3.debian.tar.gz
xine-lib_1.1.20.1-3.dsc
to main/x/xine-lib/xine-lib_1.1.20.1-3.dsc
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 661...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Darren Salt <li...@youmustbejoking.demon.co.uk> (supplier of updated xine-lib
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...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 28 Feb 2012 23:57:27 +0000
Source: xine-lib
Binary: libxine1-doc libxine1 libxine1-bin libxine-dev libxine1-ffmpeg
libxine1-gnome libxine1-console libxine1-x libxine1-misc-plugins libxine1-dbg
libxine1-plugins libxine1-all-plugins
Architecture: source all amd64
Version: 1.1.20.1-3
Distribution: unstable
Urgency: medium
Maintainer: Darren Salt <li...@youmustbejoking.demon.co.uk>
Changed-By: Darren Salt <li...@youmustbejoking.demon.co.uk>
Description:
libxine-dev - xine video player library ‒ development packages
libxine1 - xine video/media player library – meta-package
libxine1-all-plugins - xine video/media player library ‒ meta package for all
plugins
libxine1-bin - xine video/media player library ‒ binary files
libxine1-console - libaa/libcaca/framebuffer/directfb related plugins for
libxine1
libxine1-dbg - debug symbols for libxine1
libxine1-doc - xine video player library – documentation files
libxine1-ffmpeg - MPEG-related plugins for libxine1
libxine1-gnome - GNOME-related plugins for libxine1
libxine1-misc-plugins - Input, audio output and post plugins for libxine1
libxine1-plugins - xine video/media player library ‒ meta package for common
plugins
libxine1-x - X desktop video output plugins for libxine1
Closes: 657118 661656
Changes:
xine-lib (1.1.20.1-3) unstable; urgency=medium
.
* Put libxine1-x and libxine1-console in section 'video'. (Closes: #657118)
* Removed unnecessary dependencies from libxine-dev.
* dh_xine now takes '-', which generates xine:Depends, suitable for
out-of-tree plugins. (Safe for use after wheezy is released.)
* Lintian fixups:
- Packages all depend on ${misc:Depends}.
- Adjust wrapping for 1.1.20.1-2 changelog entries.
- Fix up package descriptions.
- Remove ‘-1’ revisions from libxine1-bin.symbols; update it.
- Update lintian overrides (symbols file dependency declaration).
* Patches from upstream:
- Fix compilation against recent zlib. (Closes: #661656)
Urgency set to 'medium' because of this one impacting on a transition.
Checksums-Sha1:
d42689c62a976f535d5ee379cf5f682c2e66b785 2699 xine-lib_1.1.20.1-3.dsc
30c19d24153d30b08629254dbd08d08abcb58c1d 42150
xine-lib_1.1.20.1-3.debian.tar.gz
ce2c687c6b16e65725220a974f9ef6e23b68a77c 150788 libxine1-doc_1.1.20.1-3_all.deb
5f1fcede723eaf9c6cdd6a3754673b8f9467cc1c 64410
libxine1-plugins_1.1.20.1-3_all.deb
e1d831404f1a5693e1c44c35ba9c206fb120d876 64406
libxine1-all-plugins_1.1.20.1-3_all.deb
f2be83a6860d840c4624cc34530c583c9bee7a6d 1564 libxine1_1.1.20.1-3_amd64.deb
61366994ba042b1dbbf862e1794bcf8ce5c9f826 1567486
libxine1-bin_1.1.20.1-3_amd64.deb
d04d96ed5f33e7d5cbf3675f0a9fdfa4de561305 336640
libxine-dev_1.1.20.1-3_amd64.deb
626fcf201fcd2086d8a57bfc2fdd969d8dfc8497 245666
libxine1-ffmpeg_1.1.20.1-3_amd64.deb
5976f08680c59132234b0ad6a761a51895d7e882 16940
libxine1-gnome_1.1.20.1-3_amd64.deb
0c0436f5646ee1efeb755bd8d3039cac477bccb6 46786
libxine1-console_1.1.20.1-3_amd64.deb
bfcff8651e47b0574cb7e026aa877b13f5c01611 155482 libxine1-x_1.1.20.1-3_amd64.deb
72755cb5cc646da4ef02530f405c1a8814b1719d 661454
libxine1-misc-plugins_1.1.20.1-3_amd64.deb
9737fbcca56fec8d84a35692b505448ac65a999d 3442540
libxine1-dbg_1.1.20.1-3_amd64.deb
Checksums-Sha256:
dcafcd28c8568b44e9817b1a6ef895bf938a17dfb3015bae0502a17dd7eee3d7 2699
xine-lib_1.1.20.1-3.dsc
cfe6c87900be128c64f33e91d6a34ca53549d75acacfaabe68c848391ae8e485 42150
xine-lib_1.1.20.1-3.debian.tar.gz
29e80426dd8578c78aeded8a06a061c0cf9382fda536adc9dbbce37bf3b4eda0 150788
libxine1-doc_1.1.20.1-3_all.deb
147e8dce84528c4a87d630d94fc7df9196ecd6bbd903a46cd579d0d456ce1bbf 64410
libxine1-plugins_1.1.20.1-3_all.deb
4f67cf0b4df5bf04118a2b16d413ad7b13f5ad53996a7b9093fab45eeb74b0ef 64406
libxine1-all-plugins_1.1.20.1-3_all.deb
6cbc636e549d201bf6693e8af9bbae5417d96a6578fc5b6254aab1577b258132 1564
libxine1_1.1.20.1-3_amd64.deb
8ba820ec67cdf07ca4d530710156a75f3698f7fc2521a320da0e2a0ec3c7f4ba 1567486
libxine1-bin_1.1.20.1-3_amd64.deb
a8aba820dc68086fb14e2782caadc492548be5571999ab2504954de1d7ccdbf3 336640
libxine-dev_1.1.20.1-3_amd64.deb
d5050de3da6d702bb94d1f0a187b06f14c20dd115ea6452d3016f72ece73f4b8 245666
libxine1-ffmpeg_1.1.20.1-3_amd64.deb
e45e58f33f2148b07e3e85148dfa5e5dd8e5c1668d760da24a088c3ea829759c 16940
libxine1-gnome_1.1.20.1-3_amd64.deb
e78b8e3809aecbc04d37d42348a0e859d374fa2bfb8fdf41b514decda21c7f63 46786
libxine1-console_1.1.20.1-3_amd64.deb
cef133ce6ce5cf41ff9b8c0edd99e54eb75c04546bfd4dd654cc9364b71c0596 155482
libxine1-x_1.1.20.1-3_amd64.deb
1a52f83d22b52315a5c3eb06c11c6e1c4d21c03855ad9fa62de044e0495984d2 661454
libxine1-misc-plugins_1.1.20.1-3_amd64.deb
d37f0fd24a03beb47553f76eaa8f2e855d04bf92d059a6b1932c3db24c745c46 3442540
libxine1-dbg_1.1.20.1-3_amd64.deb
Files:
164d427b6848e020b9ed6f063cdbed1f 2699 libs optional xine-lib_1.1.20.1-3.dsc
c4f6f9a0416fd975c6439f9584e2cc0f 42150 libs optional
xine-lib_1.1.20.1-3.debian.tar.gz
7733feea9e83b7046d28af2e108cc1f9 150788 doc optional
libxine1-doc_1.1.20.1-3_all.deb
42db0c4af18432e33939d8cd16631bd3 64410 libs extra
libxine1-plugins_1.1.20.1-3_all.deb
2222998fa7a55867157a638b074ce232 64406 video extra
libxine1-all-plugins_1.1.20.1-3_all.deb
39145fd03a561024728751e469cd90c8 1564 libs optional
libxine1_1.1.20.1-3_amd64.deb
d6bae297dcf0b2878734c4a79e251501 1567486 libs optional
libxine1-bin_1.1.20.1-3_amd64.deb
b7113990d8893abf680dde8ca481107f 336640 libdevel optional
libxine-dev_1.1.20.1-3_amd64.deb
ce285f8fd1fc8c68ccf56b70f95ab56a 245666 video optional
libxine1-ffmpeg_1.1.20.1-3_amd64.deb
8ecda87d02c199695f32bfd29d59c281 16940 video optional
libxine1-gnome_1.1.20.1-3_amd64.deb
24ee6c985ebcc8ccfaa216f62e816cc0 46786 video extra
libxine1-console_1.1.20.1-3_amd64.deb
f77f929cd9b24e05fd725e0e216d783e 155482 video optional
libxine1-x_1.1.20.1-3_amd64.deb
fb83657f579e3775b2586dc93f290c42 661454 video optional
libxine1-misc-plugins_1.1.20.1-3_amd64.deb
37427ad5046a988c99a179860b679978 3442540 debug extra
libxine1-dbg_1.1.20.1-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iD8DBQFPTXGbsBKtjPGfWZ8RAkmbAJ46H6qyW0+bn1aaLtqE/yVwmDXAuwCgjmlh
H/4N15YefclHu8dS7iSUEVk=
=jJM+
-----END PGP SIGNATURE-----
--- End Message ---