public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Problems running "gmake check" on IRIX-6.5 and True64 Unix 4.0E
@ 1999-08-03 15:58 Martin Knoblauch
  1999-08-03 16:07 ` Jeffrey A Law
  1999-08-31 23:20 ` Martin Knoblauch
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Knoblauch @ 1999-08-03 15:58 UTC (permalink / raw)
  To: gcc, gcc-bugs

Hi,

 on two different platforms, I see problems during the "gmake check"
phase of building gcc-2.95. In both cases, the "tool config file for
unix" seems to be missing. Here is the relevant stuff from
mips-sgi-irix6.3:
% gmake check
rootme=`pwd`; export rootme; \
srcdir=`cd ../../gcc-2.95/gcc; pwd` ; export srcdir ; \
cd testsuite; \
EXPECT=`if [ -f ${rootme}/../expect/expect ] ; then echo
${rootme}/../expect/expect ; else echo expect ; fi` ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then  \
   TCL_LIBRARY=`cd .. ; cd ../../gcc-2.95/gcc/../tcl/library ; pwd` ; \
   export TCL_LIBRARY ; fi ; \
`if [ -f ${srcdir}/../dejagnu/runtest ] ; then echo
${srcdir}/../dejagnu/runtest ; else echo runtest; fi` --tool gcc 
WARNING: Couldn't find the global config file.
WARNING: Couldn't find tool init file
Test Run By knobi on Wed Aug  4 00:41:57 1999
Native configuration is mips-sgi-irix6.5

                === gcc tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/egcsroot/share/dejagnu/baseboards/unix.exp as board
description file for target.
Using /usr/egcsroot/share/dejagnu/config/unix.exp as generic interface
file for target.
ERROR: Couldn't find tool config file for unix.

                === gcc Summary ===

Any ideas? It used to work for 2.93.xx snapshots.

Thanks
Martin
-- 
+-----------------------------------------------------+
|Martin Knoblauch                                     |
|-----------------------------------------------------|
| http://www.knobisoft.de |e-mail: <knobi@knobisoft.de>|
|-----------------------------------------------------|
|fax2mail: +49-89-66617-52204                         |
+-----------------------------------------------------+

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

* Re: Problems running "gmake check" on IRIX-6.5 and True64 Unix 4.0E
  1999-08-03 15:58 Problems running "gmake check" on IRIX-6.5 and True64 Unix 4.0E Martin Knoblauch
@ 1999-08-03 16:07 ` Jeffrey A Law
  1999-08-31 23:20   ` Jeffrey A Law
  1999-08-31 23:20 ` Martin Knoblauch
  1 sibling, 1 reply; 4+ messages in thread
From: Jeffrey A Law @ 1999-08-03 16:07 UTC (permalink / raw)
  To: knobi; +Cc: gcc, gcc-bugs

  In message < 37A77212.DEA30D4A@knobisoft.de >you write:
  > Hi,
  > 
  >  on two different platforms, I see problems during the "gmake check"
  > phase of building gcc-2.95. In both cases, the "tool config file for
  > unix" seems to be missing. Here is the relevant stuff from
Please read the FAQ.
jeff

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

* Re: Problems running "gmake check" on IRIX-6.5 and True64 Unix 4.0E
  1999-08-03 16:07 ` Jeffrey A Law
@ 1999-08-31 23:20   ` Jeffrey A Law
  0 siblings, 0 replies; 4+ messages in thread
From: Jeffrey A Law @ 1999-08-31 23:20 UTC (permalink / raw)
  To: knobi; +Cc: gcc, gcc-bugs

  In message < 37A77212.DEA30D4A@knobisoft.de >you write:
  > Hi,
  > 
  >  on two different platforms, I see problems during the "gmake check"
  > phase of building gcc-2.95. In both cases, the "tool config file for
  > unix" seems to be missing. Here is the relevant stuff from
Please read the FAQ.
jeff

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

* Problems running "gmake check" on IRIX-6.5 and True64 Unix 4.0E
  1999-08-03 15:58 Problems running "gmake check" on IRIX-6.5 and True64 Unix 4.0E Martin Knoblauch
  1999-08-03 16:07 ` Jeffrey A Law
@ 1999-08-31 23:20 ` Martin Knoblauch
  1 sibling, 0 replies; 4+ messages in thread
From: Martin Knoblauch @ 1999-08-31 23:20 UTC (permalink / raw)
  To: gcc, gcc-bugs

Hi,

 on two different platforms, I see problems during the "gmake check"
phase of building gcc-2.95. In both cases, the "tool config file for
unix" seems to be missing. Here is the relevant stuff from
mips-sgi-irix6.3:
% gmake check
rootme=`pwd`; export rootme; \
srcdir=`cd ../../gcc-2.95/gcc; pwd` ; export srcdir ; \
cd testsuite; \
EXPECT=`if [ -f ${rootme}/../expect/expect ] ; then echo
${rootme}/../expect/expect ; else echo expect ; fi` ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then  \
   TCL_LIBRARY=`cd .. ; cd ../../gcc-2.95/gcc/../tcl/library ; pwd` ; \
   export TCL_LIBRARY ; fi ; \
`if [ -f ${srcdir}/../dejagnu/runtest ] ; then echo
${srcdir}/../dejagnu/runtest ; else echo runtest; fi` --tool gcc 
WARNING: Couldn't find the global config file.
WARNING: Couldn't find tool init file
Test Run By knobi on Wed Aug  4 00:41:57 1999
Native configuration is mips-sgi-irix6.5

                === gcc tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/egcsroot/share/dejagnu/baseboards/unix.exp as board
description file for target.
Using /usr/egcsroot/share/dejagnu/config/unix.exp as generic interface
file for target.
ERROR: Couldn't find tool config file for unix.

                === gcc Summary ===

Any ideas? It used to work for 2.93.xx snapshots.

Thanks
Martin
-- 
+-----------------------------------------------------+
|Martin Knoblauch                                     |
|-----------------------------------------------------|
| http://www.knobisoft.de |e-mail: <knobi@knobisoft.de>|
|-----------------------------------------------------|
|fax2mail: +49-89-66617-52204                         |
+-----------------------------------------------------+

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

end of thread, other threads:[~1999-08-31 23:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-03 15:58 Problems running "gmake check" on IRIX-6.5 and True64 Unix 4.0E Martin Knoblauch
1999-08-03 16:07 ` Jeffrey A Law
1999-08-31 23:20   ` Jeffrey A Law
1999-08-31 23:20 ` Martin Knoblauch

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).