public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/26477]  New: bootstrap: SYS_gettid undeclared
@ 2006-02-27  3:12 mckelvey at maskull dot com
  2006-02-27  3:20 ` [Bug libgomp/26477] [4.2 Regression] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: mckelvey at maskull dot com @ 2006-02-27  3:12 UTC (permalink / raw)
  To: gcc-bugs

Bootstrap error with recent CVS:

alpha1:gcc-obj>uname -a
Linux alpha1 2.4.9-40 #1 Mon Sep 23 08:14:02 EDT 2002 alpha unknown

alpha1:gcc-obj>g++ --version
g++ (GCC) 4.2.0 20051124 (experimental)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


alpha1:gcc-obj>alias CONFIGURECVS
alias CONFIGURECVS='../gcc/configure --verbose --enable-languages=c++
--disable-nls >clog 2>&1 &'

alpha1:gcc-obj>alias BUILD
alias BUILD='nice gmake CFLAGS='\'''\'' BOOT_CFLAGS='\'''\''
LIBCFLAGS='\''-g'\'' LIBCXXFLAGS='\''-g'\'' bootstrap >log 2>&1 &'


../../../gcc/libgomp/config/linux/lock.c: In function 'gomp_tid':
../../../gcc/libgomp/config/linux/lock.c:104: error: 'SYS_gettid' undeclared
(first use in this function)
../../../gcc/libgomp/config/linux/lock.c:104: error: (Each undeclared
identifier is reported only once
../../../gcc/libgomp/config/linux/lock.c:104: error: for each function it
appears in.)
gmake[4]: *** [lock.lo] Error 1
gmake[4]: Leaving directory
`/usr/home/mckelvey/software/gcc-obj/alphaev56-unkno
wn-linux-gnu/libgomp'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory
`/usr/home/mckelvey/software/gcc-obj/alphaev56-unkno
wn-linux-gnu/libgomp'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/usr/home/mckelvey/software/gcc-obj/alphaev56-unkno
wn-linux-gnu/libgomp'
gmake[1]: *** [all-target-libgomp] Error 2
gmake[1]: Leaving directory `/usr/home/mckelvey/software/gcc-obj'
gmake: *** [bootstrap] Error 2


-- 
           Summary: bootstrap: SYS_gettid undeclared
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mckelvey at maskull dot com
 GCC build triplet: alphaev56-unknown-linux-gnu
  GCC host triplet: alphaev56-unknown-linux-gnu
GCC target triplet: alphaev56-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26477


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

* [Bug libgomp/26477] [4.2 Regression] bootstrap: SYS_gettid undeclared
  2006-02-27  3:12 [Bug bootstrap/26477] New: bootstrap: SYS_gettid undeclared mckelvey at maskull dot com
@ 2006-02-27  3:20 ` pinskia at gcc dot gnu dot org
  2006-05-22  8:32 ` jakub at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-27  3:20 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|bootstrap                   |libgomp
           Keywords|                            |build
            Summary|bootstrap: SYS_gettid       |[4.2 Regression] bootstrap:
                   |undeclared                  |SYS_gettid undeclared
   Target Milestone|---                         |4.2.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26477


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

* [Bug libgomp/26477] [4.2 Regression] bootstrap: SYS_gettid undeclared
  2006-02-27  3:12 [Bug bootstrap/26477] New: bootstrap: SYS_gettid undeclared mckelvey at maskull dot com
  2006-02-27  3:20 ` [Bug libgomp/26477] [4.2 Regression] " pinskia at gcc dot gnu dot org
@ 2006-05-22  8:32 ` jakub at gcc dot gnu dot org
  2006-06-03 22:10 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu dot org @ 2006-05-22  8:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jakub at gcc dot gnu dot org  2006-05-22 08:32 -------
Users using prehistoric kernels and/or glibcs just need to configure
with --disable-linux-futex.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26477


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

* [Bug libgomp/26477] [4.2 Regression] bootstrap: SYS_gettid undeclared
  2006-02-27  3:12 [Bug bootstrap/26477] New: bootstrap: SYS_gettid undeclared mckelvey at maskull dot com
  2006-02-27  3:20 ` [Bug libgomp/26477] [4.2 Regression] " pinskia at gcc dot gnu dot org
  2006-05-22  8:32 ` jakub at gcc dot gnu dot org
@ 2006-06-03 22:10 ` pinskia at gcc dot gnu dot org
  2006-06-03 22:11 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-03 22:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-06-03 22:10 -------
(In reply to comment #1)
> Users using prehistoric kernels and/or glibcs just need to configure
> with --disable-linux-futex.

Why?  Shouldn't libgomp figure out itself?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26477


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

* [Bug libgomp/26477] [4.2 Regression] bootstrap: SYS_gettid undeclared
  2006-02-27  3:12 [Bug bootstrap/26477] New: bootstrap: SYS_gettid undeclared mckelvey at maskull dot com
                   ` (3 preceding siblings ...)
  2006-06-03 22:11 ` pinskia at gcc dot gnu dot org
@ 2006-06-03 22:11 ` pinskia at gcc dot gnu dot org
  2006-06-04 17:53 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-03 22:11 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |26175
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-06-03 22:11:32
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26477


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

* [Bug libgomp/26477] [4.2 Regression] bootstrap: SYS_gettid undeclared
  2006-02-27  3:12 [Bug bootstrap/26477] New: bootstrap: SYS_gettid undeclared mckelvey at maskull dot com
                   ` (2 preceding siblings ...)
  2006-06-03 22:10 ` pinskia at gcc dot gnu dot org
@ 2006-06-03 22:11 ` pinskia at gcc dot gnu dot org
  2006-06-03 22:11 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-03 22:11 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |blocker


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26477


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

* [Bug libgomp/26477] [4.2 Regression] bootstrap: SYS_gettid undeclared
  2006-02-27  3:12 [Bug bootstrap/26477] New: bootstrap: SYS_gettid undeclared mckelvey at maskull dot com
                   ` (4 preceding siblings ...)
  2006-06-03 22:11 ` pinskia at gcc dot gnu dot org
@ 2006-06-04 17:53 ` mmitchel at gcc dot gnu dot org
  2006-06-20 10:08 ` jakub at gcc dot gnu dot org
  2006-06-23  4:35 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-06-04 17:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from mmitchel at gcc dot gnu dot org  2006-06-04 17:50 -------
Like 26175, this should be considered a high-priority fix.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26477


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

* [Bug libgomp/26477] [4.2 Regression] bootstrap: SYS_gettid undeclared
  2006-02-27  3:12 [Bug bootstrap/26477] New: bootstrap: SYS_gettid undeclared mckelvey at maskull dot com
                   ` (5 preceding siblings ...)
  2006-06-04 17:53 ` mmitchel at gcc dot gnu dot org
@ 2006-06-20 10:08 ` jakub at gcc dot gnu dot org
  2006-06-23  4:35 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu dot org @ 2006-06-20 10:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jakub at gcc dot gnu dot org  2006-06-20 09:55 -------
Subject: Bug 26477

Author: jakub
Date: Tue Jun 20 09:55:42 2006
New Revision: 114809

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114809
Log:
        PR libgomp/26175
        PR libgomp/26477
        * configure.ac: If neither --enable-linux-futex nor
        --disable-linux-futex is passed, determine the default by checking
        for compiling and/or running against NPTL.  With --enable-linux-futex,
        check if SYS_gettid and SYS_futex are defined.
        * configure: Rebuilt.

Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/configure
    trunk/libgomp/configure.ac


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26477


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

* [Bug libgomp/26477] [4.2 Regression] bootstrap: SYS_gettid undeclared
  2006-02-27  3:12 [Bug bootstrap/26477] New: bootstrap: SYS_gettid undeclared mckelvey at maskull dot com
                   ` (6 preceding siblings ...)
  2006-06-20 10:08 ` jakub at gcc dot gnu dot org
@ 2006-06-23  4:35 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-23  4:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2006-06-23 04:35 -------
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

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


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26477


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

end of thread, other threads:[~2006-06-23  4:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-27  3:12 [Bug bootstrap/26477] New: bootstrap: SYS_gettid undeclared mckelvey at maskull dot com
2006-02-27  3:20 ` [Bug libgomp/26477] [4.2 Regression] " pinskia at gcc dot gnu dot org
2006-05-22  8:32 ` jakub at gcc dot gnu dot org
2006-06-03 22:10 ` pinskia at gcc dot gnu dot org
2006-06-03 22:11 ` pinskia at gcc dot gnu dot org
2006-06-03 22:11 ` pinskia at gcc dot gnu dot org
2006-06-04 17:53 ` mmitchel at gcc dot gnu dot org
2006-06-20 10:08 ` jakub at gcc dot gnu dot org
2006-06-23  4:35 ` pinskia 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).