Your message dated Sat, 02 May 2009 13:44:10 +0800
with message-id <1241243050.14103.70.ca...@chianamo>
and subject line manpages-dev: 526600: user error, closing
has caused the Debian Bug report #526600,
regarding manpages-dev: nftw manual page says to define _XOPEN_SOURCE but ftw.h
uses __USE_XOPEN_EXTENDED
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.)
--
526600: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526600
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: manpages-dev
Version: 3.05-1
Severity: normal
The nftw manual page says to define _XOPEN_SOURCE but ftw.h from glibc
2.7 in lenny and glibc 2.9 in sid uses __USE_XOPEN_EXTENDED. This leads
to code that uses nftw failing to build. No idea which one is correct
according to the standards, but the manual page should not give advice
that does not work.
-- System Information:
Debian Release: 5.0.1
APT prefers stable
APT policy: (800, 'stable'), (700, 'testing'), (600, 'unstable'), (550,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages manpages-dev depends on:
ii manpages 3.05-1 Manual pages about using a GNU/Lin
Versions of packages manpages-dev suggests:
ii konqueror [man-browser] 4:3.5.9.dfsg.1-6 KDE's advanced file manager, web b
ii man-db [man-browser] 2.5.2-4 on-line manual pager
--
bye,
pabs
http://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
On Sat, 2009-05-02 at 17:14 +1200, Michael Kerrisk wrote:
> As far as I can see, the ftw(3) man page is correct. Have a read of
> feature_test_macros(7) and <features.h>. If after that you still
> think there's a problem, drop a note into this bug.
Hmmm, looks like the issue is that _XOPEN_SOURCE is defined after other
headers, moving it before any includes fixed the FTBFS. Closing this bug
since it is due to PEBKAC, sorry for the noise.
--
bye,
pabs
http://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part
--- End Message ---