This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: dejagnu version update?
- From: David Edelsohn <dje dot gcc at gmail dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: Jonathan Wakely <jwakely dot gcc at gmail dot com>, Bernhard Reutner-Fischer <rep dot dot dot nop at gmail dot com>, Jakub Jelinek <jakub at redhat dot com>, Jeff Law <law at redhat dot com>, David Malcolm <dmalcolm at redhat dot com>, Mike Stump <mikestump at comcast dot net>, GCC Development <gcc at gcc dot gnu dot org>
- Date: Fri, 25 Aug 2017 09:32:58 -0400
- Subject: Re: dejagnu version update?
- Authentication-results: sourceware.org; auth=none
- References: <CAGWvnynfWZeEm+LoMKdOQb6vv33BLcE38sRxfbKWvues4eYFyg@mail.gmail.com> <CAMe9rOrA2RSJA9g9btXpUaryt7t-oUjpcb0=ZpEgA-HLN8EgLA@mail.gmail.com>
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"
- David