1. * Package: gnustep-base/gnustep-base-1.24.0-r1
  2. * Repository: gentoo
  3. * Maintainer: gnustep@gentoo.org
  4. * USE: amd64 elibc_glibc icu kernel_linux libffi multilib ssl test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking gnustep-base-1.24.0.tar.gz to /tmp/portage/gnustep-base/gnustep-base-1.24.0-r1/work
  8. >>> Source unpacked in /tmp/portage/gnustep-base/gnustep-base-1.24.0-r1/work
  9. >>> Preparing source in /tmp/portage/gnustep-base/gnustep-base-1.24.0-r1/work/gnustep-base-1.24.0 ...
  10. * Cleaning paths from GNUmakefile ...
  11. [ ok ]
  12. >>> Source prepared.
  13. >>> Configuring source in /tmp/portage/gnustep-base/gnustep-base-1.24.0-r1/work/gnustep-base-1.24.0 ...
  14. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-libffi --disable-ffcall --with-ffi-include=/usr/lib64/libffi-3.0.11/include --enable-icu --enable-tls --disable-zeroconf --with-xml-prefix=/usr --with-gmp-include=/usr/include --with-gmp-library=/usr/lib --with-default-config=/etc/GNUstep/GNUstep.conf
  15. checking build system type... x86_64-pc-linux-gnu
  16. checking host system type... x86_64-pc-linux-gnu
  17. checking target system type... x86_64-pc-linux-gnu
  18. checking for GNUstep configuration file to use at runtime... /etc/GNUstep/GNUstep.conf
  19. checking whether the GNUstep.conf file path can be set in the environment... yes
  20. checking if we should import an existing configuration file now... yes
  21. checking for default GNUstep configuration file to use... /etc/GNUstep/GNUstep.conf
  22. trying to import "/etc/GNUstep/GNUstep.conf"
  23. configure: If this fails, please run configure again with the --disable-importing-config-file option or specifying an alternative file using the --with-default-config= option
  24. checking for GNUstep-base installation domain... LOCAL
  25. checking if we are hardcoding any relative paths in gnustep-base... no
  26. configure: We store the following filesystem layout into gnustep-base, to be used when no config file is found
  27. checking for Makefiles directory... /usr/share/GNUstep/Makefiles
  28. checking for user defaults directory... GNUstep/Defaults
  29. checking for user config file... .GNUstep.conf
  30. checking for System Applications directory... /usr/lib64/GNUstep/Applications
  31. checking for System Admin Applications directory... /usr/lib64/GNUstep/Applications
  32. checking for System Web Applications directory... /usr/lib64/GNUstep/WebApplications
  33. checking for System Tools directory... /usr/bin
  34. checking for System Admin Tools directory... /usr/sbin
  35. checking for System Library directory... /usr/lib64/GNUstep
  36. checking for System Libraries directory... /usr/lib64
  37. checking for System Headers directory... /usr/include
  38. checking for System Documentation directory... /usr/share/GNUstep/Documentation
  39. checking for System Info Documentation directory... /usr/share/info
  40. checking for System Man Documentation directory... /usr/share/man
  41. checking for Network Applications directory... /usr/local/lib64/GNUstep/Applications
  42. checking for Network Admin Applications directory... /usr/local/lib64/GNUstep/Applications
  43. checking for Network Web Applications directory... /usr/lib64/GNUstep/WebApplications
  44. checking for Network Tools directory... /usr/local/bin
  45. checking for Network Admin Tools directory... /usr/local/sbin
  46. checking for Network Library directory... /usr/local/lib64/GNUstep
  47. checking for Network Libraries directory... /usr/local/lib64
  48. checking for Network Headers directory... /usr/local/include
  49. checking for Network Documentation directory... /usr/local/share/GNUstep/Documentation
  50. checking for Network Info Documentation directory... /usr/local/share/info
  51. checking for Network Man Documentation directory... /usr/local/share/man
  52. checking for Local Applications directory... /usr/local/lib64/GNUstep/Applications
  53. checking for Local Admin Applications directory... /usr/local/lib64/GNUstep/Applications
  54. checking for Local Web Applications directory... /usr/local/lib64/GNUstep/WebApplications
  55. checking for Local Tools directory... /usr/local/bin
  56. checking for Local Admin Tools directory... /usr/local/sbin
  57. checking for Local Library directory... /usr/local/lib64/GNUstep
  58. checking for Local Libraries directory... /usr/local/lib64
  59. checking for Local Headers directory... /usr/local/include
  60. checking for Local Documentation directory... /usr/local/share/GNUstep/Documentation
  61. checking for Local Info Documentation directory... /usr/local/share/info
  62. checking for Local Man Documentation directory... /usr/local/share/man
  63. checking for User Applications directory... GNUstep/Applications
  64. checking for User Admin Applications directory... GNUstep/Applications/Admin
  65. checking for User Web Applications directory... GNUstep/WebApplications
  66. checking for User Tools directory... GNUstep/Tools
  67. checking for User Admin Tools directory... GNUstep/Tools/Admin
  68. checking for User Library directory... GNUstep/Library
  69. checking for User Libraries directory... GNUstep/Library/Libraries
  70. checking for User Headers directory... GNUstep/Library/Headers
  71. checking for User Documentation directory... GNUstep/Library/Documentation
  72. checking for User Info Documentation directory... GNUstep/Library/Documentation/info
  73. checking for User Man Documentation directory... GNUstep/Library/Documentation/man
  74. checking for System User directory... /home
  75. checking for Network User directory... /home
  76. checking for Local User directory... /home
  77. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  78. checking for C compiler default output file name... a.out
  79. checking whether the C compiler works... yes
  80. checking whether we are cross compiling... no
  81. checking for suffix of executables...
  82. checking for suffix of object files... o
  83. checking whether we are using the GNU C compiler... yes
  84. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  85. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  86. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  87. checking for grep that handles long lines and -e... /bin/grep
  88. checking for egrep... /bin/grep -E
  89. checking for ANSI C header files... yes
  90. checking for sys/types.h... yes
  91. checking for sys/stat.h... yes
  92. checking for stdlib.h... yes
  93. checking for string.h... yes
  94. checking for memory.h... yes
  95. checking for strings.h... yes
  96. checking for inttypes.h... yes
  97. checking for stdint.h... yes
  98. checking for unistd.h... yes
  99. checking minix/config.h usability... no
  100. checking minix/config.h presence... no
  101. checking for minix/config.h... no
  102. checking whether it is safe to define __EXTENSIONS__... yes
  103. checking whether compiler supports UTF-8 constants in executable... yes
  104. checking whether the compiler supports atomic operations... yes
  105. checking for whoami... /usr/bin/whoami
  106. checking for pkg-config... yes
  107. checking the Objective-C runtime... GNU
  108. checking for custom shared objc library... NONE
  109. checking objc/runtime.h usability... yes
  110. checking objc/runtime.h presence... yes
  111. checking for objc/runtime.h... yes
  112. checking objc/objc.h usability... yes
  113. checking objc/objc.h presence... yes
  114. checking for objc/objc.h... yes
  115. configure: for gdomap network details
  116. checking for variable length socket addresses... not found
  117. checking for gcc visibility attribute support... found
  118. checking whether SO_REUSEADDR is broken... no
  119. checking for objc threading flags...
  120. checking whether byte ordering is bigendian... no
  121. checking size of void*... 8
  122. checking size of short... 2
  123. checking size of int... 4
  124. checking size of long... 8
  125. checking size of long long... 8
  126. checking size of float... 4
  127. checking size of double... 8
  128. checking loading of constructor functions... yes
  129. checking dlfcn.h usability... yes
  130. checking dlfcn.h presence... yes
  131. checking for dlfcn.h... yes
  132. checking for dynamic linker type... simple
  133. checking for dladdr in -ldl... yes
  134. checking for dladdr... yes
  135. checking pthread.h usability... yes
  136. checking pthread.h presence... yes
  137. checking for pthread.h... yes
  138. checking size of pthread_mutex_t... 40
  139. checking size of pthread_cond_t... 48
  140. checking alignment of pthread_mutex_t... 8
  141. checking alignment of pthread_cond_t... 8
  142. checking for pthread_join in -lpthread... yes
  143. checking for sched_yield in -lrt... yes
  144. checking for nanosleep... yes
  145. checking for usleep... yes
  146. checking for Sleep... no
  147. checking whether objc really works... no
  148. I don't seem to be able to use your Objective-C compiler to produce
  149. working binaries! Please check your Objective-C compiler installation.
  150. If you are using gcc-3.x make sure that your compiler's libgcc_s and libobjc
  151. can be found by the dynamic linker - usually that requires you to play
  152. with LD_LIBRARY_PATH or /etc/ld.so.conf.
  153. Please refer to your compiler installation instructions for more help.
  154. configure: error: The Objective-C compiler does not work or is not installed properly.
  155. !!! Please attach the following file when seeking support:
  156. !!! /tmp/portage/gnustep-base/gnustep-base-1.24.0-r1/work/gnustep-base-1.24.0/config.log
  157. * ERROR: gnustep-base/gnustep-base-1.24.0-r1 failed (configure phase):
  158. * econf failed
  159. *
  160. * Call stack:
  161. * ebuild.sh, line 85: Called src_configure
  162. * environment, line 2574: Called econf '--enable-libffi' '--disable-ffcall' '--with-ffi-include=/usr/lib64/libffi-3.0.11/include' '--enable-icu' '--enable-tls' '--disable-zeroconf' '--with-xml-prefix=/usr' '--with-gmp-include=/usr/include' '--with-gmp-library=/usr/lib' '--with-default-config=/etc/GNUstep/GNUstep.conf'
  163. * phase-helpers.sh, line 467: Called die
  164. * The specific snippet of code:
  165. * die "econf failed"
  166. *
  167. * If you need support, post the output of `emerge --info '=gnustep-base/gnustep-base-1.24.0-r1'`,
  168. * the complete build log and the output of `emerge -pqv '=gnustep-base/gnustep-base-1.24.0-r1'`.
  169. sed: couldn't open temporary file /etc/portage/package.mask/sedf32Z1l: Permission denied