Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 124291 Details for
Bug 184673
net-mail/cyrus-imap-admin-2.2.12-r1 build fails: ‘DB_ENV’ has no member named ‘set_lk_max’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
corrected previous patch
cyrus-imap-admin-set_lk_max.patch (text/plain), 630 bytes, created by
Florian Friesdorf
on 2007-07-09 01:39:47 UTC
(
hide
)
Description:
corrected previous patch
Filename:
MIME Type:
Creator:
Florian Friesdorf
Created:
2007-07-09 01:39:47 UTC
Size:
630 bytes
patch
obsolete
>--- cyrusdb_berkeley.c-old 2007-07-09 03:07:42.000000000 +0200 >+++ cyrusdb_berkeley.c 2007-07-09 03:08:58.000000000 +0200 >@@ -171,7 +171,15 @@ > syslog(LOG_WARNING, > "DBERROR: invalid berkeley_txns_max value, using internal default"); > } else { >+ #if DB_VERSION_MAJOR >= 4 >+ r = dbenv->set_tx_max_locks(dbenv, opt); >+ if (!r) >+ r = dbenv->set_tx_max_lockers(dbenv, opt); >+ if (!r) >+ r = dbenv->set_tx_max_objects(dbenv, opt); >+ #else > r = dbenv->set_tx_max(dbenv, opt); >+ #endif > if (r) { > dbenv->err(dbenv, r, "set_tx_max"); > syslog(LOG_ERR, "DBERROR: set_tx_max(): %s", db_strerror(r));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 184673
:
124289
| 124291