docs/known-issues.txt
changeset 611 eac4dc8da8a9
parent 472 86c2bdaad27c
child 671 7abb354d4570
     1.1 --- a/docs/known-issues.txt	Fri May 02 16:48:01 2008 +0000
     1.2 +++ b/docs/known-issues.txt	Tue Jun 24 16:24:09 2008 +0000
     1.3 @@ -1,13 +1,15 @@
     1.4  Glibc does not build: asm/page.h not found
     1.5  
     1.6  As of linux-2.6.25, asm/page.h is no longer exported.
     1.7 -This means the glibc up to and including 2.6.1 will not build against headers
     1.8 -exported from linux-2.6.25 and up. Status of glibc-2.7 and above is unknown.
     1.9 +This means the glibc up to and including 2.6 will not build against headers
    1.10 +exported from linux-2.6.25 and up. Starting with glibc-2.6.1, patches are
    1.11 +available that solves the issue. Switch to at least 2.6.1 if you can, or try
    1.12 +to backport the fix (should be quite easy).
    1.13  
    1.14  ----
    1.15  dmalloc does not build
    1.16  
    1.17 -This broken build has been observed for big endian ARm with glibc and NPTL,
    1.18 +This broken build has been observed for big endian ARM with glibc and NPTL,
    1.19  and with i686 with glibc and NPTL.
    1.20  
    1.21  This has not been fully investigated yet. There is a name clash with strdup,