Your message dated Thu, 12 Jan 2017 18:21:23 +0000
with message-id <[email protected]>
and subject line Bug#839371: fixed in xine-lib-1.2 1.2.6-1.3
has caused the Debian Bug report #839371,
regarding xine-lib-1.2: FTBFS: ./src/video_out/video_out_xcbshm.c:723:
undefined reference to `xcb_poly_fill_rectangle'
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 [email protected]
immediately.)
--
839371: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839371
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: xine-lib-1.2
Version: 1.2.6-1.2
Severity: serious
Tags: stretch sid
User: [email protected]
Usertags: qa-ftbfs-20160930 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/video_out'
> CC xineplug_vo_out_xshm_la-video_out_xshm.lo
> CC xineplug_vo_out_xshm_la-x11osd.lo
> CCLD xineplug_vo_out_xshm.la
> CC xineplug_vo_out_xv_la-x11osd.lo
> CC xineplug_vo_out_xv_la-video_out_xv.lo
> CCLD xineplug_vo_out_xv.la
> CC xineplug_vo_out_xvmc_la-video_out_xvmc.lo
> CCLD xineplug_vo_out_xvmc.la
> CC xineplug_vo_out_opengl_la-video_out_opengl.lo
> CC xineplug_vo_out_opengl_la-x11osd.lo
> CCLD xineplug_vo_out_opengl.la
> CC xineplug_vo_out_opengl2_la-video_out_opengl2.lo
> CCLD xineplug_vo_out_opengl2.la
> CC xineplug_vo_out_aa_la-video_out_aa.lo
> CCLD xineplug_vo_out_aa.la
> CC xineplug_vo_out_fb_la-video_out_fb.lo
> CCLD xineplug_vo_out_fb.la
> CC xineplug_vo_out_directfb_la-video_out_directfb.lo
> video_out_directfb.c: In function 'open_plugin_fb':
> video_out_directfb.c:1762:33: warning: initialization discards 'const'
> qualifier from pointer target type [-Wdiscarded-qualifiers]
> char *args[] = { "xine", "--dfb:" DIRECTFB_OPTIONS };
> ^~~~~~
> video_out_directfb.c:1762:41: warning: initialization discards 'const'
> qualifier from pointer target type [-Wdiscarded-qualifiers]
> char *args[] = { "xine", "--dfb:" DIRECTFB_OPTIONS };
> ^~~~~~~~
> At top level:
> video_out_directfb.c:1417:29: warning: 'find_subpicture' defined but not used
> [-Wunused-function]
> static DFBEnumerationResult find_subpicture (DFBDisplayLayerID id,
> ^~~~~~~~~~~~~~~
> CCLD xineplug_vo_out_directfb.la
> CC xineplug_vo_out_xdirectfb_la-video_out_directfb.lo
> video_out_directfb.c: In function 'open_plugin_fb':
> video_out_directfb.c:1762:33: warning: initialization discards 'const'
> qualifier from pointer target type [-Wdiscarded-qualifiers]
> char *args[] = { "xine", "--dfb:" DIRECTFB_OPTIONS };
> ^~~~~~
> video_out_directfb.c:1762:41: warning: initialization discards 'const'
> qualifier from pointer target type [-Wdiscarded-qualifiers]
> char *args[] = { "xine", "--dfb:" DIRECTFB_OPTIONS };
> ^~~~~~~~
> video_out_directfb.c: In function 'open_plugin_x11':
> video_out_directfb.c:1934:33: warning: initialization discards 'const'
> qualifier from pointer target type [-Wdiscarded-qualifiers]
> char *args[] = { "xine", "--dfb:" XDIRECTFB_OPTIONS };
> ^~~~~~
> video_out_directfb.c:1934:41: warning: initialization discards 'const'
> qualifier from pointer target type [-Wdiscarded-qualifiers]
> char *args[] = { "xine", "--dfb:" XDIRECTFB_OPTIONS };
> ^~~~~~~~
> At top level:
> video_out_directfb.c:1759:21: warning: 'open_plugin_fb' defined but not used
> [-Wunused-function]
> static vo_driver_t *open_plugin_fb (video_driver_class_t *class_gen, const
> void *visual_gen) {
> ^~~~~~~~~~~~~~
> video_out_directfb.c:1417:29: warning: 'find_subpicture' defined but not used
> [-Wunused-function]
> static DFBEnumerationResult find_subpicture (DFBDisplayLayerID id,
> ^~~~~~~~~~~~~~~
> CC xineplug_vo_out_xdirectfb_la-x11osd.lo
> CCLD xineplug_vo_out_xdirectfb.la
> CC xineplug_vo_out_sdl_la-video_out_sdl.lo
> CCLD xineplug_vo_out_sdl.la
> CC xineplug_vo_out_caca_la-video_out_caca.lo
> CCLD xineplug_vo_out_caca.la
> CC xineplug_vo_out_xxmc_la-x11osd.lo
> CC xineplug_vo_out_xxmc_la-video_out_xxmc.lo
> CC xineplug_vo_out_xxmc_la-xvmc_mocomp.lo
> CC xineplug_vo_out_xxmc_la-xvmc_vld.lo
> CCLD xineplug_vo_out_xxmc.la
> CC xineplug_vo_out_xcbshm_la-video_out_xcbshm.lo
> video_out_xcbshm.c: In function 'clean_output_area':
> video_out_xcbshm.c:714:5: warning: this 'if' clause does not guard...
> [-Wmisleading-indentation]
> if( this->sc.border[i].w && this->sc.border[i].h )
> ^~
> video_out_xcbshm.c:716:7: note: ...this statement, but the latter is
> misleadingly indented as if it is guarded by the 'if'
> rects[rects_count].y = this->sc.border[i].y;
> ^~~~~
> video_out_xcbshm.c: In function 'xshm_gui_data_exchange':
> video_out_xcbshm.c:976:4: warning: this 'if' clause does not guard...
> [-Wmisleading-indentation]
> if( this->sc.border[i].w && this->sc.border[i].h )
> ^~
> video_out_xcbshm.c:978:6: note: ...this statement, but the latter is
> misleadingly indented as if it is guarded by the 'if'
> rects[rects_count].y = this->sc.border[i].y;
> ^~~~~
> CC xineplug_vo_out_xcbshm_la-xcbosd.lo
> CCLD xineplug_vo_out_xcbshm.la
> .libs/xineplug_vo_out_xcbshm_la-video_out_xcbshm.o: In function
> `clean_output_area':
> ./src/video_out/video_out_xcbshm.c:723: undefined reference to
> `xcb_poly_fill_rectangle'
> .libs/xineplug_vo_out_xcbshm_la-video_out_xcbshm.o: In function
> `xshm_dispose':
> ./src/video_out/video_out_xcbshm.c:1046: undefined reference to `xcb_free_gc'
> .libs/xineplug_vo_out_xcbshm_la-video_out_xcbshm.o: In function
> `xshm_display_frame':
> ./src/video_out/video_out_xcbshm.c:820: undefined reference to `xcb_flush'
> ./src/video_out/video_out_xcbshm.c:815: undefined reference to `xcb_put_image'
> .libs/xineplug_vo_out_xcbshm_la-video_out_xcbshm.o: In function
> `xshm_gui_data_exchange':
> ./src/video_out/video_out_xcbshm.c:969: undefined reference to `xcb_put_image'
> ./src/video_out/video_out_xcbshm.c:985: undefined reference to
> `xcb_poly_fill_rectangle'
> ./src/video_out/video_out_xcbshm.c:990: undefined reference to `xcb_flush'
> ./src/video_out/video_out_xcbshm.c:1000: undefined reference to `xcb_free_gc'
> ./src/video_out/video_out_xcbshm.c:1001: undefined reference to
> `xcb_generate_id'
> ./src/video_out/video_out_xcbshm.c:1002: undefined reference to
> `xcb_create_gc'
> .libs/xineplug_vo_out_xcbshm_la-video_out_xcbshm.o: In function
> `xshm_open_plugin':
> ./src/video_out/video_out_xcbshm.c:1165: undefined reference to
> `xcb_generate_id'
> ./src/video_out/video_out_xcbshm.c:1166: undefined reference to
> `xcb_create_gc'
> ./src/video_out/video_out_xcbshm.c:1198: undefined reference to
> `xcb_get_window_attributes'
> ./src/video_out/video_out_xcbshm.c:1199: undefined reference to
> `xcb_get_geometry'
> ./src/video_out/video_out_xcbshm.c:1200: undefined reference to
> `xcb_prefetch_extension_data'
> ./src/video_out/video_out_xcbshm.c:1202: undefined reference to
> `xcb_get_window_attributes_reply'
> ./src/video_out/video_out_xcbshm.c:1206: undefined reference to
> `xcb_screen_allowed_depths_iterator'
> ./src/video_out/video_out_xcbshm.c:1207: undefined reference to
> `xcb_depth_visuals'
> ./src/video_out/video_out_xcbshm.c:1208: undefined reference to
> `xcb_depth_visuals_length'
> ./src/video_out/video_out_xcbshm.c:1219: undefined reference to
> `xcb_get_geometry_reply'
> ./src/video_out/video_out_xcbshm.c:1234: undefined reference to
> `xcb_get_extension_data'
> ./src/video_out/video_out_xcbshm.c:1245: undefined reference to
> `xcb_get_setup'
> ./src/video_out/video_out_xcbshm.c:1246: undefined reference to
> `xcb_setup_pixmap_formats'
> ./src/video_out/video_out_xcbshm.c:1247: undefined reference to
> `xcb_setup_pixmap_formats_length'
> .libs/xineplug_vo_out_xcbshm_la-video_out_xcbshm.o: In function
> `ImlibPaletteLUTGet':
> ./src/video_out/video_out_xcbshm.c:1071: undefined reference to
> `xcb_intern_atom'
> ./src/video_out/video_out_xcbshm.c:1072: undefined reference to
> `xcb_intern_atom_reply'
> ./src/video_out/video_out_xcbshm.c:1077: undefined reference to
> `xcb_get_property'
> ./src/video_out/video_out_xcbshm.c:1078: undefined reference to
> `xcb_get_property_reply'
> ./src/video_out/video_out_xcbshm.c:1088: undefined reference to
> `xcb_get_property_value_length'
> ./src/video_out/video_out_xcbshm.c:1089: undefined reference to
> `xcb_get_property_value'
> .libs/xineplug_vo_out_xcbshm_la-video_out_xcbshm.o: In function
> `create_ximage':
> ./src/video_out/video_out_xcbshm.c:189: undefined reference to
> `xcb_generate_id'
> ./src/video_out/video_out_xcbshm.c:191: undefined reference to
> `xcb_request_check'
> .libs/xineplug_vo_out_xcbshm_la-xcbosd.o: In function `xcbosd_expose':
> ./src/video_out/xcbosd.c:120: undefined reference to `xcb_copy_area'
> ./src/video_out/xcbosd.c:105: undefined reference to `xcb_configure_window'
> ./src/video_out/xcbosd.c:106: undefined reference to `xcb_map_window'
> ./src/video_out/xcbosd.c:114: undefined reference to `xcb_unmap_window'
> .libs/xineplug_vo_out_xcbshm_la-xcbosd.o: In function
> `xcbosd_drawable_changed':
> ./src/video_out/xcbosd.c:175: undefined reference to `xcb_free_pixmap'
> ./src/video_out/xcbosd.c:176: undefined reference to `xcb_free_colormap'
> ./src/video_out/xcbosd.c:184: undefined reference to `xcb_get_geometry'
> ./src/video_out/xcbosd.c:185: undefined reference to `xcb_get_geometry_reply'
> ./src/video_out/xcbosd.c:219: undefined reference to `xcb_generate_id'
> ./src/video_out/xcbosd.c:220: undefined reference to `xcb_create_pixmap'
> ./src/video_out/xcbosd.c:221: undefined reference to `xcb_generate_id'
> ./src/video_out/xcbosd.c:222: undefined reference to `xcb_create_colormap'
> ./src/video_out/xcbosd.c:196: undefined reference to `xcb_free_pixmap'
> ./src/video_out/xcbosd.c:197: undefined reference to `xcb_destroy_window'
> ./src/video_out/xcbosd.c:200: undefined reference to `xcb_generate_id'
> ./src/video_out/xcbosd.c:201: undefined reference to `xcb_create_window'
> ./src/video_out/xcbosd.c:208: undefined reference to `xcb_generate_id'
> ./src/video_out/xcbosd.c:209: undefined reference to `xcb_create_pixmap'
> ./src/video_out/xcbosd.c:211: undefined reference to `xcb_generate_id'
> ./src/video_out/xcbosd.c:212: undefined reference to `xcb_create_pixmap'
> ./src/video_out/xcbosd.c:214: undefined reference to `xcb_generate_id'
> .libs/xineplug_vo_out_xcbshm_la-xcbosd.o: In function `xcbosd_create':
> ./src/video_out/xcbosd.c:253: undefined reference to `xcb_get_geometry'
> ./src/video_out/xcbosd.c:254: undefined reference to `xcb_get_geometry_reply'
> ./src/video_out/xcbosd.c:313: undefined reference to `xcb_generate_id'
> ./src/video_out/xcbosd.c:314: undefined reference to `xcb_create_pixmap'
> ./src/video_out/xcbosd.c:315: undefined reference to `xcb_generate_id'
> ./src/video_out/xcbosd.c:316: undefined reference to `xcb_create_gc'
> ./src/video_out/xcbosd.c:317: undefined reference to `xcb_generate_id'
> ./src/video_out/xcbosd.c:318: undefined reference to `xcb_create_colormap'
> ./src/video_out/xcbosd.c:265: undefined reference to `xcb_get_extension_data'
> ./src/video_out/xcbosd.c:273: undefined reference to `xcb_generate_id'
> ./src/video_out/xcbosd.c:274: undefined reference to
> `xcb_create_window_checked'
> ./src/video_out/xcbosd.c:278: undefined reference to `xcb_request_check'
> ./src/video_out/xcbosd.c:346: undefined reference to `xcb_destroy_window'
> ./src/video_out/xcbosd.c:286: undefined reference to `xcb_generate_id'
> ./src/video_out/xcbosd.c:287: undefined reference to
> `xcb_create_pixmap_checked'
> ./src/video_out/xcbosd.c:288: undefined reference to `xcb_request_check'
> ./src/video_out/xcbosd.c:343: undefined reference to `xcb_free_pixmap'
> ./src/video_out/xcbosd.c:296: undefined reference to `xcb_generate_id'
> ./src/video_out/xcbosd.c:297: undefined reference to `xcb_create_pixmap'
> ./src/video_out/xcbosd.c:298: undefined reference to `xcb_generate_id'
> ./src/video_out/xcbosd.c:299: undefined reference to `xcb_create_gc'
> ./src/video_out/xcbosd.c:301: undefined reference to `xcb_generate_id'
> ./src/video_out/xcbosd.c:302: undefined reference to `xcb_create_gc'
> ./src/video_out/xcbosd.c:304: undefined reference to `xcb_generate_id'
> ./src/video_out/xcbosd.c:305: undefined reference to `xcb_create_gc'
> ./src/video_out/xcbosd.c:308: undefined reference to `xcb_generate_id'
> .libs/xineplug_vo_out_xcbshm_la-xcbosd.o: In function `xcbosd_destroy':
> ./src/video_out/xcbosd.c:369: undefined reference to `xcb_free_gc'
> ./src/video_out/xcbosd.c:370: undefined reference to `xcb_free_pixmap'
> ./src/video_out/xcbosd.c:371: undefined reference to `xcb_free_colormap'
> ./src/video_out/xcbosd.c:373: undefined reference to `xcb_free_gc'
> ./src/video_out/xcbosd.c:374: undefined reference to `xcb_free_gc'
> ./src/video_out/xcbosd.c:375: undefined reference to `xcb_free_pixmap'
> ./src/video_out/xcbosd.c:376: undefined reference to `xcb_destroy_window'
> .libs/xineplug_vo_out_xcbshm_la-xcbosd.o: In function `xcbosd_clear':
> ./src/video_out/xcbosd.c:396: undefined reference to `xcb_change_gc'
> ./src/video_out/xcbosd.c:400: undefined reference to `xcb_poly_fill_rectangle'
> ./src/video_out/xcbosd.c:401: undefined reference to `xcb_change_gc'
> ./src/video_out/xcbosd.c:416: undefined reference to `xcb_poly_fill_rectangle'
> ./src/video_out/xcbosd.c:392: undefined reference to `xcb_poly_fill_rectangle'
> ./src/video_out/xcbosd.c:420: undefined reference to `xcb_poly_fill_rectangle'
> .libs/xineplug_vo_out_xcbshm_la-xcbosd.o: In function `xcbosd_resize':
> ./src/video_out/xcbosd.c:137: undefined reference to `xcb_free_pixmap'
> ./src/video_out/xcbosd.c:150: undefined reference to `xcb_generate_id'
> ./src/video_out/xcbosd.c:151: undefined reference to `xcb_create_pixmap'
> ./src/video_out/xcbosd.c:141: undefined reference to `xcb_configure_window'
> ./src/video_out/xcbosd.c:142: undefined reference to `xcb_free_pixmap'
> ./src/video_out/xcbosd.c:143: undefined reference to `xcb_generate_id'
> ./src/video_out/xcbosd.c:144: undefined reference to `xcb_create_pixmap'
> ./src/video_out/xcbosd.c:145: undefined reference to `xcb_generate_id'
> .libs/xineplug_vo_out_xcbshm_la-xcbosd.o: In function `xcbosd_blend':
> ./src/video_out/xcbosd.c:532: undefined reference to `xcb_change_gc'
> ./src/video_out/xcbosd.c:534: undefined reference to `xcb_poly_fill_rectangle'
> ./src/video_out/xcbosd.c:509: undefined reference to `xcb_alloc_color'
> ./src/video_out/xcbosd.c:510: undefined reference to `xcb_alloc_color_reply'
> ./src/video_out/xcbosd.c:536: undefined reference to `xcb_poly_fill_rectangle'
> collect2: error: ld returned 1 exit status
If the failure looks somehow time/timezone related:
Note that this rebuild was performed without the 'tzdata' package
installed in the chroot. tzdata used be (transitively) part of
build-essential, but it no longer is. If this package requires it to
build, it should be added to build-depends. For the release team's
opinion on this, see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836940#185
The full build log is available from:
http://aws-logs.debian.net/2016/09/30/xine-lib-1.2_1.2.6-1.2_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: xine-lib-1.2
Source-Version: 1.2.6-1.3
We believe that the bug you reported is fixed in the latest version of
xine-lib-1.2, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Beckmann <[email protected]> (supplier of updated xine-lib-1.2 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 10 Jan 2017 18:43:36 +0100
Source: xine-lib-1.2
Binary: libxine2-doc libxine2 libxine2-bin libxine2-dev libxine2-ffmpeg
libxine2-gnome libxine2-console libxine2-vdr libxine2-x libxine2-misc-plugins
libxine2-plugins libxine2-all-plugins
Architecture: source
Version: 1.2.6-1.3
Distribution: unstable
Urgency: medium
Maintainer: Darren Salt <[email protected]>
Changed-By: Andreas Beckmann <[email protected]>
Description:
libxine2 - xine media player library – meta-package
libxine2-all-plugins - xine video/media player library ‒ meta-package for all
plugins
libxine2-bin - xine video/media player library – binary files
libxine2-console - libaa/libcaca/framebuffer/directfb related plugins for
libxine2
libxine2-dev - xine video player library – development packages
libxine2-doc - xine video player library – documentation files
libxine2-ffmpeg - MPEG-related plugins for libxine2
libxine2-gnome - GNOME-related plugins for libxine2
libxine2-misc-plugins - Input, audio output and post plugins for libxine2
libxine2-plugins - xine video/media player library ‒ meta-package for
commonly-used
libxine2-vdr - VDR-related plugins for libxine2
libxine2-x - X desktop video output plugins for libxine2
Closes: 773966 839371
Changes:
xine-lib-1.2 (1.2.6-1.3) unstable; urgency=medium
.
* Non-maintainer upload.
* xcb.patch: New, from upstream, fix linking with new xcb versions.
(Closes: #839371)
* munmap.patch: New, correctly call munmap() on a previously mmap()ed
location. (Closes: #773966)
* Drop -dbg package in favor of autogenerated -dbgsym packages.
* Use dpkg default compression.
Checksums-Sha1:
071bd17e39ba998d72367765f8765483ce5e3ff5 3457 xine-lib-1.2_1.2.6-1.3.dsc
4909bfc43f371b1d4a54bc04d3bf64c83758f9af 34920
xine-lib-1.2_1.2.6-1.3.debian.tar.xz
Checksums-Sha256:
9e1e31cae3861663568c8bfaf0356b987c56820160acf741016f05d0be91435a 3457
xine-lib-1.2_1.2.6-1.3.dsc
ae30f90de9fa9008d1270a736f3db8c6bf97b3780555e13760bb43b770c768e0 34920
xine-lib-1.2_1.2.6-1.3.debian.tar.xz
Files:
516720138fdbe756ffb80e0b6920ca00 3457 libs optional xine-lib-1.2_1.2.6-1.3.dsc
064ff20bd89dd23f4218d0760cea9598 34920 libs optional
xine-lib-1.2_1.2.6-1.3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJYdR6GAAoJEF+zP5NZ6e0IyHgP/3BuEM3MyP3iFQalm1FzrfGg
7mUIaOjw5NZhY4oanyvLx5wAgNPk177ZO1qEXTa97Dzsb8+kD2oTyfqE/37/tnBC
O1fi/HbXib4OjWUlzz1WbcwmfqAEN7d6HhTavYdJxJvyefIkTf8jnZ2c1Fh2au8E
etvmE4IiBOQa+4dCNXvJTWSQXvP1d4gaNfjus5RRPFmXSz4Uv/9NMBGfDF/Hv8gU
ctchcJiCjgeWwPJox3cSipJCwXhJvG8zVERRo+4EOGN4woT+bCf9Hzyqk9BxRDP8
HiBxv/d3bdzP7O1tLsUnpZEr8C0GLZCflTEoXLJSEdEkd72XtwKazkUFEQ8O0mFx
kQKs++LwGLP0yhpOTBMOCbhV1EfpNy42WZr0ZZpq+i3Q3hPDSmIJ/R26CTJao06b
0XwefhRjHuPmbxqsR6K6DLRkiFAAaEmMV9fLXuE4nXdrNB96QL2grO+9Oaa4yqvZ
nCEaWEwVu25PzkVYlFQ0WwGklEOMzXTdOpceBMAYPi9txbieL+SG1cqqjFZj95xT
1HXMQUty776Ar52LXENsWB4flXEm2BTGiPUI2J0rihrsct3O8oxVXQWtw5XQqWon
DMeX5KNGaF/x/xGCZrPwKdY55Oxv5JJEmx1HkTfnD0phbP+vab1u4U7BYQ4jZZpv
yKVwAkmBHLufDtJrSUK0
=78OD
-----END PGP SIGNATURE-----
--- End Message ---