public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
To: David Malcolm <dmalcolm@redhat.com>,Jeff Law <law@redhat.com>
Cc: Ramana Radhakrishnan <ramana.radhakrishnan@foss.arm.com>,Mike
	Stump <mikestump@comcast.net>,Andreas Schwab
	<schwab@suse.de>,gcc-patches List <gcc-patches@gcc.gnu.org>,GCC
	Development <gcc@gcc.gnu.org>
Subject: Re: dejagnu version update?
Date: Wed, 16 Sep 2015 19:35:00 -0000	[thread overview]
Message-ID: <065237CF-10B6-4065-B4F7-7B1F584566E6@gmail.com> (raw)
In-Reply-To: <1442425182.32352.105.camel@surprise>

On September 16, 2015 7:39:42 PM GMT+02:00, David Malcolm <dmalcolm@redhat.com> wrote:
>On Wed, 2015-09-16 at 10:36 -0600, Jeff Law wrote:
>> On 09/16/2015 10:25 AM, Ramana Radhakrishnan wrote:
>> >
>> >
>> > On 16/09/15 17:14, Mike Stump wrote:
>> >> On Sep 16, 2015, at 12:29 AM, Andreas Schwab <schwab@suse.de>
>> >> wrote:
>> >>> Mike Stump <mikestump@comcast.net> writes:
>> >>>
>> >>>> The software presently works with 1.4.4 and there aren’t any
>> >>>> changes that require anything newer.
>> >>>
>> >>> SLES 12 has 1.4.4.
>> >>
>> >> Would be nice to cover them as well, but their update schedule,
>3-4
>> >> years, means that their next update is 2018.  They didn’t update
>to
>> >> a 3 year old stable release of dejagnu for their last OS, meaning
>> >> they are on a > 7 year update cycle.  I love embedded and really
>> >> long term support cycles (20 years), but, don’t think we should
>> >> cater to the 20 year cycle just yet.  :-)  Since 7 is
>substantially
>> >> longer than 2, I don’t think we should worry about it.  If they
>had
>> >> updated at the time, they would have had 3 years of engineering
>and
>> >> testing before the release and _had_ 1.5.
>> >>
>> >
>> > Sorry about the obvious (possibly dumb) question.
>> >
>> > Can't we just import a copy of dejagnu each year and install it as
>> > part of the source tree ? I can't imagine installing dejagnu is
>> > adding a huge amount of time to build and regression test time ?
>> > Advantage is that everyone is guaranteed to be on the same version.
>I
>> > fully expect resistance due to specific issues with specific
>versions
>> > of tcl and expect, but if folks aren't aware of this .....
>> That should work -- certainly that's the way we used to do things at 
>> Cygnus.  Some of that code may have bitrotted as single tree builds
>have 
>> fallen out-of-favor through the years.
>> 
>> As to whether or  not its a good idea.  I'm torn -- I don't like
>copying 
>> code from other repos because of the long term maintenance concerns.
>> 
>> I'd rather just move to 1.5 and get on with things. 
>
>AIUI, we specifically need >= 1.5.3 (or a version with a backport) to
>get support for multiple load_lib paths mentioned by Bernhard, which is
>what motivated this thread (on gcc-patches, before it spread to the gcc
>list):
> https://gcc.gnu.org/ml/gcc-patches/2015-09/msg01196.html
> https://gcc.gnu.org/ml/gcc-patches/2015-09/msg00983.html

And
https://gcc.gnu.org/ml/gcc-patches/2015-04/msg01395.html

Where Joseph said he'd wait some more.. I had thought I asked longer ago than that, time flies if one has fun.

I'd just require 1.5.3 just to avoid the time needed by folks to workaround those silly ordering gotchas and load cascades that propagate through the tree. Admittedly not my call but a pity IMHO.

Thanks,

  reply	other threads:[~2015-09-16 19:02 UTC|newest]

Thread overview: 94+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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
2021-10-29  0:41                                   ` [PATCH] Bump required minimum DejaGnu version to 1.5.3 Bernhard Reutner-Fischer
2021-10-29  7:32                                     ` Richard Biener
2021-11-04 11:55                                       ` Segher Boessenkool
2021-11-04 12:22                                         ` Martin Liška
2021-11-04 19:09                                           ` Segher Boessenkool
2021-11-05  9:33                                             ` Richard Biener
2021-11-05 11:39                                               ` Jonathan Wakely
2021-11-04 12:41                                         ` Richard Biener
2021-11-04 13:50                                           ` Jonathan Wakely
2015-09-15 19:25           ` dejagnu version update? 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 [this message]
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
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
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
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

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=065237CF-10B6-4065-B4F7-7B1F584566E6@gmail.com \
    --to=rep.dot.nop@gmail.com \
    --cc=dmalcolm@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gcc@gcc.gnu.org \
    --cc=law@redhat.com \
    --cc=mikestump@comcast.net \
    --cc=ramana.radhakrishnan@foss.arm.com \
    --cc=schwab@suse.de \
    /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).