Your message dated Fri, 27 Oct 2006 09:57:49 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Close glibc bug
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: gdb
Version: 6.4.90.dfsg-1
Severity: grave
gdb FTBFS with:
/tmp/p/gdb-6.4.90.dfsg/bfd/trad-core.c:116: error: 'PAGE_SIZE' undeclared
(first use in this function)
/tmp/p/gdb-6.4.90.dfsg/bfd/trad-core.c:116: error: (Each undeclared identifier
is reported only once
/tmp/p/gdb-6.4.90.dfsg/bfd/trad-core.c:116: error: for each function it appears
in.)
make[5]: *** [trad-core.lo] Error 1
gdb contains bfd, and bfd uses NBPG defined in <sys/user.h>. However,
that is just a redefinition of PAGE_SIZE which is no longer defined to
user space becasue of #ifdef __KERNEL__, See #393023. Using PAGE_SIZE
directly from a user space application is broken because systems now
can have variable PAGE_SIZE. The problem is that the clobbered
PAGE_SIZE but didn't audit for its dependencies.
This will occur on several architectures including Alpha and ia64 when
compiled against the new linux-kernel-headers package. I was compiling
with version 2.6.18-3. Even gdb-5 upstream has this issue.
Troy
pgp2AHNRKN1Zk.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
I'm really not sure how 394367 and 394381 got created from the same
original message, since they both appear to have acks (but the ack from
the older bug doesn't have a message-id, and I never saw the report).
Anyway, closing.
--
Daniel Jacobowitz
CodeSourcery
--- End Message ---