[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#700027: kfreebsd-kernel-headers: Redefinition of struct termios



Package: kfreebsd-kernel-headers
Version: 0.82
Severity: serious
Control: affects -1 inetutils

Hi!

I just uploaded a new inetutils version (with a minimal change) which
FTBFS, but it built fine before. Just for reference, here's the build
log:

  <https://buildd.debian.org/status/fetch.php?pkg=inetutils&arch=kfreebsd-amd64&ver=2%3A1.9-2&stamp=1360207021>

The problem is a redefinition of struct termios, that can be
reproduced with something like:

,--- termios.c
#include <sys/tty.h>
#include <termios.h>
int main() { return 0; }
`---

I'm filing this to track the issue, and because I have to do some
other stuff, if no one else has dealt with it by then I'll look into
fixing and uploading the package.

Thanks,
Guillem


Reply to: