Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 672458 - media-libs/xine-lib-1.2.9-r2 fails to compile with dev-libs/libcdio-2.0.0
Summary: media-libs/xine-lib-1.2.9-r2 fails to compile with dev-libs/libcdio-2.0.0
Status: RESOLVED DUPLICATE of bug 672392
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-03 16:43 UTC by Ortwin Glueck
Modified: 2018-12-03 20:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***