public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/14025] New: bootstrap of --enable-threads=posix fails on Compaq Tru64 UNIX V5.1B (Rev. 2650)
@ 2004-02-05  8:40 kvo--gcc at seagha dot be
  2004-02-05  8:42 ` [Bug bootstrap/14025] " kvo--gcc at seagha dot be
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: kvo--gcc at seagha dot be @ 2004-02-05  8:40 UTC (permalink / raw)
  To: gcc-bugs

Bootstrapping with: CC=/usr/bin/cc ../configure --enable-threads=posix
--enable-languages=c,c++

results in the following error during make bootstrap:

./xgcc -B./ -B/usr/local/alphaev68-dec-osf5.1/bin/ -isystem
/usr/local/alphaev68-dec-osf5.1/include -isystem
/usr/local/alphaev68-dec-osf5.1/sys-include -O2  -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include 
-fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I.
-I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include -fexceptions
-c ../../gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o
In file included from ../../gcc/gthr-posix.h:37,
                 from gthr-default.h:1,
                 from ../../gcc/gthr.h:98,
                 from ../../gcc/unwind-dw2.c:28:
include/pthread.h:339:4: #error "Please compile the module including pthread.h
with -pthread"
../../gcc/unwind-dw2.c: In function `uw_install_context_1':
../../gcc/unwind-dw2.c:1222: warning: missing initializer
../../gcc/unwind-dw2.c:1222: warning: (near initialization for
`once_regsizes.__reserved')
gmake[3]: *** [libgcc/./unwind-dw2.o] Error 1
gmake[3]: Leaving directory `sources/gcc-3.3.3-20040131/objdir/gcc'
gmake[2]: *** [libgcc.a] Error 2
gmake[2]: Leaving directory `sources/gcc-3.3.3-20040131/objdir/gcc'
gmake[1]: *** [stage1_build] Error 2
gmake[1]: Leaving directory `sources/gcc-3.3.3-20040131/objdir/gcc'
gmake: *** [bootstrap] Error 2

-- 
           Summary: bootstrap of --enable-threads=posix fails on Compaq
                    Tru64 UNIX V5.1B (Rev. 2650)
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kvo--gcc at seagha dot be
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alphaev68-dec-osf5.1
  GCC host triplet: alphaev68-dec-osf5.1
GCC target triplet: alphaev68-dec-osf5.1


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


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

* [Bug bootstrap/14025] bootstrap of --enable-threads=posix fails on Compaq Tru64 UNIX V5.1B (Rev. 2650)
  2004-02-05  8:40 [Bug bootstrap/14025] New: bootstrap of --enable-threads=posix fails on Compaq Tru64 UNIX V5.1B (Rev. 2650) kvo--gcc at seagha dot be
  2004-02-05  8:42 ` [Bug bootstrap/14025] " kvo--gcc at seagha dot be
@ 2004-02-05  8:42 ` kvo--gcc at seagha dot be
  2004-02-05  8:46 ` kvo--gcc at seagha dot be
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: kvo--gcc at seagha dot be @ 2004-02-05  8:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kvo--gcc at seagha dot be  2004-02-05 08:42 -------
Created an attachment (id=5686)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5686&action=view)
pthread system header file


-- 


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


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

* [Bug bootstrap/14025] bootstrap of --enable-threads=posix fails on Compaq Tru64 UNIX V5.1B (Rev. 2650)
  2004-02-05  8:40 [Bug bootstrap/14025] New: bootstrap of --enable-threads=posix fails on Compaq Tru64 UNIX V5.1B (Rev. 2650) kvo--gcc at seagha dot be
@ 2004-02-05  8:42 ` kvo--gcc at seagha dot be
  2004-02-05  8:42 ` kvo--gcc at seagha dot be
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: kvo--gcc at seagha dot be @ 2004-02-05  8:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kvo--gcc at seagha dot be  2004-02-05 08:41 -------
Created an attachment (id=5685)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5685&action=view)
Output of configure and build


-- 


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


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

* [Bug bootstrap/14025] bootstrap of --enable-threads=posix fails on Compaq Tru64 UNIX V5.1B (Rev. 2650)
  2004-02-05  8:40 [Bug bootstrap/14025] New: bootstrap of --enable-threads=posix fails on Compaq Tru64 UNIX V5.1B (Rev. 2650) kvo--gcc at seagha dot be
  2004-02-05  8:42 ` [Bug bootstrap/14025] " kvo--gcc at seagha dot be
  2004-02-05  8:42 ` kvo--gcc at seagha dot be
@ 2004-02-05  8:46 ` kvo--gcc at seagha dot be
  2004-02-05 10:14 ` mec dot gnu at mindspring dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: kvo--gcc at seagha dot be @ 2004-02-05  8:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kvo--gcc at seagha dot be  2004-02-05 08:46 -------
See also bug #9330

-- 


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


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

* [Bug bootstrap/14025] bootstrap of --enable-threads=posix fails on Compaq Tru64 UNIX V5.1B (Rev. 2650)
  2004-02-05  8:40 [Bug bootstrap/14025] New: bootstrap of --enable-threads=posix fails on Compaq Tru64 UNIX V5.1B (Rev. 2650) kvo--gcc at seagha dot be
                   ` (2 preceding siblings ...)
  2004-02-05  8:46 ` kvo--gcc at seagha dot be
@ 2004-02-05 10:14 ` mec dot gnu at mindspring dot com
  2004-02-05 10:35 ` mec dot gnu at mindspring dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mec dot gnu at mindspring dot com @ 2004-02-05 10:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mec dot gnu at mindspring dot com  2004-02-05 10:14 -------
I see the same compiler errors on my alpha, alphaev68-dec-osf5.1.
This is spe147.testdrive.hp.com, "Compaq Tru64 UNIX V5.1B (Rev. 2650)."

I am building gcc 3.3.2.

I configured with:
  CC=/usr/bin/cc ../configure --enable-threads=posix --enable-languages=c,c++

And built with (gmake 3.79.1):
  /usr/local/bin/gmake bootstrap

The tail of gmake.out is:

./xgcc -B./ -B/usr/local/alphaev68-dec-osf5.1/bin/ -isystem
/usr/local/alphaev68-dec-osf5.1/include -isystem /usr/local/alpha
ev68-dec-osf5.1/sys-include -O2  -DIN_GCC    -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -isystem ./inc
lude  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I.
-I. -I../../gcc -I../../gcc/. -I../../gcc/confi
g -I../../gcc/../include -fexceptions -c ../../gcc/unwind-dw2.c -o
libgcc/./unwind-dw2.o
In file included from ../../gcc/gthr-posix.h:37,
                 from gthr-default.h:1,
                 from ../../gcc/gthr.h:98,
                 from ../../gcc/unwind-dw2.c:28:
include/pthread.h:339:4: #error "Please compile the module including pthread.h
with -pthread"
../../gcc/unwind-dw2.c: In function `uw_install_context_1':
../../gcc/unwind-dw2.c:1222: warning: missing initializer
../../gcc/unwind-dw2.c:1222: warning: (near initialization for
`once_regsizes.__reserved')
gmake[3]: *** [libgcc/./unwind-dw2.o] Error 1
gmake[3]: Leaving directory `/house/chastain/g332/gcc-3.3.2/objdir/gcc'
gmake[2]: *** [libgcc.a] Error 2
gmake[2]: Leaving directory `/house/chastain/g332/gcc-3.3.2/objdir/gcc'
gmake[1]: *** [stage1_build] Error 2
gmake[1]: Leaving directory `/house/chastain/g332/gcc-3.3.2/objdir/gcc'
gmake: *** [bootstrap] Error 2



-- 


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


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

* [Bug bootstrap/14025] bootstrap of --enable-threads=posix fails on Compaq Tru64 UNIX V5.1B (Rev. 2650)
  2004-02-05  8:40 [Bug bootstrap/14025] New: bootstrap of --enable-threads=posix fails on Compaq Tru64 UNIX V5.1B (Rev. 2650) kvo--gcc at seagha dot be
                   ` (3 preceding siblings ...)
  2004-02-05 10:14 ` mec dot gnu at mindspring dot com
@ 2004-02-05 10:35 ` mec dot gnu at mindspring dot com
  2004-02-05 11:03 ` kvo--gcc at seagha dot be
  2004-02-05 11:15 ` ro at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: mec dot gnu at mindspring dot com @ 2004-02-05 10:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mec dot gnu at mindspring dot com  2004-02-05 10:35 -------
I just tried gcc 3.3.3-20040131 on native alphaev68-dec-osf5.1, same
configuration commands.  Same result.


-- 


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


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

* [Bug bootstrap/14025] bootstrap of --enable-threads=posix fails on Compaq Tru64 UNIX V5.1B (Rev. 2650)
  2004-02-05  8:40 [Bug bootstrap/14025] New: bootstrap of --enable-threads=posix fails on Compaq Tru64 UNIX V5.1B (Rev. 2650) kvo--gcc at seagha dot be
                   ` (4 preceding siblings ...)
  2004-02-05 10:35 ` mec dot gnu at mindspring dot com
@ 2004-02-05 11:03 ` kvo--gcc at seagha dot be
  2004-02-05 11:15 ` ro at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: kvo--gcc at seagha dot be @ 2004-02-05 11:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kvo--gcc at seagha dot be  2004-02-05 11:03 -------
As shown in bug #9330 : _REENTRANT should be defined. This was fixed in rev 1.27
of gthr-posix.h so this should be backported to 3.3.3 if the 3.3.3 release is to
support --enable-threads on Tru64 V5.1B or if this is not possible, the release
notes should mention that --enable-threads on this platform is not supported.

See:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gthr-posix.h?rev=1.27&content-type=text/x-cvsweb-markup


-- 


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


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

* [Bug bootstrap/14025] bootstrap of --enable-threads=posix fails on Compaq Tru64 UNIX V5.1B (Rev. 2650)
  2004-02-05  8:40 [Bug bootstrap/14025] New: bootstrap of --enable-threads=posix fails on Compaq Tru64 UNIX V5.1B (Rev. 2650) kvo--gcc at seagha dot be
                   ` (5 preceding siblings ...)
  2004-02-05 11:03 ` kvo--gcc at seagha dot be
@ 2004-02-05 11:15 ` ro at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: ro at gcc dot gnu dot org @ 2004-02-05 11:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at gcc dot gnu dot org  2004-02-05 11:15 -------
This is clearly documented as not supported in the 3.3 gcc/doc/install.texi
file.  Support for --enable-threads=posix (even making it the default) are
on the 3.4 branch and mainline, but are too invasive for the 3.3 branch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ro at gcc dot gnu dot org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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

end of thread, other threads:[~2004-02-05 11:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-05  8:40 [Bug bootstrap/14025] New: bootstrap of --enable-threads=posix fails on Compaq Tru64 UNIX V5.1B (Rev. 2650) kvo--gcc at seagha dot be
2004-02-05  8:42 ` [Bug bootstrap/14025] " kvo--gcc at seagha dot be
2004-02-05  8:42 ` kvo--gcc at seagha dot be
2004-02-05  8:46 ` kvo--gcc at seagha dot be
2004-02-05 10:14 ` mec dot gnu at mindspring dot com
2004-02-05 10:35 ` mec dot gnu at mindspring dot com
2004-02-05 11:03 ` kvo--gcc at seagha dot be
2004-02-05 11:15 ` ro 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).