Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Bernd Edlinger <bernd.edlinger@hotmail.de>
To: Pedro Alves <palves@redhat.com>
Cc: GDB Patches <gdb-patches@sourceware.org>,
	Doug Evans <dje@google.com>,	Mike Frysinger <vapier@gentoo.org>
Subject: RE: [PATCH] Enable building GDB without installed libtermcap
Date: Thu, 26 Feb 2015 19:15:00 -0000	[thread overview]
Message-ID: <DUB118-W145C810830CC77AF3608AEE4140@phx.gbl> (raw)
In-Reply-To: <54EF5C56.9010101@redhat.com>

Hi,



On Thu, 26 Feb 2015 17:48:06, Pedro Alves wrote:
>
> Yes, but I think we should remove the mingw specific fallback
> a bit above too.
>

yes, and probably these lines too:

  cygwin*)
    if test -d $srcdir/libtermcap; then
      LIBS="../libtermcap/libtermcap.a $LIBS"
      ac_cv_search_tgetent="../libtermcap/libtermcap.a"
    fi ;;


reason: this block is never executed, because
$srcdir/libtermcap points to binutils-gdb/gdb/libtermcap
but it inclues ../libtermcap/libtermcap.a, which assumes
binutils-gdb/libtermcap. However if libtermcap was
there, it is built after gdb, so this would fail anyway.



Thanks
Bernd.
 		 	   		  
From gdb-patches-return-120273-listarch-gdb-patches=sources.redhat.com@sourceware.org Thu Feb 26 19:50:52 2015
Return-Path: <gdb-patches-return-120273-listarch-gdb-patches=sources.redhat.com@sourceware.org>
Delivered-To: listarch-gdb-patches@sources.redhat.com
Received: (qmail 105446 invoked by alias); 26 Feb 2015 19:50:52 -0000
Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <gdb-patches.sourceware.org>
List-Subscribe: <mailto:gdb-patches-subscribe@sourceware.org>
List-Archive: <http://sourceware.org/ml/gdb-patches/>
List-Post: <mailto:gdb-patches@sourceware.org>
List-Help: <mailto:gdb-patches-help@sourceware.org>, <http://sourceware.org/ml/#faqs>
Sender: gdb-patches-owner@sourceware.org
Delivered-To: mailing list gdb-patches@sourceware.org
Received: (qmail 105437 invoked by uid 89); 26 Feb 2015 19:50:51 -0000
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2
X-HELO: mail-vc0-f174.google.com
Received: from mail-vc0-f174.google.com (HELO mail-vc0-f174.google.com) (209.85.220.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 26 Feb 2015 19:50:50 +0000
Received: by mail-vc0-f174.google.com with SMTP id id10so4812959vcb.5        for <gdb-patches@sourceware.org>; Thu, 26 Feb 2015 11:50:48 -0800 (PST)
MIME-Version: 1.0
X-Received: by 10.52.126.233 with SMTP id nb9mr9918562vdb.71.1424980248139; Thu, 26 Feb 2015 11:50:48 -0800 (PST)
Received: by 10.52.146.73 with HTTP; Thu, 26 Feb 2015 11:50:48 -0800 (PST)
In-Reply-To: <20150225151646.GA30181@adacore.com>
References: <CAAyhtXSnc_frS-2PKQDt_wDL+=FN9GPkJeWRo_Yn=ez1CYL4uw@mail.gmail.com>	<20130926165939.GA5440@adacore.com>	<CAAyhtXTmrJ04BVhziaFnogGyWLz7+G+Qwbc9UnHJkrEbDgTjFw@mail.gmail.com>	<20131004073447.GB3326@adacore.com>	<20150225151646.GA30181@adacore.com>
Date: Thu, 26 Feb 2015 19:50:00 -0000
Message-ID: <CAAyhtXRC8DFk0SdfLoQvhWk_+h5AFZW2QmXQ6RcdCVC9Asx9Vw@mail.gmail.com>
Subject: Re: Setting parity for remote serial
From: Yurij Grechishhev <yurij.grechishhev@gmail.com>
To: Joel Brobecker <brobecker@adacore.com>
Cc: gdb-patches@sourceware.org
Content-Type: text/plain; charset=UTF-8
X-SW-Source: 2015-02/txt/msg00786.txt.bz2
Content-length: 1262

Hi Joel,
Glad to hear that this patch is still needed.
I believe, all questions with FSF copyright assignments had been resolved?
Please, let me know what I should do to complete this contribution.

Thank you

WBR,
Yury

2015-02-25 19:16 GMT+04:00 Joel Brobecker <brobecker@adacore.com>:
> Hello,
>
> On Fri, Oct 04, 2013 at 09:34:47AM +0200, Joel Brobecker wrote:
>> Thanks for your reply, Yurij.
>>
>> > > Any update on this patch?
>> > No updates
>>
>> Is there anything I can do to help this patch come through? I was
>> under the impression that it had stalled waiting for your assignment
>> to come through.
>>
>> > > I don't see you on file at the FSF regarding copyright assignment. What's
>> > the status on this?
>> > I think, assignment/disclaimer process with the FSF is currently complete.
>>
>> I had actually searched the records prior to sending the question.
>> Was the assignment done under a different name or maybe under a
>> university or employer's name?
>
> This is a feature that we would like to have. Unfortunately, since
> we lost contact with Yurij, unless we hear from him again, we will
> ask someone at AdaCore who hasn't seen the patch to implement
> a similar feature. Once we have that, we'll contribute it here.
>
> --
> Joel


      parent reply	other threads:[~2015-02-26 19:15 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <DUB118-W1951908395674D538A9BBDE4280@phx.gbl>
2015-02-23 16:06 ` Pedro Alves
2015-02-23 16:18   ` Pedro Alves
2015-02-23 19:27     ` Mike Frysinger
2015-02-23 19:44       ` Eli Zaretskii
2015-02-23 20:33         ` Mike Frysinger
2015-02-23 21:00           ` Eli Zaretskii
2015-02-24 18:18     ` Bernd Edlinger
2015-02-24 19:34       ` Mike Frysinger
2015-02-24 20:29         ` Doug Evans
2015-02-26 17:29           ` Pedro Alves
2015-02-26 17:48       ` Pedro Alves
2015-02-26 18:00         ` Eli Zaretskii
2015-02-26 18:45           ` Pedro Alves
2015-02-26 18:55             ` Eli Zaretskii
2015-02-26 19:14               ` Pedro Alves
2015-04-02 17:34                 ` Bernd Edlinger
2015-04-06 11:42                   ` Pedro Alves
2015-02-26 19:15         ` Bernd Edlinger [this message]

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=DUB118-W145C810830CC77AF3608AEE4140@phx.gbl \
    --to=bernd.edlinger@hotmail.de \
    --cc=dje@google.com \
    --cc=gdb-patches@sourceware.org \
    --cc=palves@redhat.com \
    --cc=vapier@gentoo.org \
    /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