Source: xine-lib-1.2
Version: 1.2.6-1.2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
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.

Reply via email to