public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* egcs-980328 on i586-pc-linux-gnu test results
@ 1998-03-31  0:46 Horst von Brand
  1998-04-03 21:52 ` Jim Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: Horst von Brand @ 1998-03-31  0:46 UTC (permalink / raw)
  To: egcs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2380 bytes --]

glibc-2.0.7-4 (RedHat-5.0 update), binutils-2.8.1.0.27, dejagnu-971222 +
H. J. Lu's lookfor_dir_with_trigger patch
--enable-{shared,threads,haifa}
{C,CXX,F77}FLAGS = -O2 -fomit-frame-pointer -march=pentium

The compilation of f/expr.c crashes with signal 6 (the same results are
obtained with binutils-2.8.1.0.25, BTW). I built the third stage by hand to
run the tests. "make compare" in gcc didn't find differences.

[...]
make[1]: Entering directory `/usr/local/src/BUILD/egcs-980328/libraries/libstdc++'
Makefile:78: *** target pattern contains no `%'.  Stop.
make[1]: Leaving directory `/usr/local/src/BUILD/egcs-980328/libraries/libstdc++'
make: *** [all-target-libstdc++] Error 2

Sure enough, the offending line reads:

/usr/local/src/BUILD/egcs-980328/configure: ./../libio/config.shared: No such file or directory

Seems this is a script that should be run by the shell, but is invoked
directly?


WARNING: Couldn't find the global config file.
Test Run By root on Sun Mar 29 17:10:12 1998
Target is i386-redhat-linux-gnu
Host   is i586-pc-linux-gnu

		=== gcc tests ===

FAIL: gcc.dg/980226-1.c (test for excess errors)
FAIL: gcc.dg/980312-1.c (test for excess errors)

		=== gcc Summary ===

# of expected passes		5993
# of unexpected failures	2
# of expected failures		6
# of unsupported tests		10

WARNING: Couldn't find the global config file.
Test Run By root on Sun Mar 29 17:49:45 1998
Target is i386-redhat-linux-gnu
Host   is i586-pc-linux-gnu

		=== g++ tests ===

FAIL: g++.eh/spec3.C  Execution test
XPASS: g++.law/visibility22.C (test for excess errors)
XPASS: g++.law/visibility23.C (test for excess errors)
XPASS: g++.mike/ns3.C  (test for errors, line 1)

		=== g++ Summary ===

# of expected passes		3776
# of unexpected failures	1
# of unexpected successes	3
# of expected failures		74
# of untested testcases		10

WARNING: Couldn't find the global config file.
Test Run By root on Sun Mar 29 18:28:54 1998
Target is i386-redhat-linux-gnu
Host   is i586-pc-linux-gnu

		=== g77 tests ===

		=== g77 Summary ===

# of expected passes		168


The g77 results are bogus, g77 built was finished with egcs-980321 (my
default C compiler here).

I consider this to be poisonous, and won't install it.
-- 
Horst von Brand                             vonbrand@sleipnir.valparaiso.cl
Casilla 9G, Viña del Mar, Chile                               +56 32 672616

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

* Re: egcs-980328 on i586-pc-linux-gnu test results
  1998-03-31  0:46 egcs-980328 on i586-pc-linux-gnu test results Horst von Brand
@ 1998-04-03 21:52 ` Jim Wilson
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Wilson @ 1998-04-03 21:52 UTC (permalink / raw)
  To: Horst von Brand; +Cc: egcs

	/usr/local/src/BUILD/egcs-980328/configure: ./../libio/config.shared: No such file or directory

configure invokes the config.shared script, which echoes stuff into the
Makefile.  If there is an error while invoking this script, then the error
goes into the Makefile.  You probably want to check and try to figure out
why the error happened.  Is the pathname correct?  Do you actually have the
file?

Search for config.shared in $srcdir/libstdc++/configure.in to see where this
script is executed.

Did you perhaps configure in the source directory?  We have a lot of trouble
keeping that working.  Configuring in a different directory generally is much
more likely to work.  E.g.
	mkdir objdir
	cd objdir
	../configure

Jim




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

end of thread, other threads:[~1998-04-03 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-03-31  0:46 egcs-980328 on i586-pc-linux-gnu test results Horst von Brand
1998-04-03 21:52 ` Jim Wilson

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