public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/22097] New: libgfortran build failure on mips-sgi-irix6.5
@ 2005-06-16 21:06 fxcoudert at gcc dot gnu dot org
  2005-06-16 21:08 ` [Bug libfortran/22097] " fxcoudert at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-06-16 21:06 UTC (permalink / raw)
  To: gcc-bugs

Everything builds fine except for:

gmake[2]: Entering directory
`/tmp/gfortran-20050616/ibin/mips-sgi-irix6.5/libgfortran'
/bin/sh ./libtool --mode=compile (CC_FOR_TARGET) -DHAVE_CONFIG_H -I.
-I../../../gcc/libgfortran -I.  -iquote../../../gcc/libgfortran/io  -std=gnu99
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra
-Wwrite-strings (CFLAGS_FOR_TARGET) -c -o environ.lo `test -f
'runtime/environ.c' || echo '../../../gcc/libgfortran/'`runtime/environ.c
/bin/sh: syntax error at line 1 : `(' unexpected
gmake[2]: *** [environ.lo] Error 2

I don't know what to try or how to debug this one... This is a normal build
(languages: c and f95, multilib enabled (default)).

Going into the mips-sgi-irix6.5/libgfortran directory and then doing "gmake"
again works. But then up again in the build directory, it fails:

gmake[3]: *** [multi-do] Error 127
gmake[3]: Leaving directory
`/tmp/gfortran-20050616/ibin/mips-sgi-irix6.5/libgfortran'

I don't understand much about multilib, but it may be such a problem. If that
can help, the mips-sgi-irix6.5 directory now contains:

32/ (which contains libgfortran)
64/ (which contains libgfortran)
libgfortran/

-- 
           Summary: libgfortran build failure on mips-sgi-irix6.5
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: mips-sgi-irix6.5


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


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

* [Bug libfortran/22097] libgfortran build failure on mips-sgi-irix6.5
  2005-06-16 21:06 [Bug libfortran/22097] New: libgfortran build failure on mips-sgi-irix6.5 fxcoudert at gcc dot gnu dot org
@ 2005-06-16 21:08 ` fxcoudert at gcc dot gnu dot org
  2005-06-16 21:32 ` fxcoudert at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-06-16 21:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-06-16 21:08 -------
Here is a missing info: what makes me think this is related to multilib is that
there are successful builds reported on gcc-testresults on this same host, with
multilib disabled.

-- 


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


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

* [Bug libfortran/22097] libgfortran build failure on mips-sgi-irix6.5
  2005-06-16 21:06 [Bug libfortran/22097] New: libgfortran build failure on mips-sgi-irix6.5 fxcoudert at gcc dot gnu dot org
  2005-06-16 21:08 ` [Bug libfortran/22097] " fxcoudert at gcc dot gnu dot org
@ 2005-06-16 21:32 ` fxcoudert at gcc dot gnu dot org
  2005-08-04 12:19 ` fxcoudert at gcc dot gnu dot org
  2005-09-24 12:56 ` fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-06-16 21:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-06-16 21:32 -------
I tried building with "--disable-multilib" and same thing happens. Ideas, anyone?

-- 


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


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

* [Bug libfortran/22097] libgfortran build failure on mips-sgi-irix6.5
  2005-06-16 21:06 [Bug libfortran/22097] New: libgfortran build failure on mips-sgi-irix6.5 fxcoudert at gcc dot gnu dot org
  2005-06-16 21:08 ` [Bug libfortran/22097] " fxcoudert at gcc dot gnu dot org
  2005-06-16 21:32 ` fxcoudert at gcc dot gnu dot org
@ 2005-08-04 12:19 ` fxcoudert at gcc dot gnu dot org
  2005-09-24 12:56 ` fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-08-04 12:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-08-04 12:19 -------
This happens again with fresh CVS (20050804). Still no idea?

-- 


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


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

* [Bug libfortran/22097] libgfortran build failure on mips-sgi-irix6.5
  2005-06-16 21:06 [Bug libfortran/22097] New: libgfortran build failure on mips-sgi-irix6.5 fxcoudert at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-08-04 12:19 ` fxcoudert at gcc dot gnu dot org
@ 2005-09-24 12:56 ` fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-09-24 12:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-09-24 12:56 -------
I don't have access to that mips-sgi-irix6.5 computer anymore, and since nobody
every confirmed this (and there are regular mips-sgi-irix6.5 successful reports
posted to gcc-testresults), this bug is closed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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

end of thread, other threads:[~2005-09-24 12:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-16 21:06 [Bug libfortran/22097] New: libgfortran build failure on mips-sgi-irix6.5 fxcoudert at gcc dot gnu dot org
2005-06-16 21:08 ` [Bug libfortran/22097] " fxcoudert at gcc dot gnu dot org
2005-06-16 21:32 ` fxcoudert at gcc dot gnu dot org
2005-08-04 12:19 ` fxcoudert at gcc dot gnu dot org
2005-09-24 12:56 ` 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).