Advertisement
soder

Untitled

Feb 19th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.41 KB | None | 0 0
  1. osmc@osmc:~/Automatic-0.8.3$ sudo apt-get install automake
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following packages were automatically installed and are no longer required:
  6. armv7-libcrossguid-osmc bluez libapt-inst1.5 libbind9-90 libdbus-1-dev
  7. libdns100 libdpkg-perl libgif4 libgnutls-deb0-28 libhogweed2 libicu52
  8. libisc95 libisccc90 libisccfg90 liblwres90 libmicrohttpd10 libmysqlclient18
  9. libnettle4 libntdb1 libplist2 libpng12-0 libpsl0 libssl1.0.0 libwebp5
  10. libwebpdemux1 libwebpmux1 libxtables10 pkg-config python-dbus-dev
  11. Use 'sudo apt autoremove' to remove them.
  12. The following additional packages will be installed:
  13. autoconf autotools-dev libsigsegv2 m4
  14. Suggested packages:
  15. autoconf-archive gnu-standards autoconf-doc libtool gettext m4-doc
  16. The following NEW packages will be installed:
  17. autoconf automake autotools-dev libsigsegv2 m4
  18. 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
  19. Need to get 1363 kB of archives.
  20. After this operation, 4162 kB of additional disk space will be used.
  21. Do you want to continue? [Y/n] y
  22. Get:1 http://ftp.debian.org/debian stretch/main armhf libsigsegv2 armhf 2.10-5 [28.3 kB]
  23. Get:2 http://ftp.debian.org/debian stretch/main armhf m4 armhf 1.4.18-1 [191 kB]
  24. Get:3 http://ftp.debian.org/debian stretch/main armhf autoconf all 2.69-10 [338 kB]
  25. Get:4 http://ftp.debian.org/debian stretch/main armhf autotools-dev all 20161112.1 [73.4 kB]
  26. Get:5 http://ftp.debian.org/debian stretch/main armhf automake all 1:1.15-6 [733 kB]
  27. Fetched 1363 kB in 0s (2812 kB/s)
  28. Selecting previously unselected package libsigsegv2:armhf.
  29. (Reading database ... 24969 files and directories currently installed.)
  30. Preparing to unpack .../libsigsegv2_2.10-5_armhf.deb ...
  31. Unpacking libsigsegv2:armhf (2.10-5) ...
  32. Selecting previously unselected package m4.
  33. Preparing to unpack .../archives/m4_1.4.18-1_armhf.deb ...
  34. Unpacking m4 (1.4.18-1) ...
  35. Selecting previously unselected package autoconf.
  36. Preparing to unpack .../autoconf_2.69-10_all.deb ...
  37. Unpacking autoconf (2.69-10) ...
  38. Selecting previously unselected package autotools-dev.
  39. Preparing to unpack .../autotools-dev_20161112.1_all.deb ...
  40. Unpacking autotools-dev (20161112.1) ...
  41. Selecting previously unselected package automake.
  42. Preparing to unpack .../automake_1%3a1.15-6_all.deb ...
  43. Unpacking automake (1:1.15-6) ...
  44. Setting up libsigsegv2:armhf (2.10-5) ...
  45. Setting up m4 (1.4.18-1) ...
  46. Processing triggers for libc-bin (2.24-11+deb9u1) ...
  47. Setting up autotools-dev (20161112.1) ...
  48. Setting up autoconf (2.69-10) ...
  49. Setting up automake (1:1.15-6) ...
  50. update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
  51. osmc@osmc:~/Automatic-0.8.3$ ./autogen.sh
  52. aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  53. automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  54. configure.in:13: installing './compile'
  55. configure.in:10: installing './install-sh'
  56. configure.in:10: installing './missing'
  57. src/Makefile.am:2: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  58. src/Makefile.am:12: warning: source file '$(top_srcdir)/src/automatic.c' is in a subdirectory,
  59. src/Makefile.am:12: but option 'subdir-objects' is disabled
  60. automake: warning: possible forward-incompatibility.
  61. automake: At least a source file is in a subdirectory, but the 'subdir-objects'
  62. automake: automake option hasn't been enabled. For now, the corresponding output
  63. automake: object file(s) will be placed in the top-level directory. However,
  64. automake: this behaviour will change in future Automake versions: they will
  65. automake: unconditionally cause object files to be placed in the same subdirectory
  66. automake: of the corresponding sources.
  67. automake: You are advised to start using 'subdir-objects' option throughout your
  68. automake: project, to avoid future incompatibilities.
  69. src/Makefile.am:12: warning: source file '$(top_srcdir)/src/base64.c' is in a subdirectory,
  70. src/Makefile.am:12: but option 'subdir-objects' is disabled
  71. src/Makefile.am:12: warning: source file '$(top_srcdir)/src/config_parser.c' is in a subdirectory,
  72. src/Makefile.am:12: but option 'subdir-objects' is disabled
  73. src/Makefile.am:12: warning: source file '$(top_srcdir)/src/downloads.c' is in a subdirectory,
  74. src/Makefile.am:12: but option 'subdir-objects' is disabled
  75. src/Makefile.am:12: warning: source file '$(top_srcdir)/src/feed_item.c' is in a subdirectory,
  76. src/Makefile.am:12: but option 'subdir-objects' is disabled
  77. src/Makefile.am:12: warning: source file '$(top_srcdir)/src/file.c' is in a subdirectory,
  78. src/Makefile.am:12: but option 'subdir-objects' is disabled
  79. src/Makefile.am:12: warning: source file '$(top_srcdir)/src/json.c' is in a subdirectory,
  80. src/Makefile.am:12: but option 'subdir-objects' is disabled
  81. src/Makefile.am:12: warning: source file '$(top_srcdir)/src/list.c' is in a subdirectory,
  82. src/Makefile.am:12: but option 'subdir-objects' is disabled
  83. src/Makefile.am:12: warning: source file '$(top_srcdir)/src/output.c' is in a subdirectory,
  84. src/Makefile.am:12: but option 'subdir-objects' is disabled
  85. src/Makefile.am:12: warning: source file '$(top_srcdir)/src/filters.c' is in a subdirectory,
  86. src/Makefile.am:12: but option 'subdir-objects' is disabled
  87. src/Makefile.am:12: warning: source file '$(top_srcdir)/src/prowl.c' is in a subdirectory,
  88. src/Makefile.am:12: but option 'subdir-objects' is disabled
  89. src/Makefile.am:12: warning: source file '$(top_srcdir)/src/regex.c' is in a subdirectory,
  90. src/Makefile.am:12: but option 'subdir-objects' is disabled
  91. src/Makefile.am:12: warning: source file '$(top_srcdir)/src/rss_feed.c' is in a subdirectory,
  92. src/Makefile.am:12: but option 'subdir-objects' is disabled
  93. src/Makefile.am:12: warning: source file '$(top_srcdir)/src/state.c' is in a subdirectory,
  94. src/Makefile.am:12: but option 'subdir-objects' is disabled
  95. src/Makefile.am:12: warning: source file '$(top_srcdir)/src/torrent.c' is in a subdirectory,
  96. src/Makefile.am:12: but option 'subdir-objects' is disabled
  97. src/Makefile.am:12: warning: source file '$(top_srcdir)/src/transmission.c' is in a subdirectory,
  98. src/Makefile.am:12: but option 'subdir-objects' is disabled
  99. src/Makefile.am:12: warning: source file '$(top_srcdir)/src/urlcode.c' is in a subdirectory,
  100. src/Makefile.am:12: but option 'subdir-objects' is disabled
  101. src/Makefile.am:12: warning: source file '$(top_srcdir)/src/utils.c' is in a subdirectory,
  102. src/Makefile.am:12: but option 'subdir-objects' is disabled
  103. src/Makefile.am:12: warning: source file '$(top_srcdir)/src/web.c' is in a subdirectory,
  104. src/Makefile.am:12: but option 'subdir-objects' is disabled
  105. src/Makefile.am:12: warning: source file '$(top_srcdir)/src/xml_parser.c' is in a subdirectory,
  106. src/Makefile.am:12: but option 'subdir-objects' is disabled
  107. src/Makefile.am:56: warning: source file '$(top_srcdir)/src/memwatch.c' is in a subdirectory,
  108. src/Makefile.am:56: but option 'subdir-objects' is disabled
  109. src/Makefile.am: installing './depcomp'
  110. automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  111. src/tests/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  112. src/tests/Makefile.am:7: warning: source file '$(top_srcdir)/src/output.c' is in a subdirectory,
  113. src/tests/Makefile.am:7: but option 'subdir-objects' is disabled
  114. src/tests/Makefile.am:7: warning: source file '$(top_srcdir)/src/memwatch.c' is in a subdirectory,
  115. src/tests/Makefile.am:7: but option 'subdir-objects' is disabled
  116. src/tests/Makefile.am:7: warning: source file '$(top_srcdir)/src/utils.c' is in a subdirectory,
  117. src/tests/Makefile.am:7: but option 'subdir-objects' is disabled
  118. src/tests/Makefile.am:23: warning: source file '$(top_srcdir)/src/base64.c' is in a subdirectory,
  119. src/tests/Makefile.am:23: but option 'subdir-objects' is disabled
  120. src/tests/Makefile.am:12: warning: source file '$(top_srcdir)/src/file.c' is in a subdirectory,
  121. src/tests/Makefile.am:12: but option 'subdir-objects' is disabled
  122. src/tests/Makefile.am:12: warning: source file '$(top_srcdir)/src/regex.c' is in a subdirectory,
  123. src/tests/Makefile.am:12: but option 'subdir-objects' is disabled
  124. src/tests/Makefile.am:12: warning: source file '$(top_srcdir)/src/urlcode.c' is in a subdirectory,
  125. src/tests/Makefile.am:12: but option 'subdir-objects' is disabled
  126. src/tests/Makefile.am:12: warning: source file '$(top_srcdir)/src/web.c' is in a subdirectory,
  127. src/tests/Makefile.am:12: but option 'subdir-objects' is disabled
  128. src/tests/Makefile.am:34: warning: source file '$(top_srcdir)/src/base64.c' is in a subdirectory,
  129. src/tests/Makefile.am:34: but option 'subdir-objects' is disabled
  130. src/tests/Makefile.am:34: warning: source file '$(top_srcdir)/src/json.c' is in a subdirectory,
  131. src/tests/Makefile.am:34: but option 'subdir-objects' is disabled
  132. src/tests/Makefile.am:34: warning: source file '$(top_srcdir)/src/regex.c' is in a subdirectory,
  133. src/tests/Makefile.am:34: but option 'subdir-objects' is disabled
  134. src/tests/Makefile.am:19: warning: source file '$(top_srcdir)/src/list.c' is in a subdirectory,
  135. src/tests/Makefile.am:19: but option 'subdir-objects' is disabled
  136. src/tests/Makefile.am:47: warning: source file '$(top_srcdir)/src/config_parser.c' is in a subdirectory,
  137. src/tests/Makefile.am:47: but option 'subdir-objects' is disabled
  138. src/tests/Makefile.am:47: warning: source file '$(top_srcdir)/src/filters.c' is in a subdirectory,
  139. src/tests/Makefile.am:47: but option 'subdir-objects' is disabled
  140. src/tests/Makefile.am:47: warning: source file '$(top_srcdir)/src/list.c' is in a subdirectory,
  141. src/tests/Makefile.am:47: but option 'subdir-objects' is disabled
  142. src/tests/Makefile.am:47: warning: source file '$(top_srcdir)/src/regex.c' is in a subdirectory,
  143. src/tests/Makefile.am:47: but option 'subdir-objects' is disabled
  144. src/tests/Makefile.am:47: warning: source file '$(top_srcdir)/src/rss_feed.c' is in a subdirectory,
  145. src/tests/Makefile.am:47: but option 'subdir-objects' is disabled
  146. src/tests/Makefile.am:40: warning: source file '$(top_srcdir)/src/prowl.c' is in a subdirectory,
  147. src/tests/Makefile.am:40: but option 'subdir-objects' is disabled
  148. src/tests/Makefile.am:40: warning: source file '$(top_srcdir)/src/regex.c' is in a subdirectory,
  149. src/tests/Makefile.am:40: but option 'subdir-objects' is disabled
  150. src/tests/Makefile.am:40: warning: source file '$(top_srcdir)/src/urlcode.c' is in a subdirectory,
  151. src/tests/Makefile.am:40: but option 'subdir-objects' is disabled
  152. src/tests/Makefile.am:40: warning: source file '$(top_srcdir)/src/web.c' is in a subdirectory,
  153. src/tests/Makefile.am:40: but option 'subdir-objects' is disabled
  154. src/tests/Makefile.am:30: warning: source file '$(top_srcdir)/src/regex.c' is in a subdirectory,
  155. src/tests/Makefile.am:30: but option 'subdir-objects' is disabled
  156. parallel-tests: installing './test-driver'
  157. osmc@osmc:~/Automatic-0.8.3$ ./configure
  158. checking for a BSD-compatible install... /usr/bin/install -c
  159. checking whether build environment is sane... yes
  160. checking for a thread-safe mkdir -p... /bin/mkdir -p
  161. checking for gawk... no
  162. checking for mawk... mawk
  163. checking whether make sets $(MAKE)... no
  164. checking whether make supports nested variables... no
  165. checking for gcc... no
  166. checking for cc... no
  167. checking for cl.exe... no
  168. configure: error: in `/home/osmc/Automatic-0.8.3':
  169. configure: error: no acceptable C compiler found in $PATH
  170. See `config.log' for more details
  171. osmc@osmc:~/Automatic-0.8.3$ nano config.log
  172. osmc@osmc:~/Automatic-0.8.3$ make
  173. -bash: make: command not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement