Pages:
Author

Topic: Bitcoin 0.9.0 FINAL is available [Changelog] [Download] - page 8. (Read 38359 times)

sr. member
Activity: 451
Merit: 250
Bug:

MacOS 10.9.2
Under the send tab.  The number in the Amount box changes by itself.  I tried to force this to happen but I couldn't.  It did happen though.  I typed in 2.2 and it kept changing to different values like 2.199, 2.203, etc without me doing anything.

Also,
The 'esc' key erases all send fields.  Not expected behavior.
legendary
Activity: 1358
Merit: 1001
https://gliph.me/hUF
Also, no joy in Lubuntu. It shows what should be executables as shared libraries and doesn't know what to do with them.

The PPA is at 0.8.6.
member
Activity: 84
Merit: 14
Debian Wheezy 7.4 here:

$ ./bitcoind
bitcoind: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by bitcoind)

Wheezy uses 2.13 ==> https://packages.debian.org/wheezy/libc6

So I'll have to stick with 0.8.6 for the time being. I trust I'm not hurting the network if I do that, right?
legendary
Activity: 1358
Merit: 1001
https://gliph.me/hUF
Does it run on *any* linux distro?

Ente

No joy on Fedora 20 here  Sad
newbie
Activity: 21
Merit: 0
FYI, the linux binary doesn't run out of the box on CentOS 6 (6.5 fully updated).
...

This is keeping me from updating my full node.


same. as expecting it to run out of the box with centos 6.5. will try to build on a different box. can risk building on a production server. sigh
full member
Activity: 124
Merit: 100
FYI, the linux binary doesn't run out of the box on CentOS 6 (6.5 fully updated).
...

This is keeping me from updating my full node.
legendary
Activity: 2576
Merit: 1186
An Open Letter and Plea to the Bitcoin Core Development Team: https://www.counterparty.co/plea-bitcoin-core-development-team/
Your threat to abuse multisig is no different than a thief telling his victim "leave your windows open for me or I'll break them".
Even in the rare cases where some data storage is needed, 40 bytes is more than enough for reasonable uses.
The only arguments for more, always come down to "we want to force people to store our data against their will".
Stop abusing Bitcoin. Thanks.
legendary
Activity: 1246
Merit: 1011
A big thanks to the Core Devs for all their hard work.  This is a terrific release!

Same problem on (stock) Debian.
Bitcoin core doesn't run out-of-the-box:

Code:
/opt/bitcoin/bin/64/bitcoind: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.15' not found (required by /opt/bitcoin/bin/64/bitcoind)
/opt/bitcoin/bin/64/bitcoind: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/bitcoin/bin/64/bitcoind)

Yeah, that was slightly annoying.  Debian Stable uses glibc 2.13 (which was enough for the Linux build of Bitcoin 0.8.6).  Maybe this is a sign that I should be joining the ranks of those that build from source each time.

For now, I'll just use the more recent version of glibc available in Testing.  Here's a quick guide for anyone wanting to do the same:

Add:
Code:
deb http://http.debian.net/debian/ testing main
deb-src http://http.debian.net/debian/ testing main
to /etc/apt/sources.list.

Add:
Code:
APT::Default-Release "stable";
to /etc/apt/apt.conf.d/70debconf.

Run:
Code:
apt-get update
apt-get -t testing install libc6
sr. member
Activity: 602
Merit: 252
An Open Letter and Plea to the Bitcoin Core Development Team: https://www.counterparty.co/plea-bitcoin-core-development-team/
full member
Activity: 124
Merit: 100
Great job everyone, thank you.
newbie
Activity: 10
Merit: 0
Very nice collective work! Thanks!  Smiley
hero member
Activity: 714
Merit: 500
Martijn Meijering
Top of the page still says "News: Bitcoin Core 0.8.6 is now available. Download."
legendary
Activity: 1148
Merit: 1001
things you own end up owning you
I pulled the git, installed "automake", now it complains
Code:
checking for Berkeley DB C++ headers... no
configure: error: libdb_cxx headers missing
..although I have "libdb-dev" installed.

Any hints?

Ente

I had the same problem, didn't want to play around it, tried Armory, just out of curiosity, Armory started Bitcoind without any problem, although I didn't try to do anything else(yet)...

legendary
Activity: 1974
Merit: 1030
FYI, the linux binary doesn't run out of the box on CentOS 6 (6.5 fully updated).

./bitcoind -daemon
./bitcoind: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./bitcoind)
./bitcoind: /lib64/libc.so.6: version `GLIBC_2.15' not found (required by ./bitcoind)
./bitcoind: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./bitcoind)

Same problem on (stock) Debian.
Bitcoin core doesn't run out-of-the-box:

Code:
/opt/bitcoin/bin/64/bitcoind: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.15' not found (required by /opt/bitcoin/bin/64/bitcoind)
/opt/bitcoin/bin/64/bitcoind: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/bitcoin/bin/64/bitcoind)

Does it run on *any* linux distro?

Ente

This has already been discussed before: https://bitcointalksearch.org/topic/m.5523984
legendary
Activity: 2126
Merit: 1001
I pulled the git, installed "automake", now it complains
Code:
checking for Berkeley DB C++ headers... no
configure: error: libdb_cxx headers missing
..although I have "libdb-dev" installed.

Any hints?

Ente
hero member
Activity: 784
Merit: 1000
Annuit cœptis humanae libertas
Installed today. It looks good, just have to get used to the slightly different interface, especially under Receive.

Great work as always, devs!
legendary
Activity: 1008
Merit: 1000
It runs fine on Ubuntu 12.04 (I didn't use the PPA, I just downloaded the binary and ran it)
legendary
Activity: 2126
Merit: 1001
FYI, the linux binary doesn't run out of the box on CentOS 6 (6.5 fully updated).

./bitcoind -daemon
./bitcoind: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./bitcoind)
./bitcoind: /lib64/libc.so.6: version `GLIBC_2.15' not found (required by ./bitcoind)
./bitcoind: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./bitcoind)

Supported versions are:

GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBC_2.2.5
GLIBC_2.3
GLIBC_2.4
GLIBC_2.3.2


Same problem on (stock) Debian.
Bitcoin core doesn't run out-of-the-box:

Code:
/opt/bitcoin/bin/64/bitcoind: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.15' not found (required by /opt/bitcoin/bin/64/bitcoind)
/opt/bitcoin/bin/64/bitcoind: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/bitcoin/bin/64/bitcoind)

Does it run on *any* linux distro?

Ente
member
Activity: 78
Merit: 10
On the Mac build at least, the "pre-release build" banner is showing. Seems like that flag was not turned off?

This was a release process bug; I re-built/signed/uploaded the OSX .dmg to fix it (and updated the SHASUMS files).

The warning is harmless, and no code was changed, so if you don't want to re-download and install you don't have to.

Thanks to lots of hard work from Luke Dashjr and Cory Fields we should (fingers crossed!) have deterministic OSX builds working before the next release, which will make this kind of error impossible.

Awesome, Thanks everyone! Smiley
legendary
Activity: 1652
Merit: 2311
Chief Scientist
On the Mac build at least, the "pre-release build" banner is showing. Seems like that flag was not turned off?

This was a release process bug; I re-built/signed/uploaded the OSX .dmg to fix it (and updated the SHASUMS files).

The warning is harmless, and no code was changed, so if you don't want to re-download and install you don't have to.

Thanks to lots of hard work from Luke Dashjr and Cory Fields we should (fingers crossed!) have deterministic OSX builds working before the next release, which will make this kind of error impossible.
Pages:
Jump to: