Advertisement
Guest User

Untitled

a guest
Oct 24th, 2017
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.20 KB | None | 0 0
  1. administrators-Mac-mini:nixpkgs-channels administrator$ git checkout 1c535209a7f463e81ddb49b4e176ff1a96c2a558
  2. Checking out files: 100% (9776/9776), done.
  3. Previous HEAD position was 3727911b46... minisat: Fix build on Darwin
  4. HEAD is now at 1c535209a7... Merge pull request #2788 from jwiegley/stdenv
  5. (reverse-i-search)`tai': git branch --contains 3727911b46daf32d4ea8f2a2b1072580227e72fe
  6. administrators-Mac-mini:nixpkgs-channels administrator$ cat /private/tmp/nix-build-bash-4.3-p42.drv-0/bash-4.3/config.log
  7. This file contains any messages produced by compilers while
  8. running configure, to aid debugging if configure makes a mistake.
  9.  
  10. It was created by bash configure 4.3-release, which was
  11. generated by GNU Autoconf 2.69. Invocation command line was
  12.  
  13. $ ./configure --disable-static --prefix=/nix/store/08lnlhmad29fvzbi2zg8ig1dfpcjnabr-bash-4.3-p42 --disable-readline
  14.  
  15. ## --------- ##
  16. ## Platform. ##
  17. ## --------- ##
  18.  
  19. hostname = administrators-Mac-mini.local
  20. uname -m = x86_64
  21. uname -r = 16.6.0
  22. uname -s = Darwin
  23. uname -v = Darwin Kernel Version 16.6.0: Fri Apr 14 16:21:16 PDT 2017; root:xnu-3789.60.24~6/RELEASE_X86_64
  24.  
  25. /usr/bin/uname -p = i386
  26. /bin/uname -X = unknown
  27.  
  28. /bin/arch = unknown
  29. /usr/bin/arch -k = unknown
  30. /usr/convex/getsysinfo = unknown
  31. /usr/bin/hostinfo = Mach kernel version:
  32. Darwin Kernel Version 16.6.0: Fri Apr 14 16:21:16 PDT 2017; root:xnu-3789.60.24~6/RELEASE_X86_64
  33. Kernel configured for up to 8 processors.
  34. 4 processors are physically available.
  35. 8 processors are logically available.
  36. Processor type: i486 (Intel 80486)
  37. Processors active: 0 1 2 3 4 5 6 7
  38. Primary memory available: 16.00 gigabytes
  39. Default processor set: 173 tasks, 834 threads, 8 processors
  40. Load average: 5.52, Mach factor: 2.86
  41. /bin/machine = unknown
  42. /usr/bin/oslevel = unknown
  43. /bin/universe = unknown
  44.  
  45. PATH: /nix/store/pcx53a24wwvgyqixrjr07zm0xipc400n-bison-3.0.4/bin
  46. PATH: /nix/store/1h1ybbcfrm69w450y862qk0mqr18g660-gnum4-1.4.17/bin
  47. PATH: /nix/store/a6ihk2f6pgqgn6v68qslbhi7g7d3rfyx-cctools-binutils-darwin/bin
  48. PATH: /nix/store/zfv61gn53bzdhdqqlyawykqgb6p2bnx4-clang-wrapper-9.9.9/bin
  49. PATH: /nix/store/4pw74dxryrlbz8p2djak4pkgy5vz0xsr-xz-5.2.1/bin
  50. PATH: /nix/store/hsrcr11srwpmd7i2dmsm6l13v4pig2zp-gnused-4.2.2/bin
  51. PATH: /nix/store/mpmc2ik3kgkc69y998ypr1bizxf37syj-trivial-bootstrap-tools/bin
  52. PATH: /nix/store/rgzjsa2p9rbhagk6rmc034yl72ddap0l-CLTools_Executables_OSX109/Library/Developer/CommandLineTools/usr/bin
  53. PATH: /nix/store/rgzjsa2p9rbhagk6rmc034yl72ddap0l-CLTools_Executables_OSX109/Library/Developer/CommandLineTools/usr/bin
  54.  
  55.  
  56. ## ----------- ##
  57. ## Core tests. ##
  58. ## ----------- ##
  59.  
  60. configure:2767: checking build system type
  61. configure:2781: result: x86_64-apple-darwin16.6.0
  62. configure:2801: checking host system type
  63. configure:2814: result: x86_64-apple-darwin16.6.0
  64. configure:3443: checking for gcc
  65. configure:3470: result: gcc
  66. configure:3699: checking for C compiler version
  67. configure:3708: gcc --version >&5
  68. Apple LLVM version 8.1.0 (clang-802.0.42)
  69. Target: x86_64-apple-darwin16.6.0
  70. Thread model: posix
  71. InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  72. configure:3719: $? = 0
  73. configure:3708: gcc -v >&5
  74. Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
  75. Apple LLVM version 8.1.0 (clang-802.0.42)
  76. Target: x86_64-apple-darwin16.6.0
  77. Thread model: posix
  78. InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  79. configure:3719: $? = 0
  80. configure:3708: gcc -V >&5
  81. clang: error: unsupported option '-V -B/nix/store/zfv61gn53bzdhdqqlyawykqgb6p2bnx4-clang-wrapper-9.9.9/bin/'
  82. clang: error: no input files
  83. configure:3719: $? = 1
  84. configure:3708: gcc -qversion >&5
  85. clang: error: unknown argument: '-qversion'
  86. clang: error: no input files
  87. configure:3719: $? = 1
  88. configure:3739: checking whether the C compiler works
  89. configure:3761: gcc conftest.c >&5
  90. ld: unknown option: -no_deduplicate
  91. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  92. configure:3765: $? = 1
  93. configure:3803: result: no
  94. configure: failed program was:
  95. | /* confdefs.h */
  96. | #define PACKAGE_NAME "bash"
  97. | #define PACKAGE_TARNAME "bash"
  98. | #define PACKAGE_VERSION "4.3-release"
  99. | #define PACKAGE_STRING "bash 4.3-release"
  100. | #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
  101. | #define PACKAGE_URL ""
  102. | #define ALIAS 1
  103. | #define PUSHD_AND_POPD 1
  104. | #define RESTRICTED_SHELL 1
  105. | #define PROCESS_SUBSTITUTION 1
  106. | #define PROMPT_STRING_DECODE 1
  107. | #define SELECT_COMMAND 1
  108. | #define HELP_BUILTIN 1
  109. | #define ARRAY_VARS 1
  110. | #define DPAREN_ARITHMETIC 1
  111. | #define BRACE_EXPANSION 1
  112. | #define COMMAND_TIMING 1
  113. | #define EXTENDED_GLOB 1
  114. | #define EXTGLOB_DEFAULT 0
  115. | #define COND_COMMAND 1
  116. | #define COND_REGEXP 1
  117. | #define COPROCESS_SUPPORT 1
  118. | #define ARITH_FOR_COMMAND 1
  119. | #define NETWORK_REDIRECTIONS 1
  120. | #define PROGRAMMABLE_COMPLETION 1
  121. | #define DEBUGGER 1
  122. | #define CASEMOD_ATTRS 1
  123. | #define CASEMOD_EXPANSIONS 1
  124. | #define GLOBASCII_DEFAULT 0
  125. | #define MEMSCRAMBLE 1
  126. | /* end confdefs.h. */
  127. |
  128. | int
  129. | main ()
  130. | {
  131. |
  132. | ;
  133. | return 0;
  134. | }
  135. configure:3808: error: in `/private/tmp/nix-build-bash-4.3-p42.drv-0/bash-4.3':
  136. configure:3810: error: C compiler cannot create executables
  137. See `config.log' for more details
  138.  
  139. ## ---------------- ##
  140. ## Cache variables. ##
  141. ## ---------------- ##
  142.  
  143. ac_cv_build=x86_64-apple-darwin16.6.0
  144. ac_cv_env_CC_FOR_BUILD_set=
  145. ac_cv_env_CC_FOR_BUILD_value=
  146. ac_cv_env_CC_set=set
  147. ac_cv_env_CC_value=gcc
  148. ac_cv_env_CFLAGS_FOR_BUILD_set=
  149. ac_cv_env_CFLAGS_FOR_BUILD_value=
  150. ac_cv_env_CFLAGS_set=
  151. ac_cv_env_CFLAGS_value=
  152. ac_cv_env_CPPFLAGS_FOR_BUILD_set=
  153. ac_cv_env_CPPFLAGS_FOR_BUILD_value=
  154. ac_cv_env_CPPFLAGS_set=
  155. ac_cv_env_CPPFLAGS_value=
  156. ac_cv_env_CPP_set=
  157. ac_cv_env_CPP_value=
  158. ac_cv_env_DEBUGGER_START_FILE_set=
  159. ac_cv_env_DEBUGGER_START_FILE_value=
  160. ac_cv_env_LDFLAGS_FOR_BUILD_set=
  161. ac_cv_env_LDFLAGS_FOR_BUILD_value=
  162. ac_cv_env_LDFLAGS_set=
  163. ac_cv_env_LDFLAGS_value=
  164. ac_cv_env_LIBS_set=
  165. ac_cv_env_LIBS_value=
  166. ac_cv_env_YACC_set=
  167. ac_cv_env_YACC_value=
  168. ac_cv_env_YFLAGS_set=
  169. ac_cv_env_YFLAGS_value=
  170. ac_cv_env_build_alias_set=
  171. ac_cv_env_build_alias_value=
  172. ac_cv_env_host_alias_set=
  173. ac_cv_env_host_alias_value=
  174. ac_cv_env_target_alias_set=
  175. ac_cv_env_target_alias_value=
  176. ac_cv_host=x86_64-apple-darwin16.6.0
  177. ac_cv_prog_ac_ct_CC=gcc
  178.  
  179. ## ----------------- ##
  180. ## Output variables. ##
  181. ## ----------------- ##
  182.  
  183. ALLOCA=''
  184. AR=''
  185. ARFLAGS=''
  186. BASHVERS='4.3'
  187. BUILD_DIR=''
  188. BUILD_INCLUDED_LIBINTL=''
  189. CATOBJEXT=''
  190. CC='gcc'
  191. CC_FOR_BUILD=''
  192. CFLAGS=''
  193. CFLAGS_FOR_BUILD=''
  194. CPP=''
  195. CPPFLAGS=''
  196. CPPFLAGS_FOR_BUILD=''
  197. CROSS_COMPILE=''
  198. DATADIRNAME=''
  199. DEBUG=''
  200. DEBUGGER_START_FILE='${datadir}/bashdb/bashdb-main.inc'
  201. DEFS=''
  202. ECHO_C=''
  203. ECHO_N='-n'
  204. ECHO_T=''
  205. EGREP=''
  206. EXEEXT=''
  207. GENCAT=''
  208. GLIBC21=''
  209. GMSGFMT=''
  210. GREP=''
  211. HELPDIR=''
  212. HELPDIRDEFINE=''
  213. HELPFILES_TARGET=''
  214. HELPINSTALL=''
  215. HELPSTRINGS=''
  216. HISTORY_DEP=''
  217. HISTORY_LIB=''
  218. HIST_LIBDIR=''
  219. INSTALL_DATA=''
  220. INSTALL_PROGRAM=''
  221. INSTALL_SCRIPT=''
  222. INSTOBJEXT=''
  223. INTLBISON=''
  224. INTLLIBS=''
  225. INTLOBJS=''
  226. INTL_DEP=''
  227. INTL_INC=''
  228. INTL_LIBTOOL_SUFFIX_PREFIX=''
  229. JOBS_O=''
  230. LDFLAGS=''
  231. LDFLAGS_FOR_BUILD=''
  232. LIBICONV=''
  233. LIBINTL=''
  234. LIBINTL_H=''
  235. LIBOBJS=''
  236. LIBS=''
  237. LIBS_FOR_BUILD=''
  238. LOCAL_CFLAGS=''
  239. LOCAL_DEFS=''
  240. LOCAL_LDFLAGS=''
  241. LOCAL_LIBS=''
  242. LTLIBICONV=''
  243. LTLIBINTL=''
  244. LTLIBOBJS=''
  245. MAKE_SHELL=''
  246. MALLOC_DEBUG=''
  247. MALLOC_DEP=''
  248. MALLOC_LDFLAGS=''
  249. MALLOC_LIB=''
  250. MALLOC_LIBRARY=''
  251. MALLOC_SRC=''
  252. MALLOC_TARGET=''
  253. MKINSTALLDIRS=''
  254. MSGFMT=''
  255. MSGMERGE=''
  256. OBJEXT=''
  257. PACKAGE_BUGREPORT='bug-bash@gnu.org'
  258. PACKAGE_NAME='bash'
  259. PACKAGE_STRING='bash 4.3-release'
  260. PACKAGE_TARNAME='bash'
  261. PACKAGE_URL=''
  262. PACKAGE_VERSION='4.3-release'
  263. PATH_SEPARATOR=':'
  264. POSUB=''
  265. PROFILE_FLAGS=''
  266. PTHREAD_H_DEFINES_STRUCT_TIMESPEC=''
  267. PURIFY=''
  268. RANLIB=''
  269. READLINE_DEP=''
  270. READLINE_LIB=''
  271. RELSTATUS='release'
  272. RL_INCLUDE=''
  273. RL_INCLUDEDIR=''
  274. RL_LIBDIR=''
  275. RL_MAJOR=''
  276. RL_MINOR=''
  277. RL_VERSION=''
  278. SET_MAKE=''
  279. SHELL='/bin/bash'
  280. SHOBJ_CC=''
  281. SHOBJ_CFLAGS=''
  282. SHOBJ_LD=''
  283. SHOBJ_LDFLAGS=''
  284. SHOBJ_LIBS=''
  285. SHOBJ_STATUS=''
  286. SHOBJ_XLDFLAGS=''
  287. SIGLIST_O=''
  288. SIGNAMES_H=''
  289. SIGNAMES_O=''
  290. SIZE=''
  291. STATIC_LD=''
  292. SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=''
  293. TERMCAP_DEP=''
  294. TERMCAP_LIB=''
  295. TESTSCRIPT='run-all'
  296. TILDE_LIB=''
  297. TIME_H_DEFINES_STRUCT_TIMESPEC=''
  298. USE_INCLUDED_LIBINTL=''
  299. USE_NLS=''
  300. XGETTEXT=''
  301. YACC=''
  302. YFLAGS=''
  303. ac_ct_CC='gcc'
  304. bindir='${exec_prefix}/bin'
  305. build='x86_64-apple-darwin16.6.0'
  306. build_alias=''
  307. build_cpu='x86_64'
  308. build_os='darwin16.6.0'
  309. build_vendor='apple'
  310. datadir='${datarootdir}'
  311. datarootdir='${prefix}/share'
  312. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  313. dvidir='${docdir}'
  314. exec_prefix='NONE'
  315. host='x86_64-apple-darwin16.6.0'
  316. host_alias=''
  317. host_cpu='x86_64'
  318. host_os='darwin16.6.0'
  319. host_vendor='apple'
  320. htmldir='${docdir}'
  321. incdir=''
  322. includedir='${prefix}/include'
  323. infodir='${datarootdir}/info'
  324. libdir='${exec_prefix}/lib'
  325. libexecdir='${exec_prefix}/libexec'
  326. localedir='${datarootdir}/locale'
  327. localstatedir='${prefix}/var'
  328. mandir='${datarootdir}/man'
  329. oldincludedir='/usr/include'
  330. pdfdir='${docdir}'
  331. prefix='/nix/store/08lnlhmad29fvzbi2zg8ig1dfpcjnabr-bash-4.3-p42'
  332. program_transform_name='s,x,x,'
  333. psdir='${docdir}'
  334. sbindir='${exec_prefix}/sbin'
  335. sharedstatedir='${prefix}/com'
  336. sysconfdir='${prefix}/etc'
  337. target_alias=''
  338.  
  339. ## ----------- ##
  340. ## confdefs.h. ##
  341. ## ----------- ##
  342.  
  343. /* confdefs.h */
  344. #define PACKAGE_NAME "bash"
  345. #define PACKAGE_TARNAME "bash"
  346. #define PACKAGE_VERSION "4.3-release"
  347. #define PACKAGE_STRING "bash 4.3-release"
  348. #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
  349. #define PACKAGE_URL ""
  350. #define ALIAS 1
  351. #define PUSHD_AND_POPD 1
  352. #define RESTRICTED_SHELL 1
  353. #define PROCESS_SUBSTITUTION 1
  354. #define PROMPT_STRING_DECODE 1
  355. #define SELECT_COMMAND 1
  356. #define HELP_BUILTIN 1
  357. #define ARRAY_VARS 1
  358. #define DPAREN_ARITHMETIC 1
  359. #define BRACE_EXPANSION 1
  360. #define COMMAND_TIMING 1
  361. #define EXTENDED_GLOB 1
  362. #define EXTGLOB_DEFAULT 0
  363. #define COND_COMMAND 1
  364. #define COND_REGEXP 1
  365. #define COPROCESS_SUPPORT 1
  366. #define ARITH_FOR_COMMAND 1
  367. #define NETWORK_REDIRECTIONS 1
  368. #define PROGRAMMABLE_COMPLETION 1
  369. #define DEBUGGER 1
  370. #define CASEMOD_ATTRS 1
  371. #define CASEMOD_EXPANSIONS 1
  372. #define GLOBASCII_DEFAULT 0
  373. #define MEMSCRAMBLE 1
  374.  
  375. configure: exit 77
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement