Advertisement
Guest User

компиляция auda в слаке

a guest
Apr 17th, 2011
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 13.29 KB | None | 0 0
  1.  
  2. root@ksu:~/source/audacious-2.5.0# ll
  3. итого 848
  4. -rw-r--r-- 1 ksu wheel   5876 Апр 16 20:09 AUTHORS
  5. -rw-r--r-- 1 ksu wheel   1916 Апр 16 20:09 COPYING
  6. -rw-r--r-- 1 ksu wheel  58945 Апр 16 20:09 Doxyfile
  7. -rw-r--r-- 1 ksu wheel  18092 Апр 16 20:09 GPL2.txt
  8. -rw-r--r-- 1 ksu wheel  35147 Апр 16 20:09 GPL3.txt
  9. -rw-r--r-- 1 ksu wheel   9498 Апр 16 20:09 INSTALL
  10. -rw-r--r-- 1 ksu wheel   1274 Апр 16 20:09 Makefile
  11. -rw-r--r-- 1 ksu wheel    533 Апр 16 20:09 Mercurial-Access
  12. -rw-r--r-- 1 ksu wheel  10812 Апр 16 20:09 NEWS
  13. -rw-r--r-- 1 ksu wheel  17386 Апр 16 20:09 README
  14. -rw-r--r-- 1 ksu wheel   9971 Апр 16 20:09 acinclude.m4
  15. -rw-r--r-- 1 ksu wheel 115532 Апр 16 20:09 aclocal.m4
  16. -rw-r--r-- 1 ksu wheel   1331 Апр 16 20:09 audacious.desktop
  17. -rw-r--r-- 1 ksu wheel    853 Апр 16 20:09 audacious.pc.in
  18. -rw-r--r-- 1 ksu wheel    365 Апр 16 20:09 audclient.pc.in
  19. -rw-r--r-- 1 ksu wheel  16127 Апр 16 20:09 buildsys.mk.in
  20. -rw-r--r-- 1 ksu wheel  44776 Апр 16 20:09 config.guess
  21. -rw-r--r-- 1 ksu wheel   5097 Апр 16 20:09 config.h.in
  22. -rw-r--r-- 1 ksu wheel  16164 Апр 16 20:09 config.rpath
  23. -rw-r--r-- 1 ksu wheel  32714 Апр 16 20:09 config.sub
  24. -rwxr-xr-x 1 ksu wheel 352599 Апр 16 20:09 configure*
  25. -rwxr-xr-x 1 ksu wheel  12107 Апр 16 20:09 configure.ac*
  26. drwxr-xr-x 4 ksu wheel   4096 Апр 16 20:09 contrib/
  27. drwxr-xr-x 2 ksu wheel   4096 Апр 16 20:09 doc/
  28. -rw-r--r-- 1 ksu wheel   5001 Апр 16 20:09 extra.mk.in
  29. -rw-r--r-- 1 ksu wheel   9233 Апр 16 20:09 install-sh
  30. drwxr-xr-x 2 ksu wheel   4096 Апр 16 20:09 m4/
  31. drwxr-xr-x 2 ksu wheel   4096 Апр 16 20:09 man/
  32. -rw-r--r-- 1 ksu wheel   1988 Апр 16 20:09 mkinstalldirs
  33. drwxr-xr-x 2 ksu wheel   4096 Апр 16 20:09 pixmaps/
  34. drwxr-xr-x 2 ksu wheel   4096 Апр 16 20:09 po/
  35. drwxr-xr-x 9 ksu wheel   4096 Апр 16 20:09 src/
  36. -rw-r--r-- 1 ksu wheel      0 Апр 16 20:09 stamp-h.in
  37. root@ksu:~/source/audacious-2.5.0# ./configure
  38. checking build system type... i686-pc-linux-gnu
  39. checking host system type... i686-pc-linux-gnu
  40. checking target system type... i686-pc-linux-gnu
  41. checking for gcc... gcc
  42. checking whether the C compiler works... yes
  43. checking for C compiler default output file name... a.out
  44. checking for suffix of executables...
  45. checking whether we are cross compiling... no
  46. checking for suffix of object files... o
  47. checking whether we are using the GNU C compiler... yes
  48. checking whether gcc accepts -g... yes
  49. checking for gcc option to accept ISO C89... none needed
  50. checking how to run the C preprocessor... gcc -E
  51. checking for grep that handles long lines and -e... /usr/bin/grep
  52. checking for egrep... /usr/bin/grep -E
  53. checking for ANSI C header files... yes
  54. checking for sys/types.h... yes
  55. checking for sys/stat.h... yes
  56. checking for stdlib.h... yes
  57. checking for string.h... yes
  58. checking for memory.h... yes
  59. checking for strings.h... yes
  60. checking for inttypes.h... yes
  61. checking for stdint.h... yes
  62. checking for unistd.h... yes
  63. checking minix/config.h usability... no
  64. checking minix/config.h presence... no
  65. checking for minix/config.h... no
  66. checking whether it is safe to define __EXTENSIONS__... yes
  67. checking for pkg-config... /usr/bin/pkg-config
  68. checking pkg-config is at least version 0.9.0... yes
  69. checking for tput... /usr/bin/tput
  70. checking whether we need an implib... no
  71. checking for shared library system... GNU
  72. checking for Windows or Macintosh... no
  73. checking whether make sets $(MAKE)... yes
  74. checking for a BSD-compatible install... /usr/bin/ginstall -c
  75. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  76. checking whether NLS is requested... yes
  77. checking for msgfmt... /usr/bin/msgfmt
  78. checking for gmsgfmt... /usr/bin/msgfmt
  79. checking for xgettext... /usr/bin/xgettext
  80. checking for msgmerge... /usr/bin/msgmerge
  81. checking for ld used by GCC... /usr/i486-slackware-linux/bin/ld
  82. checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes
  83. checking for shared library run path origin... done
  84. checking for CFPreferencesCopyAppValue... no
  85. checking for CFLocaleCopyCurrent... no
  86. checking for GNU gettext in libc... yes
  87. checking whether to use NLS... yes
  88. checking where the gettext function comes from... libc
  89. checking for style of include used by make... GNU
  90. checking for GNU make... make
  91. checking for gcc... (cached) gcc
  92. checking whether we are using the GNU C compiler... (cached) yes
  93. checking whether gcc accepts -g... (cached) yes
  94. checking for gcc option to accept ISO C89... (cached) none needed
  95. checking for g++... g++
  96. checking whether we are using the GNU C++ compiler... yes
  97. checking whether g++ accepts -g... yes
  98. checking dependency style of gcc... none
  99. checking for library containing strerror... none required
  100. checking whether byte ordering is bigendian... no
  101. checking whether ln -s works... yes
  102. checking whether make sets $(MAKE)... (cached) yes
  103. checking for rm... /usr/bin/rm
  104. checking for mv... /usr/bin/mv
  105. checking for cp... /usr/bin/cp
  106. checking for ar... /usr/bin/ar
  107. checking for tr... /usr/bin/tr
  108. checking for ranlib... /usr/bin/ranlib
  109. checking for GLIB... yes
  110. checking for GTHREAD... yes
  111. checking for GTK... yes
  112. checking for PANGO... yes
  113. checking for CAIRO... yes
  114. checking for MOWGLI... yes
  115. checking for LIBMCS... yes
  116. checking SSE2 support... yes
  117. checking altivec.h usability... no
  118. checking altivec.h presence... no
  119. checking for altivec.h... no
  120. checking for getrlimit... yes
  121. checking for unistd.h... (cached) yes
  122. checking fcntl.h usability... yes
  123. checking fcntl.h presence... yes
  124. checking for fcntl.h... yes
  125. checking limits.h usability... yes
  126. checking limits.h presence... yes
  127. checking for limits.h... yes
  128. checking fts.h usability... no
  129. checking fts.h presence... no
  130. checking for fts.h... no
  131. checking execinfo.h usability... yes
  132. checking execinfo.h presence... yes
  133. checking for execinfo.h... yes
  134. checking sys/errno.h usability... yes
  135. checking sys/errno.h presence... yes
  136. checking for sys/errno.h... yes
  137. checking regex.h usability... yes
  138. checking regex.h presence... yes
  139. checking for regex.h... yes
  140. checking rxposix.h usability... no
  141. checking rxposix.h presence... no
  142. checking for rxposix.h... no
  143. checking rx/rxposix.h usability... no
  144. checking rx/rxposix.h presence... no
  145. checking for rx/rxposix.h... no
  146. checking for sigwait... yes
  147. checking for audacious... no
  148. checking for LIBGUESS... no
  149. checking for DBUS... yes
  150. checking for dbus-binding-tool... /usr/bin/dbus-binding-tool
  151. checking for glib-genmarshal... /usr/bin/glib-genmarshal
  152. checking for regcomp in -lc... yes
  153. checking regex library type... gnu
  154. checking for pthread_create in -lpthread... yes
  155. checking for SM... yes
  156. checking for ICE... yes
  157. checking for GLIB214... yes
  158. checking if __ELF__ is defined... yes
  159. configure: touching .deps files
  160. configure: creating ./config.status
  161. config.status: creating audacious.pc
  162. config.status: WARNING:  'audacious.pc.in' seems to ignore the --datarootdir setting
  163. config.status: creating audclient.pc
  164. config.status: WARNING:  'audclient.pc.in' seems to ignore the --datarootdir setting
  165. config.status: creating buildsys.mk
  166. config.status: creating extra.mk
  167. config.status: creating man/audtool.1
  168. config.status: creating man/audacious.1
  169. config.status: creating config.h
  170. config.status: executing po-directories commands
  171. config.status: executing depfiles commands
  172.  
  173. Configuration:
  174.  
  175.   Install path:                           /usr/local
  176.   Allow user plugin dir:                  yes
  177.  
  178.   Automatic character code detection:     no
  179.   D-Bus support:                          yes
  180.   Session management (eggsm)              yes
  181.  
  182.   SSE2:                                   yes
  183.   AltiVec:                                no
  184.  
  185. root@ksu:~/source/audacious-2.5.0# make
  186. Entering directory src.
  187. Entering directory libaudclient.
  188. Successfully generated dependencies.
  189. Successfully compiled audctrl.c (lib).
  190. Successfully linked libaudclient.so.
  191. Leaving directory libaudclient.
  192. Entering directory audtool.
  193. Successfully generated dependencies.
  194. Successfully compiled main.c.
  195. Successfully compiled handlers_general.c.
  196. Successfully compiled handlers_playback.c.
  197. Successfully compiled handlers_playlist.c.
  198. Successfully compiled handlers_playqueue.c.
  199. Successfully compiled handlers_vitals.c.
  200. Successfully compiled handlers_equalizer.c.
  201. Successfully compiled report.c.
  202. Successfully linked audtool.
  203. Leaving directory audtool.
  204. Entering directory libeggsmclient.
  205. Successfully generated dependencies.
  206. Successfully compiled eggsmclient.c.
  207. Successfully compiled eggsmclient-xsmp.c.
  208. Successfully compiled eggdesktopfile.c.
  209. Successfully linked libeggsmclient.a.
  210. Leaving directory libeggsmclient.
  211. Entering directory libaudcore.
  212. Successfully generated dependencies.
  213. Successfully compiled audio.c (lib).
  214. Successfully compiled audstrings.c (lib).
  215. Successfully compiled eventqueue.c (lib).
  216. Successfully compiled hook.c (lib).
  217. Successfully compiled index.c (lib).
  218. Successfully compiled stringpool.c (lib).
  219. Successfully compiled tuple.c (lib).
  220. Successfully compiled tuple_compiler.c (lib).
  221. Successfully compiled tuple_formatter.c (lib).
  222. Successfully compiled vfs.c (lib).
  223. Successfully compiled vfs_async.c (lib).
  224. Successfully compiled vfs_buffer.c (lib).
  225. Successfully compiled vfs_buffered_file.c (lib).
  226. Successfully compiled vfs_common.c (lib).
  227. Successfully compiled md5.c (lib).
  228. Successfully linked libaudcore.so.
  229. Leaving directory libaudcore.
  230. Entering directory libaudgui.
  231. Successfully generated dependencies.
  232. Successfully compiled confirm.c (lib).
  233. Successfully compiled effects-menu.c (lib).
  234. Successfully compiled equalizer.c (lib).
  235. Successfully compiled iface-menu.c (lib).
  236. Successfully compiled infopopup.c (lib).
  237. Successfully compiled infowin.c (lib).
  238. Successfully compiled init.c (lib).
  239. Successfully compiled list.c (lib).
  240. Successfully compiled ui_gtk.c (lib).
  241. Successfully compiled ui_fileopener.c (lib).
  242. Successfully compiled ui_urlopener.c (lib).
  243. Successfully compiled ui_jumptotrack.c (lib).
  244. Successfully compiled ui_jumptotrack_cache.c (lib).
  245. Successfully compiled icons-stock.c (lib).
  246. Successfully compiled ui_about.c (lib).
  247. Successfully compiled ui_credits.c (lib).
  248. Successfully compiled ui_playlist_manager.c (lib).
  249. Successfully compiled urilist.c (lib).
  250. Successfully compiled util.c (lib).
  251. Successfully linked libaudgui.so.
  252. Leaving directory libaudgui.
  253. Entering directory libaudtag.
  254. Successfully generated dependencies.
  255. Successfully compiled audtag.c (lib).
  256. Successfully compiled util.c (lib).
  257. Successfully compiled tag_module.c (lib).
  258. Successfully compiled id3/id3-common.c (lib).
  259. Successfully compiled id3/id3v1.c (lib).
  260. Successfully compiled id3/id3v22.c (lib).
  261. Successfully compiled id3/id3v24.c (lib).
  262. Successfully compiled ape/ape.c (lib).
  263. Successfully linked libaudtag.so.
  264. Leaving directory libaudtag.
  265. Entering directory audacious.
  266. Successfully generated dependencies.
  267. Successfully compiled audconfig.c.
  268. Successfully compiled chardet.c.
  269. Successfully compiled configdb.c.
  270. Successfully compiled credits.c.
  271. Successfully compiled drct.c.
  272. Successfully compiled effect.c.
  273. Successfully compiled equalizer.c.
  274. Successfully compiled equalizer_preset.c.
  275. Successfully compiled fft.c.
  276. Successfully compiled folder-add.c.
  277. Successfully compiled general.c.
  278. Successfully compiled interface.c.
  279. Successfully compiled main.c.
  280. Successfully compiled mpris-signals.c.
  281. Successfully compiled output.c.
  282. Successfully compiled playback.c.
  283. Successfully compiled playlist-files.c.
  284. Successfully compiled playlist-new.c.
  285. Successfully compiled playlist-utils.c.
  286. Successfully compiled pluginenum.c.
  287. Successfully compiled plugin-registry.c.
  288. Successfully compiled plugin-init.c.
  289. Successfully compiled plugin-view.c.
  290. Successfully compiled probe.c.
  291. Successfully compiled probe-buffer.c.
  292. Successfully compiled signals.c.
  293. Successfully compiled smclient.c.
  294. Successfully compiled ui_plugin_menu.c.
  295. Successfully compiled ui_preferences.c.
  296. Successfully compiled util.c.
  297. Successfully compiled vis_runner.c.
  298. Successfully compiled visualization.c.
  299. Successfully compiled ui_albumart.c.
  300. Successfully compiled dbus.c.
  301. Successfully linked audacious.
  302. Leaving directory audacious.
  303. Leaving directory src.
  304. Entering directory man.
  305. Leaving directory man.
  306. Entering directory pixmaps.
  307. Leaving directory pixmaps.
  308. Entering directory po.
  309. Successfully compiled ast.po.
  310. Successfully compiled be.po.
  311. Successfully compiled bg.po.
  312. Successfully compiled br.po.
  313. Successfully compiled ca.po.
  314. Successfully compiled cs.po.
  315. Successfully compiled cy.po.
  316. Successfully compiled de.po.
  317. Successfully compiled el.po.
  318. Successfully compiled es.po.
  319. Successfully compiled et.po.
  320. Successfully compiled eu.po.
  321. Successfully compiled fi.po.
  322. Successfully compiled fr.po.
  323. Successfully compiled hi.po.
  324. Successfully compiled hr.po.
  325. Successfully compiled hu.po.
  326. Successfully compiled it.po.
  327. Successfully compiled ja.po.
  328. Successfully compiled ka.po.
  329. Successfully compiled ko.po.
  330. Successfully compiled lt.po.
  331. Successfully compiled lv.po.
  332. Successfully compiled mk.po.
  333. Successfully compiled nl.po.
  334. Successfully compiled pl.po.
  335. Successfully compiled pt_BR.po.
  336. Successfully compiled pt_PT.po.
  337. Successfully compiled ro.po.
  338. Successfully compiled ru.po.
  339. Successfully compiled sk.po.
  340. Successfully compiled sr@Latn.po.
  341. Successfully compiled sr.po.
  342. Successfully compiled sv.po.
  343. Successfully compiled tr.po.
  344. Successfully compiled uk.po.
  345. Successfully compiled zh_CN.po.
  346. Successfully compiled zh_TW.po.
  347. Leaving directory po.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement