Advertisement
Guest User

Untitled

a guest
Oct 1st, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.35 KB | None | 0 0
  1. * Package: media-gfx/gimp-2.6.12-r5
  2. * Repository: gentoo
  3. * Maintainer: sping@gentoo.org
  4. * USE: alsa dbus elibc_glibc exif jpeg kernel_linux lcms linguas_ru mng pdf png svg tiff userland_GNU x86
  5. * FEATURES: ccache sandbox
  6. >>> Unpacking source...
  7. >>> Unpacking gimp-2.6.11-underlinking.patch.xz to /var/tmp/portage/media-gfx/gimp-2.6.12-r5/work
  8. >>> Unpacking gimp-2.6.12.tar.bz2 to /var/tmp/portage/media-gfx/gimp-2.6.12-r5/work
  9. >>> Source unpacked in /var/tmp/portage/media-gfx/gimp-2.6.12-r5/work
  10. >>> Preparing source in /var/tmp/portage/media-gfx/gimp-2.6.12-r5/work/gimp-2.6.12 ...
  11. * Applying gimp-curl-headers.diff ...
  12. [ ok ]
  13. * Applying gimp-2.6.11-file-uri.patch ...
  14. [ ok ]
  15. * Applying gimp-2.6.12-potfiles-skip.patch ...
  16. [ ok ]
  17. * Applying gimp-2.6.12-CVE-2012-2763.patch ...
  18. [ ok ]
  19. * Applying gimp-2.6.12-CVE-2012-3403.patch ...
  20. [ ok ]
  21. * Applying gimp-2.6.12-CVE-2012-3481.patch ...
  22. [ ok ]
  23. * Applying gimp-2.6.12-CVE-2012-3236.patch ...
  24. [ ok ]
  25. * Fixing OMF Makefiles ...
  26. [ ok ]
  27. * Running elibtoolize in: gimp-2.6.12/
  28. * Applying portage/1.2.0 patch ...
  29. * Applying sed/1.5.6 patch ...
  30. * Applying as-needed/2.2.6 patch ...
  31. >>> Source prepared.
  32. >>> Configuring source in /var/tmp/portage/media-gfx/gimp-2.6.12-r5/work/gimp-2.6.12 ...
  33. * econf: updating gimp-2.6.12/config.sub with /usr/share/gnuconfig/config.sub
  34. * econf: updating gimp-2.6.12/config.guess with /usr/share/gnuconfig/config.guess
  35. ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-default-binary --with-x --without-aa --with-alsa --disable-altivec --without-libcurl --with-dbus --without-hal --without-gvfs --without-gnomevfs --without-webkit --with-libjpeg --with-libexif --with-lcms --disable-mmx --with-libmng --with-poppler --with-libpng --disable-python --disable-mp --disable-sse --with-librsvg --with-libtiff --without-wmf --disable-gtk-doc
  36. checking for a BSD-compatible install... /usr/bin/install -c
  37. checking whether build environment is sane... yes
  38. checking for a thread-safe mkdir -p... /bin/mkdir -p
  39. checking for gawk... gawk
  40. checking whether make sets $(MAKE)... yes
  41. checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-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 i686-pc-linux-gnu-gcc accepts -g... yes
  49. checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed
  50. checking for style of include used by make... GNU
  51. checking dependency style of i686-pc-linux-gnu-gcc... gcc3
  52. checking whether i686-pc-linux-gnu-gcc and cc understand -c and -o together... yes
  53. checking build system type... i686-pc-linux-gnu
  54. checking host system type... i686-pc-linux-gnu
  55. checking how to print strings... printf
  56. checking for a sed that does not truncate output... /bin/sed
  57. checking for grep that handles long lines and -e... /bin/grep
  58. checking for egrep... /bin/grep -E
  59. checking for fgrep... /bin/grep -F
  60. checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld
  61. checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
  62. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  63. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  64. checking whether ln -s works... yes
  65. checking the maximum length of command line arguments... 1572864
  66. checking whether the shell understands some XSI constructs... yes
  67. checking whether the shell understands "+="... yes
  68. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  69. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  70. checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
  71. checking for i686-pc-linux-gnu-objdump... objdump
  72. checking how to recognize dependent libraries... pass_all
  73. checking for i686-pc-linux-gnu-dlltool... dlltool
  74. checking how to associate runtime and link libraries... printf %s\n
  75. checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar
  76. checking for archiver @FILE support... @
  77. checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip
  78. checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
  79. checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object... ok
  80. checking for sysroot... no
  81. checking for i686-pc-linux-gnu-mt... no
  82. checking for mt... no
  83. checking if : is a manifest tool... no
  84. checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
  85. checking for ANSI C header files... yes
  86. checking for sys/types.h... yes
  87. checking for sys/stat.h... yes
  88. checking for stdlib.h... yes
  89. checking for string.h... yes
  90. checking for memory.h... yes
  91. checking for strings.h... yes
  92. checking for inttypes.h... yes
  93. checking for stdint.h... yes
  94. checking for unistd.h... yes
  95. checking for dlfcn.h... yes
  96. checking for objdir... .libs
  97. checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  98. checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  99. checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  100. checking if i686-pc-linux-gnu-gcc static flag -static works... yes
  101. checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes
  102. checking if i686-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
  103. checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
  104. checking whether -lc should be explicitly linked in... no
  105. checking dynamic linker characteristics... GNU/Linux ld.so
  106. checking how to hardcode library paths into programs... immediate
  107. checking whether stripping libraries is possible... yes
  108. checking if libtool supports shared libraries... yes
  109. checking whether to build shared libraries... yes
  110. checking whether to build static libraries... no
  111. checking dependency style of i686-pc-linux-gnu-gcc... gcc3
  112. checking whether to enable maintainer-specific portions of Makefiles... no
  113. checking for i686-pc-linux-gnu-pkg-config... no
  114. checking for pkg-config... /usr/bin/pkg-config
  115. checking pkg-config is at least version 0.16... yes
  116. checking for target architecture... i686-pc-linux-gnu
  117. checking for some Win32 platform... no
  118. checking for native Win32... no
  119. checking for library containing strerror... none required
  120. checking whether make sets $(MAKE)... (cached) yes
  121. checking for special C compiler options needed for large files... no
  122. checking for _FILE_OFFSET_BITS value needed for large files... 64
  123. checking whether to turn on debugging... no
  124. checking whether to turn on profiling... no
  125. checking whether i686-pc-linux-gnu-gcc understands -Wdeclaration-after-statement... yes
  126. checking whether i686-pc-linux-gnu-gcc understands -Wmissing-prototypes... yes
  127. checking whether i686-pc-linux-gnu-gcc understands -Wmissing-declarations... yes
  128. checking whether i686-pc-linux-gnu-gcc understands -Winit-self... yes
  129. checking whether i686-pc-linux-gnu-gcc understands -Wpointer-arith... yes
  130. checking whether i686-pc-linux-gnu-gcc understands -Wold-style-definition... yes
  131. checking whether i686-pc-linux-gnu-gcc understands -Wformat-security... yes
  132. checking for ANSI C header files... (cached) yes
  133. checking for sys/wait.h that is POSIX.1 compatible... yes
  134. checking whether time.h and sys/time.h may both be included... yes
  135. checking sys/param.h usability... yes
  136. checking sys/param.h presence... yes
  137. checking for sys/param.h... yes
  138. checking sys/time.h usability... yes
  139. checking sys/time.h presence... yes
  140. checking for sys/time.h... yes
  141. checking sys/times.h usability... yes
  142. checking sys/times.h presence... yes
  143. checking for sys/times.h... yes
  144. checking for sys/wait.h... (cached) yes
  145. checking for unistd.h... (cached) yes
  146. checking for pid_t... yes
  147. checking return type of signal handlers... void
  148. checking for vprintf... yes
  149. checking for _doprnt... no
  150. checking for size_t... yes
  151. checking for working alloca.h... yes
  152. checking for alloca... yes
  153. checking for fsync... yes
  154. checking for difftime... yes
  155. checking for mmap... yes
  156. checking whether binary relocation support should be enabled... no
  157. checking for _NL_MEASUREMENT_MEASUREMENT... yes
  158. checking whether NLS is requested... yes
  159. checking for intltool >= 0.36.3... 0.50.2 found
  160. checking for intltool-update... /usr/bin/intltool-update
  161. checking for intltool-merge... /usr/bin/intltool-merge
  162. checking for intltool-extract... /usr/bin/intltool-extract
  163. checking for xgettext... /usr/bin/xgettext
  164. checking for msgmerge... /usr/bin/msgmerge
  165. checking for msgfmt... /usr/bin/msgfmt
  166. checking for gmsgfmt... /usr/bin/gmsgfmt
  167. checking for perl... /usr/bin/perl
  168. checking for perl >= 5.8.1... 5.12.4
  169. checking for XML::Parser... ok
  170. checking locale.h usability... yes
  171. checking locale.h presence... yes
  172. checking for locale.h... yes
  173. checking for LC_MESSAGES... yes
  174. checking libintl.h usability... yes
  175. checking libintl.h presence... yes
  176. checking for libintl.h... yes
  177. checking for ngettext in libc... yes
  178. checking for dgettext in libc... yes
  179. checking for bind_textdomain_codeset... yes
  180. checking for msgfmt... (cached) /usr/bin/msgfmt
  181. checking for dcgettext... yes
  182. checking if msgfmt accepts -c... yes
  183. checking for gmsgfmt... (cached) /usr/bin/gmsgfmt
  184. checking for xgettext... (cached) /usr/bin/xgettext
  185. checking for iso-codes... yes
  186. checking for BABL... yes
  187. checking for GEGL... yes
  188. checking for i686-pc-linux-gnu-pkg-config... /usr/bin/pkg-config
  189. checking pkg-config is at least version 0.16... yes
  190. checking for GLIB - version >= 2.16.1... yes (version 2.30.3)
  191. checking for GMODULE_NO_EXPORT... yes
  192. checking for GIO... yes
  193. checking if GLib is version 2.19.0 or newer... yes
  194. checking for bind_textdomain_codeset... (cached) yes
  195. checking for X... libraries , headers
  196. checking for gethostbyname... yes
  197. checking for connect... yes
  198. checking for remove... yes
  199. checking for shmat... yes
  200. checking for IceConnectionNumber in -lICE... yes
  201. checking for pkg-config... (cached) /usr/bin/pkg-config
  202. checking for GTK+ - version >= 2.12.5... no
  203. *** Could not run GTK+ test program, checking why...
  204. *** The test program compiled, but did not run. This usually means
  205. *** that the run-time linker is not finding GTK+ or finding the wrong
  206. *** version of GTK+. If it is not finding GTK+, you'll need to set your
  207. *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
  208. *** to the installed location Also, make sure you have run ldconfig if that
  209. *** is required on your system
  210. ***
  211. *** If you have an old version installed, it is best to remove it, although
  212. *** you may also be able to get things to work by modifying LD_LIBRARY_PATH
  213. configure: error: Test for GTK+ failed. See the file 'INSTALL' for help.
  214.  
  215. !!! Please attach the following file when seeking support:
  216. !!! /var/tmp/portage/media-gfx/gimp-2.6.12-r5/work/gimp-2.6.12/config.log
  217. * ERROR: media-gfx/gimp-2.6.12-r5 failed (configure phase):
  218. * econf failed
  219. *
  220. * Call stack:
  221. * ebuild.sh, line 85: Called src_configure
  222. * environment, line 5557: Called gnome2_src_configure
  223. * environment, line 2853: Called econf '--enable-default-binary' '--with-x' '--without-aa' '--with-alsa' '--disable-altivec' '--without-libcurl' '--with-dbus' '--without-hal' '--without-gvfs' '--without-gnomevfs' '--without-webkit' '--with-libjpeg' '--with-libexif' '--with-lcms' '--disable-mmx' '--with-libmng' '--with-poppler' '--with-libpng' '--disable-python' '--disable-mp' '--disable-sse' '--with-librsvg' '--with-libtiff' '--without-wmf' '--disable-gtk-doc'
  224. * phase-helpers.sh, line 467: Called die
  225. * The specific snippet of code:
  226. * die "econf failed"
  227. *
  228. * If you need support, post the output of `emerge --info '=media-gfx/gimp-2.6.12-r5'`,
  229. * the complete build log and the output of `emerge -pqv '=media-gfx/gimp-2.6.12-r5'`.
  230. * The complete build log is located at '/var/log/portage/media-gfx:gimp-2.6.12-r5:20121001-163148.log'.
  231. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-gfx/gimp-2.6.12-r5/temp/build.log'.
  232. * The ebuild environment file is located at '/var/tmp/portage/media-gfx/gimp-2.6.12-r5/temp/environment'.
  233. * Working directory: '/var/tmp/portage/media-gfx/gimp-2.6.12-r5/work/gimp-2.6.12'
  234. * S: '/var/tmp/portage/media-gfx/gimp-2.6.12-r5/work/gimp-2.6.12'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement