This is the mail archive of the glibc-bugs@sources.redhat.com 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/390] New: Build fails with linux 2.4 headers using recent CVS


It seems that some recent commits cause the glibc build to fail when Linux 2.4
kernel headers are installed instead of 2.6.

Some background can be found here:
  http://bugs.gentoo.org/show_bug.cgi?id=64371

With the actual error being:
../sysdeps/unix/sysv/linux/nscd_setup_thread.c: In function `setup_thread':
../sysdeps/unix/sysv/linux/nscd_setup_thread.c:40: error: `__NR_set_tid_address'
undeclared (first use in this function)
../sysdeps/unix/sysv/linux/nscd_setup_thread.c:40: error: (Each undeclared
identifier is reported only once
../sysdeps/unix/sysv/linux/nscd_setup_thread.c:40: error: for each function it
appears in.)

Perhaps __NR_set_tid_address should be defined there, like it is in
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/init.c?rev=1.48&content-type=text/x-cvsweb-markup&cvsroot=glibc
or maybe the Linux 2.4 maintainer can be persuaded to backport something from 2.6?

-- 
           Summary: Build fails with linux 2.4 headers using recent CVS
           Product: glibc
           Version: 2.3.3
            Status: NEW
          Severity: critical
          Priority: P2
         Component: nscd
        AssignedTo: drepper at redhat dot com
        ReportedBy: curtm4n at gmail dot com
                CC: curtm4n at gmail dot com,glibc-bugs at sources dot
                    redhat dot com
  GCC host triplet: i686-pc-linux-gnu


http://sources.redhat.com/bugzilla/show_bug.cgi?id=390

------- 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]