This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug nscd/5216] New: glibc 2.7 compilation problem on alpha due to PTR_MANGLE and PTR_DEMANGLE


Build log can be found here:
http://buildsys.zero42.at/koji/getfile?taskID=52759&name=build.log

For every arch, PTR_MANGLE and PTR_DEMANGLE defines are in
sysdeps/unix/sysv/linux/<arch>/sysdep.h. But for alpha this is not true. The
defines are in sysdeps/unix/alpha/sysdep.h and unix/sysv/linux/alpha/sysdep.h
includes the first. I don't know if this is a mistake or by design...

However, nss/nscd do #include "sysdep.h", which should pull in both headers,
shouldn't it? Well as you can see in the build log that doesn't seem to work out...

(Since the problem occurred at nscd, I post this with component nscd...)

-- 
           Summary: glibc 2.7 compilation problem on alpha due to PTR_MANGLE
                    and PTR_DEMANGLE
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nscd
        AssignedTo: drepper at redhat dot com
        ReportedBy: oliver at linux-kernel dot at
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: alpha-redhat-linux
  GCC host triplet: alpha-redhat-linux
GCC target triplet: alpha-redhat-linux


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

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]