Pulsar-Coin / Pulsar-Coin-Cryptocurrency

The source code to the Pulsar Coin Blockchain
https://pulsarcoin.info/
MIT License
17 stars 11 forks source link

Release v1.0.0 - ARM64 - aarch64-linux-gnu depencies do not download and build QT5 #7

Closed blackmennewstyle closed 2 years ago

blackmennewstyle commented 2 years ago

Hello,

I am opening again an issue about building Pulsar Wallet for GNU/Linux Debian 11 on Raspberry Pi 4 8GB with kernel 5.10.0-11-arm64. I am facing exactly the same issue i had with another project called Raptoreum when dependencies do not download and build QT for the architecture aarch64-linux-gnu

wget https://github.com/PulsarCoin/Pulsar-Coin-Cryptocurrency/archive/refs/tags/v1.1.0.tar.gz
tar -xvf v1.1.0.tar.gz
cd Pulsar-Coin-Cryptocurrency-1.1.0
cd depends

At the end of execution of the following command line make HOST=aarch64-linux-gnu -j 4

aarch64-linux-gnu-gcc -fPIC -pipe -O2 -I/home/ceedii/Pulsar-Coin-Cryptocurrency-1.1.0/depends/aarch64-linux-gnu/include -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600   -c -o minissdpc.o minissdpc.c
aarch64-linux-gnu-ar crs libminiupnpc.a miniwget.o minixml.o igd_desc_parse.o minisoap.o miniupnpc.o upnpreplyparse.o upnpcommands.o upnperrors.o connecthostport.o portlistingparse.o receivedata.o upnpdev.o minissdpc.o
make[1]: Leaving directory '/home/ceedii/Pulsar-Coin-Cryptocurrency-1.1.0/depends/work/build/aarch64-linux-gnu/miniupnpc/2.0.20170509-e2112e5ab30'
Staging miniupnpc...
Postprocessing miniupnpc...
Caching miniupnpc...
copying packages: native_ccache native_protobuf boost openssl libevent zeromq qrencode protobuf zlib bdb miniupnpc
to: /home/ceedii/Pulsar-Coin-Cryptocurrency-1.1.0/depends/aarch64-linux-gnu

In the list of copying packages, QT is not listed. It is confirmed later, after the following command lines

cd ..
./autogen.sh
./configure --prefix=$PWD/depends/aarch64-linux-gnu --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++

The latest command-line returns

configure: loading site script /home/ceedii/Pulsar-Coin-Cryptocurrency-1.1.0/depends/aarch64-linux-gnu/share/config.site
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for aarch64-linux-gnu-strip... aarch64-linux-gnu-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
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 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 aarch64-linux-gnu-g++ accepts -g... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of aarch64-linux-gnu-g++... gcc3
checking whether aarch64-linux-gnu-g++ supports C++11 features with -std=c++11... yes
checking whether std::atomic can be used without link library... yes
checking for aarch64-linux-gnu-g++... aarch64-linux-gnu-g++ -std=c++11
checking whether we are using the GNU Objective C++ compiler... no
checking whether aarch64-linux-gnu-g++ -std=c++11 accepts -g... no
checking dependency style of aarch64-linux-gnu-g++ -std=c++11... gcc3
checking how to print strings... printf
checking for aarch64-linux-gnu-gcc... aarch64-linux-gnu-gcc
checking whether we are using the GNU C compiler... yes
checking whether aarch64-linux-gnu-gcc accepts -g... yes
checking for aarch64-linux-gnu-gcc option to accept ISO C89... none needed
checking whether aarch64-linux-gnu-gcc understands -c and -o together... yes
checking dependency style of aarch64-linux-gnu-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 aarch64-linux-gnu-gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... aarch64-linux-gnu-nm
checking the name lister (aarch64-linux-gnu-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for aarch64-linux-gnu-objdump... aarch64-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for aarch64-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for aarch64-linux-gnu-ar... aarch64-linux-gnu-ar
checking for archiver @FILE support... @
checking for aarch64-linux-gnu-strip... (cached) aarch64-linux-gnu-strip
checking for aarch64-linux-gnu-ranlib... aarch64-linux-gnu-ranlib
checking command to parse aarch64-linux-gnu-nm output from aarch64-linux-gnu-gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for aarch64-linux-gnu-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... aarch64-linux-gnu-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 aarch64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for aarch64-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if aarch64-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if aarch64-linux-gnu-gcc static flag -static works... yes
checking if aarch64-linux-gnu-gcc supports -c -o file.o... yes
checking if aarch64-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the aarch64-linux-gnu-gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
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... aarch64-linux-gnu-g++ -std=c++11 -E
checking for ld used by aarch64-linux-gnu-g++ -std=c++11... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the aarch64-linux-gnu-g++ -std=c++11 linker (/usr/bin/ld) supports shared libraries... yes
checking for aarch64-linux-gnu-g++ -std=c++11 option to produce PIC... -fPIC -DPIC
checking if aarch64-linux-gnu-g++ -std=c++11 PIC flag -fPIC -DPIC works... yes
checking if aarch64-linux-gnu-g++ -std=c++11 static flag -static works... yes
checking if aarch64-linux-gnu-g++ -std=c++11 supports -c -o file.o... yes
checking if aarch64-linux-gnu-g++ -std=c++11 supports -c -o file.o... (cached) yes
checking whether the aarch64-linux-gnu-g++ -std=c++11 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for aarch64-linux-gnu-ar... /usr/bin/aarch64-linux-gnu-ar
checking for aarch64-linux-gnu-ranlib... /usr/bin/aarch64-linux-gnu-ranlib
checking for aarch64-linux-gnu-strip... /usr/bin/aarch64-linux-gnu-strip
checking for aarch64-linux-gnu-gcov... /usr/bin/aarch64-linux-gnu-gcov
checking for lcov... no
checking for python3.6... no
checking for python3.5... no
checking for python3.4... no
checking for python3... /usr/bin/python3
checking for genhtml... no
checking for git... /usr/bin/git
checking for ccache... /home/ceedii/Pulsar-Coin-Cryptocurrency-1.1.0/depends/aarch64-linux-gnu/share/../native/bin/ccache
checking for xgettext... /usr/bin/xgettext
checking for hexdump... /usr/bin/hexdump
checking for aarch64-linux-gnu-readelf... /usr/bin/aarch64-linux-gnu-readelf
checking for aarch64-linux-gnu-c++filt... /usr/bin/aarch64-linux-gnu-c++filt
checking for aarch64-linux-gnu-objcopy... /usr/bin/aarch64-linux-gnu-objcopy
checking whether C++ compiler accepts -Werror... yes
checking whether C++ compiler accepts -msse4.2... no
checking for assembler crc32 support... no
checking for aarch64-linux-gnu-pkg-config... /usr/bin/pkg-config --static
checking pkg-config is at least version 0.9.0... yes
checking whether byte ordering is bigendian... no
checking whether aarch64-linux-gnu-gcc is Clang... no
checking whether pthreads work with -pthread... yes
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 *... yes
checking whether the linker accepts -Wl,--large-address-aware... no
checking for __attribute__((visibility))... yes
checking for __attribute__((dllexport))... no
checking for __attribute__((dllimport))... no
checking for clock_gettime in -lrt... yes
checking __fdelt_chk type... long int
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... yes
checking whether the linker accepts -Wl,-z,now... yes
checking whether C++ compiler accepts -fPIE... yes
checking whether the linker accepts -pie... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
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... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking whether strnlen is declared... yes
checking whether daemon is declared... yes
checking whether le16toh is declared... yes
checking whether le32toh is declared... yes
checking whether le64toh is declared... yes
checking whether htole16 is declared... yes
checking whether htole32 is declared... yes
checking whether htole64 is declared... yes
checking whether be16toh is declared... yes
checking whether be32toh is declared... yes
checking whether be64toh is declared... yes
checking whether htobe16 is declared... yes
checking whether htobe32 is declared... yes
checking whether htobe64 is declared... yes
checking whether bswap_16 is declared... yes
checking whether bswap_32 is declared... yes
checking whether bswap_64 is declared... yes
checking whether __builtin_clz is declared... yes
checking whether __builtin_clzl is declared... yes
checking whether __builtin_clzll is declared... yes
checking for MSG_NOSIGNAL... yes
checking for MSG_DONTWAIT... yes
checking for getmemoryinfo... yes
checking for mallopt M_ARENA_MAX... yes
checking for visibility attribute... yes
checking for thread_local support... yes
checking for Linux getrandom syscall... yes
checking for getentropy... yes
checking for getentropy via random.h... yes
checking for sysctl KERN_ARND... no
checking whether C++ compiler accepts -fvisibility=hidden... yes
checking for Berkeley DB C++ headers... default
checking for main in -ldb_cxx-4.8... yes
checking miniupnpc/miniwget.h usability... yes
checking miniupnpc/miniwget.h presence... yes
checking for miniupnpc/miniwget.h... yes
checking for main in -lminiupnpc... yes
checking miniupnpc/miniupnpc.h usability... yes
checking miniupnpc/miniupnpc.h presence... yes
checking for miniupnpc/miniupnpc.h... yes
checking for main in -lminiupnpc... (cached) yes
checking miniupnpc/upnpcommands.h usability... yes
checking miniupnpc/upnpcommands.h presence... yes
checking for miniupnpc/upnpcommands.h... yes
checking for main in -lminiupnpc... (cached) yes
checking miniupnpc/upnperrors.h usability... yes
checking miniupnpc/upnperrors.h presence... yes
checking for miniupnpc/upnperrors.h... yes
checking for main in -lminiupnpc... (cached) yes
checking for Qt5Core Qt5Gui Qt5Network Qt5Widgets... no
checking for QtCore QtGui QtNetwork... no
configure: WARNING: Qt dependencies not found; bitcoin-qt frontend will not be built
checking whether to build Pulsar GUI... no (Qt5)
checking for boostlib >= 1.47.0... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system-mt-a64... yes
checking whether the Boost::Filesystem library is available... yes
checking for exit in -lboost_filesystem-mt-a64... yes
checking whether the Boost::Program_Options library is available... yes
checking for exit in -lboost_program_options-mt-a64... yes
checking whether the Boost::Thread library is available... yes
checking for exit in -lboost_thread-mt-a64... yes
checking whether the Boost::Chrono library is available... yes
checking for exit in -lboost_chrono-mt-a64... yes
checking for working boost reduced exports... yes
checking whether the linker accepts -Wl,--exclude-libs,ALL... yes
checking for mismatched boost c++11 scoped enums... ok
checking for libssl... yes
checking for libcrypto... yes
checking for libevent... yes
checking for libevent_pthreads... yes
checking for libzmq >= 4... yes
checking whether EVP_MD_CTX_new is declared... no
checking whether to build bitcoind... yes
checking whether to build utils (bitcoin-cli bitcoin-tx)... yes
checking whether to build libraries... yes
checking if ccache should be used... yes
checking whether C preprocessor accepts -Qunused-arguments... no
checking if sync checkpoints should be enabled... yes
checking if wallet should be enabled... yes
checking whether to build with support for UPnP... yes
checking whether to build with UPnP enabled by default... no
checking whether to build test_bitcoin... no
checking whether to reduce exports... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libbitcoinconsensus.pc
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/man/Makefile
config.status: creating share/setup.nsi
config.status: creating share/qt/Info.plist
config.status: creating test/config.ini
config.status: creating contrib/devtools/split-debug.sh
config.status: creating doc/Doxyfile
config.status: creating src/config/bitcoin-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in src/univalue (/home/ceedii/Pulsar-Coin-Cryptocurrency-1.1.0/src/univalue)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/home/ceedii/Pulsar-Coin-Cryptocurrency-1.1.0/depends/aarch64-linux-gnu'  '--enable-glibc-back-compat' '--enable-reduce-exports' 'LDFLAGS=-static-libstdc++' '--disable-shared' '--with-pic' '--with-bignum=no' '--enable-module-recovery' '--disable-jni' --cache-file=/dev/null --srcdir=.
configure: loading site script /home/ceedii/Pulsar-Coin-Cryptocurrency-1.1.0/depends/aarch64-linux-gnu/share/config.site
checking whether make supports nested variables... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for aarch64-linux-gnu-strip... aarch64-linux-gnu-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for aarch64-linux-gnu-gcc... aarch64-linux-gnu-gcc
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 aarch64-linux-gnu-gcc accepts -g... yes
checking for aarch64-linux-gnu-gcc option to accept ISO C89... none needed
checking whether aarch64-linux-gnu-gcc understands -c and -o together... yes
checking dependency style of aarch64-linux-gnu-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 aarch64-linux-gnu-gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... aarch64-linux-gnu-nm
checking the name lister (aarch64-linux-gnu-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for aarch64-linux-gnu-objdump... aarch64-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for aarch64-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for aarch64-linux-gnu-ar... aarch64-linux-gnu-ar
checking for archiver @FILE support... @
checking for aarch64-linux-gnu-strip... (cached) aarch64-linux-gnu-strip
checking for aarch64-linux-gnu-ranlib... aarch64-linux-gnu-ranlib
checking command to parse aarch64-linux-gnu-nm output from aarch64-linux-gnu-gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for aarch64-linux-gnu-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... aarch64-linux-gnu-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 aarch64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for aarch64-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if aarch64-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if aarch64-linux-gnu-gcc static flag -static works... yes
checking if aarch64-linux-gnu-gcc supports -c -o file.o... yes
checking if aarch64-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the aarch64-linux-gnu-gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
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... no
checking whether to build static libraries... yes
checking whether we are using the GNU C++ compiler... yes
checking whether aarch64-linux-gnu-g++ accepts -g... yes
checking dependency style of aarch64-linux-gnu-g++... gcc3
checking how to run the C++ preprocessor... aarch64-linux-gnu-g++ -E
checking for ld used by aarch64-linux-gnu-g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the aarch64-linux-gnu-g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for aarch64-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
checking if aarch64-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
checking if aarch64-linux-gnu-g++ static flag -static works... yes
checking if aarch64-linux-gnu-g++ supports -c -o file.o... yes
checking if aarch64-linux-gnu-g++ supports -c -o file.o... (cached) yes
checking whether the aarch64-linux-gnu-g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pc/libunivalue.pc
config.status: creating pc/libunivalue-uninstalled.pc
config.status: creating univalue-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in src/secp256k1 (/home/ceedii/Pulsar-Coin-Cryptocurrency-1.1.0/src/secp256k1)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/home/ceedii/Pulsar-Coin-Cryptocurrency-1.1.0/depends/aarch64-linux-gnu'  '--enable-glibc-back-compat' '--enable-reduce-exports' 'LDFLAGS=-static-libstdc++' '--disable-shared' '--with-pic' '--with-bignum=no' '--enable-module-recovery' '--disable-jni' --cache-file=/dev/null --srcdir=.
configure: loading site script /home/ceedii/Pulsar-Coin-Cryptocurrency-1.1.0/depends/aarch64-linux-gnu/share/config.site
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for aarch64-linux-gnu-strip... aarch64-linux-gnu-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for aarch64-linux-gnu-gcc... aarch64-linux-gnu-gcc
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 aarch64-linux-gnu-gcc accepts -g... yes
checking for aarch64-linux-gnu-gcc option to accept ISO C89... none needed
checking whether aarch64-linux-gnu-gcc understands -c and -o together... yes
checking dependency style of aarch64-linux-gnu-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 aarch64-linux-gnu-gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... aarch64-linux-gnu-nm
checking the name lister (aarch64-linux-gnu-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for aarch64-linux-gnu-objdump... aarch64-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for aarch64-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for aarch64-linux-gnu-ar... aarch64-linux-gnu-ar
checking for archiver @FILE support... @
checking for aarch64-linux-gnu-strip... (cached) aarch64-linux-gnu-strip
checking for aarch64-linux-gnu-ranlib... aarch64-linux-gnu-ranlib
checking command to parse aarch64-linux-gnu-nm output from aarch64-linux-gnu-gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for aarch64-linux-gnu-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... aarch64-linux-gnu-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 aarch64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for aarch64-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if aarch64-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if aarch64-linux-gnu-gcc static flag -static works... yes
checking if aarch64-linux-gnu-gcc supports -c -o file.o... yes
checking if aarch64-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the aarch64-linux-gnu-gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
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... no
checking whether to build static libraries... yes
checking whether make supports nested variables... (cached) yes
checking for aarch64-linux-gnu-pkg-config... /usr/bin/pkg-config --static
checking pkg-config is at least version 0.9.0... yes
checking for aarch64-linux-gnu-ar... /usr/bin/aarch64-linux-gnu-ar
checking for aarch64-linux-gnu-ranlib... /usr/bin/aarch64-linux-gnu-ranlib
checking for aarch64-linux-gnu-strip... /usr/bin/aarch64-linux-gnu-strip
checking for gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for aarch64-linux-gnu-gcc option to accept ISO C89... (cached) none needed
checking dependency style of aarch64-linux-gnu-gcc... gcc3
checking if aarch64-linux-gnu-gcc supports -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings... yes
checking if aarch64-linux-gnu-gcc supports -fvisibility=hidden... yes
checking for __int128... yes
checking for __builtin_expect... yes
checking native compiler: gcc... ok
checking for x86_64 assembly availability... no
checking for libcrypto... yes
checking for main in -lcrypto... yes
checking for EC functions in libcrypto... yes
checking whether byte ordering is bigendian... no
configure: Using static precomputation: yes
configure: Using assembly optimizations: no
configure: Using field implementation: 64bit
configure: Using bignum implementation: no
configure: Using scalar implementation: 64bit
configure: Using endomorphism optimizations: no
configure: Building for coverage analysis: no
configure: Building ECDH module: no
configure: Building ECDSA pubkey recovery module: yes
configure: Using jni: no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libsecp256k1.pc
config.status: creating src/libsecp256k1-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Fixing libtool for -rpath problems.

Options used to compile and link:
  checkpoints   = yes
  with wallet   = yes
  with gui / qt = no
  with zmq      = yes
  with test     = no
  with bench    = no
  with upnp     = yes
  use asm       = yes
  debug enabled = no
  werror        = no

  target os     = linux
  build os      = 

  CC            = /home/ceedii/Pulsar-Coin-Cryptocurrency-1.1.0/depends/aarch64-linux-gnu/share/../native/bin/ccache aarch64-linux-gnu-gcc
  CFLAGS        = -pipe -O2 
  CPPFLAGS      = -I/home/ceedii/Pulsar-Coin-Cryptocurrency-1.1.0/depends/aarch64-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS
  CXX           = /home/ceedii/Pulsar-Coin-Cryptocurrency-1.1.0/depends/aarch64-linux-gnu/share/../native/bin/ccache aarch64-linux-gnu-g++ -std=c++11
  CXXFLAGS      = -pipe -static-libstdc++ -O2  -fvisibility=hidden
  LDFLAGS       = -L/home/ceedii/Pulsar-Coin-Cryptocurrency-1.1.0/depends/aarch64-linux-gnu/share/../lib -static-libstdc++
  ARFLAGS       = cr

As you can see, QT is not downloaded and then built :'(

le2Ks commented 2 years ago

Hello,

The qt cannot be be in fact compiled on this old code for Arm aarch.

I will look for a way, will let you know here once I do.

blackmennewstyle commented 2 years ago

Hello,

The qt cannot be be in fact compiled on this old code for Arm aarch.

I will look for a way, will let you know here once I do.

No problem. Have a look at Bitcoin since you are a fork of it. Also, lot of other forks like FIRO, RAVENCOIN, MONERO and AVIAN (https://github.com/AvianNetwork/Avian) managed to do it. Good luck :)

le2Ks commented 2 years ago

You seem to know already where to look at, why don't you try those?

le2Ks commented 2 years ago

Hello,

Issue has been fixed at: 24d3c9ef94d36e53a9d1fbe76e8134bb49b281ea

le2Ks commented 2 years ago

Please use this version for the fix on Qt Arm Aarchs' fix https://github.com/PulsarCoin/Pulsar-Coin-Cryptocurrency/releases/tag/v1.1.1

blackmennewstyle commented 2 years ago

Holy molly padthai, you are fast :O

wget https://github.com/PulsarCoin/Pulsar-Coin-Cryptocurrency/archive/refs/tags/v1.1.1.tar.gz
tar -xvf v1.1.1.tar.gz
cd Pulsar-Coin-Cryptocurrency-1.1.1/
cd depends/
make HOST=aarch64-linux-gnu -j 4
cd ..
./autogen.sh
./configure --prefix=$PWD/depends/aarch64-linux-gnu --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++ --enable-hardening
make -j 4

With root privileges

make install

By the way, do you know if there is a way for forcing that command to install all the compiled files pulsard, pulsar-cli, pulsar-qt, pulsar-tx in the /usr/local/bin/ folder? Is it because of the options i put with ./configure command line?

Screenshot_2022-03-04_03-04-27

Congratulations, you are entered in my circle of favorite developers <3 Keep it up the great job <3

le2Ks commented 2 years ago

Hello, thank you for the positive comments.

I will look for why make install doesn't copy all files into the system default bin folder.

EDIT: for the "make install" the binaries will actually be located into your depends/aarch64-linux-gnu/ folder. For the configure "prefix" option mention it as not only where to get the dependencies from, but also as it was the main binaries folder.