Public bug reported: Binary package hint: linux-libc-dev
The following little program fails to build on Ubuntu 9.04 x86_64: #include <linux/types.h> #include <stdint.h> int main() { return 0; } gcc -o test test.c In file included from test.c:2: /usr/include/stdint.h:41: error: conflicting types for ‘int64_t’ /usr/include/linux/types.h:98: error: previous declaration of ‘int64_t’ was here /usr/include/stdint.h:56: error: conflicting types for ‘uint64_t’ /usr/include/linux/types.h:96: error: previous declaration of ‘uint64_t’ was here (actually, I found this when I was trying to build VDR 1.7.5) This bug is also reported in Debian (#523424), but for a different version of linux-libc-dev (2.6.29) - in Ubuntu 9.04 currently there is 2.6.28-11.42. ** Affects: linux-ports (Ubuntu) Importance: Undecided Status: New -- header clash in linux-libc-dev https://bugs.launchpad.net/bugs/366659 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs