Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 672458

Summary: media-libs/xine-lib-1.2.9-r2 fails to compile with dev-libs/libcdio-2.0.0
Product: Gentoo Linux Reporter: Ortwin Glueck <odi>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ortwin Glueck 2018-12-03 16:43:08 UTC
broken by libcdio stabilization #648954


In file included from vcdplayer.h:26:0,
                 from vcdplayer.c:46:
/usr/include/libvcd/info.h:458:3: error: unknown type name ‘CdioList’; did you mean ‘CdioList_t’?
   CdioList *vcdinfo_get_offset_list(const vcdinfo_obj_t *p_vcdinfo);
   ^~~~~~~~
   CdioList_t
/usr/include/libvcd/info.h:463:3: error: unknown type name ‘CdioList’; did you mean ‘CdioList_t’?
   CdioList *vcdinfo_get_offset_x_list(const vcdinfo_obj_t *p_vcdinfo);
   ^~~~~~~~
   CdioList_t
In file included from vcdplayer.h:26:0,
                 from vcdio.c:57:
/usr/include/libvcd/info.h:458:3: error: unknown type name ‘CdioList’; did you mean ‘CdioList_t’?
   CdioList *vcdinfo_get_offset_list(const vcdinfo_obj_t *p_vcdinfo);
   ^~~~~~~~
   CdioList_t
/usr/include/libvcd/info.h:463:3: error: unknown type name ‘CdioList’; did you mean ‘CdioList_t’?
   CdioList *vcdinfo_get_offset_x_list(const vcdinfo_obj_t *p_vcdinfo);
   ^~~~~~~~
   CdioList_t
In file included from vcdplayer.h:26:0,
                 from xineplug_inp_vcd.c:77:
/usr/include/libvcd/info.h:458:3: error: unknown type name ‘CdioList’; did you mean ‘CdioList_t’?
   CdioList *vcdinfo_get_offset_list(const vcdinfo_obj_t *p_vcdinfo);
   ^~~~~~~~
   CdioList_t
/usr/include/libvcd/info.h:463:3: error: unknown type name ‘CdioList’; did you mean ‘CdioList_t’?
   CdioList *vcdinfo_get_offset_x_list(const vcdinfo_obj_t *p_vcdinfo);
   ^~~~~~~~
   CdioList_t
vcdplayer.c: In function ‘vcdplayer_pbc_nav’:
vcdplayer.c:839:3: warning: case value ‘3’ not in enumerated type ‘psd_descriptor_types {aka enum <anonymous>}’ [-Wswitch]
   case VCDINFO_ITEM_TYPE_LID:
   ^~~~
vcdplayer.c:836:3: warning: case value ‘4’ not in enumerated type ‘psd_descriptor_types {aka enum <anonymous>}’ [-Wswitch]
   case VCDINFO_ITEM_TYPE_SPAREID2:
   ^~~~
vcdplayer.c:833:3: warning: case value ‘5’ not in enumerated type ‘psd_descriptor_types {aka enum <anonymous>}’ [-Wswitch]
   case VCDINFO_ITEM_TYPE_NOTFOUND:
   ^~~~
Comment 1 Andreas Sturmlechner gentoo-dev 2018-12-03 20:26:09 UTC

*** This bug has been marked as a duplicate of bug 672392 ***