Advertisement
StephaneGourichon

Cannot compile vlc

Apr 30th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. make[4]: Entering directory '/vlc.buildtree/modules'
  2. ../doltlibtool --tag=CC --mode=link gcc -I/vlc/contrib/x86_64-linux-gnu/include -g -Og -frecord-gcc-switches -I/vlc/contrib/x86_64-linux-gnu/include -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wformat-security -pipe -fvisibility=hidden -avoid-version -module -export-symbols-regex ^vlc_entry -shrext .so -no-undefined ../compat/libcompat.la ../src/libvlccore.la -Wl,-Bsymbolic -L/vlc/contrib/x86_64-linux-gnu/lib -Wl,-z,defs -o libavio_plugin.la -rpath /vlc.buildtree/../vlc.installtree.2.2.0-git-12362-2017_04_30_21_52_09_02_00-geeeb3b4-dirty.ubuntu_16_04/lib/vlc/plugins/access access/libavio_plugin_la-avio.lo -L/vlc/contrib/x86_64-linux-gnu/lib -lavformat -ldl -lva -lva-x11 -lX11 -lva -lva-drm -lva -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shape -lxcb -lSDL2 -lvpx -lm -lpthread -lvpx -lm -lpthread -lopenjpeg -DOPJ_STATIC -lgsm -lm -llzma -lz -pthread -lavcodec -ldl -lva -lva-x11 -lX11 -lva -lva-drm -lva -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shape -lxcb -lSDL2 -lvpx -lm -lpthread -lvpx -lm -lpthread -lopenjpeg -DOPJ_STATIC -lgsm -lm -llzma -lz -pthread -lavutil -lm -lm
  3. libtool: link: rm -fr .libs/libavio_plugin.exp .libs/libavio_plugin.ver
  4. libtool: link: /usr/bin/nm -B access/.libs/libavio_plugin_la-avio.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 's/.* //' | sort | uniq > .libs/libavio_plugin.exp
  5. libtool: link: /bin/grep -E -e "^vlc_entry" ".libs/libavio_plugin.exp" > ".libs/libavio_plugin.expT"
  6. libtool: link: mv -f ".libs/libavio_plugin.expT" ".libs/libavio_plugin.exp"
  7. libtool: link: echo "{ global:" > .libs/libavio_plugin.ver
  8. libtool: link: cat .libs/libavio_plugin.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libavio_plugin.ver
  9. libtool: link: echo "local: *; };" >> .libs/libavio_plugin.ver
  10. libtool: link: gcc -shared -fPIC -DPIC access/.libs/libavio_plugin_la-avio.o -Wl,-rpath -Wl,/vlc.buildtree/src/.libs -Wl,-rpath -Wl,/vlc.buildtree/../vlc.installtree.2.2.0-git-12362-2017_04_30_21_52_09_02_00-geeeb3b4-dirty.ubuntu_16_04/lib ../compat/.libs/libcompat.a ../src/.libs/libvlccore.so -L/vlc/contrib/x86_64-linux-gnu/lib -lavformat -lavcodec -ldl -lva-x11 -lX11 -lva-drm -lva -lxcb-shm -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lSDL2 -lvpx -lpthread /vlc/contrib/x86_64-linux-gnu/lib/libopenjpeg.a -lgsm -llzma -lz -lavutil -lm -g -Og -Wl,-Bsymbolic -Wl,-z -Wl,defs -pthread -pthread -pthread -Wl,-soname -Wl,libavio_plugin.so -Wl,-version-script -Wl,.libs/libavio_plugin.ver -o .libs/libavio_plugin.so
  11. /vlc/contrib/x86_64-linux-gnu/lib/libavutil.a(hwcontext_vaapi.o): In function `vaapi_device_free':
  12. /vlc/contrib/native/ffmpeg/libavutil/hwcontext_vaapi.c:899: undefined reference to `XCloseDisplay'
  13. /vlc/contrib/x86_64-linux-gnu/lib/libavutil.a(hwcontext_vaapi.o): In function `vaapi_device_create':
  14. /vlc/contrib/native/ffmpeg/libavutil/hwcontext_vaapi.c:929: undefined reference to `XOpenDisplay'
  15. /vlc/contrib/native/ffmpeg/libavutil/hwcontext_vaapi.c:931: undefined reference to `XDisplayName'
  16. /vlc/contrib/native/ffmpeg/libavutil/hwcontext_vaapi.c:934: undefined reference to `vaGetDisplay'
  17. /vlc/contrib/native/ffmpeg/libavutil/hwcontext_vaapi.c:936: undefined reference to `XDisplayName'
  18. /vlc/contrib/native/ffmpeg/libavutil/hwcontext_vaapi.c:941: undefined reference to `XDisplayName'
  19. /vlc/contrib/native/ffmpeg/libavutil/hwcontext_vaapi.c:958: undefined reference to `vaGetDisplayDRM'
  20. collect2: error: ld returned 1 exit status
  21. Makefile:10947: recipe for target 'libavio_plugin.la' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement