Failure on make step #12334

issue Cantoria opened this issue on February 2, 2018
  1. Cantoria commented at 2:40 PM on February 2, 2018: none

    I have installed prerequisites in MacOS, After I run command make It shows make: *** No targets specified and no makefile found. Stop. But It already exists file Makefile.in I run command make -f Makefile.in It shows Makefile.in:15: *** missing separator. Stop. I don't really have the idea. Pls help me.

  2. Cantoria commented at 3:13 PM on February 2, 2018: none

    I've found some problems in./configurestep. The log shows as below: checking build system type... x86_64-apple-darwin16.6.0 checking host system type... x86_64-apple-darwin16.6.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports nested variables... (cached) yes checking for g++... g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... gcc3 checking whether g++ supports C++11 features with -std=c++11... yes checking whether std::atomic can be used without link library... yes checking whether we are using the GNU Objective C++ compiler... yes checking whether g++ -std=c++11 accepts -g... yes checking dependency style of g++ -std=c++11... gcc3 checking how to print strings... printf checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking how to convert x86_64-apple-darwin16.6.0 file names to x86_64-apple-darwin16.6.0 format... func_convert_file_noop checking how to convert x86_64-apple-darwin16.6.0 file names to toolchain format... func_convert_file_noop checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver [@FILE](/bitcoin-bitcoin/contributor/file/) support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin16.6.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -std=c++11 -E checking for ld used by g++ -std=c++11... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking whether the g++ -std=c++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking for g++ -std=c++11 option to produce PIC... -fno-common -DPIC checking if g++ -std=c++11 PIC flag -fno-common -DPIC works... yes checking if g++ -std=c++11 static flag -static works... no checking if g++ -std=c++11 supports -c -o file.o... yes checking if g++ -std=c++11 supports -c -o file.o... (cached) yes checking whether the g++ -std=c++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin16.6.0 dyld checking how to hardcode library paths into programs... immediate checking for ar... /usr/bin/ar checking for ranlib... /usr/bin/ranlib checking for strip... /usr/bin/strip checking for gcov... /usr/bin/gcov checking for lcov... no checking for python3.6... /usr/local/Homebrew/bin/python3.6 checking for genhtml... no checking for git... /usr/bin/git checking for ccache... no checking for xgettext... no checking for hexdump... /usr/bin/hexdump checking for readelf... no checking for c++filt... /usr/bin/c++filt checking for objcopy... no checking whether C++ compiler accepts -Werror... yes checking whether C++ compiler accepts -Wall... yes checking whether C++ compiler accepts -Wextra... yes checking whether C++ compiler accepts -Wformat... yes checking whether C++ compiler accepts -Wvla... yes checking whether C++ compiler accepts -Wformat-security... yes checking whether C++ compiler accepts -Wthread-safety-analysis... yes checking whether C++ compiler accepts -Wunused-parameter... yes checking whether C++ compiler accepts -Wself-assign... yes checking whether C++ compiler accepts -Wunused-local-typedef... yes checking whether C++ compiler accepts -Wdeprecated-register... yes checking whether C++ compiler accepts -Wimplicit-fallthrough... yes checking whether C++ compiler accepts -msse4.2... yes checking for assembler crc32 support... yes checking for port... no checking for rsvg-convert... no checking for rsvg... no checking for brew... brew checking whether the linker accepts -Wl,-headerpad_max_install_names... yes checking for pkg-config... /usr/local/Homebrew/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether byte ordering is bigendian... no checking whether gcc is Clang... yes checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... -Qunused-arguments checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... no checking whether the linker accepts -Wl,--large-address-aware... no checking for __attribute__((visibility))... no checking for __attribute__((dllexport))... no checking for __attribute__((dllimport))... no checking for library containing clock_gettime... none required checking whether C++ compiler accepts -fPIC... yes checking whether C++ compiler accepts -Wstack-protector... yes checking whether C++ compiler accepts -fstack-protector-all... yes checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2... yes checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE... yes checking whether the linker accepts -Wl,--dynamicbase... no checking whether the linker accepts -Wl,--nxcompat... no checking whether the linker accepts -Wl,--high-entropy-va... no checking whether the linker accepts -Wl,-z,relro... no checking whether the linker accepts -Wl,-z,now... no checking whether C++ compiler accepts -fPIE... yes checking whether the linker accepts -pie... yes checking whether the linker accepts -Wl,-dead_strip... yes checking endian.h usability... no checking endian.h presence... no checking for endian.h... no checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking byteswap.h usability... no checking byteswap.h presence... no checking for byteswap.h... no checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/prctl.h usability... no checking sys/prctl.h presence... no checking for sys/prctl.h... no checking whether strnlen is declared... yes checking whether daemon is declared... yes checking whether le16toh is declared... no checking whether le32toh is declared... no checking whether le64toh is declared... no checking whether htole16 is declared... no checking whether htole32 is declared... no checking whether htole64 is declared... no checking whether be16toh is declared... no checking whether be32toh is declared... no checking whether be64toh is declared... no checking whether htobe16 is declared... no checking whether htobe32 is declared... no checking whether htobe64 is declared... no checking whether bswap_16 is declared... no checking whether bswap_32 is declared... no checking whether bswap_64 is declared... no checking whether __builtin_clz is declared... no checking whether __builtin_clzl is declared... no checking whether __builtin_clzll is declared... no checking for MSG_NOSIGNAL... no checking for MSG_DONTWAIT... yes checking for getmemoryinfo... no checking for mallopt M_ARENA_MAX... no checking for visibility attribute... yes checking for thread_local support... yes checking for Linux getrandom syscall... no checking for getentropy... no checking for getentropy via random.h... yes checking for sysctl KERN_ARND... no checking for Berkeley DB C++ headers... default checking for main in -ldb_cxx-4.8... yes checking miniupnpc/miniwget.h usability... no checking miniupnpc/miniwget.h presence... no checking for miniupnpc/miniwget.h... no checking miniupnpc/miniupnpc.h usability... no checking miniupnpc/miniupnpc.h presence... no checking for miniupnpc/miniupnpc.h... no checking miniupnpc/upnpcommands.h usability... no checking miniupnpc/upnpcommands.h presence... no checking for miniupnpc/upnpcommands.h... no checking miniupnpc/upnperrors.h usability... no checking miniupnpc/upnperrors.h presence... no checking for miniupnpc/upnperrors.h... no checking for Qt5Core Qt5Gui Qt5Network Qt5Widgets... yes checking for Qt5Test... yes checking for Qt5DBus... yes checking for static Qt... no checking whether -fPIE can be used with this Qt config... yes checking for moc-qt5... no checking for moc5... no checking for moc... /usr/local/Homebrew/Cellar/qt/5.10.0_1/bin/moc checking for uic-qt5... no checking for uic5... no checking for uic... /usr/local/Homebrew/Cellar/qt/5.10.0_1/bin/uic checking for rcc-qt5... no checking for rcc5... no checking for rcc... /usr/local/Homebrew/Cellar/qt/5.10.0_1/bin/rcc checking for lrelease-qt5... no checking for lrelease5... no checking for lrelease... /usr/local/Homebrew/Cellar/qt/5.10.0_1/bin/lrelease checking for lupdate-qt5... no checking for lupdate5... no checking for lupdate... /usr/local/Homebrew/Cellar/qt/5.10.0_1/bin/lupdate checking whether the linker accepts -framework Foundation -framework ApplicationServices -framework AppKit... yes checking whether to build Bitcoin Core GUI... yes (Qt5) checking for boostlib >= 1.47.0... configure: We could not detect the boost libraries (version 1.47 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation. checking whether the Boost::System library is available... no checking whether the Boost::Filesystem library is available... no checking whether the Boost::Program_Options library is available... no checking whether the Boost::Thread library is available... no checking whether the Boost::Chrono library is available... no checking whether the Boost::Unit_Test_Framework library is available... no checking for dynamic linked boost test... no checking for mismatched boost c++11 scoped enums... ok configure: error: No working boost sleep implementation found. The problem is 'No working boost sleep implementation found'.

  3. fanquake added the label MacOSX on Feb 2, 2018
  4. fanquake commented at 11:27 PM on February 2, 2018: member

    Is Boost installed via brew?

  5. Cantoria commented at 12:57 AM on February 3, 2018: none

    Yeah, I've installed these prerequisites via brew.

  6. Cantoria commented at 8:38 AM on February 3, 2018: none

    This problem has been solved. I tried to run command./configure --with-boost="/usr/local/Homebrew/Cellar/boost/1.66.0 and It worked. It seems that the boost isn't suceessfully installed. But I had run the command brew install boost --c++11, and strangely boost appear on the brew list.

  7. Cantoria commented at 8:39 AM on February 3, 2018: none

    @fanquake thx for your care.

  8. Cantoria closed this on Feb 3, 2018

  9. Cantoria commented at 8:41 AM on February 3, 2018: none
  10. MarcoFalke locked this on Sep 8, 2021
Contributors
Labels

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-21 18:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me