public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/12631] New: make -k check fails: ERROR: (DejaGnu) proc "exp-debug" does not exist
@ 2003-10-16  0:35 peter at pub-link dot com
  2003-10-16  0:39 ` [Bug bootstrap/12631] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: peter at pub-link dot com @ 2003-10-16  0:35 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: make -k check fails: ERROR: (DejaGnu) proc "exp-debug"
                    does not exist
           Product: gcc
           Version: 3.2.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: peter at pub-link dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: same
  GCC host triplet: sparc-sun-solaris2.7
GCC target triplet: same

Trying to build and test gcc 3.2.3 .  Tools were: gcc 3.1, gmake, gnu as, gnu ld.
Used "configure --prefix=/usr/devel/gcc-3.2.3 --enable-languages=c  
--disable-multilib" .
"make bootstrap" worked without error.
"make -k check"  failed on the very first test:

  WARNING: Couldn't find the global config file.
  Test Run By  peter on  Wed Oct 15 etc.
  Native configuration is sparc-sun-solaris2.7
      ===  gcc tests ===
  ERROR: (DejaGnu) proc "exp-debug" does not exist
  The error code is
  The info on the error is:

     === gcc summary ===

I can't figure out why dejagnu or expect fails.  I'm using dejagnu 1.4.3, 
tcl/tk 8.2, and expect 5.31 .  I can do "expect -d script" and it does go 
into debug mode.

Have I done something wrong?

-- Peter Butterfield


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

* [Bug bootstrap/12631] make -k check fails: ERROR: (DejaGnu) proc "exp-debug" does not exist
  2003-10-16  0:35 [Bug bootstrap/12631] New: make -k check fails: ERROR: (DejaGnu) proc "exp-debug" does not exist peter at pub-link dot com
@ 2003-10-16  0:39 ` pinskia at gcc dot gnu dot org
  2003-10-16  1:43 ` carlo at alinoe dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-16  0:39 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-16 00:39 -------
Here are the versions I use which work:
WARNING: Couldn't find the global config file.
Expect version is       5.26
Tcl version is          8.4
Framework version is    1.4.2.x


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

* [Bug bootstrap/12631] make -k check fails: ERROR: (DejaGnu) proc "exp-debug" does not exist
  2003-10-16  0:35 [Bug bootstrap/12631] New: make -k check fails: ERROR: (DejaGnu) proc "exp-debug" does not exist peter at pub-link dot com
  2003-10-16  0:39 ` [Bug bootstrap/12631] " pinskia at gcc dot gnu dot org
@ 2003-10-16  1:43 ` carlo at alinoe dot com
  2003-10-18  3:18 ` dhazeghi at yahoo dot com
  2003-12-17  4:45 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: carlo at alinoe dot com @ 2003-10-16  1:43 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From carlo at alinoe dot com  2003-10-16 01:43 -------
Subject: Re:  make -k check fails: ERROR: (DejaGnu) proc "exp-debug" does not exist

Here are the versions that I use, which work:

WARNING: Couldn't find the global config file.
Expect version is       5.38.0
Tcl version is          8.3
Framework version is    1.4.3

"exp-debug" is not a file or part of a file that exists on
my machine - nor is it a string that appears anywhere in
the gcc source tree.

My conculsion is that your installation of expect / dejagnu
is broken or too old.


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

* [Bug bootstrap/12631] make -k check fails: ERROR: (DejaGnu) proc "exp-debug" does not exist
  2003-10-16  0:35 [Bug bootstrap/12631] New: make -k check fails: ERROR: (DejaGnu) proc "exp-debug" does not exist peter at pub-link dot com
  2003-10-16  0:39 ` [Bug bootstrap/12631] " pinskia at gcc dot gnu dot org
  2003-10-16  1:43 ` carlo at alinoe dot com
@ 2003-10-18  3:18 ` dhazeghi at yahoo dot com
  2003-12-17  4:45 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-10-18  3:18 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From dhazeghi at yahoo dot com  2003-10-18 03:15 -------
Have you tried adding the following lines (from http://gcc.gnu.org/install/test.html)?

          TCL_LIBRARY = /usr/local/share/tcl8.0
          DEJAGNULIBS = /usr/local/share/dejagnu

Thanks.


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

* [Bug bootstrap/12631] make -k check fails: ERROR: (DejaGnu) proc "exp-debug" does not exist
  2003-10-16  0:35 [Bug bootstrap/12631] New: make -k check fails: ERROR: (DejaGnu) proc "exp-debug" does not exist peter at pub-link dot com
                   ` (2 preceding siblings ...)
  2003-10-18  3:18 ` dhazeghi at yahoo dot com
@ 2003-12-17  4:45 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-17  4:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-17 04:17 -------
This works for me, so closing.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WORKSFORME


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


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

end of thread, other threads:[~2003-12-17  4:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-16  0:35 [Bug bootstrap/12631] New: make -k check fails: ERROR: (DejaGnu) proc "exp-debug" does not exist peter at pub-link dot com
2003-10-16  0:39 ` [Bug bootstrap/12631] " pinskia at gcc dot gnu dot org
2003-10-16  1:43 ` carlo at alinoe dot com
2003-10-18  3:18 ` dhazeghi at yahoo dot com
2003-12-17  4:45 ` pinskia 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).