Your message dated Fri, 13 Apr 2012 23:01:11 +0100
with message-id
<CAPQ4b8nWKNRq83L=5cx64-zv5zyquw4s7us01xjhpci28_5...@mail.gmail.com>
and subject line Closing obsolete/orphan bugs
has caused the Debian Bug report #339337,
regarding db4.2: Please compile with -D_GNU_SOURCE
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
339337: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=339337
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: db4.2
Severity: wishlist
Hi,
Linux supports open(2) flag O_DIRECT. BDB installations can possibly
benefit from that. Using DB_ENV->set_flags(DB_DIRECT_DB) for example
yields the following error:
direct I/O is not supported by this platform
But it definitely is. If you compile the package with -D__USE_GNU,
O_DIRECT will be defined in {asm,bits}/fcntl.h and db4.2's
__os_have_direct() of os/os_open.c will return true so that the call to
set_flags as shown above will succeed.
Thank you,
Jörg
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.12-1-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8
--- End Message ---
--- Begin Message ---
Hello,
db4.2 has been removed many years ago and this bug report is orphan.
Sorry that the bug report was not dealt with when it was due, but it
doesn't make much sense to keep the bug open now agains this package.
Please reopen against current versions of libdb if there
are still issues.
Closing this bug report now.
--- End Message ---