daily pastebin goal
32%
SHARE
TWEET

error compiling orc on 16.04

a guest May 21st, 2016 56 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. wget http://gstreamer.freedesktop.org/src/orc/orc-0.4.25.tar.xz
  2. tar -xvf orc-0.4.25.tar.xz
  3. cd orc-0.4.25/
  4. CFLAGS="-march=native -mtune=native -O3 -flto -funroll-loops -msse4.2 -mavx -mfpmath=sse" CXXFLAGS="-march=native -mtune=native -O3 -flto -funroll-loops -msse4.2 -mavx -mfpmath=sse" ./configure --prefix=/usr/local/liborc
  5. make
  6.  
  7. # CONFIGURE OUTPUT:
  8. checking nano version... 0 (release)
  9. checking build system type... x86_64-pc-linux-gnu
  10. checking host system type... x86_64-pc-linux-gnu
  11. checking for a BSD-compatible install... /usr/bin/install -c
  12. checking whether build environment is sane... yes
  13. checking for a thread-safe mkdir -p... /bin/mkdir -p
  14. checking for gawk... no
  15. checking for mawk... mawk
  16. checking whether make sets $(MAKE)... yes
  17. checking whether make supports nested variables... yes
  18. checking whether UID '1000' is supported by ustar format... yes
  19. checking whether GID '1000' is supported by ustar format... yes
  20. checking how to create a ustar tar archive... gnutar
  21. checking whether make supports nested variables... (cached) yes
  22. checking how to print strings... printf
  23. checking for style of include used by make... GNU
  24. checking for gcc... gcc
  25. checking whether the C compiler works... yes
  26. checking for C compiler default output file name... a.out
  27. checking for suffix of executables...
  28. checking whether we are cross compiling... no
  29. checking for suffix of object files... o
  30. checking whether we are using the GNU C compiler... yes
  31. checking whether gcc accepts -g... yes
  32. checking for gcc option to accept ISO C89... none needed
  33. checking whether gcc understands -c and -o together... yes
  34. checking dependency style of gcc... gcc3
  35. checking for a sed that does not truncate output... /bin/sed
  36. checking for grep that handles long lines and -e... /bin/grep
  37. checking for egrep... /bin/grep -E
  38. checking for fgrep... /bin/grep -F
  39. checking for ld used by gcc... /usr/bin/ld
  40. checking if the linker (/usr/bin/ld) is GNU ld... yes
  41. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  42. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  43. checking whether ln -s works... yes
  44. checking the maximum length of command line arguments... 1572864
  45. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  46. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  47. checking for /usr/bin/ld option to reload object files... -r
  48. checking for objdump... objdump
  49. checking how to recognize dependent libraries... pass_all
  50. checking for dlltool... no
  51. checking how to associate runtime and link libraries... printf %s\n
  52. checking for ar... ar
  53. checking for archiver @FILE support... @
  54. checking for strip... strip
  55. checking for ranlib... ranlib
  56. checking command to parse /usr/bin/nm -B output from gcc object... failed
  57. checking for sysroot... no
  58. checking for a working dd... /bin/dd
  59. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  60. checking for mt... mt
  61. checking if mt is a manifest tool... no
  62. checking how to run the C preprocessor... gcc -E
  63. checking for ANSI C header files... yes
  64. checking for sys/types.h... yes
  65. checking for sys/stat.h... yes
  66. checking for stdlib.h... yes
  67. checking for string.h... yes
  68. checking for memory.h... yes
  69. checking for strings.h... yes
  70. checking for inttypes.h... yes
  71. checking for stdint.h... yes
  72. checking for unistd.h... yes
  73. checking for dlfcn.h... yes
  74. checking for objdir... .libs
  75. checking if gcc supports -fno-rtti -fno-exceptions... no
  76. checking for gcc option to produce PIC... -fPIC -DPIC
  77. checking if gcc PIC flag -fPIC -DPIC works... yes
  78. checking if gcc static flag -static works... yes
  79. checking if gcc supports -c -o file.o... yes
  80. checking if gcc supports -c -o file.o... (cached) yes
  81. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  82. checking whether -lc should be explicitly linked in... no
  83. checking dynamic linker characteristics... GNU/Linux ld.so
  84. checking how to hardcode library paths into programs... immediate
  85. checking for shl_load... no
  86. checking for shl_load in -ldld... no
  87. checking for dlopen... no
  88. checking for dlopen in -ldl... yes
  89. checking whether a program can dlopen itself... yes
  90. checking whether a statically linked program can dlopen itself... no
  91. checking whether stripping libraries is possible... yes
  92. checking if libtool supports shared libraries... yes
  93. checking whether to build shared libraries... yes
  94. checking whether to build static libraries... no
  95. checking for gcc... (cached) gcc
  96. checking whether we are using the GNU C compiler... (cached) yes
  97. checking whether gcc accepts -g... (cached) yes
  98. checking for gcc option to accept ISO C89... (cached) none needed
  99. checking whether gcc understands -c and -o together... (cached) yes
  100. checking dependency style of gcc... (cached) gcc3
  101. checking for gcc option to accept ISO C99... none needed
  102. checking for gcc option to accept ISO Standard C... (cached) none needed
  103. checking dependency style of gcc... gcc3
  104. checking whether to enable maintainer-specific portions of Makefiles... yes
  105. checking for posix_memalign... yes
  106. checking for pkg-config... /usr/bin/pkg-config
  107. checking pkg-config is at least version 0.9.0... yes
  108. checking for gtk-doc... no
  109. configure: WARNING:
  110.   You will not be able to create source packages with 'make dist'
  111.   because gtk-doc >= 1.12 is not found.
  112. checking for gtkdoc-check... no
  113. checking for gtkdoc-check... no
  114. checking for gtkdoc-rebase... no
  115. checking for gtkdoc-mkpdf... no
  116. checking whether to build gtk-doc documentation... no
  117. checking for GTKDOC_DEPS... yes
  118. checking whether byte ordering is bigendian... no
  119. checking for stdlib.h... (cached) yes
  120. checking for unistd.h... (cached) yes
  121. checking for sys/param.h... yes
  122. checking for getpagesize... yes
  123. checking for working mmap... yes
  124. checking for ANSI C header files... (cached) yes
  125. checking for inttypes.h... (cached) yes
  126. checking sys/time.h usability... yes
  127. checking sys/time.h presence... yes
  128. checking for sys/time.h... yes
  129. checking for unistd.h... (cached) yes
  130. checking for gettimeofday... yes
  131. checking for sigaction... yes
  132. checking for sigsetjmp... no
  133. checking for cos in -lm... yes
  134. checking for clock_gettime in -lrt... yes
  135. checking for monotonic clocks... yes
  136. checking valgrind/valgrind.h usability... no
  137. checking valgrind/valgrind.h presence... no
  138. checking for valgrind/valgrind.h... no
  139. checking to see if compiler understands -Wall... yes
  140. checking for -Bsymbolic-functions linker flag... yes
  141. checking that generated files are newer than configure... done
  142. configure: creating ./config.status
  143. config.status: creating Makefile
  144. config.status: creating doc/Makefile
  145. config.status: creating doc/version.entities
  146. config.status: creating orc/Makefile
  147. config.status: creating orc-test/Makefile
  148. config.status: creating testsuite/Makefile
  149. config.status: creating testsuite/orcc/Makefile
  150. config.status: creating testsuite/benchmorc/Makefile
  151. config.status: creating examples/Makefile
  152. config.status: creating tools/Makefile
  153. config.status: creating orc-uninstalled.pc
  154. config.status: creating orc.pc
  155. config.status: creating config.h
  156. config.status: config.h is unchanged
  157. config.status: executing depfiles commands
  158. config.status: executing lib tool commands
  159.  
  160.  
  161. # MAKE OUTPUT
  162.   CP     orc-0.4-uninstalled.pc
  163. make  all-recursive
  164. make[1]: Entering directory '/home/getresized/sources/orc-0.4.25'
  165. Making all in orc
  166. make[2]: Entering directory '/home/getresized/sources/orc-0.4.25/orc'
  167.   CC       liborc_0.4_la-orc.lo
  168. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  169.   CC       liborc_0.4_la-orcbytecode.lo
  170. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  171.   CC       liborc_0.4_la-orcemulateopcodes.lo
  172. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  173.   CC       liborc_0.4_la-orcexecutor.lo
  174. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  175.   CC       liborc_0.4_la-orcfunctions.lo
  176. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  177.   CC       liborc_0.4_la-orcutils.lo
  178. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  179.   CC       liborc_0.4_la-orcrule.lo
  180. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  181.   CC       liborc_0.4_la-orccodemem.lo
  182. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  183.   CC       liborc_0.4_la-orcprogram.lo
  184. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  185.   CC       liborc_0.4_la-orccompiler.lo
  186. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  187.   CC       liborc_0.4_la-orcprogram-c.lo
  188. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  189.   CC       liborc_0.4_la-orcopcodes.lo
  190. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  191.   CC       liborc_0.4_la-orcparse.lo
  192. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  193.   CC       liborc_0.4_la-orconce.lo
  194. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  195.   CC       liborc_0.4_la-orcdebug.lo
  196. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  197.   CC       liborc_0.4_la-orccode.lo
  198. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  199.   CC       liborc_0.4_la-orcsse.lo
  200. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  201.   CC       liborc_0.4_la-orcrules-sse.lo
  202. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  203.   CC       liborc_0.4_la-orcprogram-sse.lo
  204. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  205.   CC       liborc_0.4_la-orcx86.lo
  206. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  207.   CC       liborc_0.4_la-orcx86insn.lo
  208. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  209.   CC       liborc_0.4_la-orcmmx.lo
  210. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  211.   CC       liborc_0.4_la-orcrules-mmx.lo
  212. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  213.   CC       liborc_0.4_la-orcprogram-mmx.lo
  214. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  215.   CC       liborc_0.4_la-orcrules-altivec.lo
  216. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  217.   CC       liborc_0.4_la-orcprogram-altivec.lo
  218. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  219.   CC       liborc_0.4_la-orcpowerpc.lo
  220. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  221.   CC       liborc_0.4_la-orcprogram-neon.lo
  222. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  223.   CC       liborc_0.4_la-orcrules-neon.lo
  224. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  225.   CC       liborc_0.4_la-orcarm.lo
  226. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  227.   CC       liborc_0.4_la-orcprogram-c64x-c.lo
  228. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  229.   CC       liborc_0.4_la-orcmips.lo
  230. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  231.   CC       liborc_0.4_la-orcprogram-mips.lo
  232. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  233.   CC       liborc_0.4_la-orcrules-mips.lo
  234. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  235.   CC       liborc_0.4_la-orccpu-x86.lo
  236. ../libtool: line 1751: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
  237.   CCLD     liborc-0.4.la
  238. ../libtool: eval: line 1723: syntax error near unexpected token `|'
  239. ../libtool: eval: line 1723: `/usr/bin/nm -B  .libs/liborc_0.4_la-orc.o .libs/liborc_0.4_la-orcbytecode.o .libs/liborc_0.4_la-orcemulateopcodes.o .libs/liborc_0.4_la-orcexecutor.o .libs/liborc_0.4_la-orcfunctions.o .libs/liborc_0.4_la-orcutils.o .libs/liborc_0.4_la-orcrule.o .libs/liborc_0.4_la-orccodemem.o .libs/liborc_0.4_la-orcprogram.o .libs/liborc_0.4_la-orccompiler.o .libs/liborc_0.4_la-orcprogram-c.o .libs/liborc_0.4_la-orcopcodes.o .libs/liborc_0.4_la-orcparse.o .libs/liborc_0.4_la-orconce.o .libs/liborc_0.4_la-orcdebug.o .libs/liborc_0.4_la-orccode.o .libs/liborc_0.4_la-orcsse.o .libs/liborc_0.4_la-orcrules-sse.o .libs/liborc_0.4_la-orcprogram-sse.o .libs/liborc_0.4_la-orcx86.o .libs/liborc_0.4_la-orcx86insn.o .libs/liborc_0.4_la-orcmmx.o .libs/liborc_0.4_la-orcrules-mmx.o .libs/liborc_0.4_la-orcprogram-mmx.o .libs/liborc_0.4_la-orcrules-altivec.o .libs/liborc_0.4_la-orcprogram-altivec.o .libs/liborc_0.4_la-orcpowerpc.o .libs/liborc_0.4_la-orcprogram-neon.o .libs/liborc_0.4_la-orcrules-neon.o .libs/liborc_0.4_la-orcarm.o .libs/liborc_0.4_la-orcprogram-c64x-c.o .libs/liborc_0.4_la-orcmips.o .libs/liborc_0.4_la-orcprogram-mips.o .libs/liborc_0.4_la-orcrules-mips.o .libs/liborc_0.4_la-orccpu-x86.o   |  | /bin/sed 's/.* //' | sort | uniq > .libs/liborc-0.4.exp'
  240. Makefile:588: recipe for target 'liborc-0.4.la' failed
  241. make[2]: *** [liborc-0.4.la] Error 2
  242. make[2]: Leaving directory '/home/getresized/sources/orc-0.4.25/orc'
  243. Makefile:515: recipe for target 'all-recursive' failed
  244. make[1]: *** [all-recursive] Error 1
  245. make[1]: Leaving directory '/home/getresized/sources/orc-0.4.25'
  246. Makefile:401: recipe for target 'all' failed
  247. make: *** [all] Error 2
RAW Paste Data
Top