Advertisement
Guest User

libavutil error

a guest
Nov 29th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. odroid@odroid:~/Downloads/xpra-1.0-rc1$ sudo python setup.py install
  2. setup.py install
  3. Xpra version 1.0
  4. found pkg-config version: 0.26
  5. build switches:
  6. * enc_x264 : Y
  7. * enc_x265 : N
  8. * enc_xvid : N
  9. * enc_ffmpeg : Y
  10. * nvenc7 : N
  11. * vpx : Y
  12. * webp : N
  13. * pillow : Y
  14. * v4l2 : Y
  15. * dec_avcodec2 : Y
  16. * csc_swscale : Y
  17. * csc_opencl : Y
  18. * csc_cython : Y
  19. * csc_opencv : Y
  20. * csc_libyuv : N
  21. * memoryview : Y
  22. * bencode : Y
  23. * cython_bencode : Y
  24. * vsock : N
  25. * mdns : Y
  26. * clipboard : Y
  27. * server : Y
  28. * client : Y
  29. * dbus : Y
  30. * x11 : Y
  31. * gtk_x11 : Y
  32. * gtk2 : Y
  33. * gtk3 : N
  34. * html5 : Y
  35. * minify : Y
  36. * pam : N
  37. * sound : Y
  38. * opengl : Y
  39. * printing : Y
  40. * webcam : Y
  41. * rebuild : Y
  42. * annotate : Y
  43. * warn : Y
  44. * strict : Y
  45. * shadow : Y
  46. * proxy : Y
  47. * debug : N
  48. * PIC : Y
  49. * Xdummy : Auto
  50. * Xdummy_wrapper : Auto
  51. * verbose : N
  52. * tests : N
  53. * bundle_tests : N
  54. error running (['uglifyjs', '--version'],),{'stderr': -1, 'stdout': -1}: [Errno 2] No such file or directory
  55. Warning: uglifyjs failed and return -1
  56. Warning: yuicompressor module not found, cannot minify
  57. 'nvcc --version' failed with return code 127
  58. stderr: None
  59. updated ./xpra/build_info.py with:
  60. * BUILD_BIT = 32bit
  61. * BUILD_CPU = armv7l
  62. * BUILD_DATE = 2016-11-29
  63. * BUILD_OS = Linux Ubuntu 14.04 trusty
  64. * BUILD_TIME = 10:21
  65. * BUILT_BY = root
  66. * BUILT_ON = odroid
  67. * COMPILER_VERSION = gcc-4.8.real (Ubuntu/Linaro 4.8.4-2ubuntu1~14.04.3) 4.8.4
  68. * CYTHON_VERSION = 0.25.2b0
  69. * LINKER_VERSION = GNU ld (GNU Binutils for Ubuntu) 2.24
  70. * PYTHON_VERSION = 2.7.6
  71. * RELEASE_BUILD = True
  72. * lib_gtk = 3.10.8
  73. * lib_pygobject = 2.28.6
  74. * lib_pygtk = 2.24.0
  75. * lib_vpx = 1.3.0
  76. * lib_x11 = 1.6.2
  77. * lib_x264 = 0.142.2389 956c8d8
  78. * lib_xcomposite = 0.4.4
  79. * lib_xdamage = 1.1.4
  80. * lib_xext = 1.3.2
  81. * lib_xfixes = 5.0.1
  82. * lib_xkbfile = 1.0.8
  83. * lib_xrandr = 1.5.0
  84. * lib_xtst = 1.2.2
  85. found gcc version: 4.8.4
  86. running install
  87. running build
  88. running build_py
  89. copying xpra/build_info.py -> build/lib.linux-armv7l-2.7/xpra
  90. running build_ext
  91. building 'xpra.codecs.libav_common.av_log' extension
  92. arm-linux-gnueabihf-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include -I/usr/include/python2.7 -c xpra/codecs/libav_common/av_log.c -o build/temp.linux-armv7l-2.7/xpra/codecs/libav_common/av_log.o -Wall -Werror -Wno-error=strict-prototypes -fPIC
  93. arm-linux-gnueabihf-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-armv7l-2.7/xpra/codecs/libav_common/av_log.o -L/usr/local/lib -lavutil -lm -o build/lib.linux-armv7l-2.7/xpra/codecs/libav_common/av_log.so -Wall
  94. /usr/bin/ld.bfd.real: /usr/local/lib/libavutil.a(log.o): relocation R_ARM_THM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC
  95. /usr/local/lib/libavutil.a: error adding symbols: Bad value
  96. collect2: error: ld returned 1 exit status
  97. error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
  98. odroid@odroid:~/Downloads/xpra-1.0-rc1$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement