Advertisement
Guest User

Untitled

a guest
Sep 7th, 2017
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.45 KB | None | 0 0
  1. sudo ./autogen.sh
  2. ./bootstrap.sh: line 42: autopoint: command not found
  3. autoreconf: Entering directory `.'
  4. autoreconf: running: intltoolize --automake --copy --force
  5. autoreconf: running: aclocal --force -I m4
  6. configure.ac:89: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
  7. ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
  8. configure.ac:89: the top level
  9. configure.ac:89: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
  10. ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
  11. configure.ac:89: the top level
  12. autoreconf: configure.ac: tracing
  13. configure.ac:89: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
  14. ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
  15. configure.ac:89: the top level
  16. autoreconf: running: libtoolize --copy --force
  17. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
  18. libtoolize: copying file `build-aux/ltmain.sh'
  19. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  20. libtoolize: copying file `m4/libtool.m4'
  21. libtoolize: copying file `m4/ltoptions.m4'
  22. libtoolize: copying file `m4/ltsugar.m4'
  23. libtoolize: copying file `m4/ltversion.m4'
  24. libtoolize: copying file `m4/lt~obsolete.m4'
  25. configure.ac:89: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
  26. ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
  27. configure.ac:89: the top level
  28. configure.ac:89: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
  29. ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
  30. configure.ac:89: the top level
  31. autoreconf: running: /usr/bin/autoconf --force
  32. configure.ac:89: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
  33. ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
  34. configure.ac:89: the top level
  35. autoreconf: running: /usr/bin/autoheader --force
  36. configure.ac:89: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
  37. ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
  38. configure.ac:89: the top level
  39. autoreconf: running: automake --add-missing --copy --force-missing
  40. configure.ac:89: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
  41. ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from...
  42. configure.ac:89: the top level
  43. configure.ac:106: error: required file 'build-aux/config.rpath' not found
  44. autoreconf: automake failed with exit status: 1
  45. checking for a BSD-compatible install... /usr/bin/install -c
  46. checking whether build environment is sane... yes
  47. checking for a thread-safe mkdir -p... /bin/mkdir -p
  48. checking for gawk... no
  49. checking for mawk... mawk
  50. checking whether make sets $(MAKE)... yes
  51. checking whether make supports nested variables... yes
  52. checking whether UID '0' is supported by ustar format... yes
  53. checking whether GID '0' is supported by ustar format... yes
  54. checking how to create a ustar tar archive... gnutar
  55. checking build system type... x86_64-unknown-linux-gnu
  56. checking host system type... x86_64-unknown-linux-gnu
  57. checking for stow... no
  58. checking whether make supports nested variables... (cached) yes
  59. checking whether ln -s works... yes
  60. checking for gcc... gcc
  61. checking whether the C compiler works... yes
  62. checking for C compiler default output file name... a.out
  63. checking for suffix of executables...
  64. checking whether we are cross compiling... no
  65. checking for suffix of object files... o
  66. checking whether we are using the GNU C compiler... yes
  67. checking whether gcc accepts -g... yes
  68. checking for gcc option to accept ISO C89... none needed
  69. checking whether gcc understands -c and -o together... yes
  70. checking for style of include used by make... GNU
  71. checking dependency style of gcc... gcc3
  72. checking for g++... g++
  73. checking whether we are using the GNU C++ compiler... yes
  74. checking whether g++ accepts -g... yes
  75. checking dependency style of g++... gcc3
  76. checking whether g++ supports C++11 features by default... no
  77. checking whether g++ supports C++11 features with -std=gnu++11... yes
  78. checking how to run the C preprocessor... gcc -E
  79. checking for grep that handles long lines and -e... /bin/grep
  80. checking for egrep... /bin/grep -E
  81. checking whether gcc needs -traditional... no
  82. checking for ANSI C header files... yes
  83. checking for sys/types.h... yes
  84. checking for sys/stat.h... yes
  85. checking for stdlib.h... yes
  86. checking for string.h... yes
  87. checking for memory.h... yes
  88. checking for strings.h... yes
  89. checking for inttypes.h... yes
  90. checking for stdint.h... yes
  91. checking for unistd.h... yes
  92. checking minix/config.h usability... no
  93. checking minix/config.h presence... no
  94. checking for minix/config.h... no
  95. checking whether it is safe to define __EXTENSIONS__... yes
  96. checking for gm4... no
  97. checking for m4... m4
  98. checking for pkg-config... /usr/bin/pkg-config
  99. checking pkg-config is at least version 0.9.0... yes
  100. checking whether NLS is requested... yes
  101. checking for intltool >= 0.35.0... 0.50.2 found
  102. checking for intltool-update... /usr/bin/intltool-update
  103. checking for intltool-merge... /usr/bin/intltool-merge
  104. checking for intltool-extract... /usr/bin/intltool-extract
  105. checking for xgettext... /usr/bin/xgettext
  106. checking for msgmerge... /usr/bin/msgmerge
  107. checking for msgfmt... /usr/bin/msgfmt
  108. checking for gmsgfmt... /usr/bin/msgfmt
  109. checking for perl... /usr/bin/perl
  110. checking for perl >= 5.8.1... 5.18.2
  111. checking for XML::Parser... ok
  112. checking for a sed that does not truncate output... /bin/sed
  113. checking for msgfmt... (cached) /usr/bin/msgfmt
  114. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  115. checking for xgettext... (cached) /usr/bin/xgettext
  116. checking for msgmerge... (cached) /usr/bin/msgmerge
  117. checking for ld used by gcc... /usr/bin/ld
  118. checking if the linker (/usr/bin/ld) is GNU ld... yes
  119. checking for shared library run path origin... /bin/bash: build-aux/config.rpath: No such file or directory
  120. done
  121. checking for CFPreferencesCopyAppValue... no
  122. checking for CFLocaleCopyCurrent... no
  123. checking for GNU gettext in libc... yes
  124. checking whether to use NLS... yes
  125. checking where the gettext function comes from... libc
  126. checking host operating system... linux
  127. checking whether C compiler accepts -std=gnu11... yes
  128. checking whether C compiler accepts -Wall... yes
  129. checking whether C compiler accepts -W... yes
  130. checking whether C compiler accepts -Wextra... yes
  131. checking whether C compiler accepts -pipe... yes
  132. checking whether C compiler accepts -Wno-long-long... yes
  133. checking whether C compiler accepts -Wno-overlength-strings... yes
  134. checking whether C compiler accepts -Wunsafe-loop-optimizations... yes
  135. checking whether C compiler accepts -Wundef... yes
  136. checking whether C compiler accepts -Wformat=2... yes
  137. checking whether C compiler accepts -Wlogical-op... yes
  138. checking whether C compiler accepts -Wsign-compare... yes
  139. checking whether C compiler accepts -Wformat-security... yes
  140. checking whether C compiler accepts -Wmissing-include-dirs... yes
  141. checking whether C compiler accepts -Wformat-nonliteral... yes
  142. checking whether C compiler accepts -Wold-style-definition... no
  143. checking whether C compiler accepts -Wpointer-arith... yes
  144. checking whether C compiler accepts -Winit-self... yes
  145. checking whether C compiler accepts -Wdeclaration-after-statement... yes
  146. checking whether C compiler accepts -Wfloat-equal... yes
  147. checking whether C compiler accepts -Wmissing-prototypes... yes
  148. checking whether C compiler accepts -Wstrict-prototypes... no
  149. checking whether C compiler accepts -Wredundant-decls... yes
  150. checking whether C compiler accepts -Wmissing-declarations... yes
  151. checking whether C compiler accepts -Wmissing-noreturn... yes
  152. checking whether C compiler accepts -Wshadow... yes
  153. checking whether C compiler accepts -Wendif-labels... yes
  154. checking whether C compiler accepts -Wcast-align... yes
  155. checking whether C compiler accepts -Wstrict-aliasing... yes
  156. checking whether C compiler accepts -Wwrite-strings... yes
  157. checking whether C compiler accepts -Wno-unused-parameter... yes
  158. checking whether C compiler accepts -ffast-math... yes
  159. checking whether C compiler accepts -fno-common... yes
  160. checking whether C compiler accepts -fdiagnostics-show-option... yes
  161. checking whether C compiler accepts -fdiagnostics-color=auto... no
  162. checking whether the linker accepts "-Wl,-version-script=./src/map-file"... yes
  163. checking whether the linker accepts -Wl,-z,now... yes
  164. checking whether the linker accepts -Wl,-z,nodelete... yes
  165. checking whether the linker accepts -Wl,--no-undefined... yes
  166. checking whether gcc knows __sync_bool_compare_and_swap()... yes
  167. checking how to print strings... printf
  168. checking for a sed that does not truncate output... (cached) /bin/sed
  169. checking for fgrep... /bin/grep -F
  170. checking for ld used by gcc... /usr/bin/ld
  171. checking if the linker (/usr/bin/ld) is GNU ld... yes
  172. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  173. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  174. checking the maximum length of command line arguments... 1572864
  175. checking whether the shell understands some XSI constructs... yes
  176. checking whether the shell understands "+="... yes
  177. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  178. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  179. checking for /usr/bin/ld option to reload object files... -r
  180. checking for objdump... objdump
  181. checking how to recognize dependent libraries... pass_all
  182. checking for dlltool... no
  183. checking how to associate runtime and link libraries... printf %s\n
  184. checking for ar... ar
  185. checking for archiver @FILE support... @
  186. checking for strip... strip
  187. checking for ranlib... ranlib
  188. checking command to parse /usr/bin/nm -B output from gcc object... ok
  189. checking for sysroot... no
  190. checking for mt... mt
  191. checking if mt is a manifest tool... no
  192. checking for dlfcn.h... yes
  193. checking for objdir... .libs
  194. checking if gcc supports -fno-rtti -fno-exceptions... no
  195. checking for gcc option to produce PIC... -fPIC -DPIC
  196. checking if gcc PIC flag -fPIC -DPIC works... yes
  197. checking if gcc static flag -static works... yes
  198. checking if gcc supports -c -o file.o... yes
  199. checking if gcc supports -c -o file.o... (cached) yes
  200. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  201. checking whether -lc should be explicitly linked in... no
  202. checking dynamic linker characteristics... GNU/Linux ld.so
  203. checking how to hardcode library paths into programs... immediate
  204. checking for shl_load... no
  205. checking for shl_load in -ldld... no
  206. checking for dlopen... no
  207. checking for dlopen in -ldl... yes
  208. checking whether a program can dlopen itself... yes
  209. checking whether a statically linked program can dlopen itself... no
  210. checking whether stripping libraries is possible... yes
  211. checking if libtool supports shared libraries... yes
  212. checking whether to build shared libraries... yes
  213. checking whether to build static libraries... no
  214. checking how to run the C++ preprocessor... g++ -E
  215. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  216. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  217. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  218. checking for g++ option to produce PIC... -fPIC -DPIC
  219. checking if g++ PIC flag -fPIC -DPIC works... yes
  220. checking if g++ static flag -static works... yes
  221. checking if g++ supports -c -o file.o... yes
  222. checking if g++ supports -c -o file.o... (cached) yes
  223. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  224. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  225. checking how to hardcode library paths into programs... immediate
  226. checking ltdl.h usability... yes
  227. checking ltdl.h presence... yes
  228. checking for ltdl.h... yes
  229. checking for lt_dladvise_init in -lltdl... yes
  230. checking for ANSI C header files... (cached) yes
  231. checking for arpa/inet.h... yes
  232. checking for glob.h... yes
  233. checking for grp.h... yes
  234. checking for netdb.h... yes
  235. checking for netinet/in.h... yes
  236. checking for netinet/in_systm.h... yes
  237. checking for netinet/tcp.h... yes
  238. checking for poll.h... yes
  239. checking for pwd.h... yes
  240. checking for sched.h... yes
  241. checking for sys/mman.h... yes
  242. checking for sys/select.h... yes
  243. checking for sys/socket.h... yes
  244. checking for sys/wait.h... yes
  245. checking for sys/uio.h... yes
  246. checking for syslog.h... yes
  247. checking for sys/dl.h... no
  248. checking for dlfcn.h... (cached) yes
  249. checking for linux/sockios.h... yes
  250. checking for sys/prctl.h... yes
  251. checking for sys/conf.h... no
  252. checking for sys/filio.h... no
  253. checking for windows.h... no
  254. checking for winsock2.h... no
  255. checking for ws2tcpip.h... no
  256. checking for sys/atomic.h... no
  257. checking for sys/ioctl.h... yes
  258. checking for byteswap.h... yes
  259. checking for sys/syscall.h... yes
  260. checking for sys/eventfd.h... yes
  261. checking for execinfo.h... yes
  262. checking for langinfo.h... yes
  263. checking for regex.h... yes
  264. checking for pcreposix.h... yes
  265. checking for locale.h... yes
  266. checking for xlocale.h... yes
  267. checking for valgrind/memcheck.h... yes
  268. checking for netinet/ip.h... yes
  269. checking sys/resource.h usability... yes
  270. checking sys/resource.h presence... yes
  271. checking for sys/resource.h... yes
  272. checking sys/un.h usability... yes
  273. checking sys/un.h presence... yes
  274. checking for sys/un.h... yes
  275. checking linux/input.h usability... yes
  276. checking linux/input.h presence... yes
  277. checking for linux/input.h... yes
  278. checking for an ANSI C-conforming const... yes
  279. checking whether byte ordering is bigendian... no
  280. checking for pid_t... yes
  281. checking for size_t... yes
  282. checking for ssize_t... yes
  283. checking for off_t... yes
  284. checking for uid_t in sys/types.h... yes
  285. checking whether environ is declared... yes
  286. checking size of void*... 8
  287. checking whether __x86_64__ is declared... yes
  288. checking for SIGXCPU defined in signal.h... yes
  289. checking for INADDR_NONE defined in netinet/in.h... yes
  290. checking whether gcc knows _Bool... yes
  291. checking for library containing pow... -lm
  292. checking for library containing sched_setscheduler... none required
  293. checking for library containing dlopen... -ldl
  294. checking for library containing shm_open... -lrt
  295. checking for library containing inet_ntop... none required
  296. checking for library containing timer_create... none required
  297. checking for library containing pthread_setaffinity_np... -lpthread
  298. checking for library containing pthread_getname_np... none required
  299. checking for library containing pthread_setname_np... none required
  300. checking for library containing connect... none required
  301. checking for library containing backtrace... none required
  302. checking for library containing regexec... none required
  303. checking for getopt_long... yes
  304. checking for lrintf... yes
  305. checking for strtof... yes
  306. checking for chmod... yes
  307. checking for chown... yes
  308. checking for fstat... yes
  309. checking for fchown... yes
  310. checking for fchmod... yes
  311. checking for clock_gettime... yes
  312. checking for getaddrinfo... yes
  313. checking for getgrgid_r... yes
  314. checking for getgrnam_r... yes
  315. checking for getpwnam_r... yes
  316. checking for getpwuid_r... yes
  317. checking for gettimeofday... yes
  318. checking for getuid... yes
  319. checking for mlock... yes
  320. checking for nanosleep... yes
  321. checking for pipe... yes
  322. checking for posix_fadvise... yes
  323. checking for posix_madvise... yes
  324. checking for posix_memalign... yes
  325. checking for setpgid... yes
  326. checking for setsid... yes
  327. checking for shm_open... yes
  328. checking for sigaction... yes
  329. checking for sleep... yes
  330. checking for symlink... yes
  331. checking for sysconf... yes
  332. checking for uname... yes
  333. checking for pthread_setaffinity_np... yes
  334. checking for pthread_getname_np... yes
  335. checking for pthread_setname_np... yes
  336. checking for readlink... yes
  337. checking for ctime_r... yes
  338. checking for usleep... yes
  339. checking for strerror_r... yes
  340. checking for lstat... yes
  341. checking for paccept... no
  342. checking for setresuid... yes
  343. checking for setresgid... yes
  344. checking for setreuid... yes
  345. checking for setregid... yes
  346. checking for seteuid... yes
  347. checking for setegid... yes
  348. checking for ppoll... yes
  349. checking for strsignal... yes
  350. checking for sig2str... no
  351. checking for strtod_l... yes
  352. checking for pipe2... yes
  353. checking for accept4... yes
  354. checking for open64... yes
  355. checking vfork.h usability... no
  356. checking vfork.h presence... no
  357. checking for vfork.h... no
  358. checking for fork... yes
  359. checking for vfork... yes
  360. checking for working fork... yes
  361. checking for working vfork... (cached) yes
  362. checking type of array argument to getgroups... gid_t
  363. checking for getgroups... yes
  364. checking for working getgroups... yes
  365. checking for mkfifo... yes
  366. checking for working alloca.h... yes
  367. checking for alloca... yes
  368. checking for regexec... yes
  369. checking for special C compiler options needed for large files... no
  370. checking for _FILE_OFFSET_BITS value needed for large files... no
  371. checking for library containing dladdr... none required
  372. checking for iconv... yes
  373. checking for working iconv... yes
  374. checking for iconv declaration...
  375. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  376. checking whether SYS_memfd_create is declared... no
  377. checking for X11... no
  378. checking for library containing cap_init... -lcap
  379. checking sys/capability.h usability... yes
  380. checking sys/capability.h presence... yes
  381. checking for sys/capability.h... yes
  382. checking for LIBCHECK... no
  383. checking for LIBSNDFILE... yes
  384. checking whether we need libatomic_ops... no
  385. checking for TDB... no
  386. checking for gdbm_open in -lgdbm... no
  387. checking gdbm.h usability... no
  388. checking gdbm.h presence... no
  389. checking for gdbm.h... no
  390. checking sys/soundcard.h usability... yes
  391. checking sys/soundcard.h presence... yes
  392. checking for sys/soundcard.h... yes
  393. checking whether SOUND_PCM_READ_RATE is declared... yes
  394. checking whether SOUND_PCM_READ_CHANNELS is declared... yes
  395. checking whether SOUND_PCM_READ_BITS is declared... yes
  396. checking CoreAudio/CoreAudio.h usability... no
  397. checking CoreAudio/CoreAudio.h presence... no
  398. checking for CoreAudio/CoreAudio.h... no
  399. checking for ASOUNDLIB... yes
  400. checking use-case.h usability... yes
  401. checking use-case.h presence... yes
  402. checking for use-case.h... yes
  403. checking sys/audio.h usability... no
  404. checking sys/audio.h presence... no
  405. checking for sys/audio.h... no
  406. checking for mmsystem.h... no
  407. checking for GLIB20... yes
  408. checking for GTK30... yes
  409. checking for GCONF... no
  410. checking for AVAHI... no
  411. checking for JACK... no
  412. checking for LIBASYNCNS... no
  413. checking for tcpwrap library and headers... no
  414. checking lirc/lirc_client.h usability... no
  415. checking lirc/lirc_client.h presence... no
  416. checking for lirc/lirc_client.h... no
  417. checking for lirc_init in -llirc_client... no
  418. checking for DBUS... no
  419. checking for SBC... no
  420. checking for UDEV... yes
  421. checking for OPENSSL... yes
  422. checking for FFTW... no
  423. checking for LIBSPEEX... yes
  424. checking for LIBSOXR... no
  425. checking for ORC... no
  426. checking for SYSTEMD... no
  427. checking for SYSTEMDDAEMON... no
  428. checking for SYSTEMDLOGIN... no
  429. checking for SYSTEMDJOURNAL... no
  430. checking for WEBRTC... no
  431. checking for thread local storage (TLS) class... __thread
  432. checking for the pthreads library -lpthreads... no
  433. checking whether pthreads work without any flags... yes
  434. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  435. checking if more special flags are required for pthreads... no
  436. checking for PTHREAD_PRIO_INHERIT... yes
  437. checking that generated files are newer than configure... done
  438. configure: creating ./config.status
  439. config.status: error: cannot find input file: `Makefile.in'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement