public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/26893]  New: kinds.h not generated, causing failure
@ 2006-03-27 22:14 quanah at stanford dot edu
  2006-03-27 22:22 ` [Bug libfortran/26893] " ebotcazou at gcc dot gnu dot org
                   ` (33 more replies)
  0 siblings, 34 replies; 35+ messages in thread
From: quanah at stanford dot edu @ 2006-03-27 22:14 UTC (permalink / raw)
  To: gcc-bugs

In building gcc 4.1.0, I get the following error:

config.status: executing gstdint.h commands
config.status: executing gstdint.h commands
make[2]: Entering directory
`/afs/ir.stanford.edu/src/pubsw/languages/gcc-build/sun4x_59/sparc-sun-solaris2.9/libgfortran'
/bin/sh ../../../../gcc-4.1.0/libgfortran/mk-sik-inc.sh
'/afs/ir.stanford.edu/src/pubsw/languages/gcc-build/sun4x_59/./gcc/gfortran
-B/afs/ir.stanford.edu/src/pubsw/languages/gcc-build/sun4x_59/./gcc/
-B/usr/pubsw/sparc-sun-solaris2.9/bin/ -B/usr/pubsw/sparc-sun-solaris2.9/lib/
-isystem /usr/pubsw/sparc-sun-solaris2.9/include -isystem
/usr/pubsw/sparc-sun-solaris2.9/sys-include -I . -Wall -fno-repack-arrays
-fno-underscoring ' > selected_int_kind.inc || rm selected_int_kind.inc
/bin/sh ../../../../gcc-4.1.0/libgfortran/mk-srk-inc.sh
'/afs/ir.stanford.edu/src/pubsw/languages/gcc-build/sun4x_59/./gcc/gfortran
-B/afs/ir.stanford.edu/src/pubsw/languages/gcc-build/sun4x_59/./gcc/
-B/usr/pubsw/sparc-sun-solaris2.9/bin/ -B/usr/pubsw/sparc-sun-solaris2.9/lib/
-isystem /usr/pubsw/sparc-sun-solaris2.9/include -isystem
/usr/pubsw/sparc-sun-solaris2.9/sys-include -I . -Wall -fno-repack-arrays
-fno-underscoring ' > selected_real_kind.inc || rm selected_real_kind.inc
/bin/sh ../../../../gcc-4.1.0/libgfortran/mk-kinds-h.sh
'/afs/ir.stanford.edu/src/pubsw/languages/gcc-build/sun4x_59/./gcc/gfortran
-B/afs/ir.stanford.edu/src/pubsw/languages/gcc-build/sun4x_59/./gcc/
-B/usr/pubsw/sparc-sun-solaris2.9/bin/ -B/usr/pubsw/sparc-sun-solaris2.9/lib/
-isystem /usr/pubsw/sparc-sun-solaris2.9/include -isystem
/usr/pubsw/sparc-sun-solaris2.9/sys-include -I . -Wall -fno-repack-arrays
-fno-underscoring ' > kinds.h || rm kinds.h
../../../../gcc-4.1.0/libgfortran/mk-kinds-h.sh: Unknown type
grep '^#' < kinds.h > kinds.inc
/bin/sh: kinds.h: cannot open
make[2]: *** [kinds.inc] Error 1
make[2]: Leaving directory
`/afs/ir.stanford.edu/src/pubsw/languages/gcc-build/sun4x_59/sparc-sun-solaris2.9/libgfortran'
make[1]: *** [all-target-libgfortran] Error 2
make[1]: Leaving directory
`/afs/ir.stanford.edu/src/pubsw/languages/gcc-build/sun4x_59'
make: *** [all] Error 2


-- 
           Summary: kinds.h not generated, causing failure
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: quanah at stanford dot edu
 GCC build triplet: sparc-sun-solaris2.9
  GCC host triplet: sparc-sun-solaris2.9
GCC target triplet: sparc-sun-solaris2.9


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


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

end of thread, other threads:[~2007-01-20 15:57 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-27 22:14 [Bug libfortran/26893] New: kinds.h not generated, causing failure quanah at stanford dot edu
2006-03-27 22:22 ` [Bug libfortran/26893] " ebotcazou at gcc dot gnu dot org
2006-03-27 22:28 ` quanah at stanford dot edu
2006-03-29 18:45 ` quanah at stanford dot edu
2006-03-29 21:14 ` ebotcazou at gcc dot gnu dot org
2006-03-29 21:49 ` quanah at stanford dot edu
2006-04-29  5:37 ` vapier at gentoo dot org
2006-05-19 17:09 ` quanah at stanford dot edu
2006-05-19 17:14 ` fxcoudert at gcc dot gnu dot org
2006-05-20  6:02 ` ebotcazou at gcc dot gnu dot org
2006-05-30 19:31 ` mt1 at systella dot fr
2006-05-30 19:40 ` ebotcazou at gcc dot gnu dot org
2006-05-31 20:42 ` mt1 at systella dot fr
2006-05-31 21:25 ` ebotcazou at gcc dot gnu dot org
2006-05-31 21:54 ` mt1 at systella dot fr
2006-06-20 23:33 ` langton at gcc dot gnu dot org
2006-06-22 16:55 ` mt1 at systella dot fr
2006-07-13 21:00 ` langton at gcc dot gnu dot org
2006-07-13 21:47 ` steven at gcc dot gnu dot org
2006-10-14  3:46 ` pinskia at gcc dot gnu dot org
2006-12-08 23:10 ` jbuck at gcc dot gnu dot org
2006-12-08 23:17 ` pinskia at gcc dot gnu dot org
2006-12-08 23:34 ` jbuck at gcc dot gnu dot org
2006-12-09 18:14 ` jbuck at gcc dot gnu dot org
2006-12-09 18:45 ` jvdelisle at verizon dot net
2006-12-09 20:11 ` jbuck at gcc dot gnu dot org
2006-12-15  9:03 ` christian dot joensson at gmail dot com
2006-12-15  9:08 ` ebotcazou at gcc dot gnu dot org
2006-12-15 19:38 ` jbuck at gcc dot gnu dot org
2006-12-15 19:51 ` ebotcazou at gcc dot gnu dot org
2007-01-09  7:56 ` fxcoudert at gcc dot gnu dot org
2007-01-09 11:59 ` fxcoudert at gcc dot gnu dot org
2007-01-19  7:12 ` fxcoudert at gcc dot gnu dot org
2007-01-20 15:56 ` [Bug libfortran/26893] [4.1/4.2 only] " fxcoudert at gcc dot gnu dot org
2007-01-20 15:57 ` [Bug libfortran/26893] [4.1 " fxcoudert 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).