Pages:
Author

Topic: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 - page 12. (Read 1210699 times)

newbie
Activity: 5
Merit: 0
You are using very old build bro, please download the latest release https://github.com/cryptozoidberg/boolberry/releases/tag/v0.3.0.80 , it should work perfect!

"22841 blocks behind"
and no connections 2 days (((

Please try to stop it, remove p2pstate.bin file and re-run, this should help with connectivity.


Thank you. Its work!
hero member
Activity: 976
Merit: 646
You are using very old build bro, please download the latest release https://github.com/cryptozoidberg/boolberry/releases/tag/v0.3.0.80 , it should work perfect!

"22841 blocks behind"
and no connections 2 days (((

Please try to stop it, remove p2pstate.bin file and re-run, this should help with connectivity.

newbie
Activity: 5
Merit: 0
You are using very old build bro, please download the latest release https://github.com/cryptozoidberg/boolberry/releases/tag/v0.3.0.80 , it should work perfect!

"22841 blocks behind"
and no connections 2 days (((
full member
Activity: 202
Merit: 104
Hello, compiling version 0.3.0.68 on ubuntu 18.04 was ok, the new version 0.3.0.80 cancels on linking with the following messages:

Quote
[ 70%] Linking CXX executable unit_tests
/tmp/cc8Fa5Kb.ltrans4.ltrans.o: In function `epee::net_utils::content_encoding_gzip::update_in(std::__cxx11::basic_string, std::allocator >&)':
Sad.text+0x19ea): undefined reference to `inflate'
Sad.text+0x1ab9): undefined reference to `inflateReset'
Sad.text+0x1ad5): undefined reference to `inflate'
Sad.text+0x1af8): undefined reference to `inflate'
/tmp/cc8Fa5Kb.ltrans4.ltrans.o: In function `epee::net_utils::content_encoding_gzip::~content_encoding_gzip()':
Sad.text+0x1e34): undefined reference to `inflateEnd'
Sad.text+0x1e40): undefined reference to `deflateEnd'
/tmp/cc8Fa5Kb.ltrans4.ltrans.o: In function `epee::net_utils::content_encoding_gzip::~content_encoding_gzip() [clone .lto_priv.2178]':
Sad.text+0x4e74): undefined reference to `inflateEnd'
Sad.text+0x4e80): undefined reference to `deflateEnd'
/tmp/cc8Fa5Kb.ltrans5.ltrans.o: In function `epee::net_utils::http::http_simple_client::analize_cached_header_and_invoke_state()':
Sad.text+0x6ecd): undefined reference to `inflateInit2_'
Sad.text+0x6efb): undefined reference to `deflateInit2_'
Sad.text+0x7a90): undefined reference to `inflateInit_'
Sad.text+0x7aad): undefined reference to `deflateInit_'
collect2: error: ld returned 1 exit status
tests/CMakeFiles/unit_tests.dir/build.make:631: recipe for target 'tests/unit_tests' failed
make[3]: *** [tests/unit_tests] Error 1
make[3]: Leaving directory '/home/bbr/opt/boolberry-0.3.0.80/build/release'
CMakeFiles/Makefile2:708: recipe for target 'tests/CMakeFiles/unit_tests.dir/all' failed
make[2]: *** [tests/CMakeFiles/unit_tests.dir/all] Error 2
make[2]: Leaving directory '/home/bbr/opt/boolberry-0.3.0.80/build/release'
Makefile:140: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/bbr/opt/boolberry-0.3.0.80/build/release'
Makefile:20: recipe for target 'build-release' failed
make: *** [build-release] Error 2

Any hint?
Try just doing
Code:
make daemon
and
Code:
make simplewallet
so it skips the tests that fail. Maybe
Code:
 make qt-boolbd
if you are trying to make that.
In tests/CMakeLists.txt, the ones that are failing need
Code:
zlibstatic
added to their target_link_libraries lines
hero member
Activity: 976
Merit: 646
I renamed the build folder, and it was recreated with the new make. But with same error messages.

I've also struggled with the recent build issue, which is obviously related to zlib/gzip. This commit seems to be to blame:

https://github.com/cryptozoidberg/boolberry/commit/d1be390e63147631fa2ca16a48f74b8333c86bfb

as it builds fine when checking out the preceding version. This one looks like it bundles a copy of zlib instead of using external libraries -- I wonder why?



We'll install Ubuntu 18.04 and check this issue asap and come back to you guys with a solution. Sorry for inconvenience.

hero member
Activity: 976
Merit: 646
sr. member
Activity: 519
Merit: 252
555
I renamed the build folder, and it was recreated with the new make. But with same error messages.

I've also struggled with the recent build issue, which is obviously related to zlib/gzip. This commit seems to be to blame:

https://github.com/cryptozoidberg/boolberry/commit/d1be390e63147631fa2ca16a48f74b8333c86bfb

as it builds fine when checking out the preceding version. This one looks like it bundles a copy of zlib instead of using external libraries -- I wonder why?

sr. member
Activity: 876
Merit: 291
Remove build folder and re-run cmake .., that will help. We added new files, sometimes cmake need to be re-runed.

Same errors as before. I did not use "cmake", but only "make", as described in "README.md". I don't know how to use cmake in this context. (Ubuntu 18.04.1)

"make" use "cmake: to generate sub-"make".

Have you removed the whole build folder and tried to make it again?

I renamed the build folder, and it was recreated with the new make. But with same error messages.
hero member
Activity: 976
Merit: 646
Remove build folder and re-run cmake .., that will help. We added new files, sometimes cmake need to be re-runed.

Same errors as before. I did not use "cmake", but only "make", as described in "README.md". I don't know how to use cmake in this context. (Ubuntu 18.04.1)

"make" use "cmake: to generate sub-"make".

Have you removed the whole build folder and tried to make it again?

hero member
Activity: 976
Merit: 646
sr. member
Activity: 876
Merit: 291
Remove build folder and re-run cmake .., that will help. We added new files, sometimes cmake need to be re-runed.

Same errors as before. I did not use "cmake", but only "make", as described in "README.md". I don't know how to use cmake in this context. (Ubuntu 18.04.1)
hero member
Activity: 976
Merit: 646
Hello, compiling version 0.3.0.68 on ubuntu 18.04 was ok, the new version 0.3.0.80 cancels on linking with the following messages:

Quote
[ 70%] Linking CXX executable unit_tests
/tmp/cc8Fa5Kb.ltrans4.ltrans.o: In function `epee::net_utils::content_encoding_gzip::update_in(std::__cxx11::basic_string, std::allocator >&)':
Sad.text+0x19ea): undefined reference to `inflate'
Sad.text+0x1ab9): undefined reference to `inflateReset'
Sad.text+0x1ad5): undefined reference to `inflate'
Sad.text+0x1af8): undefined reference to `inflate'
/tmp/cc8Fa5Kb.ltrans4.ltrans.o: In function `epee::net_utils::content_encoding_gzip::~content_encoding_gzip()':
Sad.text+0x1e34): undefined reference to `inflateEnd'
Sad.text+0x1e40): undefined reference to `deflateEnd'
/tmp/cc8Fa5Kb.ltrans4.ltrans.o: In function `epee::net_utils::content_encoding_gzip::~content_encoding_gzip() [clone .lto_priv.2178]':
Sad.text+0x4e74): undefined reference to `inflateEnd'
Sad.text+0x4e80): undefined reference to `deflateEnd'
/tmp/cc8Fa5Kb.ltrans5.ltrans.o: In function `epee::net_utils::http::http_simple_client::analize_cached_header_and_invoke_state()':
Sad.text+0x6ecd): undefined reference to `inflateInit2_'
Sad.text+0x6efb): undefined reference to `deflateInit2_'
Sad.text+0x7a90): undefined reference to `inflateInit_'
Sad.text+0x7aad): undefined reference to `deflateInit_'
collect2: error: ld returned 1 exit status
tests/CMakeFiles/unit_tests.dir/build.make:631: recipe for target 'tests/unit_tests' failed
make[3]: *** [tests/unit_tests] Error 1
make[3]: Leaving directory '/home/bbr/opt/boolberry-0.3.0.80/build/release'
CMakeFiles/Makefile2:708: recipe for target 'tests/CMakeFiles/unit_tests.dir/all' failed
make[2]: *** [tests/CMakeFiles/unit_tests.dir/all] Error 2
make[2]: Leaving directory '/home/bbr/opt/boolberry-0.3.0.80/build/release'
Makefile:140: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/bbr/opt/boolberry-0.3.0.80/build/release'
Makefile:20: recipe for target 'build-release' failed
make: *** [build-release] Error 2

Any hint?

Remove build folder and re-run cmake .., that will help. We added new files, sometimes cmake need to be re-runed.


Zoidberg
member
Activity: 126
Merit: 10
any exchange listing?
sr. member
Activity: 876
Merit: 291
Hello, compiling version 0.3.0.68 on ubuntu 18.04 was ok, the new version 0.3.0.80 cancels on linking with the following messages:

Quote
[ 70%] Linking CXX executable unit_tests
/tmp/cc8Fa5Kb.ltrans4.ltrans.o: In function `epee::net_utils::content_encoding_gzip::update_in(std::__cxx11::basic_string, std::allocator >&)':
:(.text+0x19ea): undefined reference to `inflate'
:(.text+0x1ab9): undefined reference to `inflateReset'
:(.text+0x1ad5): undefined reference to `inflate'
:(.text+0x1af8): undefined reference to `inflate'
/tmp/cc8Fa5Kb.ltrans4.ltrans.o: In function `epee::net_utils::content_encoding_gzip::~content_encoding_gzip()':
:(.text+0x1e34): undefined reference to `inflateEnd'
:(.text+0x1e40): undefined reference to `deflateEnd'
/tmp/cc8Fa5Kb.ltrans4.ltrans.o: In function `epee::net_utils::content_encoding_gzip::~content_encoding_gzip() [clone .lto_priv.2178]':
:(.text+0x4e74): undefined reference to `inflateEnd'
:(.text+0x4e80): undefined reference to `deflateEnd'
/tmp/cc8Fa5Kb.ltrans5.ltrans.o: In function `epee::net_utils::http::http_simple_client::analize_cached_header_and_invoke_state()':
:(.text+0x6ecd): undefined reference to `inflateInit2_'
:(.text+0x6efb): undefined reference to `deflateInit2_'
:(.text+0x7a90): undefined reference to `inflateInit_'
:(.text+0x7aad): undefined reference to `deflateInit_'
collect2: error: ld returned 1 exit status
tests/CMakeFiles/unit_tests.dir/build.make:631: recipe for target 'tests/unit_tests' failed
make[3]: *** [tests/unit_tests] Error 1
make[3]: Leaving directory '/home/bbr/opt/boolberry-0.3.0.80/build/release'
CMakeFiles/Makefile2:708: recipe for target 'tests/CMakeFiles/unit_tests.dir/all' failed
make[2]: *** [tests/CMakeFiles/unit_tests.dir/all] Error 2
make[2]: Leaving directory '/home/bbr/opt/boolberry-0.3.0.80/build/release'
Makefile:140: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/bbr/opt/boolberry-0.3.0.80/build/release'
Makefile:20: recipe for target 'build-release' failed
make: *** [build-release] Error 2

Any hint?
sr. member
Activity: 686
Merit: 250
I always hope that BBR will be supported on mobile phones in the near future! Because mobile devices are devices a lot of people are using for personal and paid purposes.
full member
Activity: 193
Merit: 100
To anyone who is d/l the new wallet please make sure to read this 1st: https://medium.com/@BoolberryBBR/boolberry-v0-3-0-80-release-notes-96cdab3a6084
newbie
Activity: 52
Merit: 0
The version Boolberry-win-x64-v0.3.0.80.2e56cab is very good, the synchronization speed is fast, the efficiency is high, and the computer will not be stuck.
Pages:
Jump to: