First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 50580
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Common Lisp Herd <lisp@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Benjamin Schulz <Benjamin_Schulz@gmx.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 50580 depends on: Show dependency tree
Bug 50580 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-05-09 15:12 0000
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.

------- Comment #1 From Matthew Kennedy (RETIRED) 2004-05-10 19:00:48 0000 -------
As a workaround, 

   USE='-berkdb' emerge clisp

The gentoo port clisp-2.33-r2 (in portage shortly) will have support for berkely db removed.


------- Comment #2 From Matthew Kennedy (RETIRED) 2004-05-11 17:28:32 0000 -------
fixed in portage

First Last Prev Next    No search results available      Search page      Enter new bug