Your message dated
with message-id <[email protected]>
and subject line neon26 removed from Debian unstable
has caused the Debian Bug report #394616,
regarding neon26: LFS definition misleading
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.)
--
394616: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394616
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: neon26
Severity: normal
Tags: upstream
Hi,
If sizeof(off_t) is not equal to 4, neon disables LFS support because it is
unnecessary. Basically, this is fine. However, a user has no way to tell if
LFS support was disabled because it is not available or because it is not
required.
Imho, the best way to solve this problem is the following:
if sizeof(off_t) >= 8:
- enable LFS support so the user knows that it is available
- typedef off_t ne_off_t
else if LFS support is available by any other means already implemented:
- enable LFS support
- typedef off64_t ne_off_t (or whatever else might be necessary)
else:
- disable LFS support
- typedef off_t ne_off_t
Now, do not define functions foo and foo64 depending on whether LFS support is
available but define function foo using ne_off_t for any offset parameters.
Cheers,
Sebastian
--
Sebastian "tokkee" Harl
GnuPG-ID: 0x8501C7FC
http://tokkee.org/
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 0.26.4-4+rm
neon26 has been removed from Debian unstable: http://bugs.debian.org/581888
Closing its bugs with a Version higher than the last unstable upload.
More information about this script at:
http://git.debian.org/?p=users/morph/mass-bugs-close.git;a=blob_plain;f=README;hb=HEAD
--- End Message ---