public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: David Edelsohn <dje.gcc@gmail.com>
To: "H.J. Lu" <hjl.tools@gmail.com>
Cc: Jonathan Wakely <jwakely.gcc@gmail.com>,
	Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>,
		Jakub Jelinek <jakub@redhat.com>, Jeff Law <law@redhat.com>,
	David Malcolm <dmalcolm@redhat.com>,
		Mike Stump <mikestump@comcast.net>,
	GCC Development <gcc@gcc.gnu.org>
Subject: Re: dejagnu version update?
Date: Fri, 25 Aug 2017 13:50:00 -0000	[thread overview]
Message-ID: <CAGWvny=Dbobp8iyLGpq+kWYSHrNk78Qeq4HaAfKJKzA=faGjXg@mail.gmail.com> (raw)
In-Reply-To: <CAMe9rOo+taw1eS8gzJgyPdQbmpgfHFQdxN+zpt2aFj2mNEPBSg@mail.gmail.com>

On Fri, Aug 25, 2017 at 9:43 AM, H.J. Lu <hjl.tools@gmail.com> wrote:
> On Fri, Aug 25, 2017 at 6:32 AM, David Edelsohn <dje.gcc@gmail.com> wrote:
>> On Fri, Aug 25, 2017 at 9:24 AM, H.J. Lu <hjl.tools@gmail.com> wrote:
>>> On Fri, Aug 25, 2017 at 6:01 AM, David Edelsohn <dje.gcc@gmail.com> wrote:
>>>> FYI, DejaGNU 1.6.1 is not compatible with the GCC Testsuite.  The GCC
>>>> Testsuite uses "unsetenv" in multiple instances and that feature has
>>>> been removed from DejaGNU.  The testsuite is going to experience
>>>> DejaGNU errors when Fedora or OpenSUSE upgrades to a more recent
>>>> DejaGNU in the 1.6 series.
>>>>
>>>
>>> I am running Fedora 26 with dejagnu-1.6-2.fc26.  What should I
>>> look for?
>>
>> ERROR: (DejaGnu) proc "unsetenv GCC_EXEC_PREFIX" does not exist.
>> The error code is NONE
>> The info on the error is:
>> invalid command name "unsetenv"
>>     while executing
>> "::tcl_unknown unsetenv GCC_EXEC_PREFIX"
>>     ("uplevel" body line 1)
>>     invoked from within
>> "uplevel 1 ::tcl_unknown $args"
>>
>
> I checked my log.  I didn't see them.  Which log file do they appear in?

All log files.  I don't know what is different about the invocation of
DejaGNU directives used by testcases on x86 that avoids the problem in
your runs.

One can see references to unsetenv in GCC Testsuite and those are not
valid for DejaGNU 1.6.1+.

- David

  reply	other threads:[~2017-08-25 13:50 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-25 13:25 David Edelsohn
2017-08-25 13:33 ` H.J. Lu
2017-08-25 13:35   ` David Edelsohn
2017-08-25 13:50     ` H.J. Lu
2017-08-25 13:50       ` David Edelsohn [this message]
2017-08-25 13:55       ` Rainer Orth
2017-08-25 17:47         ` David Edelsohn
2017-08-25 18:33           ` Winfried Magerl
2017-09-06 18:49           ` Jonathan Wakely
2017-09-06 19:19             ` David Edelsohn
  -- strict thread matches above, loose matches on Subject: below --
2020-05-13 10:26 DejaGnu/GCC testsuite behavior regarding multiple 'dg-do' Thomas Schwinge
2020-05-13 16:51 ` dejagnu version update? Mike Stump
2020-05-13 17:43   ` Jonathan Wakely
2020-05-13 18:29     ` Rainer Orth
2020-05-13 23:43       ` Maciej W. Rozycki
2020-05-14 14:08         ` Rainer Orth
2020-05-14 15:12           ` Rob Savoye
2020-05-14 16:08             ` David Edelsohn
2020-05-14 16:45               ` Rob Savoye
2020-05-14 18:11                 ` Tom Tromey
2020-05-16  0:22                   ` Mike Stump
2020-05-16  0:47                     ` Rob Savoye
2020-05-15  1:50                 ` Jacob Bachmeyer
2020-05-14 23:34             ` Maciej W. Rozycki
2020-05-15  0:33               ` Rob Savoye
2020-05-16 23:45                 ` Maciej W. Rozycki
2020-05-17  3:30                   ` Siddhesh Poyarekar
2020-05-17  3:48                   ` Rob Savoye
2020-05-17  4:09                     ` Andrew Pinski
2020-05-17 19:43                     ` Maciej W. Rozycki
2020-05-17 19:55                       ` Rob Savoye
2020-05-27  0:55                         ` Rob Savoye
2020-05-27  1:20                           ` Maciej W. Rozycki
2020-05-27  1:55                             ` Rob Savoye
2020-06-09 20:12                               ` Maciej W. Rozycki
2020-06-10  2:33                                 ` Jacob Bachmeyer
2020-06-12 16:28                               ` Christophe Lyon
2020-05-14 15:46           ` Maciej W. Rozycki
2020-05-14  6:44     ` Christophe Lyon
2020-05-14  8:45       ` Jonathan Wakely
2020-05-13 18:20   ` Rob Savoye
     [not found] <1441916913-11547-1-git-send-email-dmalcolm@redhat.com>
     [not found] ` <1441916913-11547-3-git-send-email-dmalcolm@redhat.com>
     [not found]   ` <55F720E6.7020709@redhat.com>
     [not found]     ` <4CB1399A-23A6-44F7-A25F-ECBD953E03A0@gmail.com>
     [not found]       ` <55F74C3D.50504@redhat.com>
2015-09-15 19:21         ` Mike Stump
2015-09-15 19:23           ` David Malcolm
2015-09-15 20:11             ` Jeff Law
2015-09-15 20:51               ` Bernhard Reutner-Fischer
2017-05-13 10:24                 ` Bernhard Reutner-Fischer
2017-05-13 10:38                   ` Jakub Jelinek
2017-05-13 20:39                     ` Jeff Law
2017-05-14 22:10                       ` NightStrike
2017-05-15  8:06                         ` Richard Biener
2017-05-15 19:18                           ` Mike Stump
2017-05-15 20:41                             ` Andreas Schwab
2017-05-16  9:54                     ` Jonathan Wakely
2017-05-16 12:13                       ` Bernhard Reutner-Fischer
2017-05-16 12:16                         ` Jonathan Wakely
2017-05-16 12:35                           ` Bernhard Reutner-Fischer
2017-05-16 18:34                             ` Matthias Klose
2017-05-16 19:08                           ` Mike Stump
2018-08-04 16:32                             ` Bernhard Reutner-Fischer
2018-08-06 14:33                               ` Jonathan Wakely
2018-08-06 15:26                               ` Mike Stump
2018-08-07 16:34                                 ` Segher Boessenkool
2018-08-08 11:18                                   ` Bernhard Reutner-Fischer
2018-08-08 13:35                                     ` Richard Earnshaw (lists)
2018-08-08 14:37                                     ` Michael Matz
2018-08-08 16:45                                     ` Segher Boessenkool
2021-10-27 23:00                               ` Bernhard Reutner-Fischer
2021-10-28 19:11                                 ` Jeff Law
2015-09-15 19:25           ` Bernhard Reutner-Fischer
2015-09-15 20:05             ` Jeff Law
2015-09-15 23:28               ` Mike Stump
2015-09-16  8:18                 ` Andreas Schwab
2015-09-16 16:20                   ` Mike Stump
2015-09-16 16:32                     ` Ramana Radhakrishnan
2015-09-16 16:48                       ` Jeff Law
2015-09-16 17:38                         ` Trevor Saunders
2017-05-15 15:54                           ` Martin Jambor
2017-05-15 18:05                             ` Pedro Alves
2015-09-16 17:57                         ` David Malcolm
2015-09-16 19:35                           ` Bernhard Reutner-Fischer
2015-09-16 20:22                             ` Mike Stump
2015-09-17  2:28                           ` Segher Boessenkool
2015-09-17 15:15                         ` Richard Earnshaw
2015-09-16 18:13                       ` Mike Stump
2015-09-16 19:02                         ` Bernhard Reutner-Fischer
2015-09-16 19:43                         ` Ramana Radhakrishnan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAGWvny=Dbobp8iyLGpq+kWYSHrNk78Qeq4HaAfKJKzA=faGjXg@mail.gmail.com' \
    --to=dje.gcc@gmail.com \
    --cc=dmalcolm@redhat.com \
    --cc=gcc@gcc.gnu.org \
    --cc=hjl.tools@gmail.com \
    --cc=jakub@redhat.com \
    --cc=jwakely.gcc@gmail.com \
    --cc=law@redhat.com \
    --cc=mikestump@comcast.net \
    --cc=rep.dot.nop@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).