public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/24991]  New: gfortran build fails with - error:gthr-default.h: No such file or directory
@ 2005-11-22 21:43 dir at lanl dot gov
  2005-11-22 21:58 ` [Bug libfortran/24991] [4.1/4.2 Regression] " pinskia at gcc dot gnu dot org
                   ` (44 more replies)
  0 siblings, 45 replies; 46+ messages in thread
From: dir at lanl dot gov @ 2005-11-22 21:43 UTC (permalink / raw)
  To: gcc-bugs

With a new download of gfortran, the build now fails while building libgfortran
with -

make  all-am
/bin/sh ./libtool --mode=compile
/Users/dir/gfortran/gcc/host-powerpc-apple-darwin8.3.0/gcc/xgcc
-B/Users/dir/gfortran/gcc/host-powerpc-apple-darwin8.3.0/gcc/
-B/Users/dir/gfortran/powerpc-apple-darwin8.3.0/bin/
-B/Users/dir/gfortran/powerpc-apple-darwin8.3.0/lib/ -isystem
/Users/dir/gfortran/powerpc-apple-darwin8.3.0/include -isystem
/Users/dir/gfortran/powerpc-apple-darwin8.3.0/sys-include -DHAVE_CONFIG_H -I.
-I../.././libgfortran -I.  -iquote../.././libgfortran/io
-I../.././libgfortran/../gcc -I../.././libgfortran/../gcc/config -I../../gcc
-D_GNU_SOURCE  -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -Wextra -Wwrite-strings -O2 -g -O2  -c -o environ.lo
`test -f 'runtime/environ.c' || echo '../.././libgfortran/'`runtime/environ.c
/Users/dir/gfortran/gcc/host-powerpc-apple-darwin8.3.0/gcc/xgcc
-B/Users/dir/gfortran/gcc/host-powerpc-apple-darwin8.3.0/gcc/
-B/Users/dir/gfortran/powerpc-apple-darwin8.3.0/bin/
-B/Users/dir/gfortran/powerpc-apple-darwin8.3.0/lib/ -isystem
/Users/dir/gfortran/powerpc-apple-darwin8.3.0/include -isystem
/Users/dir/gfortran/powerpc-apple-darwin8.3.0/sys-include -DHAVE_CONFIG_H -I.
-I../.././libgfortran -I. -iquote../.././libgfortran/io
-I../.././libgfortran/../gcc -I../.././libgfortran/../gcc/config -I../../gcc
-D_GNU_SOURCE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -Wextra -Wwrite-strings -O2 -g -O2 -c
../.././libgfortran/runtime/environ.c  -fno-common -DPIC -o .libs/environ.o
In file included from ../.././libgfortran/runtime/../io/io.h:39,
                 from ../.././libgfortran/runtime/environ.c:37:
../.././libgfortran/../gcc/gthr.h:114:26: error: gthr-default.h: No such file
or directory
In file included from ../.././libgfortran/runtime/environ.c:37:
../.././libgfortran/runtime/../io/io.h:465: error: expected
specifier-qualifier-list before '__gthread_mutex_t'
../.././libgfortran/runtime/../io/io.h:660: error: expected '=', ',', ';',
'asm' or '__attribute__' before 'unit_lock'
../.././libgfortran/runtime/../io/io.h:661: error: 'unit_lock' undeclared here
(not in a function)
../.././libgfortran/runtime/../io/io.h:661: warning: type defaults to 'int' in
declaration of 'unit_lock'
../.././libgfortran/runtime/../io/io.h: In function 'inc_waiting_locked':
../.././libgfortran/runtime/../io/io.h:836: error: 'gfc_unit' has no member
named 'waiting'
../.././libgfortran/runtime/../io/io.h:836: error: incompatible type for
argument 1 of '__sync_fetch_and_add'
../.././libgfortran/runtime/../io/io.h: In function 'predec_waiting_locked':
../.././libgfortran/runtime/../io/io.h:846: error: 'gfc_unit' has no member
named 'waiting'
../.././libgfortran/runtime/../io/io.h:846: error: incompatible type for
argument 1 of '__sync_add_and_fetch'
../.././libgfortran/runtime/../io/io.h: In function 'dec_waiting_unlocked':
../.././libgfortran/runtime/../io/io.h:856: error: 'gfc_unit' has no member
named 'waiting'
../.././libgfortran/runtime/../io/io.h:856: error: incompatible type for
argument 1 of '__sync_fetch_and_add'
make[3]: *** [environ.lo] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-target-libgfortran] Error 2
make: *** [all] Error 2


-- 
           Summary: gfortran build fails with - error:gthr-default.h: No
                    such file or directory
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dir at lanl dot gov
  GCC host triplet: powerpc-apple-darwin8.3.0


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


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

end of thread, other threads:[~2005-12-14 13:37 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-22 21:43 [Bug libfortran/24991] New: gfortran build fails with - error:gthr-default.h: No such file or directory dir at lanl dot gov
2005-11-22 21:58 ` [Bug libfortran/24991] [4.1/4.2 Regression] " pinskia at gcc dot gnu dot org
2005-11-23  9:10 ` jakub at gcc dot gnu dot org
2005-11-23 14:09 ` dir at lanl dot gov
2005-11-23 15:45 ` jakub at gcc dot gnu dot org
2005-11-23 16:05 ` bonzini at gcc dot gnu dot org
2005-11-23 17:47 ` dir at lanl dot gov
2005-11-23 17:53 ` pinskia at gcc dot gnu dot org
2005-11-23 19:46 ` dir at lanl dot gov
2005-11-23 20:24 ` jakub at gcc dot gnu dot org
2005-11-23 21:18 ` dir at lanl dot gov
2005-11-23 21:57 ` jakub at gcc dot gnu dot org
2005-11-23 22:09 ` dir at lanl dot gov
2005-11-23 22:12 ` jakub at gcc dot gnu dot org
2005-11-23 22:34 ` bonzini at gcc dot gnu dot org
2005-11-24  8:36 ` jakub at gcc dot gnu dot org
2005-11-24 13:38 ` jb at gcc dot gnu dot org
2005-11-25 11:32 ` jakub at gcc dot gnu dot org
2005-11-25 11:32 ` jakub at gcc dot gnu dot org
2005-11-25 11:42 ` jakub at gcc dot gnu dot org
2005-11-25 16:51 ` howarth at nitro dot med dot uc dot edu
2005-11-25 17:05 ` jakub at gcc dot gnu dot org
2005-11-25 17:36 ` howarth at nitro dot med dot uc dot edu
2005-11-25 19:22 ` howarth at nitro dot med dot uc dot edu
2005-11-25 20:52 ` pinskia at gcc dot gnu dot org
2005-11-25 20:53 ` pinskia at gcc dot gnu dot org
2005-11-25 20:54 ` pinskia at gcc dot gnu dot org
2005-11-25 21:01 ` pinskia at gcc dot gnu dot org
2005-11-25 21:27 ` pinskia at gcc dot gnu dot org
2005-11-25 21:54 ` howarth at nitro dot med dot uc dot edu
2005-11-25 22:06 ` geoffk at gcc dot gnu dot org
2005-11-25 22:43 ` andreast at gcc dot gnu dot org
2005-11-25 22:52 ` jakub at gcc dot gnu dot org
2005-11-25 23:03 ` howarth at nitro dot med dot uc dot edu
2005-11-26  2:27 ` howarth at nitro dot med dot uc dot edu
2005-11-26  2:50 ` howarth at nitro dot med dot uc dot edu
2005-11-28 14:16 ` aoliva at gcc dot gnu dot org
2005-11-28 15:53 ` dir at lanl dot gov
2005-11-29  0:47 ` aoliva at gcc dot gnu dot org
2005-11-29  0:56 ` aoliva at gcc dot gnu dot org
2005-12-09  9:03 ` fxcoudert at gcc dot gnu dot org
2005-12-09  9:12 ` jakub at gcc dot gnu dot org
2005-12-09 13:50 ` jakub at gcc dot gnu dot org
2005-12-13  8:19 ` jakub at gcc dot gnu dot org
2005-12-13  8:31 ` jakub at gcc dot gnu dot org
2005-12-14 13:37 ` jakub 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).