public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/4419] New: cross arm toolchain on AMD64 error in "sysdeps/unix/sysv/linux/arm/ioperm.c" page.h no such file or directory
@ 2007-04-24 18:42 prem dot mallappa at gmail dot com
  2007-04-24 18:54 ` [Bug ports/4419] " drepper at redhat dot com
  2009-03-18 12:19 ` jsm28 at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: prem dot mallappa at gmail dot com @ 2007-04-24 18:42 UTC (permalink / raw)
  To: glibc-bugs

As recent linux headers doesn't provice page.h
the file 
sysdeps/unix/sysv/linux/arm/ioperm.c
should not include <asm/page.h>

======================Error Message===========================
arm-unknown-linux-gnu-gcc ../sysdeps/unix/sysv/linux/sysctl.c -c -std=gnu99 -O2
-Wall -Winline -Wwrite-strings -fmerge-all-constants -fno-strict-aliasing -pipe
-Wstrict-prototypes      -I../include
-I/var/tmp/paludis/cross-arm-unknown-linux-gnu/glibc-2.5-r1/work/build-default-arm-unknown-linux-gnu-nptl/misc
-I/var/tmp/paludis/cross-arm-unknown-linux-gnu/glibc-2.5-r1/work/build-default-arm-unknown-linux-gnu-nptl
-I../ports/sysdeps/arm/elf -I../ports/sysdeps/unix/sysv/linux/arm/nptl
-I../ports/sysdeps/unix/sysv/linux/arm -I../ports/sysdeps/unix/sysv/linux
-I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread -I../sysdeps/pthread
-I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common
-I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../ports/sysdeps/unix/sysv
-I../nptl/sysdeps/unix/sysv -I../sysdeps/unix/sysv -I../ports/sysdeps/unix/arm
-I../ports/sysdeps/unix -I../nptl/sysdeps/unix -I../sysdeps/unix
-I../sysdeps/posix -I../ports/sysdeps/arm/fpu -I../ports/sysdeps/arm/nptl
-I../ports/sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32
-I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic/elf
-I../sysdeps/generic -I../ports -I../nptl  -I.. -I../libio -I. -nostdinc
-isystem /usr/lib/gcc/arm-unknown-linux-gnu/4.1.2/include -isystem
/usr/arm-unknown-linux-gnu/usr/include -D_LIBC_REENTRANT -include
../include/libc-symbols.h       -o
/var/tmp/paludis/cross-arm-unknown-linux-gnu/glibc-2.5-r1/work/build-default-arm-unknown-linux-gnu-nptl/misc/sysctl.o
-MD -MP -MF
/var/tmp/paludis/cross-arm-unknown-linux-gnu/glibc-2.5-r1/work/build-default-arm-unknown-linux-gnu-nptl/misc/sysctl.o.dt
-MT
/var/tmp/paludis/cross-arm-unknown-linux-gnu/glibc-2.5-r1/work/build-default-arm-unknown-linux-gnu-nptl/misc/sysctl.o
../ports/sysdeps/unix/sysv/linux/arm/ioperm.c:48:22: error: asm/page.h: No such
file or directory
make[2]: ***
[/var/tmp/paludis/cross-arm-unknown-linux-gnu/glibc-2.5-r1/work/build-default-arm-unknown-linux-gnu-nptl/misc/ioperm.o]
Error 1
============================================

-- 
           Summary: cross arm toolchain on AMD64 error in
                    "sysdeps/unix/sysv/linux/arm/ioperm.c" page.h no such
                    file or directory
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: critical
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: prem dot mallappa at gmail dot com
                CC: glibc-bugs at sources dot redhat dot com
  GCC host triplet: x86_64
GCC target triplet: arm


http://sourceware.org/bugzilla/show_bug.cgi?id=4419

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug ports/4419] cross arm toolchain on AMD64 error in "sysdeps/unix/sysv/linux/arm/ioperm.c" page.h no such file or directory
  2007-04-24 18:42 [Bug libc/4419] New: cross arm toolchain on AMD64 error in "sysdeps/unix/sysv/linux/arm/ioperm.c" page.h no such file or directory prem dot mallappa at gmail dot com
@ 2007-04-24 18:54 ` drepper at redhat dot com
  2009-03-18 12:19 ` jsm28 at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: drepper at redhat dot com @ 2007-04-24 18:54 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|drepper at redhat dot com   |roland at gnu dot org
          Component|libc                        |ports


http://sourceware.org/bugzilla/show_bug.cgi?id=4419

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug ports/4419] cross arm toolchain on AMD64 error in "sysdeps/unix/sysv/linux/arm/ioperm.c" page.h no such file or directory
  2007-04-24 18:42 [Bug libc/4419] New: cross arm toolchain on AMD64 error in "sysdeps/unix/sysv/linux/arm/ioperm.c" page.h no such file or directory prem dot mallappa at gmail dot com
  2007-04-24 18:54 ` [Bug ports/4419] " drepper at redhat dot com
@ 2009-03-18 12:19 ` jsm28 at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-18 12:19 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From jsm28 at gcc dot gnu dot org  2009-03-18 12:19 -------
Fixed by:

2008-04-21  Khem Raj  <kraj@mvista.com>

        * sysdeps/unix/sysv/linux/arm/ioperm.c: Don't include asm/page.h.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=4419

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-03-18 12:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-24 18:42 [Bug libc/4419] New: cross arm toolchain on AMD64 error in "sysdeps/unix/sysv/linux/arm/ioperm.c" page.h no such file or directory prem dot mallappa at gmail dot com
2007-04-24 18:54 ` [Bug ports/4419] " drepper at redhat dot com
2009-03-18 12:19 ` jsm28 at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).