View previous topic :: View next topic |
Author |
Message |
araxon Tux's lil' helper

Joined: 25 May 2011 Posts: 85
|
Posted: Thu Jan 09, 2025 9:39 am Post subject: [SOLVED] net-p2p/bitcoind to be removed - what to do? |
|
|
net-p2p/bitcoind and net-p2p/bitcoin-cli are to be removed from the portage on 2025-01-27, as explained in bug #945359
What should affected users do, assuming they still want to host full Bitcoin node on their Gentoo Linux server?
Any guidance is appreciated.
Last edited by araxon on Thu Jan 09, 2025 10:23 am; edited 1 time in total |
|
Back to top |
|
 |
sam_ Developer


Joined: 14 Aug 2020 Posts: 2251
|
Posted: Thu Jan 09, 2025 10:04 am Post subject: |
|
|
You use net-p2p/bitcoin-core which is the same package but merged into one.
I tweaked the mask message to clarify it. |
|
Back to top |
|
 |
araxon Tux's lil' helper

Joined: 25 May 2011 Posts: 85
|
Posted: Thu Jan 09, 2025 10:22 am Post subject: |
|
|
Thank you very much, sam_ |
|
Back to top |
|
 |
sam_ Developer


Joined: 14 Aug 2020 Posts: 2251
|
Posted: Thu Jan 09, 2025 10:23 am Post subject: |
|
|
You're welcome! |
|
Back to top |
|
 |
KevinC_63559 n00b

Joined: 02 Jan 2021 Posts: 20
|
Posted: Thu Apr 10, 2025 6:48 pm Post subject: |
|
|
sam_ wrote: | You use net-p2p/bitcoin-core which is the same package but merged into one.
I tweaked the mask message to clarify it. |
But I run a headless server and don't run a gui:
Code: | rackserv ~ # emerge bitcoin-core
* Last emerge --sync was 45d 1h 5m 59s ago.
Calculating dependencies |
!!! Problem resolving dependencies for net-p2p/bitcoin-core ... done!
Dependency resolution took 0.25 s (backtrack: 0/20).
!!! The ebuild selected to satisfy "bitcoin-core" has unmet requirements.
- net-p2p/bitcoin-core-28.1::gentoo USE="asm berkdb cli daemon external-signer man qrcode sqlite system-libsecp256k1 -dbus -examples -gui -kde -nat-pmp -systemtap -test -test-full -upnp -zeromq" ABI_X86="(64)"
The following REQUIRED_USE flag constraints are unsatisfied:
qrcode? ( gui )
The above constraints are a subset of the following complete expression:
dbus? ( gui ) kde? ( gui ) qrcode? ( gui ) test-full? ( test )
|
|
|
Back to top |
|
 |
grknight Retired Dev

Joined: 20 Feb 2015 Posts: 2088
|
Posted: Thu Apr 10, 2025 6:49 pm Post subject: |
|
|
KevinC_63559 wrote: | But I run a headless server and don't run a gui:
Code: | The following REQUIRED_USE flag constraints are unsatisfied:
qrcode? ( gui )
|
| Then disable the qrcode USE which needs gui. |
|
Back to top |
|
 |
|