Advertisement
Guest User

Untitled

a guest
Apr 17th, 2011
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.97 KB | None | 0 0
  1. $./configure
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking target system type... x86_64-unknown-linux-gnu
  5. checking for gcc... gcc
  6. checking whether the C compiler works... yes
  7. checking for C compiler default output file name... a.out
  8. checking for suffix of executables...
  9. checking whether we are cross compiling... no
  10. checking for suffix of object files... o
  11. checking whether we are using the GNU C compiler... yes
  12. checking whether gcc accepts -g... yes
  13. checking for gcc option to accept ISO C89... none needed
  14. checking how to run the C preprocessor... gcc -E
  15. checking for grep that handles long lines and -e... /bin/grep
  16. checking for egrep... /bin/grep -E
  17. checking for ANSI C header files... yes
  18. checking for sys/types.h... yes
  19. checking for sys/stat.h... yes
  20. checking for stdlib.h... yes
  21. checking for string.h... yes
  22. checking for memory.h... yes
  23. checking for strings.h... yes
  24. checking for inttypes.h... yes
  25. checking for stdint.h... yes
  26. checking for unistd.h... yes
  27. checking minix/config.h usability... no
  28. checking minix/config.h presence... no
  29. checking for minix/config.h... no
  30. checking whether it is safe to define __EXTENSIONS__... yes
  31. checking for pkg-config... /usr/bin/pkg-config
  32. checking pkg-config is at least version 0.9.0... yes
  33. checking whether we need an implib... no
  34. checking for shared library system... GNU
  35. checking if you are running Apple-GCC... no
  36. checking whether make sets $(MAKE)... yes
  37. checking for a BSD-compatible install... /usr/bin/install -c
  38. checking whether NLS is requested... yes
  39. checking for msgfmt... /usr/bin/msgfmt
  40. checking for gmsgfmt... /usr/bin/msgfmt
  41. checking for xgettext... /usr/bin/xgettext
  42. checking for msgmerge... /usr/bin/msgmerge
  43. checking for ranlib... ranlib
  44. checking for strerror in -lcposix... no
  45. checking for an ANSI C-conforming const... yes
  46. checking for inline... inline
  47. checking for off_t... yes
  48. checking for size_t... yes
  49. checking for working alloca.h... yes
  50. checking for alloca... yes
  51. checking for stdlib.h... (cached) yes
  52. checking for unistd.h... (cached) yes
  53. checking for sys/param.h... yes
  54. checking for getpagesize... yes
  55. checking for working mmap... yes
  56. checking whether we are using the GNU C Library 2.1 or newer... yes
  57. checking whether integer division by zero raises SIGFPE... yes
  58. checking for inttypes.h... yes
  59. checking for stdint.h... yes
  60. checking for unsigned long long... yes
  61. checking for inttypes.h... yes
  62. checking whether the inttypes.h PRIxNN macros are broken... no
  63. checking for ld used by GCC... /usr/bin/ld
  64. checking if the linker (/usr/bin/ld) is GNU ld... yes
  65. checking for shared library run path origin... done
  66. checking argz.h usability... yes
  67. checking argz.h presence... yes
  68. checking for argz.h... yes
  69. checking limits.h usability... yes
  70. checking limits.h presence... yes
  71. checking for limits.h... yes
  72. checking locale.h usability... yes
  73. checking locale.h presence... yes
  74. checking for locale.h... yes
  75. checking nl_types.h usability... yes
  76. checking nl_types.h presence... yes
  77. checking for nl_types.h... yes
  78. checking malloc.h usability... yes
  79. checking malloc.h presence... yes
  80. checking for malloc.h... yes
  81. checking stddef.h usability... yes
  82. checking stddef.h presence... yes
  83. checking for stddef.h... yes
  84. checking for stdlib.h... (cached) yes
  85. checking for string.h... (cached) yes
  86. checking for unistd.h... (cached) yes
  87. checking for sys/param.h... (cached) yes
  88. checking for feof_unlocked... yes
  89. checking for fgets_unlocked... yes
  90. checking for getc_unlocked... yes
  91. checking for getcwd... yes
  92. checking for getegid... yes
  93. checking for geteuid... yes
  94. checking for getgid... yes
  95. checking for getuid... yes
  96. checking for mempcpy... yes
  97. checking for munmap... yes
  98. checking for putenv... yes
  99. checking for setenv... yes
  100. checking for setlocale... yes
  101. checking for stpcpy... yes
  102. checking for strcasecmp... yes
  103. checking for strdup... yes
  104. checking for strtoul... yes
  105. checking for tsearch... yes
  106. checking for __argz_count... yes
  107. checking for __argz_stringify... yes
  108. checking for __argz_next... yes
  109. checking for __fsetlocking... yes
  110. checking for iconv... yes
  111. checking for iconv declaration...
  112. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  113. checking for nl_langinfo and CODESET... yes
  114. checking for LC_MESSAGES... yes
  115. checking for bison... bison
  116. checking version of bison... 2.4.2, ok
  117. checking whether NLS is requested... yes
  118. checking whether included gettext is requested... no
  119. checking for GNU gettext in libc... yes
  120. checking whether to use NLS... yes
  121. checking where the gettext function comes from... libc
  122. checking for style of include used by make... GNU
  123. checking for GNU make... make
  124. checking for gcc... (cached) gcc
  125. checking whether we are using the GNU C compiler... (cached) yes
  126. checking whether gcc accepts -g... (cached) yes
  127. checking for gcc option to accept ISO C89... (cached) none needed
  128. checking for g++... g++
  129. checking whether we are using the GNU C++ compiler... yes
  130. checking whether g++ accepts -g... yes
  131. checking dependency style of gcc... none
  132. checking for strerror in -lcposix... (cached) no
  133. checking whether byte ordering is bigendian... no
  134. checking whether ln -s works... yes
  135. checking whether make sets $(MAKE)... (cached) yes
  136. checking for rm... /bin/rm
  137. checking for mv... /bin/mv
  138. checking for cp... /bin/cp
  139. checking for ar... /usr/bin/ar
  140. checking for tr... /usr/bin/tr
  141. checking for ranlib... /usr/bin/ranlib
  142. checking for GLIB... yes
  143. checking for GTHREAD... yes
  144. checking for GTK... yes
  145. checking for PANGO... yes
  146. checking for CAIRO... yes
  147. checking for MOWGLI... yes
  148. checking for LIBMCS... yes
  149. checking SSE2 support... yes
  150. checking altivec.h usability... no
  151. checking altivec.h presence... no
  152. checking for altivec.h... no
  153. checking for getrlimit... yes
  154. checking for unistd.h... (cached) yes
  155. checking fcntl.h usability... yes
  156. checking fcntl.h presence... yes
  157. checking for fcntl.h... yes
  158. checking sys/ioctl.h usability... yes
  159. checking sys/ioctl.h presence... yes
  160. checking for sys/ioctl.h... yes
  161. checking fnmatch.h usability... yes
  162. checking fnmatch.h presence... yes
  163. checking for fnmatch.h... yes
  164. checking for limits.h... (cached) yes
  165. checking wchar.h usability... yes
  166. checking wchar.h presence... yes
  167. checking for wchar.h... yes
  168. checking fts.h usability... no
  169. checking fts.h presence... no
  170. checking for fts.h... no
  171. checking execinfo.h usability... yes
  172. checking execinfo.h presence... yes
  173. checking for execinfo.h... yes
  174. checking sys/signalfd.h usability... yes
  175. checking sys/signalfd.h presence... yes
  176. checking for sys/signalfd.h... yes
  177. checking sys/errno.h usability... yes
  178. checking sys/errno.h presence... yes
  179. checking for sys/errno.h... yes
  180. checking for mkdtemp... yes
  181. checking for getmntinfo... no
  182. checking for statvfs... yes
  183. checking for strtoul... (cached) yes
  184. checking for lrintf... no
  185. checking for signalfd... yes
  186. checking for lstat... yes
  187. checking for audacious... no
  188. checking for LIBGUESS... no
  189. checking for DBUS... no
  190. checking for dbus-binding-tool... no
  191. checking for glib-genmarshal... /usr/bin/glib-genmarshal
  192. checking for SM... yes
  193. checking for ICE... yes
  194. checking if __ELF__ is defined... yes
  195. configure: touching .deps files
  196. configure: creating ./config.status
  197. config.status: creating audacious.pc
  198. config.status: WARNING: 'audacious.pc.in' seems to ignore the --datarootdir setting
  199. config.status: creating audclient.pc
  200. config.status: WARNING: 'audclient.pc.in' seems to ignore the --datarootdir setting
  201. config.status: creating buildsys.mk
  202. config.status: creating extra.mk
  203. config.status: creating man/audtool2.1
  204. config.status: creating man/audacious2.1
  205. config.status: creating config.h
  206. config.status: executing default-1 commands
  207. config.status: executing depfiles commands
  208.  
  209. Configuration:
  210.  
  211. Install path: /usr/local
  212. Allow user plugin dir: yes
  213.  
  214. Automatic character code detection: no
  215. D-Bus support: no
  216. Session management (eggsm) yes
  217.  
  218. SSE2: yes
  219. AltiVec: no
  220.  
  221. **
  222. ** WARNING! DBUS support is disabled. This means that various features
  223. ** the user might expect (such as remotely adding files to session via
  224. ** commandline) will not work!
  225. **
  226. $ make -j6
  227. Entering directory src.
  228. Entering directory libeggsmclient.
  229. Generating dependencies...
  230. Successfully generated dependencies.
  231. Compiling eggsmclient.c...
  232. Compiling eggsmclient-xsmp.c...
  233. Compiling eggdesktopfile.c...
  234. Successfully compiled eggsmclient.c.
  235. Successfully compiled eggsmclient-xsmp.c.
  236. Successfully compiled eggdesktopfile.c.
  237. Linking libeggsmclient.a...
  238. Successfully linked libeggsmclient.a.
  239. Leaving directory libeggsmclient.
  240. Entering directory libaudcore.
  241. Generating dependencies...
  242. Successfully generated dependencies.
  243. Compiling audio.c...
  244. Compiling audstrings.c...
  245. Compiling eventqueue.c...
  246. Compiling index.c...
  247. Compiling hook.c...
  248. Compiling stringpool.c...
  249. Successfully compiled eventqueue.c.
  250. Compiling tuple.c...
  251. Successfully compiled index.c.
  252. Compiling tuple_compiler.c...
  253. Successfully compiled hook.c.
  254. Compiling tuple_formatter.c...
  255. Successfully compiled stringpool.c.
  256. Compiling vfs.c...
  257. Successfully compiled audstrings.c.
  258. Compiling vfs_async.c...
  259. Successfully compiled audio.c.
  260. Compiling vfs_buffer.c...
  261. Successfully compiled vfs.c.
  262. Compiling vfs_buffered_file.c...
  263. Successfully compiled vfs_async.c.
  264. Compiling vfs_common.c...
  265. Successfully compiled tuple_formatter.c.
  266. Compiling md5.c...
  267. Successfully compiled vfs_common.c.
  268. Successfully compiled tuple.c.
  269. Compiling log.c...
  270. Successfully compiled vfs_buffer.c.
  271. Successfully compiled vfs_buffered_file.c.
  272. Successfully compiled md5.c.
  273. Successfully compiled tuple_compiler.c.
  274. Successfully compiled log.c.
  275. Linking libaudcore.so...
  276. Successfully linked libaudcore.so.
  277. Leaving directory libaudcore.
  278. Entering directory libaudgui.
  279. Generating dependencies...
  280. Successfully generated dependencies.
  281. Compiling confirm.c...
  282. Compiling effects-menu.c...
  283. Compiling equalizer.c...
  284. Compiling iface-menu.c...
  285. Compiling infopopup.c...
  286. Compiling infowin.c...
  287. Successfully compiled equalizer.c.
  288. Compiling init.c...
  289. Successfully compiled init.c.
  290. Compiling library-store.c...
  291. Successfully compiled iface-menu.c.
  292. Compiling ui_gtk.c...
  293. Successfully compiled confirm.c.
  294. Compiling ui_fileopener.c...
  295. Successfully compiled infowin.c.
  296. Compiling ui_urlopener.c...
  297. Successfully compiled effects-menu.c.
  298. Compiling ui_jumptotrack.c...
  299. Successfully compiled infopopup.c.
  300. Compiling ui_jumptotrack_cache.c...
  301. Successfully compiled ui_gtk.c.
  302. Compiling icons-stock.c...
  303. Successfully compiled ui_jumptotrack_cache.c.
  304. Compiling ui_about.c...
  305. Successfully compiled ui_urlopener.c.
  306. Successfully compiled ui_fileopener.c.
  307. Compiling ui_credits.c...
  308. Compiling ui_playlist_manager.c...
  309. Successfully compiled library-store.c.
  310. Compiling urilist.c...
  311. Successfully compiled urilist.c.
  312. Compiling util.c...
  313. Successfully compiled icons-stock.c.
  314. Successfully compiled ui_jumptotrack.c.
  315. Successfully compiled util.c.
  316. Successfully compiled ui_about.c.
  317. Successfully compiled ui_playlist_manager.c.
  318. Successfully compiled ui_credits.c.
  319. Linking libaudgui.so...
  320. Successfully linked libaudgui.so.
  321. Leaving directory libaudgui.
  322. Entering directory libaudtag.
  323. Generating dependencies...
  324. Successfully generated dependencies.
  325. Compiling audtag.c...
  326. Compiling util.c...
  327. Compiling tag_module.c...
  328. Compiling id3/id3-common.c...
  329. Compiling id3/id3v1.c...
  330. Compiling id3/id3v22.c...
  331. Successfully compiled audtag.c.
  332. Compiling id3/id3v24.c...
  333. Successfully compiled id3/id3v1.c.
  334. Compiling ape/ape.c...
  335. Successfully compiled tag_module.c.
  336. Successfully compiled id3/id3-common.c.
  337. Successfully compiled util.c.
  338. Successfully compiled id3/id3v22.c.
  339. Successfully compiled ape/ape.c.
  340. Successfully compiled id3/id3v24.c.
  341. Linking libaudtag.so...
  342. Successfully linked libaudtag.so.
  343. Leaving directory libaudtag.
  344. Entering directory audacious.
  345. Generating dependencies...
  346. Successfully generated dependencies.
  347. Compiling audconfig.c...
  348. Compiling chardet.c...
  349. Compiling configdb.c...
  350. Compiling credits.c...
  351. Compiling drct.c...
  352. Compiling effect.c...
  353. Successfully compiled configdb.c.
  354. Compiling equalizer.c...
  355. Successfully compiled chardet.c.
  356. Successfully compiled credits.c.
  357. Compiling equalizer_preset.c...
  358. Compiling fft.c...
  359. Successfully compiled drct.c.
  360. Successfully compiled audconfig.c.
  361. Compiling folder-add.c...
  362. Compiling general.c...
  363. Successfully compiled effect.c.
  364. Compiling interface.c...
  365. Successfully compiled fft.c.
  366. Compiling main.c...
  367. Successfully compiled general.c.
  368. Compiling output.c...
  369. Successfully compiled equalizer.c.
  370. Compiling playback.c...
  371. Successfully compiled equalizer_preset.c.
  372. Successfully compiled folder-add.c.
  373. Compiling playlist_container.c...
  374. Compiling playlist-new.c...
  375. Successfully compiled output.c.
  376. Compiling playlist-utils.c...
  377. Successfully compiled playlist_container.c.
  378. Compiling pluginenum.c...
  379. Successfully compiled main.c.
  380. Compiling plugin-registry.c...
  381. Successfully compiled interface.c.
  382. Compiling probe.c...
  383. Successfully compiled playback.c.
  384. Compiling probe-buffer.c...
  385. Successfully compiled playlist-utils.c.
  386. Compiling signals.c...
  387. Successfully compiled probe.c.
  388. Compiling ui_plugin_menu.c...
  389. Successfully compiled probe-buffer.c.
  390. Compiling ui_preferences.c...
  391. Successfully compiled ui_plugin_menu.c.
  392. Successfully compiled pluginenum.c.
  393. Compiling util.c...
  394. Compiling vis_runner.c...
  395. Successfully compiled signals.c.
  396. Successfully compiled playlist-new.c.
  397. Compiling visualization.c...
  398. Compiling ui_albumart.c...
  399. Successfully compiled plugin-registry.c.
  400. Successfully compiled vis_runner.c.
  401. Successfully compiled util.c.
  402. Successfully compiled ui_albumart.c.
  403. Successfully compiled visualization.c.
  404. Successfully compiled ui_preferences.c.
  405. Linking audacious2...
  406. Successfully linked audacious2.
  407. Leaving directory audacious.
  408. Leaving directory src.
  409. Entering directory man.
  410. Leaving directory man.
  411. Entering directory pixmaps.
  412. Leaving directory pixmaps.
  413. Entering directory po.
  414. Compiling ast.po...
  415. Compiling be.po...
  416. Compiling bg.po...
  417. Compiling br.po...
  418. Successfully compiled be.po.
  419. Successfully compiled ast.po.
  420. Compiling ca.po...
  421. Compiling cs.po...
  422. Compiling cy.po...
  423. Compiling de.po...
  424. Successfully compiled ca.po.
  425. Successfully compiled bg.po.
  426. Successfully compiled cy.po.
  427. Compiling el.po...
  428. Compiling es.po...
  429. Successfully compiled br.po.
  430. Compiling et.po...
  431. Successfully compiled de.po.
  432. Successfully compiled cs.po.
  433. Compiling eu.po...
  434. Successfully compiled el.po.
  435. Compiling fi.po...
  436. Successfully compiled es.po.
  437. Compiling fr.po...
  438. Compiling hi.po...
  439. Compiling hr.po...
  440. Successfully compiled et.po.
  441. Successfully compiled eu.po.
  442. Successfully compiled fr.po.
  443. Successfully compiled fi.po.
  444. Compiling hu.po...
  445. Compiling it.po...
  446. Compiling ja.po...
  447. Successfully compiled hr.po.
  448. Compiling ka.po...
  449. Compiling ko.po...
  450. Successfully compiled hu.po.
  451. Successfully compiled hi.po.
  452. Compiling lt.po...
  453. Successfully compiled ja.po.
  454. Successfully compiled it.po.
  455. Compiling lv.po...
  456. Compiling mk.po...
  457. Successfully compiled ka.po.
  458. Successfully compiled ko.po.
  459. Compiling nl.po...
  460. Compiling pl.po...
  461. Compiling pt_BR.po...
  462. Successfully compiled lv.po.
  463. Successfully compiled mk.po.
  464. Successfully compiled lt.po.
  465. Compiling pt_PT.po...
  466. Successfully compiled pt_BR.po.
  467. Compiling ro.po...
  468. Compiling ru.po...
  469. Successfully compiled pt_PT.po.
  470. Successfully compiled nl.po.
  471. Compiling sk.po...
  472. Successfully compiled pl.po.
  473. Compiling sr@Latn.po...
  474. Compiling sr.po...
  475. Successfully compiled ro.po.
  476. Successfully compiled ru.po.
  477. Compiling sv.po...
  478. Compiling tr.po...
  479. Successfully compiled sk.po.
  480. Successfully compiled sr@Latn.po.
  481. Compiling uk.po...
  482. Compiling zh_CN.po...
  483. Successfully compiled sr.po.
  484. Compiling zh_TW.po...
  485. Successfully compiled sv.po.
  486. Successfully compiled tr.po.
  487. Successfully compiled zh_CN.po.
  488. Successfully compiled zh_TW.po.
  489. Successfully compiled uk.po.
  490. Leaving directory po.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement