Advertisement
Guest User

full output of gridcoin build attempt

a guest
Oct 23rd, 2024
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 20.60 KB | None | 0 0
  1. ┌─[alqiwa@thinkpade440] - [~] - [Wed Oct 23, 22:29]
  2. └─[$] <> git clone https://github.com/gridcoin-community/Gridcoin-Research
  3. Cloning into 'Gridcoin-Research'...
  4. remote: Enumerating objects: 145087, done.
  5. remote: Counting objects: 100% (2709/2709), done.
  6. remote: Compressing objects: 100% (1201/1201), done.
  7. remote: Total 145087 (delta 1806), reused 2279 (delta 1500), pack-reused 142378 (from 1)
  8. Receiving objects: 100% (145087/145087), 308.70 MiB | 5.13 MiB/s, done.
  9. Resolving deltas: 100% (108746/108746), done.
  10. Updating files: 100% (10759/10759), done.
  11. ┌─[alqiwa@thinkpade440] - [~] - [Wed Oct 23, 22:30]
  12. └─[$] <> cd Gridcoin-Research
  13. ┌─[alqiwa@thinkpade440] - [~/Gridcoin-Research] - [Wed Oct 23, 22:30]
  14. └─[$] <git:(development)> git checkout master
  15. branch 'master' set up to track 'origin/master'.
  16. Switched to a new branch 'master'
  17. ┌─[alqiwa@thinkpade440] - [~/Gridcoin-Research] - [Wed Oct 23, 22:30]
  18. └─[$] <git:(master)> mkdir build && cd build
  19. ┌─[alqiwa@thinkpade440] - [~/Gridcoin-Research/build] - [Wed Oct 23, 22:30]
  20. └─[$] <git:(master)> cmake .. -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DENABLE_GUI=ON -DENABLE_QRENCODE=ON -DENABLE_UPNP=ON -DUSE_DBUS=ON
  21. -- The C compiler identification is GNU 14.2.1
  22. -- The CXX compiler identification is GNU 14.2.1
  23. -- Detecting C compiler ABI info
  24. -- Detecting C compiler ABI info - done
  25. -- Check for working C compiler: /sbin/cc - skipped
  26. -- Detecting C compile features
  27. -- Detecting C compile features - done
  28. -- Detecting CXX compiler ABI info
  29. -- Detecting CXX compiler ABI info - done
  30. -- Check for working CXX compiler: /sbin/c++ - skipped
  31. -- Detecting CXX compile features
  32. -- Detecting CXX compile features - done
  33. -- Performing Test HAS_SSE41
  34. -- Performing Test HAS_SSE41 - Success
  35. -- Performing Test HAS_AVX2
  36. -- Performing Test HAS_AVX2 - Failed
  37. -- Performing Test HAS_X86_SHANI
  38. -- Performing Test HAS_X86_SHANI - Failed
  39. -- Performing Test HAS_ARM_SHANI
  40. -- Performing Test HAS_ARM_SHANI - Failed
  41. -- Looking for strerror_r
  42. -- Looking for strerror_r - found
  43. -- Performing Test HAS_WERROR
  44. -- Performing Test HAS_WERROR - Success
  45. -- Performing Test STRERROR_R_CHAR_P
  46. -- Performing Test STRERROR_R_CHAR_P - Failed
  47. -- Found Git: /sbin/git (found version "2.47.0")
  48. -- Performing Test ATOMICS_LOCK_FREE_INSTRUCTIONS
  49. -- Performing Test ATOMICS_LOCK_FREE_INSTRUCTIONS - Success
  50. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  51. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  52. -- Found Threads: TRUE
  53. -- Found OpenSSL: /usr/lib/libcrypto.so (found version "3.3.2")
  54. -- Found CURL: /usr/lib/libcurl.so (found version "8.10.1")
  55. -- The ASM compiler identification is GNU
  56. -- Found assembler: /sbin/cc
  57. -- Checking for module 'libqrencode'
  58. --   Found libqrencode, version 4.1.1
  59. -- Checking for module 'miniupnpc>=1.9'
  60. --   Found miniupnpc, version 2.2.8
  61. -- Performing Test RT_BUILT_IN
  62. -- Performing Test RT_BUILT_IN - Success
  63. -- Looking for byteswap.h
  64. -- Looking for byteswap.h - found
  65. -- Looking for endian.h
  66. -- Looking for endian.h - found
  67. -- Looking for sys/endian.h
  68. -- Looking for sys/endian.h - not found
  69. -- Looking for sys/prctl.h
  70. -- Looking for sys/prctl.h - found
  71. -- Looking for fork
  72. -- Looking for fork - found
  73. -- Looking for pipe2
  74. -- Looking for pipe2 - not found
  75. -- Looking for setsid
  76. -- Looking for setsid - found
  77. -- Looking for le16toh
  78. -- Looking for le16toh - found
  79. -- Looking for le32toh
  80. -- Looking for le32toh - found
  81. -- Looking for le64toh
  82. -- Looking for le64toh - found
  83. -- Looking for htole16
  84. -- Looking for htole16 - found
  85. -- Looking for htole32
  86. -- Looking for htole32 - found
  87. -- Looking for htole64
  88. -- Looking for htole64 - found
  89. -- Looking for be16toh
  90. -- Looking for be16toh - found
  91. -- Looking for be32toh
  92. -- Looking for be32toh - found
  93. -- Looking for be64toh
  94. -- Looking for be64toh - found
  95. -- Looking for htobe16
  96. -- Looking for htobe16 - found
  97. -- Looking for htobe32
  98. -- Looking for htobe32 - found
  99. -- Looking for htobe64
  100. -- Looking for htobe64 - found
  101. -- Looking for bswap_16
  102. -- Looking for bswap_16 - found
  103. -- Looking for bswap_32
  104. -- Looking for bswap_32 - found
  105. -- Looking for bswap_64
  106. -- Looking for bswap_64 - found
  107. -- Looking for __builtin_clzl
  108. -- Looking for __builtin_clzl - not found
  109. -- Looking for __builtin_clzll
  110. -- Looking for __builtin_clzll - not found
  111. -- Looking for MSG_NOSIGNAL
  112. -- Looking for MSG_NOSIGNAL - found
  113. -- Looking for MSG_DONTWAIT
  114. -- Looking for MSG_DONTWAIT - found
  115. -- Looking for malloc_info
  116. -- Looking for malloc_info - found
  117. -- Looking for M_ARENA_MAX
  118. -- Looking for M_ARENA_MAX - found
  119. -- Looking for std::system
  120. -- Looking for std::system - found
  121. -- Looking for gmtime_r
  122. -- Looking for gmtime_r - found
  123. -- Looking for SYS_getrandom
  124. -- Looking for SYS_getrandom - found
  125. -- Looking for getentropy
  126. -- Looking for getentropy - found
  127. -- Looking for KERN_ARND
  128. -- Looking for KERN_ARND - not found
  129. -- Looking for O_CLOEXEC
  130. -- Looking for O_CLOEXEC - found
  131. -- Looking for getauxval
  132. -- Looking for getauxval - found
  133. -- Looking for unistd.h
  134. -- Looking for unistd.h - found
  135. -- Looking for fdatasync
  136. -- Looking for fdatasync - found
  137. -- Looking for F_FULLFSYNC
  138. -- Looking for F_FULLFSYNC - not found
  139. -- Performing Test HAVE_CXX17_HAS_INCLUDE
  140. -- Performing Test HAVE_CXX17_HAS_INCLUDE - Success
  141. CMake Deprecation Warning at src/secp256k1/CMakeLists.txt:1 (cmake_minimum_required):
  142.   Compatibility with CMake < 3.5 will be removed from a future version of
  143.   CMake.
  144.  
  145.   Update the VERSION argument <min> value or use a ...<max> suffix to tell
  146.   CMake that the project does not need compatibility with older versions.
  147.  
  148.  
  149. -- Performing Test HAS_64BIT_ASM
  150. -- Performing Test HAS_64BIT_ASM - Success
  151. -- Could NOT find Valgrind (missing: Valgrind_INCLUDE_DIR Valgrind_WORKS)
  152. -- Setting build type to "RelWithDebInfo" as none was specified
  153. -- Performing Test C_SUPPORTS_PEDANTIC
  154. -- Performing Test C_SUPPORTS_PEDANTIC - Success
  155. -- Performing Test C_SUPPORTS_WALL
  156. -- Performing Test C_SUPPORTS_WALL - Success
  157. -- Performing Test C_SUPPORTS_WCAST_ALIGN
  158. -- Performing Test C_SUPPORTS_WCAST_ALIGN - Success
  159. -- Performing Test C_SUPPORTS_WCAST_ALIGN_STRICT
  160. -- Performing Test C_SUPPORTS_WCAST_ALIGN_STRICT - Success
  161. -- Performing Test C_SUPPORTS_WCONDITIONAL_UNINITIALIZED
  162. -- Performing Test C_SUPPORTS_WCONDITIONAL_UNINITIALIZED - Failed
  163. -- Performing Test C_SUPPORTS_WEXTRA
  164. -- Performing Test C_SUPPORTS_WEXTRA - Success
  165. -- Performing Test C_SUPPORTS_WNESTED_EXTERNS
  166. -- Performing Test C_SUPPORTS_WNESTED_EXTERNS - Success
  167. -- Performing Test C_SUPPORTS_WNO_LONG_LONG
  168. -- Performing Test C_SUPPORTS_WNO_LONG_LONG - Success
  169. -- Performing Test C_SUPPORTS_WNO_OVERLENGTH_STRINGS
  170. -- Performing Test C_SUPPORTS_WNO_OVERLENGTH_STRINGS - Success
  171. -- Performing Test C_SUPPORTS_WNO_UNUSED_FUNCTION
  172. -- Performing Test C_SUPPORTS_WNO_UNUSED_FUNCTION - Success
  173. -- Performing Test C_SUPPORTS_WRESERVED_IDENTIFIER
  174. -- Performing Test C_SUPPORTS_WRESERVED_IDENTIFIER - Failed
  175. -- Performing Test C_SUPPORTS_WSHADOW
  176. -- Performing Test C_SUPPORTS_WSHADOW - Success
  177. -- Performing Test C_SUPPORTS_WSTRICT_PROTOTYPES
  178. -- Performing Test C_SUPPORTS_WSTRICT_PROTOTYPES - Success
  179. -- Performing Test C_SUPPORTS_WUNDEF
  180. -- Performing Test C_SUPPORTS_WUNDEF - Success
  181.  
  182.  
  183. secp256k1 configure summary
  184. ===========================
  185. Build artifacts:
  186.   shared library ...................... OFF
  187.   static library ...................... ON
  188. Optional modules:
  189.   ECDH ................................ OFF
  190.   ECDSA pubkey recovery ............... ON
  191.   extrakeys ........................... OFF
  192.   schnorrsig .......................... OFF
  193. Parameters:
  194.   ecmult window size .................. 15
  195.   ecmult gen precision bits ........... 4
  196. Optional features:
  197.   assembly optimization ............... x86_64
  198.   external callbacks .................. OFF
  199. Optional binaries:
  200.   benchmark ........................... OFF
  201.   noverify_tests ...................... OFF
  202.   tests ............................... OFF
  203.   exhaustive tests .................... OFF
  204.   ctime_tests ......................... OFF
  205.   examples ............................ OFF
  206.  
  207. Cross compiling ....................... FALSE
  208. Valgrind .............................. OFF
  209. Preprocessor defined macros ........... BOOST_SPIRIT_THREADSAFE __STDC_FORMAT_MACROS _FILE_OFFSET_BITS=64 ENABLE_MODULE_RECOVERY=1 ECMULT_WINDOW_SIZE=15 ECMULT_GEN_PREC_BITS=4 USE_ASM_X86_64=1
  210. C compiler ............................ /sbin/cc
  211. CFLAGS ................................
  212. Compile options ....................... -UNDEBUG -pedantic -Wall -Wcast-align -Wcast-align=strict -Wextra -Wnested-externs -Wno-long-long -Wno-overlength-strings -Wno-unused-function -Wshadow -Wstrict-prototypes -Wundef
  213. Build type:
  214.  - CMAKE_BUILD_TYPE ................... RelWithDebInfo
  215.  - CFLAGS ............................. -O2 -g
  216.  - LDFLAGS for executables ............
  217.  - LDFLAGS for shared libraries .......
  218.  
  219.  
  220. -- Configuring done (10.8s)
  221. -- Generating done (0.2s)
  222. -- Build files have been written to: /home/alqiwa/Gridcoin-Research/build
  223. ┌─[alqiwa@thinkpade440] - [~/Gridcoin-Research/build] - [Wed Oct 23, 22:31]
  224. └─[$] <git:(master)> cmake --build .
  225. [  1%] Building C object src/secp256k1/src/CMakeFiles/precomputed.dir/precomputed_ecmult.c.o
  226. [  1%] Building C object src/secp256k1/src/CMakeFiles/precomputed.dir/precomputed_ecmult_gen.c.o
  227. [  1%] Built target precomputed
  228. [  2%] Building C object src/secp256k1/src/CMakeFiles/secp256k1_static.dir/secp256k1.c.o
  229. [  2%] Linking C static library libsecp256k1.a
  230. [  2%] Built target secp256k1_static
  231. [  2%] Building CXX object src/crypto/CMakeFiles/gridcoin_crypto_sse41.dir/sha256_sse41.cpp.o
  232. In file included from /home/alqiwa/Gridcoin-Research/src/crypto/common.h:9,
  233.                  from /home/alqiwa/Gridcoin-Research/src/crypto/sha256_sse41.cpp:10:
  234. /home/alqiwa/Gridcoin-Research/build/src/config/gridcoin-config.h:17:9: warning: "ENABLE_SSE41" redefined
  235.    17 | #define ENABLE_SSE41
  236.       |         ^~~~~~~~~~~~
  237. <command-line>: note: this is the location of the previous definition
  238. [  2%] Linking CXX static library libgridcoin_crypto_sse41.a
  239. [  2%] Built target gridcoin_crypto_sse41
  240. [  2%] Creating directories for 'BerkeleyDB_Project'
  241. [  3%] No download step for 'BerkeleyDB_Project'
  242. [  3%] No update step for 'BerkeleyDB_Project'
  243. [  4%] No patch step for 'BerkeleyDB_Project'
  244. [  4%] Performing configure step for 'BerkeleyDB_Project'
  245. CMake Error at /home/alqiwa/Gridcoin-Research/build/src/bdb53/BerkeleyDB_Project-prefix/src/BerkeleyDB_Project-stamp/BerkeleyDB_Project-configure-RelWithDebInfo.cmake:37 (message):
  246.   Command failed: 1
  247.  
  248.    '/sbin/sh' '/home/alqiwa/Gridcoin-Research/src/bdb53/dist/configure' '--disable-java' '--disable-jdbc' '--disable-replication' '--enable-cxx'
  249.  
  250.   See also
  251.  
  252.     /home/alqiwa/Gridcoin-Research/build/src/bdb53/BerkeleyDB_Project-prefix/src/BerkeleyDB_Project-stamp/BerkeleyDB_Project-configure-*.log
  253.  
  254.  
  255. -- stdout output is:
  256. checking build system type... x86_64-pc-linux-gnu
  257. checking host system type... x86_64-pc-linux-gnu
  258. checking if building in the top-level or dist directories... no
  259. checking if --enable-smallbuild option specified... no
  260. checking if --disable-atomicsupport option specified... no
  261. checking if --disable-compression option specified... no
  262. checking if --disable-hash option specified... no
  263. checking if --disable-heap option specified... no
  264. checking if --disable-mutexsupport option specified... no
  265. checking if --disable-log_checksum option specified... no
  266. checking if --disable-partition option specified... no
  267. checking if --disable-queue option specified... no
  268. checking if --disable-replication option specified... yes
  269. checking if --disable-statistics option specified... no
  270. checking if --disable-verify option specified... no
  271. checking if --enable-compat185 option specified... no
  272. checking if --enable-cxx option specified... yes
  273. checking if --enable-debug option specified... no
  274. checking if --enable-debug_rop option specified... no
  275. checking if --enable-debug_wop option specified... no
  276. checking if --enable-diagnostic option specified... no
  277. checking if --enable-dump185 option specified... no
  278. checking if --enable-java option specified... no
  279. checking if --enable-mingw option specified... no
  280. checking if --enable-o_direct option specified... no
  281. checking if --enable-posixmutexes option specified... no
  282. checking if --enable-rpc option specified... no
  283. checking if --enable-sql option specified... no
  284. checking if --enable-sql_compat option specified... no
  285. checking if --enable-jdbc option specified... no
  286. checking if --with-jdbc=DIR option specified... no
  287. checking if --enable-amalgamation option specified... no
  288. checking if --enable-sql_codegen option specified... no
  289. checking if --enable-stl option specified... no
  290. checking if --enable-tcl option specified... no
  291. checking if --enable-test option specified... no
  292. checking if --enable-localization option specified... no
  293. checking if --enable-stripped_messages option specified... no
  294. checking if --enable-dbm option specified... no
  295. checking if --enable-dtrace option specified... no
  296. checking if --enable-systemtap option specified... no
  297. checking if --enable-perfmon-statistics option specified... no
  298. checking if --enable-uimutexes option specified... no
  299. checking if --enable-umrw option specified... no
  300. checking if --enable-atomicfileread option specified... no
  301. checking if --with-cryptography option specified... yes
  302. checking if --with-mutex=MUTEX option specified... no
  303. checking if --with-tcl=DIR option specified... no
  304. checking if --with-uniquename=NAME option specified... no
  305. checking for chmod... chmod
  306. checking for cp... cp
  307. checking for ln... ln
  308. checking for mkdir... mkdir
  309. checking for rm... rm
  310. checking for mv... mv
  311. checking for sh... /sbin/sh
  312. checking for a BSD-compatible install... /bin/install -c
  313. checking for cc... cc
  314. checking whether the C compiler works... yes
  315. checking for C compiler default output file name... a.out
  316. checking for suffix of executables...
  317. checking whether we are cross compiling... no
  318. checking for suffix of object files... o
  319. checking whether we are using the GNU C compiler... yes
  320. checking whether cc accepts -g... yes
  321. checking for cc option to accept ISO C89... none needed
  322. checking for an ANSI C-conforming const... yes
  323. checking for inline... inline
  324. checking for GCC aligned attribute... yes
  325. checking for g++... g++
  326. checking whether we are using the GNU C++ compiler... yes
  327. checking whether g++ accepts -g... yes
  328. checking how to run the C++ preprocessor... g++ -E
  329. checking whether C++ supports the ISO C++ standard includes... yes
  330. checking whether we are using gcc version 2.96... no
  331. checking how to print strings... printf
  332. checking for a sed that does not truncate output... /sbin/sed
  333. checking for grep that handles long lines and -e... /sbin/grep
  334. checking for egrep... /sbin/grep -E
  335. checking for fgrep... /sbin/grep -F
  336. checking for ld used by cc... /sbin/ld
  337. checking if the linker (/sbin/ld) is GNU ld... yes
  338. checking for BSD- or MS-compatible name lister (nm)... /sbin/nm -B
  339. checking the name lister (/sbin/nm -B) interface... BSD nm
  340. checking whether ln -s works... yes
  341. checking the maximum length of command line arguments... 1572864
  342. checking whether the shell understands some XSI constructs... yes
  343. checking whether the shell understands "+="... yes
  344. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  345. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  346. checking for /sbin/ld option to reload object files... -r
  347. checking for objdump... objdump
  348. checking how to recognize dependent libraries... pass_all
  349. checking for dlltool... no
  350. checking how to associate runtime and link libraries... printf %s\n
  351. checking for ar... ar
  352. checking for archiver @FILE support... @
  353. checking for strip... strip
  354. checking for ranlib... ranlib
  355. checking for gawk... gawk
  356. checking command to parse /sbin/nm -B output from cc object... ok
  357. checking for sysroot... no
  358. checking for mt... no
  359. checking if : is a manifest tool... no
  360. checking how to run the C preprocessor... cc -E
  361. checking for ANSI C header files... yes
  362. checking for sys/types.h... yes
  363. checking for sys/stat.h... yes
  364. checking for stdlib.h... yes
  365. checking for string.h... yes
  366. checking for memory.h... yes
  367. checking for strings.h... yes
  368. checking for inttypes.h... yes
  369. checking for stdint.h... yes
  370. checking for unistd.h... yes
  371. checking for dlfcn.h... yes
  372. checking for objdir... .libs
  373. checking if cc supports -fno-rtti -fno-exceptions... no
  374. checking for cc option to produce PIC... -fPIC -DPIC
  375. checking if cc PIC flag -fPIC -DPIC works... yes
  376. checking if cc static flag -static works... yes
  377. checking if cc supports -c -o file.o... yes
  378. checking if cc supports -c -o file.o... (cached) yes
  379. checking whether the cc linker (/sbin/ld -m elf_x86_64) supports shared libraries... yes
  380. checking whether -lc should be explicitly linked in... no
  381. checking dynamic linker characteristics... GNU/Linux ld.so
  382. checking how to hardcode library paths into programs... immediate
  383. checking whether stripping libraries is possible... yes
  384. checking if libtool supports shared libraries... yes
  385. checking whether to build shared libraries... yes
  386. checking whether to build static libraries... yes
  387. checking how to run the C++ preprocessor... g++ -E
  388. checking for ld used by g++... /sbin/ld -m elf_x86_64
  389. checking if the linker (/sbin/ld -m elf_x86_64) is GNU ld... yes
  390. checking whether the g++ linker (/sbin/ld -m elf_x86_64) supports shared libraries... yes
  391. checking for g++ option to produce PIC... -fPIC -DPIC
  392. checking if g++ PIC flag -fPIC -DPIC works... yes
  393. checking if g++ static flag -static works... yes
  394. checking if g++ supports -c -o file.o... yes
  395. checking if g++ supports -c -o file.o... (cached) yes
  396. checking whether the g++ linker (/sbin/ld -m elf_x86_64) supports shared libraries... yes
  397. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  398. checking how to hardcode library paths into programs... immediate
  399. checking SOSUFFIX from libtool... .so
  400. checking MODSUFFIX from libtool... .so
  401. checking JMODSUFFIX from libtool... .so
  402. checking whether stat file-mode macros are broken... no
  403. checking whether time.h and sys/time.h may both be included... yes
  404. checking for dirent.h that defines DIR... yes
  405. checking for library containing opendir... none required
  406. checking execinfo.h usability... yes
  407. checking execinfo.h presence... yes
  408. checking for execinfo.h... yes
  409. checking sys/select.h usability... yes
  410. checking sys/select.h presence... yes
  411. checking for sys/select.h... yes
  412. checking sys/socket.h usability... yes
  413. checking sys/socket.h presence... yes
  414. checking for sys/socket.h... yes
  415. checking sys/time.h usability... yes
  416. checking sys/time.h presence... yes
  417. checking for sys/time.h... yes
  418. checking for struct stat.st_blksize... yes
  419. checking for inttypes.h... (cached) yes
  420. checking for stdint.h... yes
  421. checking if stdint.h can be used by C++... yes
  422. checking stddef.h usability... yes
  423. checking stddef.h presence... yes
  424. checking for stddef.h... yes
  425. checking for unistd.h... (cached) yes
  426. checking size of char... 1
  427. checking size of unsigned char... 1
  428. checking size of short... 2
  429. checking size of unsigned short... 2
  430. checking size of int... 4
  431. checking size of unsigned int... 4
  432. checking size of long... 8
  433. checking size of unsigned long... 8
  434. checking size of long long... 8
  435. checking size of unsigned long long... 8
  436. checking size of char *... 8
  437. checking for u_char... yes
  438. checking for u_short... yes
  439. checking for u_int... yes
  440. checking for u_long... yes
  441. checking for u_int8_t... yes
  442. checking for u_int16_t... yes
  443. checking for int16_t... yes
  444. checking for u_int32_t... yes
  445. checking for int32_t... yes
  446. checking for u_int64_t... yes
  447. checking for int64_t... yes
  448. checking for FILE *... yes
  449. checking for off_t... yes
  450. checking for pid_t... yes
  451. checking for size_t... yes
  452. checking for time_t... yes
  453. checking size of size_t... 8
  454. checking for ssize_t... yes
  455. checking for uintmax_t... yes
  456. checking for uintptr_t... yes
  457. checking for socklen_t... yes
  458. checking for ANSI C exit success/failure values... yes
  459. checking for getopt optreset variable... no
  460. checking for mutexes... UNIX/fcntl
  461.  
  462. -- stderr output is:
  463. configure: error: Support for FCNTL mutexes was removed in BDB 4.8.
  464.  
  465. CMake Error at /home/alqiwa/Gridcoin-Research/build/src/bdb53/BerkeleyDB_Project-prefix/src/BerkeleyDB_Project-stamp/BerkeleyDB_Project-configure-RelWithDebInfo.cmake:47 (message):
  466.   Stopping after outputting logs.
  467.  
  468.  
  469. make[2]: *** [src/bdb53/CMakeFiles/BerkeleyDB_Project.dir/build.make:92: src/bdb53/BerkeleyDB_Project-prefix/src/BerkeleyDB_Project-stamp/BerkeleyDB_Project-configure] Error 1
  470. make[1]: *** [CMakeFiles/Makefile2:346: src/bdb53/CMakeFiles/BerkeleyDB_Project.dir/all] Error 2
  471. make: *** [Makefile:136: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement