public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug nptl/5923] glibc HEAD compile failure on hppa with --enable-kernel=2.6.22 or higher
  2008-03-12 22:29 [Bug nptl/5923] New: glibc HEAD compile failure on hppa with --enable-kernel=2.6.22 or higher gmsoft at tuxicoman dot be
@ 2008-03-12 22:29 ` gmsoft at tuxicoman dot be
  2008-03-12 22:48 ` [Bug ports/5923] " drepper at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: gmsoft at tuxicoman dot be @ 2008-03-12 22:29 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From gmsoft at tuxicoman dot be  2008-03-12 22:28 -------
Created an attachment (id=2327)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=2327&action=view)
Build fix


-- 


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

------- 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] 7+ messages in thread

* [Bug nptl/5923] New: glibc HEAD compile failure on hppa with --enable-kernel=2.6.22 or higher
@ 2008-03-12 22:29 gmsoft at tuxicoman dot be
  2008-03-12 22:29 ` [Bug nptl/5923] " gmsoft at tuxicoman dot be
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: gmsoft at tuxicoman dot be @ 2008-03-12 22:29 UTC (permalink / raw)
  To: glibc-bugs

When using --enable-kernel=2.6.22 or higher, __ASSUME_PRIVATE_FUTEX becomes
defined (see sysdeps/unix/sysv/linux/kernel-features.h) then the following
invalid macro definition is used in
ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h:114 :
 
# define lll_private_futex_timed_wait(futex, val, timeout)

Attached patch solves the problem

-- 
           Summary: glibc HEAD compile failure on hppa with --enable-
                    kernel=2.6.22 or higher
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nptl
        AssignedTo: drepper at redhat dot com
        ReportedBy: gmsoft at tuxicoman dot be
                CC: carlos at systemhalted dot org,glibc-bugs at sources dot
                    redhat dot com


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

------- 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] 7+ messages in thread

* [Bug ports/5923] glibc HEAD compile failure on hppa with --enable-kernel=2.6.22 or higher
  2008-03-12 22:29 [Bug nptl/5923] New: glibc HEAD compile failure on hppa with --enable-kernel=2.6.22 or higher gmsoft at tuxicoman dot be
  2008-03-12 22:29 ` [Bug nptl/5923] " gmsoft at tuxicoman dot be
@ 2008-03-12 22:48 ` drepper at redhat dot com
  2008-03-13 17:57 ` carlos at codesourcery dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: drepper at redhat dot com @ 2008-03-12 22:48 UTC (permalink / raw)
  To: glibc-bugs



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


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

------- 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] 7+ messages in thread

* [Bug ports/5923] glibc HEAD compile failure on hppa with --enable-kernel=2.6.22 or higher
  2008-03-12 22:29 [Bug nptl/5923] New: glibc HEAD compile failure on hppa with --enable-kernel=2.6.22 or higher gmsoft at tuxicoman dot be
  2008-03-12 22:29 ` [Bug nptl/5923] " gmsoft at tuxicoman dot be
  2008-03-12 22:48 ` [Bug ports/5923] " drepper at redhat dot com
@ 2008-03-13 17:57 ` carlos at codesourcery dot com
  2008-03-14 23:42 ` cvs-commit at gcc dot gnu dot org
  2008-03-15 14:49 ` carlos at codesourcery dot com
  4 siblings, 0 replies; 7+ messages in thread
From: carlos at codesourcery dot com @ 2008-03-13 17:57 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From carlos at codesourcery dot com  2008-03-13 17:56 -------
Guy,

I'll test this patch tonight with recent 2.6.23 kernel headers.

I've adjusted your Changelog entry. Please note that your Changelog should be in
canonical form, instead of "build fix..." it should read "Use timespec."

Thanks for filing the bz entry.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|roland at gnu dot org       |carlos at codesourcery dot
                   |                            |com
             Status|NEW                         |ASSIGNED


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

------- 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] 7+ messages in thread

* [Bug ports/5923] glibc HEAD compile failure on hppa with --enable-kernel=2.6.22 or higher
  2008-03-12 22:29 [Bug nptl/5923] New: glibc HEAD compile failure on hppa with --enable-kernel=2.6.22 or higher gmsoft at tuxicoman dot be
                   ` (2 preceding siblings ...)
  2008-03-13 17:57 ` carlos at codesourcery dot com
@ 2008-03-14 23:42 ` cvs-commit at gcc dot gnu dot org
  2008-03-15 14:49 ` carlos at codesourcery dot com
  4 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2008-03-14 23:42 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2008-03-14 23:41 -------
Subject: Bug 5923

CVSROOT:	/cvs/glibc
Module name:	ports
Changes by:	carlos@sourceware.org	2008-03-14 23:40:55

Modified files:
	.              : ChangeLog.hppa 
	sysdeps/unix/sysv/linux/hppa/nptl: lowlevellock.h 

Log message:
	2008-03-14  Carlos O'Donell  <carlos@codesourcery.com>
	Guy Martin <gmsoft@tuxicoman.be>
	
	[BZ #5923]
	* sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Pass
	timespec and futexp.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/ports/ChangeLog.hppa.diff?cvsroot=glibc&r1=1.41&r2=1.42
http://sourceware.org/cgi-bin/cvsweb.cgi/ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h.diff?cvsroot=glibc&r1=1.6&r2=1.7



-- 


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

------- 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] 7+ messages in thread

* [Bug ports/5923] glibc HEAD compile failure on hppa with --enable-kernel=2.6.22 or higher
  2008-03-12 22:29 [Bug nptl/5923] New: glibc HEAD compile failure on hppa with --enable-kernel=2.6.22 or higher gmsoft at tuxicoman dot be
                   ` (3 preceding siblings ...)
  2008-03-14 23:42 ` cvs-commit at gcc dot gnu dot org
@ 2008-03-15 14:49 ` carlos at codesourcery dot com
  4 siblings, 0 replies; 7+ messages in thread
From: carlos at codesourcery dot com @ 2008-03-15 14:49 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From carlos at codesourcery dot com  2008-03-15 14:48 -------
Guy, the patch looks good thanks. I tested it against 2.6.23 kernel headers.
Marking this fixed.

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


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

------- 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] 7+ messages in thread

* [Bug ports/5923] glibc HEAD compile failure on hppa with --enable-kernel=2.6.22 or higher
       [not found] <bug-5923-131@http.sourceware.org/bugzilla/>
@ 2014-07-02  6:05 ` fweimer at redhat dot com
  0 siblings, 0 replies; 7+ messages in thread
From: fweimer at redhat dot com @ 2014-07-02  6:05 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=5923

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2014-07-02  6:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-12 22:29 [Bug nptl/5923] New: glibc HEAD compile failure on hppa with --enable-kernel=2.6.22 or higher gmsoft at tuxicoman dot be
2008-03-12 22:29 ` [Bug nptl/5923] " gmsoft at tuxicoman dot be
2008-03-12 22:48 ` [Bug ports/5923] " drepper at redhat dot com
2008-03-13 17:57 ` carlos at codesourcery dot com
2008-03-14 23:42 ` cvs-commit at gcc dot gnu dot org
2008-03-15 14:49 ` carlos at codesourcery dot com
     [not found] <bug-5923-131@http.sourceware.org/bugzilla/>
2014-07-02  6:05 ` fweimer at redhat dot com

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).