Skip to content

Instantly share code, notes, and snippets.

View develCuy's full-sized avatar
🎯
Focusing

Fernando develCuy

🎯
Focusing
View GitHub Profile
@develCuy
develCuy / BerkleyDB.out
Created July 9, 2020 14:14
Devcoin wallet compile output - try 1
./libtool --mode=link x86_64-w64-mingw32-gcc -O3 -o db_archive
db_archive.lo util_sig.lo libdb-5.3.la -lpthread
./libtool --mode=link x86_64-w64-mingw32-gcc -O3 -o db_checkpoint
db_checkpoint.lo util_log.lo util_sig.lo libdb-5.3.la -lpthread
libtool: link: x86_64-w64-mingw32-gcc -O3 -o .libs/db_archive .libs/db_archive.o .libs/util_sig.o ./.libs/libdb-5.3.dll.a -lpthread -L/usr/local/BerkeleyDB.5.3/lib
libtool: link: x86_64-w64-mingw32-gcc -O3 -o .libs/db_checkpoint .libs/db_checkpoint.o .libs/util_log.o .libs/util_sig.o ./.libs/libdb-5.3.dll.a -lpthread -L/usr/local/BerkeleyDB.5.3/lib
./libtool --mode=execute true db_archive
ls: cannot access 'db_archive': No such file or directory
./libtool --mode=link x86_64-w64-mingw32-gcc -O3 -o db_deadlock
db_deadlock.lo util_log.lo util_sig.lo libdb-5.3.la -lpthread
@develCuy
develCuy / BerkleyDB.out2
Created July 9, 2020 14:19
Devcoin wallet compile output - try 2
libtool: link: x86_64-w64-mingw32-gcc -O3 -o .libs/db_archive .libs/db_archive.o .libs/util_sig.o ./.libs/libdb-5.3.dll.a -lpthread -L/usr/local/BerkeleyDB.5.3/lib
libtool: link: x86_64-w64-mingw32-ranlib .libs/libdb_cxx-5.3.a
libtool: link: Could not determine the host path corresponding to
libtool: link: `/home/test/Devcoin-win64/db-5.3.28/build_unix/.libs'
libtool: link: Continuing, but uninstalled executables may not work.
libtool: link: Could not determine the host path corresponding to
libtool: link: `/home/test/Devcoin-win64/db-5.3.28/build_unix/.libs:/usr/local/BerkeleyDB.5.3/lib:/usr/local/BerkeleyDB.5.3/bin'
libtool: link: Continuing, but uninstalled executables may not work.
libtool: link: ( cd ".libs" && rm -f "libdb_cxx-5.3.la" && ln -s "../libdb_cxx-5.3.la" "libdb_cxx-5.3.la" )
rm -f libdb_cxx.a
@develCuy
develCuy / Devcoin.out
Created July 9, 2020 14:25
Devcoin wallet compile output - try 3
~/Devcoin-win64/core/src$ make -f makefile.linux-mingw64 -j8 CROSS_COMPILE=${TARGET_ARCH}-w64-mingw32- CXXFLAGS="-static-libgcc -static-libstdc++" LMODE=dynamic
x86_64-w64-mingw32-g++ -c -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -D_WIN32_WINNT=0x500 -g -D_MT -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6=1 -I"/home/username/Devcoin-win64/core/src/leveldb/include" -I"/home/username/Devcoin-win64/core/src/leveldb/helpers" -DHAVE_BUILD_INFO -I"/home/username/Devcoin-win64/core/src" -I"/home/username/Devcoin-win64/core/src"/obj -I"/home/username/Devcoin-build/boost_1_68_0" -I"/home/username/Devcoin-build/curl-7.68.0-win64-mingw/include" -I"/home/username/Devcoin-build/db-5.3.28/build_unix" -I"/home/username/Devcoin-build/openssl-1.1.1d-win64-mingw/include" -I"/home/username/Devcoin-build" -static-libgcc -static-libstdc++ -o obj/auxpow.o auxpow.cpp
x86_64-w64-mingw32-g++ -c -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -D_WIN32_WIN
@develCuy
develCuy / Devcoin.out2
Created July 9, 2020 14:27
Devcoin wallet compile output - try 4
make -f makefile.linux-mingw64 -j8 CROSS_COMPILE=${TARGET_ARCH}-w64-mingw32- CXXFLAGS="-static-libgcc -static-libstdc++" LMODE=dynamic
x86_64-w64-mingw32-g++ -c -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -D_WIN32_WINNT=0x500 -g -D_MT -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6=1 -I"/home/username/Devcoin-build/core/src/leveldb/include" -I"/home/username/Devcoin-build/core/src/leveldb/helpers" -DHAVE_BUILD_INFO -I"/home/username/Devcoin-build/core/src" -I"/home/username/Devcoin-build/core/src"/obj -I"/home/username/Devcoin-build/boost_1_68_0" -I"/home/username/Devcoin-build/curl-7.68.0-win64-mingw/include" -I"/home/username/Devcoin-build/db-5.3.28/build_unix" -I"/home/username/Devcoin-build/openssl-1.1.1d-win64-mingw/include" -I"/home/username/Devcoin-build" -static-libgcc -static-libstdc++ -o obj/auxpow.o auxpow.cpp
x86_64-w64-mingw32-g++ -c -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -D_WIN32_WINNT=0x500 -g -D_MT -DWIN32
@develCuy
develCuy / Devcoin.out3
Created July 9, 2020 14:30
Devcoin wallet compile output - try 5
/home/Devcoin-build/core/src$ make -f makefile.linux-mingw64 -j8 CROSS_COMPILE=${TARGET_ARCH}-w64-mingw32- CXXFLAGS="-static-libgcc -static-libstdc++" LMODE=dynamic
x86_64-w64-mingw32-g++ -c -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -D_WIN32_WINNT=0x500 -g -D_MT -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6=1 -I"/home/username/Devcoin-build/core/src/leveldb/include" -I"/home/username/Devcoin-build/core/src/leveldb/helpers" -DHAVE_BUILD_INFO -I"/home/username/Devcoin-build/core/src" -I"/home/username/Devcoin-build/core/src"/obj -I"/home/username/Devcoin-build/boost_1_68_0" -I"/home/username/Devcoin-build/curl-7.68.0-win64-mingw/include" -I"/home/username/Devcoin-build/db-5.3.28/build_unix" -I"/home/username/Devcoin-build/openssl-1.1.1d-win64-mingw/include" -I"/home/username/Devcoin-build" -static-libgcc -static-libstdc++ -o obj/auxpow.o auxpow.cpp
x86_64-w64-mingw32-g++ -c -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -D_WIN32
@develCuy
develCuy / Devcoin.out4
Created July 9, 2020 14:32
Devcoin wallet compile output - try 6
/home/Devcoin-build/core/src$ make -f makefile.linux-mingw64 -j8 CROSS_COMPILE=${TARGET_ARCH}-w64-mingw32- CXXFLAGS="-static-libgcc -static-libstdc++" LMODE=dynamic
/bin/sh ../share/genbuild.sh obj/build.h
x86_64-w64-mingw32-g++ -c -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -D_WIN32_WINNT=0x500 -g -D_MT -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6=1 -I"/home/username/Devcoin-build/core/src/leveldb/include" -I"/home/username/Devcoin-build/core/src/leveldb/helpers" -DHAVE_BUILD_INFO -I"/home/username/Devcoin-build/core/src" -I"/home/username/Devcoin-build/core/src"/obj -I"/home/username/Devcoin-build/boost_1_68_0" -I"/home/username/Devcoin-build/curl-7.68.0-win64-mingw/include" -I"/home/username/Devcoin-build/db-5.3.28/build_unix" -I"/home/username/Devcoin-build/openssl-1.1.1d-win64-mingw/include" -I"/home/username/Devcoin-build" -static-libgcc -static-libstdc++ -o obj/bitcoinrpc.o bitcoinrpc.cpp
bitcoinrpc.cpp: In function ‘void StartRPCThreads()’:
b
@develCuy
develCuy / Devcoin.out5
Created July 9, 2020 14:33
Devcoin wallet compile output - try 7
test@test-VirtualBox:/home/Devcoin-build/core/src$ make -f makefile.linux-mingw64 -j8 CROSS_COMPILE=${TARGET_ARCH}-w64-mingw32- CXXFLAGS="-static-libgcc -static-libstdc++" LMODE=dynamic
x86_64-w64-mingw32-g++ -c -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -D_WIN32_WINNT=0x500 -g -D_MT -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6=1 -I"/home/test/Devcoin-build/core/src/leveldb/include" -I"/home/test/Devcoin-build/core/src/leveldb/helpers" -DHAVE_BUILD_INFO -I"/home/test/Devcoin-build/core/src" -I"/home/test/Devcoin-build/core/src"/obj -I"/home/test/Devcoin-build/boost_1_68_0" -I"/home/test/Devcoin-build/curl-7.68.0-win64-mingw/include" -I"/home/test/Devcoin-build/db-5.3.28/build_unix" -I"/home/test/Devcoin-build/openssl-1.1.1d-win64-mingw/include" -I"/home/test/Devcoin-build" -static-libgcc -static-libstdc++ -o obj/auxpow.o auxpow.cpp
x86_64-w64-mingw32-g++ -c -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -D_WIN32_WINNT=0x500 -g
@develCuy
develCuy / Boost.out
Last active July 9, 2020 14:41
Devcoin wallet compile output - try 8
test@test-VirtualBox:/home/Devcoin-build/boost_1_68_0$ ./bootstrap.sh --without-icu
Building Boost.Build engine with toolset gcc... tools/build/src/engine/bin.linuxx86_64/b2
Unicode/ICU support for Boost.Regex?... disabled.
Generating Boost.Build configuration in project-config.jam...
Bootstrapping is done. To build, run:
./b2
To adjust configuration, edit 'project-config.jam'.
@develCuy
develCuy / Boost.out2
Created July 9, 2020 14:42
Devcoin wallet compile output - try 9
gcc.compile.asm bin.v2/libs/context/build/gcc-7.3/release/link-static/target-os-windows/threading-multi/asm/make_x86_64_sysv_elf_gas.o
libs/context/src/asm/make_x86_64_sysv_elf_gas.S: Assembler messages:
libs/context/src/asm/make_x86_64_sysv_elf_gas.S:29: Warning: .type pseudo-op used outside of .def/.endef: ignored.
libs/context/src/asm/make_x86_64_sysv_elf_gas.S:29: Error: junk at end of line, first unrecognized character is `m'
libs/context/src/asm/make_x86_64_sysv_elf_gas.S:78: Warning: .size pseudo-op used outside of .def/.endef: ignored.
libs/context/src/asm/make_x86_64_sysv_elf_gas.S:78: Error: junk at end of line, first unrecognized character is `m'
libs/context/src/asm/make_x86_64_sysv_elf_gas.S:81: Error: junk at end of line, first unrecognized character is `-'
"x86_64-w64-mingw32-g++" -x assembler-with-cpp -m64 -mthreads -O3 -finline-functions -Wno-inline -Wall -DBOOST_ALL_NO_LIB=1 -DBOOST_CONTEXT_SOURCE -DBOOST_DISABLE_ASSERTS -DNDEBUG -D_WIN32_WINNT=0x0601 -I"." -c -o "bin.v2/libs/context/b
@develCuy
develCuy / devcoin_boost_1.68.0.patch
Last active July 11, 2020 05:38
Devcoin wallet compile, patch for boost 1.68.0
diff --git a/libs/context/src/asm/jump_x86_64_sysv_elf_gas.S b/libs/context/src/asm/jump_x86_64_sysv_elf_gas.S
index a25e81c..2d43d35 100644
--- a/libs/context/src/asm/jump_x86_64_sysv_elf_gas.S
+++ b/libs/context/src/asm/jump_x86_64_sysv_elf_gas.S
@@ -26,7 +26,7 @@
.text
.globl jump_fcontext
-.type jump_fcontext,@function
+#.type jump_fcontext,@function