Advertisement
Guest User

Untitled

a guest
Apr 27th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.95 KB | None | 0 0
  1. checking for a BSD-compatible install... /usr/bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking how to create a pax tar archive... gnutar
  7. checking whether to enable maintainer-specific portions of Makefiles... yes
  8. checking whether make supports nested variables... yes
  9. ./configure: line 2833: ]: command not found
  10. checking for gcc... gcc
  11. checking whether the C compiler works... yes
  12. checking for C compiler default output file name... a.out
  13. checking for suffix of executables...
  14. checking whether we are cross compiling... no
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C compiler... yes
  17. checking whether gcc accepts -g... yes
  18. checking for gcc option to accept ISO C89... none needed
  19. checking for style of include used by make... GNU
  20. checking dependency style of gcc... gcc3
  21. checking whether gcc and cc understand -c and -o together... yes
  22. checking build system type... x86_64-unknown-linux-gnu
  23. checking host system type... x86_64-unknown-linux-gnu
  24. checking how to print strings... printf
  25. checking for a sed that does not truncate output... /usr/bin/sed
  26. checking for grep that handles long lines and -e... /usr/bin/grep
  27. checking for egrep... /usr/bin/grep -E
  28. checking for fgrep... /usr/bin/grep -F
  29. checking for ld used by gcc... /usr/bin/ld
  30. checking if the linker (/usr/bin/ld) is GNU ld... yes
  31. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  32. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  33. checking whether ln -s works... yes
  34. checking the maximum length of command line arguments... 1572864
  35. checking whether the shell understands some XSI constructs... yes
  36. checking whether the shell understands "+="... yes
  37. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  38. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  39. checking for /usr/bin/ld option to reload object files... -r
  40. checking for objdump... objdump
  41. checking how to recognize dependent libraries... pass_all
  42. checking for dlltool... no
  43. checking how to associate runtime and link libraries... printf %s\n
  44. checking for ar... ar
  45. checking for archiver @FILE support... @
  46. checking for strip... strip
  47. checking for ranlib... ranlib
  48. checking command to parse /usr/bin/nm -B output from gcc object... ok
  49. checking for sysroot... no
  50. checking for mt... no
  51. checking if : is a manifest tool... no
  52. checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
  64. checking for objdir... .libs
  65. checking if gcc supports -fno-rtti -fno-exceptions... no
  66. checking for gcc option to produce PIC... -fPIC -DPIC
  67. checking if gcc PIC flag -fPIC -DPIC works... yes
  68. checking if gcc static flag -static works... yes
  69. checking if gcc supports -c -o file.o... yes
  70. checking if gcc supports -c -o file.o... (cached) yes
  71. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  72. checking whether -lc should be explicitly linked in... no
  73. checking dynamic linker characteristics... GNU/Linux ld.so
  74. checking how to hardcode library paths into programs... immediate
  75. checking whether stripping libraries is possible... yes
  76. checking if libtool supports shared libraries... yes
  77. checking whether to build shared libraries... yes
  78. checking whether to build static libraries... no
  79. checking for glib-mkenums... /usr/bin/glib-mkenums
  80. checking for glib-genmarshal... /usr/bin/glib-genmarshal
  81. checking for pkg-config... /usr/bin/pkg-config
  82. checking pkg-config is at least version 0.9.0... yes
  83. checking for LIBINDICATOR... yes
  84. checking for cos in -lm... yes
  85. configure: creating ./config.status
  86. config.status: creating Makefile
  87. config.status: creating libindicator/Makefile
  88. config.status: creating libindicator/indicator-0.4.pc.in
  89. config.status: creating libindicator/indicator3-0.4.pc.in
  90. config.status: creating tests/Makefile
  91. config.status: creating tools/Makefile
  92. config.status: creating config.h
  93. config.status: config.h is unchanged
  94. config.status: executing depfiles commands
  95. config.status: executing libtool commands
  96. configure:
  97.  
  98. Libindicator Configuration:
  99.  
  100. Prefix: /usr
  101. GTK+ Version: 3
  102.  
  103. Enable tests: yes
  104. Enable debugging: no
  105. Coverage reporting: no
  106.  
  107. make all-recursive
  108. make[1]: Entering directory `/tmp/yaourt-tmp-root/aur-libindicator3/src/libindicator-12.10.1'
  109. Making all in libindicator
  110. make[2]: Entering directory `/tmp/yaourt-tmp-root/aur-libindicator3/src/libindicator-12.10.1/libindicator'
  111. ( cd . && /usr/bin/glib-mkenums --template /tmp/yaourt-tmp-root/aur-libindicator3/src/libindicator-12.10.1/libindicator/indicator-object-enum-types.c.template \
  112. indicator.h indicator-desktop-shortcuts.h indicator-image-helper.h indicator-object.h indicator-service.h indicator-service-manager.h ) > tmp-indicator-object-enum-types.c \
  113. && (cmp -s tmp-indicator-object-enum-types.c indicator-object-enum-types.c || cp tmp-indicator-object-enum-types.c indicator-object-enum-types.c ) \
  114. && rm -f tmp-indicator-object-enum-types.c
  115. make all-am
  116. make[3]: Entering directory `/tmp/yaourt-tmp-root/aur-libindicator3/src/libindicator-12.10.1/libindicator'
  117. ( cd . && /usr/bin/glib-mkenums --template /tmp/yaourt-tmp-root/aur-libindicator3/src/libindicator-12.10.1/libindicator/indicator-object-enum-types.c.template \
  118. indicator.h indicator-desktop-shortcuts.h indicator-image-helper.h indicator-object.h indicator-service.h indicator-service-manager.h ) > tmp-indicator-object-enum-types.c \
  119. && (cmp -s tmp-indicator-object-enum-types.c indicator-object-enum-types.c || cp tmp-indicator-object-enum-types.c indicator-object-enum-types.c ) \
  120. && rm -f tmp-indicator-object-enum-types.c
  121. CC libindicator3_la-indicator-image-helper.lo
  122. indicator-image-helper.c: In function 'refresh_image':
  123. indicator-image-helper.c:72:3: error: 'gtk_icon_info_free' is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkicontheme.h:198): Use 'g_object_unref' instead [-Werror=deprecated-declarations]
  124. gtk_icon_info_free(icon_info);
  125. ^
  126. cc1: all warnings being treated as errors
  127. make[3]: *** [libindicator3_la-indicator-image-helper.lo] Error 1
  128. make[3]: Leaving directory `/tmp/yaourt-tmp-root/aur-libindicator3/src/libindicator-12.10.1/libindicator'
  129. make[2]: *** [all] Error 2
  130. make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-libindicator3/src/libindicator-12.10.1/libindicator'
  131. make[1]: *** [all-recursive] Error 1
  132. make[1]: Leaving directory `/tmp/yaourt-tmp-root/aur-libindicator3/src/libindicator-12.10.1'
  133. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement