Sanity Test Failure |
Monday, 26 Mar 2018
|
17:33 vd
net-p2p/bitcoin: Add an option to use newer BDB
Make the new option the default, so that when the port is recompiled it
will link against BDB 5.x or 6.x (whichever is the default in the system).
This will keep old wallet files readable and will not automatically
convert them in an incompatible with BDB 4.8 way. Newly created wallet
files will not be readable by Bitcoin Core versions linked with BDB 4.8.
Next thing to consider is to remove the option to link against BDB 4.8 as
this will remove the net-p2p/bitcoin -> databases/db48 dependency and will
make it possible to ditch the latter, which is scheduled for removal from
the ports collection on Apr 30 2018.
PR: 226527
Approved by: kbowling (maintainer)
|
Sanity Test Results
net-p2p/bitcoin-daemon:
This command (FreshPorts code 2):
/usr/local/bin/sudo /usr/sbin/chroot -u freshports
/var/db/freshports/ports-jail /make-showconfig.sh /var/db/repos/PORTS-head
net-p2p/bitcoin-daemon
2>/tmp/FreshPorts.net-p2p.bitcoin-daemon.showconfig.2018.3.26.17.34.0.61016
produced this error:
Make results are : ====> You must select one and only one option from the
BDBVER single
=====> No option was selected (and one must be)
*** Error code 1
Stop.
make: stopped in /var/db/repos/PORTS-head/net-p2p/bitcoin-daemon
net-p2p/bitcoin-utils:
This command (FreshPorts code 2):
/usr/local/bin/sudo /usr/sbin/chroot -u freshports
/var/db/freshports/ports-jail /make-showconfig.sh /var/db/repos/PORTS-head
net-p2p/bitcoin-utils
2>/tmp/FreshPorts.net-p2p.bitcoin-utils.showconfig.2018.3.26.17.34.0.61016
produced this error:
Make results are : ====> You must select one and only one option from the
BDBVER single
=====> No option was selected (and one must be)
*** Error code 1
Stop.
make: stopped in /var/db/repos/PORTS-head/net-p2p/bitcoin-utils
|