-
The issue described here is not directly related to `zcashd` but rather to one of its dependency packages—Berkeley DB `6.2.23`—used in the project. I encountered a similar issue in another project tha…
-
Berkeley DB is [deprecated since Fedora 33](https://fedoraproject.org/wiki/Changes/Libdb_deprecated) and will eventually be removed. Gentoo is also following suit. Please consider switching to another…
-
### Steps to reproduce the issue
```console
$ git clone git@github.com:radical-cybertools/spack.git
$ cd spack
$ . share/spack/setup-env.sh
$ spack debug report
* **Spack:** 0.19.0.dev0 (49d7a…
-
`make` fails with this error:
`BerkeleyDB.xs:82:2: error: db.h is from Berkeley DB 1.x - need at least Berkeley DB 2.6.4`
`#error db.h is from Berkeley DB 1.x - need at least Berkeley DB 2.6.4`
…
-
In doc/build-unix.md, it is written that "You need Berkeley DB 4.8.".
However, it seems to build fine with a more recent version. Is there a reason for this 4.8 version, or is it just a recommendatio…
-
# Feature Request
**Describe the Feature Request**
Linux distributions, such as Gentoo, Fedora and Debian, started phasing-out Berkeley DB support because the library is effectively unmaintained.
…
-
### Package name
db-agpl
### Brief description of package
We already have a db package which includes the very last version of BDB under Sleepycat license.
The people that _do_ want the latest A…
-
It would be more convenient if we could support Berkeley DB Java edition by default. That would eliminate the need for including multiple native code libraries for BDB in the release. To do this, thou…
ghost updated
13 years ago
-
Berkeley DB (used for properties) has changed its licence to AGPLv3 starting with 6.0.20 https://en.wikipedia.org/wiki/Berkeley_DB#Licensing
Debian and Fedora are considering moving away from it.
…
-
### Steps to reproduce the issue
`berkeley-db` builds with `apple-clang` but not `gcc` on M1.
```console
# install gcc@11.3.0
# add compiler gcc@11.3.0
spack install berkeley-db%gcc@11.3.0
…