PLDWWW: RPM5
baggins
baggins at pld-linux.org
Thu Sep 20 16:29:09 CEST 2012
Author: baggins Date: Thu Sep 20 14:29:09 2012 GMT
Module: PLDWWW URL: http://www.pld-linux.org/RPM5?action=diff&rev2=6&rev1=5
---- Log message:
---- Page affected: RPM5
---- Diffs:
================================================================
}}}
That returned ''kernel-headers-A.B.C-R.arch.rpm'' with old rpm, will return nothing with rpm 5.x.
You have to do `'readlink -f'` first, or change to symlinked directory and do relative path query.
+
+ === DB_BUFFER_SMALL error messages ===
+
+ You may see errors like this:
+
+ {{{
+ db3.c:1443: dbcursor->pget(-30999): BDB0063 DB_BUFFER_SMALL: User memory too small for return value
+ }}}
+
+ It appears to be some type of a bug in the BerkleyDB 5.3.x. In an attempt
+ to workaround the problem, when we encounter this situation we attempt
+ to adjust the size of the mmap buffer until the call works, or we
+ end up trying 10 times.
+
+ If DBI debugging is enabled, additional diagnostics are printed, otherwise
+ a basic retry and success message is added to show that the failure was
+ resolved.
== Packaging changes ==
More information about the pld-cvs-commit
mailing list