Bitcoin Forum
May 02, 2024, 03:43:06 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 [311] 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 ... 486 »
  Print  
Author Topic: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014  (Read 1210689 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Nanashi74
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
September 21, 2015, 07:53:33 PM
 #6201

getting the following errors when compiling from git:

Code:
Linking CXX static library libcommon.a
Error running link command: No such file or directory
make[3]: *** [src/libcommon.a] Error 2
make[3]: Leaving directory `/home/nanashi/.boolb/boolberry/build/release'
make[2]: *** [src/CMakeFiles/common.dir/all] Error 2
Linking CXX static library libcrypto.a
Error running link command: No such file or directory
make[3]: *** [src/libcrypto.a] Error 2
make[3]: Leaving directory `/home/nanashi/.boolb/boolberry/build/release'
make[2]: *** [src/CMakeFiles/crypto.dir/all] Error 2
make[2]: Leaving directory `/home/nanashi/.boolb/boolberry/build/release'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/nanashi/.boolb/boolberry/build/release'
make: *** [build-release] Error 2

 Huh

mint 17.2

Did you install build-essential first?

yes and I can compile other cryptonote coins with no problem
1714621386
Hero Member
*
Offline Offline

Posts: 1714621386

View Profile Personal Message (Offline)

Ignore
1714621386
Reply with quote  #2

1714621386
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714621386
Hero Member
*
Offline Offline

Posts: 1714621386

View Profile Personal Message (Offline)

Ignore
1714621386
Reply with quote  #2

1714621386
Report to moderator
1714621386
Hero Member
*
Offline Offline

Posts: 1714621386

View Profile Personal Message (Offline)

Ignore
1714621386
Reply with quote  #2

1714621386
Report to moderator
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
September 21, 2015, 08:15:53 PM
 #6202

getting the following errors when compiling from git:

Code:
Linking CXX static library libcommon.a
Error running link command: No such file or directory
make[3]: *** [src/libcommon.a] Error 2
make[3]: Leaving directory `/home/nanashi/.boolb/boolberry/build/release'
make[2]: *** [src/CMakeFiles/common.dir/all] Error 2
Linking CXX static library libcrypto.a
Error running link command: No such file or directory
make[3]: *** [src/libcrypto.a] Error 2
make[3]: Leaving directory `/home/nanashi/.boolb/boolberry/build/release'
make[2]: *** [src/CMakeFiles/crypto.dir/all] Error 2
make[2]: Leaving directory `/home/nanashi/.boolb/boolberry/build/release'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/nanashi/.boolb/boolberry/build/release'
make: *** [build-release] Error 2

 Huh

mint 17.2

Other errors earlier?
Nanashi74
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
September 22, 2015, 02:27:28 AM
 #6203


Other errors earlier?


thats all: http://pastebin.com/WNSeW02U
clintar2
Full Member
***
Offline Offline

Activity: 202
Merit: 104


View Profile
September 22, 2015, 08:31:42 PM
 #6204

I just ran a Mint 17.2 livecd to test this and I'm seeing the same thing. Looking into it.
languagehasmeaning
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
September 22, 2015, 09:22:50 PM
 #6205

I just ran a Mint 17.2 livecd to test this and I'm seeing the same thing. Looking into it.

Nice to see the testing going on. I will run the new db version on Ubuntu later and post if I have any problems
clintar2
Full Member
***
Offline Offline

Activity: 202
Merit: 104


View Profile
September 23, 2015, 01:23:27 AM
 #6206

I just ran a Mint 17.2 livecd to test this and I'm seeing the same thing. Looking into it.

Nice to see the testing going on. I will run the new db version on Ubuntu later and post if I have any problems
My livecd ran out of space when i did an apt-get upgrade and I ran out if time. Now I'm taking care of a sick 1 year old who I think is trying to fall asleep on me. I'll see if I can continue testing in a bit.
bitcoinrocks
Legendary
*
Offline Offline

Activity: 1372
Merit: 1000


View Profile
September 23, 2015, 02:23:37 AM
 #6207

I just ran a Mint 17.2 livecd to test this and I'm seeing the same thing. Looking into it.

Nice to see the testing going on. I will run the new db version on Ubuntu later and post if I have any problems
My livecd ran out of space when i did an apt-get upgrade and I ran out if time. Now I'm taking care of a sick 1 year old who I think is trying to fall asleep on me. I'll see if I can continue testing in a bit.


http://m.youtube.com/watch?v=D1Px7ZJRDY4
clintar2
Full Member
***
Offline Offline

Activity: 202
Merit: 104


View Profile
September 23, 2015, 05:13:04 AM
Last edit: September 23, 2015, 05:33:43 AM by clintar2
 #6208

Yeah, I screwed up the build system. You can change the part that says

Code:
  if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND NOT (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.9.0))
    set(CMAKE_AR "gcc-ar")
    set(CMAKE_RANLIB "gcc-ranlib")
  else()
    set(CMAKE_AR "llvm-ar")
    set(CMAKE_RANLIB "llvm-ranlib")
  endif()
to
Code:
  if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND NOT (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.9.0))
    set(CMAKE_AR "gcc-ar")
    set(CMAKE_RANLIB "gcc-ranlib")
  elseif(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
    set(CMAKE_AR "llvm-ar")
    set(CMAKE_RANLIB "llvm-ranlib")
  endif()

in CMakeLists.txt.

If you were trying to test the db tree, instead of changing the CMakeLists.txt file, just run
Code:
git checkout db
and redo the cmake line and make again and it should work. My screw ups aren't in that branch.
Nanashi74
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
September 23, 2015, 05:45:24 PM
 #6209

Yeah, I screwed up the build system. You can change the part that says

Code:
  if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND NOT (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.9.0))
    set(CMAKE_AR "gcc-ar")
    set(CMAKE_RANLIB "gcc-ranlib")
  else()
    set(CMAKE_AR "llvm-ar")
    set(CMAKE_RANLIB "llvm-ranlib")
  endif()
to
Code:
  if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND NOT (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.9.0))
    set(CMAKE_AR "gcc-ar")
    set(CMAKE_RANLIB "gcc-ranlib")
  elseif(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
    set(CMAKE_AR "llvm-ar")
    set(CMAKE_RANLIB "llvm-ranlib")
  endif()

in CMakeLists.txt.

If you were trying to test the db tree, instead of changing the CMakeLists.txt file, just run
Code:
git checkout db
and redo the cmake line and make again and it should work. My screw ups aren't in that branch.

Thanks, problem solved.
languagehasmeaning
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
September 24, 2015, 10:35:07 AM
 #6210

If you like chess and bitcoin conspiracy theories check this out:

https://bitcointalk.org/index.php?topic=1148538.msg12509091#msg12509091

You can't make this shit up. The bitcointalk game (with myself and a few other boolberry community players participating) started way BEFORE the FIDE world cup. Guess who is copying the moves of the anonymous bitcointalk GM?

WOW
newb4now
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile
September 24, 2015, 10:45:11 PM
 #6211

If you like chess and bitcoin conspiracy theories check this out:

https://bitcointalk.org/index.php?topic=1148538.msg12509091#msg12509091

You can't make this shit up. The bitcointalk game (with myself and a few other boolberry community players participating) started way BEFORE the FIDE world cup. Guess who is copying the moves of the anonymous bitcointalk GM?

WOW

Thanks for the link. Chess is fun
boolberry
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
September 25, 2015, 12:38:00 AM
 #6212

I just ran a Mint 17.2 livecd to test this and I'm seeing the same thing. Looking into it.

Nice to see the testing going on. I will run the new db version on Ubuntu later and post if I have any problems
My livecd ran out of space when i did an apt-get upgrade and I ran out if time. Now I'm taking care of a sick 1 year old who I think is trying to fall asleep on me. I'll see if I can continue testing in a bit.


http://m.youtube.com/watch?v=D1Px7ZJRDY4

I clicked on the YouTube link thinking it was a tutorial or something.

Hopefully your 1 year old is feeling better now.
clintar2
Full Member
***
Offline Offline

Activity: 202
Merit: 104


View Profile
September 25, 2015, 04:48:04 AM
Last edit: September 25, 2015, 04:27:30 PM by clintar2
 #6213

I just ran a Mint 17.2 livecd to test this and I'm seeing the same thing. Looking into it.

Nice to see the testing going on. I will run the new db version on Ubuntu later and post if I have any problems
My livecd ran out of space when i did an apt-get upgrade and I ran out if time. Now I'm taking care of a sick 1 year old who I think is trying to fall asleep on me. I'll see if I can continue testing in a bit.


http://m.youtube.com/watch?v=D1Px7ZJRDY4

I clicked on the YouTube link thinking it was a tutorial or something.

Hopefully your 1 year old is feeling better now.
Thanks. Yep he's feeling better, but the next night my 5 year old was vomiting all night. It's going around here.
boolberry
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
September 26, 2015, 04:44:45 AM
 #6214

I just ran a Mint 17.2 livecd to test this and I'm seeing the same thing. Looking into it.

Nice to see the testing going on. I will run the new db version on Ubuntu later and post if I have any problems
My livecd ran out of space when i did an apt-get upgrade and I ran out if time. Now I'm taking care of a sick 1 year old who I think is trying to fall asleep on me. I'll see if I can continue testing in a bit.


http://m.youtube.com/watch?v=D1Px7ZJRDY4

I clicked on the YouTube link thinking it was a tutorial or something.

Hopefully your 1 year old is feeling better now.
Thanks. Yep he's feeling better, but the next night my 5 year old was vomiting all night. It's going around here.

I hope the whole family is well again soon.
boolberry
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
September 26, 2015, 05:58:52 AM
 #6215

Boolberry vs Monero Chess Challenge and CryptoNote technical discussion
https://bitcointalk.org/index.php?topic=1190988.0

Lets make color assignment fair. The first person to reply to this thread and state which team they are on (Monero or Boolberry) earns their team the white pieces.
LucyLovesCrypto
Sr. Member
****
Offline Offline

Activity: 414
Merit: 251


View Profile
September 26, 2015, 08:11:28 AM
 #6216

Boolberry vs Monero Chess Challenge and CryptoNote technical discussion
https://bitcointalk.org/index.php?topic=1190988.0

Lets make color assignment fair. The first person to reply to this thread and state which team they are on (Monero or Boolberry) earns their team the white pieces.

I still like Boolberry. Please don't hate me but I decided to join the Monero team since they have the white pieces. I find playing black much harder than playing white. If there is a rematch and BBR gets white I will join you next time!
newb4now
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile
September 26, 2015, 09:01:32 AM
 #6217

Boolberry vs Monero Chess Challenge and CryptoNote technical discussion
https://bitcointalk.org/index.php?topic=1190988.0

Lets make color assignment fair. The first person to reply to this thread and state which team they are on (Monero or Boolberry) earns their team the white pieces.

I still like Boolberry. Please don't hate me but I decided to join the Monero team since they have the white pieces. I find playing black much harder than playing white. If there is a rematch and BBR gets white I will join you next time!

Traitor!

Just kidding. I like Monero too and it is nice to have the white pieces.

I will join the Boolberry side so we are not outnumbered to such a large degree. We have 24 hours before it is our turn anyway. We will probably get a few more chess players by then.
boolberry
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
September 27, 2015, 08:00:07 PM
 #6218

Boolberry vs Monero Chess Challenge and CryptoNote technical discussion
https://bitcointalk.org/index.php?topic=1190988.0

Lets make color assignment fair. The first person to reply to this thread and state which team they are on (Monero or Boolberry) earns their team the white pieces.

At 0:00 UTC the first move of Monero will become official and our turn begins. Get ready to play everyone!
newb4now
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile
September 28, 2015, 02:15:35 AM
 #6219

Does boolberry have anything similar to this?
https://monerohash.com/nodes-distribution.html

It would be interesting to see where the BBR nodes are located globally. Maybe that information could be helpful to marketing boolberry

rbizz
Full Member
***
Offline Offline

Activity: 211
Merit: 100


View Profile
September 28, 2015, 07:02:07 PM
 #6220

Why is the price of BBR so low right now?  Are there reasons to be encouraged about the price going up?
Pages: « 1 ... 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 [311] 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 ... 486 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!