Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543594 - ERROR: media-video/vlc-2.2.0::gentoo failed (compile phase):
Summary: ERROR: media-video/vlc-2.2.0::gentoo failed (compile phase):
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-17 11:12 UTC by Alexander
Modified: 2015-03-17 12:04 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 Alexander 2015-03-17 11:12:39 UTC
libtool: link: ( cd ".libs" && rm -f "libpacketizer_mpegvideo_plugin.la" && ln -s "../libpacketizer_mpegvideo_plugin.la" "libpacketizer_mpegvideo_plugin.la" )
../../doltlibtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -DMODULE_STRING=\"$(p="libpacketizer_copy_plugin_la-copy.lo"; p="${p##*/}"; p="${p#lib}"; p="${p%_plugin*}"; p="${p%.lo}"; echo "$p")\" -D__PLUGIN__   	-DMODULE_NAME_IS_packetizer_copy -I../../include -I../../include    -march=native -O2 -pipe -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -c -o libpacketizer_copy_plugin_la-copy.lo `test -f 'copy.c' || echo './'`copy.c
avparser.c: В функции «OpenPacketizer»:
avparser.c:108:9: ошибка: неявная декларация функции «avcodec_free_context» [-Werror=implicit-function-declaration]
         avcodec_free_context( &p_codec_ctx );
         ^
cc1: some warnings being treated as errors
Makefile:1399: ошибка выполнения рецепта для цели «libpacketizer_avparser_plugin_la-avparser.lo»
make: *** [all] Ошибка 2

× emerge --info '=media-video/vlc-2.2.0::gentoo';
× emerge -pqv '=media-video/vlc-2.2.0::gentoo';
× /var/tmp/portage/media-video/vlc-2.2.0/temp/build.log.
Is located here: https://bpaste.net/raw/c020b32fdfa8
Comment 1 Alexander 2015-03-17 12:04:12 UTC
ffmpeg needs to be at least 2.5

i add the line
> media-video/ffmpeg ~amd64
to package.accept_keywords file, and now it also installed the new vlc and everything is working. 
thank you very much!