Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 497176 - media-video/mplayer-1.1.1-r1 with media-video/ffmpeg-2.1.1 - libmpdemux/demuxer.c:472:10: error: variable 'codec_id' has initializer but incomplete type
Summary: media-video/mplayer-1.1.1-r1 with media-video/ffmpeg-2.1.1 - libmpdemux/demux...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
: 511030 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-01-05 21:00 UTC by Alex Xu (Hello71)
Modified: 2014-05-22 12:27 UTC (History)
1 user (show)

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


Attachments
emerge --info (file_497176.txt,19.98 KB, text/plain)
2014-01-05 21:00 UTC, Alex Xu (Hello71)
Details
build.log (build.log,107.00 KB, text/plain)
2014-01-08 02:49 UTC, Alex Xu (Hello71)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Xu (Hello71) 2014-01-05 21:00:33 UTC
Created attachment 367122 [details]
emerge --info

x86_64-pc-linux-gnu-gcc -MD -MP -Wundef  -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99  -O2 -pipe -march=native -fstack-protector -Wl,-z,now,--hash-style=gnu -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I. -Iffmpeg  -D_REENTRANT  -I/usr/include/freetype2 -c -o libmpdemux/demux_demuxers.o libmpdemux/demux_demuxers.c
libmpdemux/demuxer.c: In function 'allocate_parser':
libmpdemux/demuxer.c:472:10: error: variable 'codec_id' has initializer but incomplete type
     enum CodecID codec_id = CODEC_ID_NONE;
          ^
libmpdemux/demuxer.c:472:18: error: storage size of 'codec_id' isn't known
     enum CodecID codec_id = CODEC_ID_NONE;
                  ^
In file included from libmpdemux/demuxer.c:30:0:
libmpdemux/demuxer.c: In function 'ds_fill_buffer':
libmpdemux/demuxer.c:657:61: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
                    "ds_fill_buffer(unknown 0x%X) called\n", (unsigned int) ds);
                                                             ^
./mp_msg.h:152:73: note: in definition of macro 'mp_dbg'
 #      define mp_dbg(mod,lev, args... ) do { if (0) mp_msg(mod, lev, ## args ); } while (0)
                                                                         ^
make: *** [libmpdemux/demuxer.o] Error 1
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-01-07 14:33:56 UTC
Please attach the entire build log to this bug report.
Comment 2 Alex Xu (Hello71) 2014-01-08 02:49:33 UTC
Created attachment 367344 [details]
build.log
Comment 3 Alexis Ballier gentoo-dev 2014-01-16 20:19:12 UTC
how do you expect that stable mplayer will work with hard masked ffmpeg ?
~arch mplayer should be fine
Comment 4 Alex Xu (Hello71) 2014-01-16 22:29:22 UTC
Works. I feel there should be some bug blocking the tracker, though, to let AT know that mplayer needs stable before ffmpeg.
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2014-05-22 12:27:16 UTC
*** Bug 511030 has been marked as a duplicate of this bug. ***