Advertisement
Guest User

Untitled

a guest
Nov 5th, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.96 KB | None | 0 0
  1. yaourt -S gtkpod-git
  2.  
  3. ==> Downloading gtkpod-git PKGBUILD from AUR...
  4. x gtkpod.install
  5. x PKGBUILD
  6.  
  7.  
  8.  
  9. gtkpod-git 20110915-1
  10. ( Unsupported package: Potentially dangerous ! )
  11. ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
  12. ==> ------------------------------------
  13. ==> n
  14.  
  15. ==> gtkpod-git dependencies:
  16. - gettext (already installed)
  17. - gtk2 (already installed)
  18. - libgpod-git (already installed)
  19. - libid3tag (already installed)
  20. - hicolor-icon-theme (already installed)
  21. - anjuta (already installed)
  22. - autoconf (already installed)
  23. - flex (already installed)
  24. - git (already installed)
  25. - intltool (already installed)
  26.  
  27.  
  28. ==> Edit gtkpod.install ? [Y/n] ("A" to abort)
  29. ==> ------------------------------------------
  30. ==> n
  31.  
  32. ==> Continue building gtkpod-git ? [Y/n]
  33. ==> ------------------------------------
  34. ==>
  35. ==> Building and installing package
  36. ==> Determining latest git revision...
  37. -> Version found: 20121105
  38. ==> Making package: gtkpod-git 20121105-1 (Mon Nov 5 14:45:41 CET 2012)
  39. ==> Checking runtime dependencies...
  40. ==> Checking buildtime dependencies...
  41. ==> Retrieving Sources...
  42. ==> Extracting Sources...
  43. ==> Entering fakeroot environment...
  44. ==> Starting build()...
  45. Cloning into 'gtkpod'...
  46. remote: Counting objects: 18609, done.
  47. remote: Compressing objects: 100% (7094/7094), done.
  48. remote: Total 18609 (delta 15310), reused 13640 (delta 11388)
  49. Receiving objects: 100% (18609/18609), 10.07 MiB | 657 KiB/s, done.
  50. Resolving deltas: 100% (15310/15310), done.
  51. processing .
  52. Creating ./aclocal.m4 ...
  53. Running glib-gettextize... Ignore non-fatal messages.
  54. Copying file mkinstalldirs
  55. Copying file po/Makefile.in.in
  56.  
  57. Please add the files
  58. codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  59. progtest.m4
  60. from the /usr/share/aclocal directory to your autoconf macro directory
  61. or directly to your aclocal.m4 file.
  62. You will also need config.guess and config.sub, which you can get from
  63. ftp://ftp.gnu.org/pub/gnu/config/.
  64.  
  65. Making ./aclocal.m4 writable ...
  66. Running intltoolize...
  67. Running libtoolize...
  68. libtoolize: putting auxiliary files in `.'.
  69. libtoolize: copying file `./ltmain.sh'
  70. libtoolize: You should add the contents of the following files to `aclocal.m4':
  71. libtoolize: `/usr/share/aclocal/libtool.m4'
  72. libtoolize: `/usr/share/aclocal/ltoptions.m4'
  73. libtoolize: `/usr/share/aclocal/ltversion.m4'
  74. libtoolize: `/usr/share/aclocal/ltsugar.m4'
  75. libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
  76. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  77. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  78. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  79. Running aclocal ...
  80. Running autoheader...
  81. Running automake --gnu ...
  82. configure.ac:30: installing './config.guess'
  83. configure.ac:30: installing './config.sub'
  84. configure.ac:24: installing './install-sh'
  85. configure.ac:24: installing './missing'
  86. libgtkpod/Makefile.am:59: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  87. libgtkpod/Makefile.am: installing './depcomp'
  88. configure.ac: installing './ylwrap'
  89. Running autoconf ...
  90. Running ./configure --enable-maintainer-mode --prefix=/usr ...
  91. checking for a BSD-compatible install... /usr/bin/install -c
  92. checking whether build environment is sane... yes
  93. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  94. checking for gawk... gawk
  95. checking whether make sets $(MAKE)... yes
  96. checking how to create a ustar tar archive... gnutar
  97. checking whether to enable maintainer-specific portions of Makefiles... yes
  98. checking for gcc... gcc
  99. checking whether the C compiler works... yes
  100. checking for C compiler default output file name... a.out
  101. checking for suffix of executables...
  102. checking whether we are cross compiling... no
  103. checking for suffix of object files... o
  104. checking whether we are using the GNU C compiler... yes
  105. checking whether gcc accepts -g... yes
  106. checking for gcc option to accept ISO C89... none needed
  107. checking for style of include used by make... GNU
  108. checking dependency style of gcc... gcc3
  109. checking build system type... x86_64-unknown-linux-gnu
  110. checking host system type... x86_64-unknown-linux-gnu
  111. checking for a sed that does not truncate output... /bin/sed
  112. checking for grep that handles long lines and -e... /usr/bin/grep
  113. checking for egrep... /usr/bin/grep -E
  114. checking for fgrep... /usr/bin/grep -F
  115. checking how to print strings... printf
  116. checking for ld used by gcc... /usr/bin/ld
  117. checking if the linker (/usr/bin/ld) is GNU ld... yes
  118. checking how to run the C preprocessor... gcc -E
  119. checking for ANSI C header files... yes
  120. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  121. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  122. checking whether ln -s works... yes
  123. checking the maximum length of command line arguments... 1572864
  124. checking whether the shell understands some XSI constructs... yes
  125. checking whether the shell understands "+="... yes
  126. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  127. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  128. checking for /usr/bin/ld option to reload object files... -r
  129. checking for objdump... objdump
  130. checking how to recognize dependent libraries... pass_all
  131. checking for dlltool... no
  132. checking how to associate runtime and link libraries... printf %s\n
  133. checking for ar... ar
  134. checking for archiver @FILE support... @
  135. checking for strip... strip
  136. checking for ranlib... ranlib
  137. checking command to parse /usr/bin/nm -B output from gcc object... ok
  138. checking for sysroot... no
  139. checking for mt... no
  140. checking if : is a manifest tool... no
  141. checking for sys/types.h... yes
  142. checking for sys/stat.h... yes
  143. checking for stdlib.h... yes
  144. checking for string.h... yes
  145. checking for memory.h... yes
  146. checking for strings.h... yes
  147. checking for inttypes.h... yes
  148. checking for stdint.h... yes
  149. checking for unistd.h... yes
  150. checking for dlfcn.h... yes
  151. checking for objdir... .libs
  152. checking if gcc supports -fno-rtti -fno-exceptions... no
  153. checking for gcc option to produce PIC... -fPIC -DPIC
  154. checking if gcc PIC flag -fPIC -DPIC works... yes
  155. checking if gcc static flag -static works... yes
  156. checking if gcc supports -c -o file.o... yes
  157. checking if gcc supports -c -o file.o... (cached) yes
  158. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  159. checking whether -lc should be explicitly linked in... no
  160. checking dynamic linker characteristics... GNU/Linux ld.so
  161. checking how to hardcode library paths into programs... immediate
  162. checking whether stripping libraries is possible... yes
  163. checking if libtool supports shared libraries... yes
  164. checking whether to build shared libraries... yes
  165. checking whether to build static libraries... yes
  166. checking for library containing strerror... none required
  167. checking whether NLS is requested... yes
  168. checking for intltool >= 0.33... 0.50.2 found
  169. checking for intltool-update... /usr/bin/intltool-update
  170. checking for intltool-merge... /usr/bin/intltool-merge
  171. checking for intltool-extract... /usr/bin/intltool-extract
  172. checking for xgettext... /usr/bin/xgettext
  173. checking for msgmerge... /usr/bin/msgmerge
  174. checking for msgfmt... /usr/bin/msgfmt
  175. checking for gmsgfmt... /usr/bin/msgfmt
  176. checking for perl... /usr/bin/perl
  177. checking for perl >= 5.8.1... 5.16.1
  178. checking for XML::Parser... ok
  179. checking whether ln -s works... yes
  180. checking for pkg-config... /usr/bin/pkg-config
  181. checking pkg-config is at least version 0.16... yes
  182. checking for pkg-config... (cached) /usr/bin/pkg-config
  183. checking for GTK... yes
  184. checking for GLIB... yes
  185. checking for GDK... yes
  186. checking for GMODULE... yes
  187. checking for GTHREAD... yes
  188. checking for LIBGPOD... yes
  189. checking for LIBANJUTA... yes
  190. checking for LIBGDL... yes
  191. checking for GIO... yes
  192. checking for LIBXML... yes
  193. checking for using DISABLE_DEPRECATED flags... yes
  194. checking for flex... flex
  195. checking lex output file root... lex.yy
  196. checking lex library... -lfl
  197. checking whether yytext is a pointer... yes
  198. checking for mount... /bin/mount
  199. checking for umount... /bin/umount
  200. checking locale.h usability... yes
  201. checking locale.h presence... yes
  202. checking for locale.h... yes
  203. checking for LC_MESSAGES... yes
  204. checking libintl.h usability... yes
  205. checking libintl.h presence... yes
  206. checking for libintl.h... yes
  207. checking for ngettext in libc... yes
  208. checking for dgettext in libc... yes
  209. checking for bind_textdomain_codeset... yes
  210. checking for msgfmt... (cached) /usr/bin/msgfmt
  211. checking for dcgettext... yes
  212. checking if msgfmt accepts -c... yes
  213. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  214. checking for xgettext... (cached) /usr/bin/xgettext
  215. checking for catalogs to be installed... ca cs_CZ de es fr he it ja nl pt_BR ro ru sv zh_CN zh_TW
  216. checking for flock... yes
  217. checking for statvfs... yes
  218. checking for CLUTTER_GTK... no
  219. checking for ID3TAG... yes
  220. checking for CURL... yes
  221. checking if coverweb plugin is disabled... no
  222. checking for WEBKIT... yes
  223. checking if clarity plugin is disabled... no
  224. checking if media player plugin is disabled... no
  225. checking for GSTREAMER... yes
  226. checking for GSTREAMER_INTERFACES... yes
  227. checking for VORBISFILE... yes
  228. checking for FLAC... yes
  229. checking for faad... yes
  230. checking mp4v2/mp4v2.h usability... yes
  231. checking mp4v2/mp4v2.h presence... yes
  232. checking for mp4v2/mp4v2.h... yes
  233. checking for mp4v2/itmf_tags.h... no
  234. checking endian.h usability... yes
  235. checking endian.h presence... yes
  236. checking for endian.h... yes
  237. checking for library containing bind... none required
  238. checking linux/cdrom.h usability... yes
  239. checking linux/cdrom.h presence... yes
  240. checking for linux/cdrom.h... yes
  241. checking scsi/sg.h usability... yes
  242. checking scsi/sg.h presence... yes
  243. checking for scsi/sg.h... yes
  244. checking scsi/scsi.h usability... yes
  245. checking scsi/scsi.h presence... yes
  246. checking for scsi/scsi.h... yes
  247. checking scsi/scsi_ioctl.h usability... yes
  248. checking scsi/scsi_ioctl.h presence... yes
  249. checking for scsi/scsi_ioctl.h... yes
  250. checking whether make supports nested variables... yes
  251. checking that generated files are newer than configure... done
  252. configure: creating ./config.status
  253. config.status: creating Makefile
  254. config.status: creating libgtkpod-1.1.0.pc
  255. config.status: creating src/Makefile
  256. config.status: creating po/Makefile.in
  257. config.status: creating scripts/Makefile
  258. config.status: creating data/Makefile
  259. config.status: creating icons/Makefile
  260. config.status: creating icons/16x16/Makefile
  261. config.status: creating icons/22x22/Makefile
  262. config.status: creating icons/24x24/Makefile
  263. config.status: creating icons/32x32/Makefile
  264. config.status: creating icons/48x48/Makefile
  265. config.status: creating icons/64x64/Makefile
  266. config.status: creating icons/scalable/Makefile
  267. config.status: creating icons/hicolor/Makefile
  268. config.status: creating icons/hicolor/64x64/Makefile
  269. config.status: creating data/man/Makefile
  270. config.status: creating data/man/gtkpod.1
  271. config.status: creating data/glade/Makefile
  272. config.status: creating data/ui/Makefile
  273. config.status: creating doc/Makefile
  274. config.status: creating doc/figures/Makefile
  275. config.status: creating libgtkpod/Makefile
  276. config.status: creating plugins/Makefile
  277. config.status: creating plugins/filetype_mp3/Makefile
  278. config.status: creating plugins/filetype_ogg/Makefile
  279. config.status: creating plugins/filetype_flac/Makefile
  280. config.status: creating plugins/filetype_wav/Makefile
  281. config.status: creating plugins/filetype_m4a/Makefile
  282. config.status: creating plugins/filetype_mp4/Makefile
  283. config.status: creating plugins/filetype_video/Makefile
  284. config.status: creating plugins/exporter/Makefile
  285. config.status: creating plugins/playlist_display/Makefile
  286. config.status: creating plugins/playlist_display/icons/Makefile
  287. config.status: creating plugins/playlist_display/icons/hicolor/Makefile
  288. config.status: creating plugins/playlist_display/icons/hicolor/16x16/Makefile
  289. config.status: creating plugins/playlist_display/icons/hicolor/16x16/places/Makefile
  290. config.status: creating plugins/playlist_display/icons/hicolor/22x22/Makefile
  291. config.status: creating plugins/playlist_display/icons/hicolor/22x22/places/Makefile
  292. config.status: creating plugins/playlist_display/icons/hicolor/24x24/Makefile
  293. config.status: creating plugins/playlist_display/icons/hicolor/24x24/places/Makefile
  294. config.status: creating plugins/playlist_display/icons/hicolor/32x32/Makefile
  295. config.status: creating plugins/playlist_display/icons/hicolor/32x32/places/Makefile
  296. config.status: creating plugins/playlist_display/icons/hicolor/48x48/Makefile
  297. config.status: creating plugins/playlist_display/icons/hicolor/48x48/places/Makefile
  298. config.status: creating plugins/playlist_display/icons/hicolor/scalable/Makefile
  299. config.status: creating plugins/playlist_display/icons/hicolor/scalable/places/Makefile
  300. config.status: creating plugins/repository_editor/Makefile
  301. config.status: creating plugins/sorttab_display/Makefile
  302. config.status: creating plugins/sorttab_display/icons/Makefile
  303. config.status: creating plugins/sorttab_display/icons/hicolor/Makefile
  304. config.status: creating plugins/sorttab_display/icons/hicolor/16x16/Makefile
  305. config.status: creating plugins/sorttab_display/icons/hicolor/16x16/places/Makefile
  306. config.status: creating plugins/sorttab_display/icons/hicolor/22x22/Makefile
  307. config.status: creating plugins/sorttab_display/icons/hicolor/22x22/places/Makefile
  308. config.status: creating plugins/sorttab_display/icons/hicolor/24x24/Makefile
  309. config.status: creating plugins/sorttab_display/icons/hicolor/24x24/places/Makefile
  310. config.status: creating plugins/sorttab_display/icons/hicolor/32x32/Makefile
  311. config.status: creating plugins/sorttab_display/icons/hicolor/32x32/places/Makefile
  312. config.status: creating plugins/sorttab_display/icons/hicolor/48x48/Makefile
  313. config.status: creating plugins/sorttab_display/icons/hicolor/48x48/places/Makefile
  314. config.status: creating plugins/track_display/Makefile
  315. config.status: creating plugins/track_display/icons/Makefile
  316. config.status: creating plugins/track_display/icons/hicolor/Makefile
  317. config.status: creating plugins/track_display/icons/hicolor/16x16/Makefile
  318. config.status: creating plugins/track_display/icons/hicolor/16x16/places/Makefile
  319. config.status: creating plugins/track_display/icons/hicolor/22x22/Makefile
  320. config.status: creating plugins/track_display/icons/hicolor/22x22/places/Makefile
  321. config.status: creating plugins/track_display/icons/hicolor/24x24/Makefile
  322. config.status: creating plugins/track_display/icons/hicolor/24x24/places/Makefile
  323. config.status: creating plugins/track_display/icons/hicolor/32x32/Makefile
  324. config.status: creating plugins/track_display/icons/hicolor/32x32/places/Makefile
  325. config.status: creating plugins/track_display/icons/hicolor/48x48/Makefile
  326. config.status: creating plugins/track_display/icons/hicolor/48x48/places/Makefile
  327. config.status: creating plugins/details_editor/Makefile
  328. config.status: creating plugins/core_preferences/Makefile
  329. config.status: creating plugins/core_preferences/icons/Makefile
  330. config.status: creating plugins/core_preferences/icons/hicolor/Makefile
  331. config.status: creating plugins/core_preferences/icons/hicolor/16x16/Makefile
  332. config.status: creating plugins/core_preferences/icons/hicolor/16x16/places/Makefile
  333. config.status: creating plugins/core_preferences/icons/hicolor/22x22/Makefile
  334. config.status: creating plugins/core_preferences/icons/hicolor/22x22/places/Makefile
  335. config.status: creating plugins/core_preferences/icons/hicolor/24x24/Makefile
  336. config.status: creating plugins/core_preferences/icons/hicolor/24x24/places/Makefile
  337. config.status: creating plugins/core_preferences/icons/hicolor/32x32/Makefile
  338. config.status: creating plugins/core_preferences/icons/hicolor/32x32/places/Makefile
  339. config.status: creating plugins/core_preferences/icons/hicolor/48x48/Makefile
  340. config.status: creating plugins/core_preferences/icons/hicolor/48x48/places/Makefile
  341. config.status: creating plugins/info_display/Makefile
  342. config.status: creating plugins/cover_display/Makefile
  343. config.status: creating plugins/cover_display/icons/Makefile
  344. config.status: creating plugins/cover_display/icons/hicolor/Makefile
  345. config.status: creating plugins/cover_display/icons/hicolor/16x16/Makefile
  346. config.status: creating plugins/cover_display/icons/hicolor/16x16/places/Makefile
  347. config.status: creating plugins/cover_display/icons/hicolor/22x22/Makefile
  348. config.status: creating plugins/cover_display/icons/hicolor/22x22/places/Makefile
  349. config.status: creating plugins/cover_display/icons/hicolor/24x24/Makefile
  350. config.status: creating plugins/cover_display/icons/hicolor/24x24/places/Makefile
  351. config.status: creating plugins/cover_display/icons/hicolor/32x32/Makefile
  352. config.status: creating plugins/cover_display/icons/hicolor/32x32/places/Makefile
  353. config.status: creating plugins/cover_display/icons/hicolor/48x48/Makefile
  354. config.status: creating plugins/cover_display/icons/hicolor/48x48/places/Makefile
  355. config.status: creating plugins/cover_display/icons/hicolor/240x240/Makefile
  356. config.status: creating plugins/cover_display/icons/hicolor/240x240/places/Makefile
  357. config.status: creating plugins/photo_editor/Makefile
  358. config.status: creating plugins/photo_editor/icons/Makefile
  359. config.status: creating plugins/photo_editor/icons/hicolor/Makefile
  360. config.status: creating plugins/photo_editor/icons/hicolor/16x16/Makefile
  361. config.status: creating plugins/photo_editor/icons/hicolor/16x16/places/Makefile
  362. config.status: creating plugins/photo_editor/icons/hicolor/22x22/Makefile
  363. config.status: creating plugins/photo_editor/icons/hicolor/22x22/places/Makefile
  364. config.status: creating plugins/photo_editor/icons/hicolor/24x24/Makefile
  365. config.status: creating plugins/photo_editor/icons/hicolor/24x24/places/Makefile
  366. config.status: creating plugins/photo_editor/icons/hicolor/32x32/Makefile
  367. config.status: creating plugins/photo_editor/icons/hicolor/32x32/places/Makefile
  368. config.status: creating plugins/photo_editor/icons/hicolor/48x48/Makefile
  369. config.status: creating plugins/photo_editor/icons/hicolor/48x48/places/Makefile
  370. config.status: creating plugins/coverweb/Makefile
  371. config.status: creating plugins/coverweb/icons/Makefile
  372. config.status: creating plugins/coverweb/icons/hicolor/Makefile
  373. config.status: creating plugins/coverweb/icons/hicolor/16x16/Makefile
  374. config.status: creating plugins/coverweb/icons/hicolor/16x16/places/Makefile
  375. config.status: creating plugins/coverweb/icons/hicolor/22x22/Makefile
  376. config.status: creating plugins/coverweb/icons/hicolor/22x22/places/Makefile
  377. config.status: creating plugins/coverweb/icons/hicolor/24x24/Makefile
  378. config.status: creating plugins/coverweb/icons/hicolor/24x24/places/Makefile
  379. config.status: creating plugins/coverweb/icons/hicolor/32x32/Makefile
  380. config.status: creating plugins/coverweb/icons/hicolor/32x32/places/Makefile
  381. config.status: creating plugins/coverweb/icons/hicolor/48x48/Makefile
  382. config.status: creating plugins/coverweb/icons/hicolor/48x48/places/Makefile
  383. config.status: creating plugins/coverweb/icons/hicolor/128x128/Makefile
  384. config.status: creating plugins/coverweb/icons/hicolor/128x128/places/Makefile
  385. config.status: creating plugins/media_player/Makefile
  386. config.status: creating plugins/media_player/icons/Makefile
  387. config.status: creating plugins/media_player/icons/hicolor/Makefile
  388. config.status: creating plugins/media_player/icons/hicolor/16x16/Makefile
  389. config.status: creating plugins/media_player/icons/hicolor/16x16/places/Makefile
  390. config.status: creating plugins/media_player/icons/hicolor/22x22/Makefile
  391. config.status: creating plugins/media_player/icons/hicolor/22x22/places/Makefile
  392. config.status: creating plugins/media_player/icons/hicolor/24x24/Makefile
  393. config.status: creating plugins/media_player/icons/hicolor/24x24/places/Makefile
  394. config.status: creating plugins/media_player/icons/hicolor/32x32/Makefile
  395. config.status: creating plugins/media_player/icons/hicolor/32x32/places/Makefile
  396. config.status: creating plugins/media_player/icons/hicolor/48x48/Makefile
  397. config.status: creating plugins/media_player/icons/hicolor/48x48/places/Makefile
  398. config.status: creating plugins/mserv/Makefile
  399. config.status: creating plugins/mserv/icons/Makefile
  400. config.status: creating plugins/mserv/icons/hicolor/Makefile
  401. config.status: creating plugins/mserv/icons/hicolor/16x16/Makefile
  402. config.status: creating plugins/mserv/icons/hicolor/16x16/places/Makefile
  403. config.status: creating plugins/mserv/icons/hicolor/22x22/Makefile
  404. config.status: creating plugins/mserv/icons/hicolor/22x22/places/Makefile
  405. config.status: creating plugins/mserv/icons/hicolor/24x24/Makefile
  406. config.status: creating plugins/mserv/icons/hicolor/24x24/places/Makefile
  407. config.status: creating plugins/mserv/icons/hicolor/32x32/Makefile
  408. config.status: creating plugins/mserv/icons/hicolor/32x32/places/Makefile
  409. config.status: creating plugins/mserv/icons/hicolor/48x48/Makefile
  410. config.status: creating plugins/mserv/icons/hicolor/48x48/places/Makefile
  411. config.status: creating plugins/clarity/Makefile
  412. config.status: creating plugins/clarity/icons/Makefile
  413. config.status: creating plugins/clarity/icons/hicolor/Makefile
  414. config.status: creating plugins/clarity/icons/hicolor/16x16/Makefile
  415. config.status: creating plugins/clarity/icons/hicolor/16x16/places/Makefile
  416. config.status: creating plugins/clarity/icons/hicolor/22x22/Makefile
  417. config.status: creating plugins/clarity/icons/hicolor/22x22/places/Makefile
  418. config.status: creating plugins/clarity/icons/hicolor/24x24/Makefile
  419. config.status: creating plugins/clarity/icons/hicolor/24x24/places/Makefile
  420. config.status: creating plugins/clarity/icons/hicolor/32x32/Makefile
  421. config.status: creating plugins/clarity/icons/hicolor/32x32/places/Makefile
  422. config.status: creating plugins/clarity/icons/hicolor/48x48/Makefile
  423. config.status: creating plugins/clarity/icons/hicolor/48x48/places/Makefile
  424. config.status: creating plugins/clarity/icons/hicolor/240x240/Makefile
  425. config.status: creating plugins/clarity/icons/hicolor/240x240/places/Makefile
  426. config.status: creating config.h
  427. config.status: executing depfiles commands
  428. config.status: executing libtool commands
  429. config.status: executing default-1 commands
  430. config.status: executing po/stamp-it commands
  431.  
  432. Core Configuration for gtkpod 2.1.1~5e5c577 :
  433. --------------------------------
  434.  
  435. Host System Type .....: x86_64-unknown-linux-gnu
  436. Install path .........: /usr
  437. GTK3 version .........: 3.6.1
  438. GLib2/GThread version : 2.34.1
  439. libgpod version ......: 0.8.2
  440. Preprocessor .........: gcc
  441. Compiler .............: gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -Wno-pointer-sign -std=gnu99 -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/harfbuzz -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng15 -I/usr/include/libxml2 -pthread -I/usr/include/libanjuta-3.0 -I/usr/include/libxml2 -I/usr/include/gtk-3.0 -I/usr/include/libgdl-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -pthread -I/usr/include/libgdl-3.0 -I/usr/include/libxml2 -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libxml2 -DG_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED
  442. Linker ...............: gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -no-undefined -Wl,--as-needed -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lglib-2.0 -lgdk-3 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -Wl,--export-dynamic -pthread -lgmodule-2.0 -lrt -lglib-2.0 -pthread -lgthread-2.0 -lrt -lglib-2.0 -lgpod -lgdk_pixbuf-2.0 -limobiledevice -lgobject-2.0 -lglib-2.0 -lplist -lusbmuxd -lssl -lcrypto -lanjuta-3 -lgdl-3 -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lgdl-3 -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lxml2
  443.  
  444.  
  445. Plugin Configuration :
  446. ---------------------------------
  447. CoverWeb Browser .....: yes
  448. Media Player .....: yes
  449. MP4 File Type .....: yes
  450. M4A File Type .....: yes
  451. Flac File Type .....: yes
  452. Ogg File Type .....: yes
  453. Clarity Display Widget .....: no
  454. Support for cover download .....: yes -- will build with coverart download support
  455.  
  456. Now type 'make' to build gtkpod 2.1.1~5e5c577,
  457. and then 'make install' for installation.
  458.  
  459. Now type `make' to compile.
  460. make all-recursive
  461. make[1]: Entering directory `/tmp/yaourt-tmp-silas/aur-gtkpod-git/src/gtkpod'
  462. Making all in libgtkpod
  463. make[2]: Entering directory `/tmp/yaourt-tmp-silas/aur-gtkpod-git/src/gtkpod/libgtkpod'
  464. CC gtkpod_app_iface.lo
  465. CC filetype_iface.lo
  466. CC track_command_iface.lo
  467. CC exporter_iface.lo
  468. CC repository_editor_iface.lo
  469. CC details_editor_iface.lo
  470. CC lyrics_editor_iface.lo
  471. CC photo_editor_iface.lo
  472. CC gp_private.lo
  473. gp_private.c: In function 'gp_autoscroll_row_timeout':
  474. gp_private.c:56:5: warning: 'gdk_threads_enter' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkthreads.h:45) [-Wdeprecated-declarations]
  475. gp_private.c:60:5: warning: 'gdk_window_get_pointer' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkwindow.h:715): Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations]
  476. gp_private.c:95:5: warning: 'gdk_threads_leave' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkthreads.h:47) [-Wdeprecated-declarations]
  477. CC gp_itdb.lo
  478. CC charset.lo
  479. CC sha1.lo
  480. CC file.lo
  481. file.c: In function 'recurse_directories_internal':
  482. file.c:430:4: warning: passing argument 2 of 'g_hash_table_insert' discards 'const' qualifier from pointer target type [enabled by default]
  483. In file included from /usr/include/glib-2.0/glib.h:52:0,
  484. from file.c:40:
  485. /usr/include/glib-2.0/glib/ghash.h:65:13: note: expected 'gpointer' but argument is of type 'const gchar *'
  486. file.c:430:4: warning: passing argument 3 of 'g_hash_table_insert' discards 'const' qualifier from pointer target type [enabled by default]
  487. In file included from /usr/include/glib-2.0/glib.h:52:0,
  488. from file.c:40:
  489. /usr/include/glib-2.0/glib/ghash.h:65:13: note: expected 'gpointer' but argument is of type 'const gchar *'
  490. file.c: In function 'parse_offline_playcount':
  491. file.c:2045:18: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result]
  492. CC file_itunesdb.lo
  493. file_itunesdb.c: In function 'transfer_data_new':
  494. file_itunesdb.c:1184:5: warning: 'g_mutex_new' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:271) [-Wdeprecated-declarations]
  495. file_itunesdb.c:1185:5: warning: 'g_cond_new' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:275) [-Wdeprecated-declarations]
  496. file_itunesdb.c: In function 'transfer_data_free':
  497. file_itunesdb.c:1192:9: warning: 'g_mutex_free' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:273) [-Wdeprecated-declarations]
  498. file_itunesdb.c:1194:9: warning: 'g_cond_free' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations]
  499. file_itunesdb.c: In function 'delete_files':
  500. file_itunesdb.c:1335:13: warning: 'g_thread_create' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:100): Use 'g_thread_new' instead [-Wdeprecated-declarations]
  501. file_itunesdb.c:1352:17: warning: 'g_cond_timed_wait' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations]
  502. CC file_convert.lo
  503. file_convert.c: In function 'file_convert_init':
  504. file_convert.c:271:5: warning: 'g_mutex_new' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:271) [-Wdeprecated-declarations]
  505. file_convert.c:273:5: warning: 'g_cond_new' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:275) [-Wdeprecated-declarations]
  506. file_convert.c:274:5: warning: 'g_cond_new' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:275) [-Wdeprecated-declarations]
  507. file_convert.c:275:5: warning: 'g_cond_new' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:275) [-Wdeprecated-declarations]
  508. file_convert.c: In function 'conversion_prefs_changed':
  509. file_convert.c:629:9: warning: 'g_thread_create_full' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:106): Use 'g_thread_new' instead [-Wdeprecated-declarations]
  510. file_convert.c: In function 'conversion_scheduler_unlocked':
  511. file_convert.c:1294:13: warning: 'g_thread_create_full' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:106): Use 'g_thread_new' instead [-Wdeprecated-declarations]
  512. file_convert.c:1480:17: warning: 'g_thread_create_full' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:106): Use 'g_thread_new' instead [-Wdeprecated-declarations]
  513. file_convert.c: In function 'conversion_scheduler':
  514. file_convert.c:1581:5: warning: 'gdk_threads_enter' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkthreads.h:45) [-Wdeprecated-declarations]
  515. file_convert.c:1583:9: warning: 'gdk_threads_leave' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkthreads.h:47) [-Wdeprecated-declarations]
  516. file_convert.c:1591:5: warning: 'gdk_threads_leave' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkthreads.h:47) [-Wdeprecated-declarations]
  517. file_convert.c: In function 'transfer_thread':
  518. file_convert.c:2864:13: warning: 'g_thread_create_full' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:106): Use 'g_thread_new' instead [-Wdeprecated-declarations]
  519. CC fileselection.lo
  520. CC misc_track.lo
  521. CC prefs.lo
  522. prefs.c: In function 'prefs_init':
  523. prefs.c:877:9: warning: 'g_mutex_new' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:271) [-Wdeprecated-declarations]
  524. CC syncdir.lo
  525. CC misc.lo
  526. CC misc_conversion.lo
  527. CC clientserver.lo
  528. clientserver.c: In function 'register_playcount':
  529. clientserver.c:126:26: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  530. clientserver.c:128:30: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  531. clientserver.c:129:26: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  532. clientserver.c:130:26: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  533. clientserver.c:131:26: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  534. CC directories.lo
  535. CC tools.lo
  536. tools.c: In function 'nm_tracks_list':
  537. tools.c:327:9: warning: 'g_mutex_new' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:271) [-Wdeprecated-declarations]
  538. tools.c:329:9: warning: 'g_cond_new' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:275) [-Wdeprecated-declarations]
  539. tools.c:363:9: warning: 'g_thread_create' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:100): Use 'g_thread_new' instead [-Wdeprecated-declarations]
  540. tools.c:373:17: warning: 'g_cond_timed_wait' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations]
  541. tools.c: In function 'tools_sync_script':
  542. tools.c:556:9: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result]
  543. CC misc_playlist.lo
  544. CC stock_icons.lo
  545. CC gtkpod_app-marshallers.lo
  546. CC tool_menu_action.lo
  547. CC context_menus.lo
  548. CC autodetection.lo
  549. autodetection.c: In function 'autodetection_init':
  550. autodetection.c:170:9: warning: 'g_mutex_new' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:271) [-Wdeprecated-declarations]
  551. autodetection.c: In function 'ad_timeout_cb':
  552. autodetection.c:200:9: warning: 'gdk_threads_enter' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkthreads.h:45) [-Wdeprecated-declarations]
  553. autodetection.c:216:13: warning: 'gdk_threads_leave' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkthreads.h:47) [-Wdeprecated-declarations]
  554. autodetection.c:228:13: warning: 'gdk_threads_leave' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkthreads.h:47) [-Wdeprecated-declarations]
  555. autodetection.c:234:17: warning: 'gdk_threads_leave' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkthreads.h:47) [-Wdeprecated-declarations]
  556. autodetection.c:260:17: warning: 'gdk_threads_leave' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkthreads.h:47) [-Wdeprecated-declarations]
  557. autodetection.c:282:9: warning: 'gdk_threads_leave' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkthreads.h:47) [-Wdeprecated-declarations]
  558. CCLD libgtkpod.la
  559. make[2]: Leaving directory `/tmp/yaourt-tmp-silas/aur-gtkpod-git/src/gtkpod/libgtkpod'
  560. Making all in src
  561. make[2]: Entering directory `/tmp/yaourt-tmp-silas/aur-gtkpod-git/src/gtkpod/src'
  562. CC anjuta-about.o
  563. CC anjuta-action-callbacks.o
  564. CC anjuta-app.o
  565. anjuta-app.c: In function ‘anjuta_app_instance_init’:
  566. anjuta-app.c:479:5: warning: passing argument 1 of ‘gdl_dock_bar_new’ from incompatible pointer type [enabled by default]
  567. In file included from /usr/include/libgdl-3.0/gdl/gdl.h:31:0,
  568. from anjuta-app.c:31:
  569. /usr/include/libgdl-3.0/gdl/gdl-dock-bar.h:78:17: note: expected ‘struct GObject *’ but argument is of type ‘struct GdlDock *’
  570. anjuta-app.c:483:5: warning: passing argument 1 of ‘gdl_dock_layout_new’ from incompatible pointer type [enabled by default]
  571. In file included from /usr/include/libgdl-3.0/gdl/gdl.h:30:0,
  572. from anjuta-app.c:31:
  573. /usr/include/libgdl-3.0/gdl/gdl-dock-layout.h:71:18: note: expected ‘struct GObject *’ but argument is of type ‘struct GdlDock *’
  574. anjuta-app.c:503:5: error: too few arguments to function ‘anjuta_preferences_new’
  575. In file included from /usr/include/libanjuta-3.0/libanjuta/anjuta-shell.h:29:0,
  576. from anjuta-app.c:34:
  577. /usr/include/libanjuta-3.0/libanjuta/anjuta-preferences.h:67:20: note: declared here
  578. make[2]: *** [anjuta-app.o] Error 1
  579. make[2]: Leaving directory `/tmp/yaourt-tmp-silas/aur-gtkpod-git/src/gtkpod/src'
  580. make[1]: *** [all-recursive] Error 1
  581. make[1]: Leaving directory `/tmp/yaourt-tmp-silas/aur-gtkpod-git/src/gtkpod'
  582. make: *** [all] Error 2
  583. ==> ERROR: A failure occurred in build().
  584. Aborting...
  585. ==> ERROR: Makepkg was unable to build gtkpod-git.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement