LINUX.ORG.RU

Помогите собрать кошелек!

 


2

1

Всегда по возможности стараюсь избегать компиляции, потому что после нее, даже удачной, голова чумная как с недельного перепою - никогда не знаешь, что понадобится и чем оно закончится.
Но в этот раз увильнуть не удалось - потребовалось собрать свежий Namecoin-кошелек, который выложен здесь:
https://github.com/namecoin/namecoin-core и который в готовом виде ленивые разрабы выкладывать не торопятся.

Сначала попробовал собрать на Debian-9/64, провозился всю ночь, преодолел массу неожиданных подножек, но уперся в одну, и дальше никак.
Решил было, что поскольку Debian обычно отстает с новшествами, попробовал собрать в Федоре-26, но с ней продвинулся еще меньше, и вернулся в Debian.

В-общем, нужна ваша помощь в виде рекомендаций на ошибки, которые выдает компилятор.
Сейчас конфигуре спотыкается на этом:

configure: error: Found Berkeley DB other than 4.8, required for portable wallets (--with-incompatible-bdb to ignore or --disable-wallet to disable wallet functionality)

Если впиндюрить ключ --with-incompatible-bdb или --disable-wallet то получаю:
configure: error: No working boost sleep implementation found.

но все равно, даже если бы сработало, это не выход, надо обойтись без них.

Что делать дальше?


Что делать дальше?

установить boost?

vvviperrr ★★★★★
()
Ответ на: комментарий от deadNightTiger

установить boost?

Это вопрос или рекомендация? Если последнее, то как его установить?

Посмотри тут: https://github.com/namecoin/namecoin-core/blob/master/.travis.yml

Посмотрел. К сожалению, увиденное выше моего понимания, поскольку я очень слаб в компиляциях, уже говорил выше.
Мне бы просто краткое и понятное указание - было бы в самый раз.

Red7
() автор топика
Ответ на: комментарий от deadNightTiger

Что до инструкции, так ее прочитал от корки до корки, но в ней нет ответа на мои возникающие проблемы.

Red7
() автор топика
Ответ на: комментарий от deadNightTiger

trusty - это значит Ubuntu 14.04 Trusty Tahr :)

Ну пусть так, просветили, и что из этого следует?
У меня Debian и Fedora, они что, хуже этой вашей убунты?

Red7
() автор топика
Ответ на: комментарий от Red7

Конечно же, Дебиан тут не причем.
Я заранее перед компиляцией выполнил все предписания по указанной к Deebian инструкции, и вот что получается:

user@debian-9-compile:~/Application$ ./configure 
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
checking whether make supports nested variables... no
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) no
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... none
checking dependency style of g++... none
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... no
checking whether g++ -std=c++11 accepts -g... no
checking dependency style of g++ -std=c++11... none
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... none
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
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... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /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 support... @
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... mt
checking if mt is a manifest tool... no
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... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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... g++ -std=c++11 -E
checking for ld used by g++ -std=c++11... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ -std=c++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ -std=c++11 option to produce PIC... -fPIC -DPIC
checking if g++ -std=c++11 PIC flag -fPIC -DPIC works... yes
checking if g++ -std=c++11 static flag -static works... yes
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 (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
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... no
checking for python3.5... /usr/bin/python3.5
checking for genhtml... no
checking for git... no
checking for ccache... no
checking for xgettext... no
checking for hexdump... /usr/bin/hexdump
checking for readelf... /usr/bin/readelf
checking for c++filt... /usr/bin/c++filt
checking for objcopy... /usr/bin/objcopy
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 -Wunused-parameter... yes
checking whether C++ compiler accepts -Wself-assign... no
checking whether C++ compiler accepts -Wunused-local-typedef... no
checking whether C++ compiler accepts -Wdeprecated-register... no
checking whether C++ compiler accepts -Wimplicit-fallthrough... no
checking whether C++ compiler accepts -msse4.2... yes
Red7
() автор топика
Ответ на: комментарий от Red7


user@debian-9-compile:~/Application$ ./configure 
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
checking whether make supports nested variables... no
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) no
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... none
checking dependency style of g++... none
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... no
checking whether g++ -std=c++11 accepts -g... no
checking dependency style of g++ -std=c++11... none
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... none
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
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... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /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 support... @
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... mt
checking if mt is a manifest tool... no
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... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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... g++ -std=c++11 -E
checking for ld used by g++ -std=c++11... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ -std=c++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ -std=c++11 option to produce PIC... -fPIC -DPIC
checking if g++ -std=c++11 PIC flag -fPIC -DPIC works... yes
checking if g++ -std=c++11 static flag -static works... yes
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 (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
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... no
checking for python3.5... /usr/bin/python3.5
checking for genhtml... no
checking for git... no
checking for ccache... no
checking for xgettext... no
checking for hexdump... /usr/bin/hexdump
checking for readelf... /usr/bin/readelf
checking for c++filt... /usr/bin/c++filt
checking for objcopy... /usr/bin/objcopy
Red7
() автор топика
Ответ на: комментарий от Red7


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 -Wunused-parameter... yes
checking whether C++ compiler accepts -Wself-assign... no
checking whether C++ compiler accepts -Wunused-local-typedef... no
checking whether C++ compiler accepts -Wdeprecated-register... no
checking whether C++ compiler accepts -Wimplicit-fallthrough... no
checking whether C++ compiler accepts -msse4.2... yes
checking for assembler crc32 support... yes
checking for pkg-config... /usr/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... 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 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... 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 Linux getrandom syscall... yes
checking for getentropy... no
checking for getentropy via random.h... no
checking for sysctl KERN_ARND... no
checking for Berkeley DB C++ headers... default
configure: error: Found Berkeley DB other than 4.8, required for portable wallets (--with-incompatible-bdb to ignore or --disable-wallet to disable wallet functionality)
user@debian-9-compile:~/Application$ 


Может они вам что-то подскажут?

Red7
() автор топика
Ответ на: комментарий от Red7

Очевидно проблема в том, что ты запускаешь из-под пользователя user@debian-9-compile

А надо из-под рута. Ну или хотя бы там судо.

avernus
()
Ответ на: комментарий от Red7

по ссылке что тебе дали https://github.com/namecoin/namecoin-core/blob/master/doc/build-unix.md написано же что ему нужны девелоперские либы буста (sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev или сразу все sudo apt-get install libboost-all-dev) и берклидб именно 4.8 версии sudo apt-get install libdb4.8-dev libdb4.8++-dev (там предлогают из ppa убунты ставить так как в репах уже новые версии везде)(можно попробовать с флагом игнора несовмесимой версии --with-incompatible-bdb)

Solonix ★★★
()
Последнее исправление: Solonix (всего исправлений: 1)
Ответ на: комментарий от Solonix

Я это все установил Всё - понимате? И флаг --with-incompatible-bdb тоже.
Но компиля всякий раз спотыкается на этом грёбаном бусте -

checking for QT5... no
checking for QT4... no
configure: WARNING: Qt dependencies not found; bitcoin-qt frontend will not be built
checking whether to build Namecoin Core GUI... no (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.
Но я ведь его даным-давно установил! Яхуего знает, что ему еще надо!!!

Что до

Очевидно проблема в том, что ты запускаешь из-под пользователя

- и где же здесь очевидность? Мысль, конечно, интерсная, но при всем желании в упор этой очевидности не наблюдаю в этой инструкции, в ней нет даже намека на рут.

Red7
() автор топика

Помогите собрать кошелек!

10 минут в Arch Linux:

$ yaourt -S db4.8
$ git clone https://github.com/namecoin/namecoin-core
$ cd namecoin-core/
$ ./autogen.sh
$ ./configure
$ make -j24
$ mkdir -p /tmp/namecoin
$ DESTDIR=/tmp/namecoin make install
$ cd /tmp/namecoin/usr/local/bin/
$ strip -s *
$ cd ../lib
$ cp /usr/lib/libzmq.so* .
$ cp /usr/lib/libdb-4.8.so /usr/lib/libdb_cxx-4.8.so . 
$ cd /tmp
$ tar -cf namecoin.tar namecoin/
$ 7za a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on namecoin_lor_red7.tar.7z namecoin.tar

http://esxi.z-lab.me:666/~exl_lab/screens/namecoin_qt.png
http://esxi.z-lab.me:666/~exl_lab/software/namecoin_lor_red7.tar.7z

Пиво отправишь по адресу nomad@ag.ru

EXL ★★★★★
()
Последнее исправление: EXL (всего исправлений: 3)
Ответ на: комментарий от Red7

вот эта строчка

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.
говорит что не может найти версию booslib версии 1.47 и выше. Проверь версию буста и переменную окружения $BOOST_ROOT.

Solonix ★★★
()
Ответ на: комментарий от Solonix

говорит что не может найти версию booslib версии 1.47 и выше.

Это я догадался.

Проверь версию буста и переменную окружения $BOOST_ROOT.

А как это сделать? Говорил же - я ни бум-бум в ваших компиляциях.

Red7
() автор топика
Ответ на: комментарий от dk-

Причем тут майнинг? Или ты не знаешь, что такое ZeroNet?
Впрочем, и я только с месяц назад узнал.

Red7
() автор топика

Может в джобсы? :)

Harald ★★★★★
()

Там легко.

Записывай.

  • git clone https://github.com/namecoin/namecoin-core
  • cd namecoin-core/depends
  • make
  • Ждать
  • cd ..
  • ./autogen.sh
  • ./configure --prefix=/путь до папки с зависимостями/ У меня эта папка называется примерно так:
    /home/fsb4000/namecoin-core/depends/x86_64-pc-linux-gnu
  • make
fsb4000 ★★★★★
()
Ответ на: комментарий от fsb4000

В bitcoin и его форках удобно сделали с этим скриптом для скачки и сборки зависимостей. Особенно если нужно собрать кошелёк, который должен работать на каком-нибудь древнем CentOs. По сути, нужен только компилятор поддерживающий c++11

fsb4000 ★★★★★
()
Ответ на: комментарий от EXL

Итак. С большим трудом, пинками и матами мне тоже удалось собрать этот гребаный кошелек в Debian 9 из гитхабовского исходника.
Но разочарую присутствующих: в полученном кошельке нет самого главного - управления доменными именами!
Т.е. закладки «Manage Names» - нет! Без этого этот кошель и нах не нужен.

А поэтому эти педрилы, которые выложили этот исходник, подлежат бичеванию и линчеваию!
Суки, столько времени зря ухлопал на это дерьмо:(

Red7
() автор топика
Ответ на: комментарий от Red7

гребаный кошелек

нах не нужен

педрилы

Суки

дерьмо

Ты не обнаглел, часом, пацанчик чОткий? Они на твои деньги. что ли, этот исходник делали?

Если тебе в программе чего-то не хватает, на гитхабе есть трекер, пишешь им свои багрепорты и пожелания по улучшению. Только учитывая твою манеру здесь выражаться, я сильно сомневаюсь, что ты это сможешь это сделать так, чтобы у них появилось заниматься твоими хотелками.

Задрали уже пациенты, которые считают, что разработчики свободного ПО - это армия их персональных рабов, которых можно в ответ на все усилия невозбранно поливать грязью.

hobbit ★★★★★
()
Последнее исправление: hobbit (всего исправлений: 2)

На всякий случай, репост из удалённых, может понадобится кому

http://esxi.z-lab.me:666/~exl_lab/screens/namecoin_qt_debian9.png

Пакеты для Debian 9:

1. С Berkeley DB 4.8 для совместимости со старыми кошельками:

http://esxi.z-lab.me:666/~exl_lab/software/namecoin_debian_db4.8_0.15.99.0-1_...

2. С системным Berkeley DB 5.3:

http://esxi.z-lab.me:666/~exl_lab/software/namecoin_debian_0.15.99.0-1_amd64.deb

Пакет для Ubuntu 16.04.3 LTS, с Berkeley DB 4.8 для совместимости со старыми кошельками:

http://esxi.z-lab.me:666/~exl_lab/software/namecoin_ubuntu_db4.8_0.15.99.0-1_...

Перед установкой (только на Ubuntu) сделать:

$ sudo apt-get install software-properties-common
$ sudo add-apt-repository ppa:bitcoin/bitcoin
$ sudo apt-get update
$ sudo apt-get install libdb4.8-dev libdb4.8++-dev

Установка:

# dpkg -i <имя_пакета>.deb && apt install -f

Запуск:

$ namecoin-qt &

Ярлычки и прочее делать лень. Так же в пакетах используются -dev и -build-зависимости. Делать аккуратно нет времени. ТС сам отредактирует пакет, если ему нужно.

Рецепт для сборки (все нюансы не помню):

# apt-get install git checkinstall build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev libminiupnpc-dev libzmq3-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev libdb-dev libdb++-dev
# git clone https://github.com/namecoin/namecoin-core --depth 1 -b master
# cd namecoin-core/
# ./autogen.sh
# ./configure --disable-tests --disable-gui-tests --with-incompatible-bdb
# make -j12
# checkinstall --fstrans=no

Чтобы был именно DB 4.8, вместо

# ./configure --disable-tests --disable-gui-tests --with-incompatible-bdb
надо сделать:

Надо сделать:

# BITCOIN_ROOT=$(pwd)
# BDB_PREFIX="${BITCOIN_ROOT}/db4"
# mkdir -p $BDB_PREFIX
# wget 'http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz'
# tar -xzvf db-4.8.30.NC.tar.gz
# cd db-4.8.30.NC/build_unix/
# ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX
# make install
# cd $BITCOIN_ROOT
# ./configure LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/" \
--disable-tests --disable-gui-tests

Не забудьте сказать спасибо Dron'у за шестиядерную тачку с Debian 9.

EXL ★★★★★
()
7 августа 2018 г.
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.