From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6722 invoked by alias); 12 Mar 2008 22:29:08 -0000 Received: (qmail 6610 invoked by uid 48); 12 Mar 2008 22:28:25 -0000 Date: Wed, 12 Mar 2008 22:29:00 -0000 From: "gmsoft at tuxicoman dot be" To: glibc-bugs@sources.redhat.com Message-ID: <20080312222825.5923.gmsoft@tuxicoman.be> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug nptl/5923] New: glibc HEAD compile failure on hppa with --enable-kernel=2.6.22 or higher X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2008-03/txt/msg00077.txt.bz2 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.