Your message dated Mon, 29 Aug 2011 00:04:43 +0200
with message-id <[email protected]>
and subject line libkvm-dev: include <bsd/nlist.h> instead <nlist.h>
has caused the Debian Bug report #634955,
regarding libkvm-dev: include <bsd/nlist.h> instead <nlist.h>
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.)
--
634955: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634955
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libkvm-dev
Version: 8.2+ds1-3
Severity: important
Hello,
While building gdb/experimental on kfreebsd architectures I get:
In file included from /usr/include/kvm.h:38:0,
from
/build/buildd-gdb_7.3.50~cvs20110627-2-kfreebsd-i386-YFKJaT/gdb-7.3.50~cvs20110627/gdb/bsd-kvm.c:33:
/usr/include/nlist.h:33:2: error: #warning "Deprecated header, use
<bsd/nlist.h> or libbsd-overlay.pc instead." [-Werror=cpp]
cc1: all warnings being treated as errors
At gdb:gdb/bsd-kvm.c:33 I find:
[...]
#include <kvm.h>
#ifdef HAVE_NLIST_H
#include <bsd/nlist.h>
#endif
[...]
And at /usr/include/kvm.h:
[...]
#ifndef _KVM_H_
#define _KVM_H_
#include <sys/cdefs.h>
#include <sys/_types.h>
#include <nlist.h>
[...]
#include <nlist.h> seems to trigger the error from libbsd-dev header
(/usr/include/nlist.h)
Someone more knowledgeable on BSD might know best where headers are broken,
and which is proper place to fix it.
Feel free to reassing the package to other package if the bug report does not
belong to this package.
Cheers,
-- Hector Oron
-- System Information:
Debian Release: wheezy/sid
APT prefers stable
APT policy: (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.39-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- End Message ---
--- Begin Message ---
Hello,
Closing the bug report as the it looks like it has been fixed, at
least gdb now builds for BSD ports.
Kind regards,
-- Héctor Orón
--- End Message ---