Modified task #5707 in linux-libc-headers: linux-libc-headers 2.6.11->2.6.12 broke dietlibc compatibility

Flyspray - The bug killer! btsadmin at pld-linux.org
Fri Oct 14 02:15:17 CEST 2005


Project: PLD 2.x (Ac)
  
  Package: linux-libc-headers
  Summary: linux-libc-headers 2.6.11->2.6.12 broke dietlibc
compatibility
  Changed by: Roman Barczyński (romke)

Changes:
-----
Project: PLD 2.x (Ac)
Summary: linux-libc-headers 2.6.11->2.6.12 broke dietlibc compatibility
Task Type: Bug Report
Category: linux-libc-headers
Status: New
Architecture: All
Severity: Low
Priority Normal
Reported Version: 2.6.12
Due in Version: 
Percent Complete: 0
** Details: This change:
#v+
--- linux-libc-headers-2.6.11.2/include/linux/types.h
+++ linux-libc-headers-2.6.12.0/include/linux/types.h
-#ifdef WANT_KERNEL_TYPES || !defined(__GLIBC__)
+#if defined(WANT_KERNEL_TYPES) || !defined(__GLIBC__)
#v-

caused that projects using dietlibc (which has it's own types.h) won't
build because of duplicate type deffinitions, here example:

http://romke.net/paste/624796253a6a88e70d29ca8ae8a2b8fe

Even if you do not define WANT_KERNEL_TYPES then if you aren't using
GLIBC those types will be defined...

-----

For more further see:
http://bugs.pld-linux.org/index.php?do=details&id=5707}

------------------------------------------------------------------------
THIS IS AN AUTOMATICALLY GENERATED MESSAGE, DO NOT REPLY




More information about the pld-bugs mailing list