Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
emere sync emerge clisp result: ../clisp.h:128:1: warning: this is the location of the previous definition bdb.c: In function `C_subr_bdb_env_create': bdb.c:148: error: `DB_ENCRYPT_AES' undeclared (first use in this function) bdb.c:148: error: (Each undeclared identifier is reported only once bdb.c:148: error: for each function it appears in.) bdb.c:149: error: structure has no member named `set_encrypt' bdb.c: In function `C_subr_bdb_env_dbremove': bdb.c:166: error: `DB_AUTO_COMMIT' undeclared (first use in this function) bdb.c:171: error: structure has no member named `dbremove' bdb.c:171: error: structure has no member named `dbremove' bdb.c: In function `C_subr_bdb_env_dbrename': bdb.c:184: error: `DB_AUTO_COMMIT' undeclared (first use in this function) bdb.c:187: error: structure has no member named `dbrename' bdb.c: In function `C_subr_bdb_env_set_options': bdb.c:287: error: `DB_TXN_WRITE_NOSYNC' undeclared (first use in this function) bdb.c:291: error: `DB_OVERWRITE' undeclared (first use in this function) bdb.c:295: error: `DB_DIRECT_LOG' undeclared (first use in this function) bdb.c:296: error: `DB_DIRECT_DB' undeclared (first use in this function) bdb.c:298: error: `DB_AUTO_COMMIT' undeclared (first use in this function) bdb.c: In function `C_subr_bdb_db_del': bdb.c:388: error: `DB_AUTO_COMMIT' undeclared (first use in this function) bdb.c: In function `C_subr_bdb_db_open': bdb.c:528: error: `DB_AUTO_COMMIT' undeclared (first use in this function) bdb.c:539: warning: passing arg 2 of pointer to function from incompatible pointer type bdb.c:539: error: incompatible type for argument 4 of indirect function call bdb.c:539: error: too many arguments to function bdb.c:539: warning: passing arg 2 of pointer to function from incompatible pointer type bdb.c:539: error: incompatible type for argument 4 of indirect function call bdb.c:539: error: too many arguments to function bdb.c: In function `C_subr_bdb_db_truncate': bdb.c:561: error: `DB_AUTO_COMMIT' undeclared (first use in this function) bdb.c: In function `C_subr_bdb_db_put': bdb.c:608: error: `DB_AUTO_COMMIT' undeclared (first use in this function) make[1]: *** [bdb.o] Error 1 make[1]: Leaving directory `/var/tmp/portage/clisp-2.33/work/clisp-2.33/build/berkeley-db' make: *** [berkeley-db] Error 2 !!! ERROR: dev-lisp/clisp-2.33 failed. !!! Function src_compile, Line 81, Exitcode 2 !!! (no error message) Reproducible: Always Steps to Reproduce: 1. 2. 3.
As a workaround, USE='-berkdb' emerge clisp The gentoo port clisp-2.33-r2 (in portage shortly) will have support for berkely db removed.
fixed in portage