public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* readline 4.2 update
@ 2002-06-27 18:18 David O'Brien
  2002-07-05  8:52 ` Albert Chin
  0 siblings, 1 reply; 11+ messages in thread
From: David O'Brien @ 2002-06-27 18:18 UTC (permalink / raw)
  To: gdb

Would it be possible for src/readline to be updated to 4.2 before the
next major GDB release?  At the moment it is impossible to build stock
sources with the latest stock libreadline (which is installed as a
separate lib in FreeBSD) due to conflicting definitions of `tilde_expand'
in gdb/defs.h.

-- 
-- David  (obrien@FreeBSD.org)

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

* Re: readline 4.2 update
  2002-06-27 18:18 readline 4.2 update David O'Brien
@ 2002-07-05  8:52 ` Albert Chin
  2002-07-05  9:02   ` David O'Brien
  0 siblings, 1 reply; 11+ messages in thread
From: Albert Chin @ 2002-07-05  8:52 UTC (permalink / raw)
  To: David O'Brien; +Cc: gdb

On Thu, Jun 27, 2002 at 06:18:45PM -0700, David O'Brien wrote:
> Would it be possible for src/readline to be updated to 4.2 before the
> next major GDB release?  At the moment it is impossible to build stock
> sources with the latest stock libreadline (which is installed as a
> separate lib in FreeBSD) due to conflicting definitions of `tilde_expand'
> in gdb/defs.h.

Latest readline version is 4.2a.

-- 
albert chin (china@thewrittenword.com)

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

* Re: readline 4.2 update
  2002-07-05  8:52 ` Albert Chin
@ 2002-07-05  9:02   ` David O'Brien
  2002-07-05 10:46     ` Christopher Faylor
  0 siblings, 1 reply; 11+ messages in thread
From: David O'Brien @ 2002-07-05  9:02 UTC (permalink / raw)
  To: gdb

On Fri, Jul 05, 2002 at 10:49:07AM -0500, Albert Chin wrote:
> On Thu, Jun 27, 2002 at 06:18:45PM -0700, David O'Brien wrote:
> > Would it be possible for src/readline to be updated to 4.2 before the
> > next major GDB release?  At the moment it is impossible to build stock
> > sources with the latest stock libreadline (which is installed as a
> > separate lib in FreeBSD) due to conflicting definitions of `tilde_expand'
> > in gdb/defs.h.
> 
> Latest readline version is 4.2a.

Works for me too. :-)
But I haven't heard any opinion about updating readline.

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

* Re: readline 4.2 update
  2002-07-05  9:02   ` David O'Brien
@ 2002-07-05 10:46     ` Christopher Faylor
  2002-07-14 17:56       ` Elena Zannoni
  0 siblings, 1 reply; 11+ messages in thread
From: Christopher Faylor @ 2002-07-05 10:46 UTC (permalink / raw)
  To: gdb

On Fri, Jul 05, 2002 at 09:02:35AM -0700, David O'Brien wrote:
>On Fri, Jul 05, 2002 at 10:49:07AM -0500, Albert Chin wrote:
>> On Thu, Jun 27, 2002 at 06:18:45PM -0700, David O'Brien wrote:
>> > Would it be possible for src/readline to be updated to 4.2 before the
>> > next major GDB release?  At the moment it is impossible to build stock
>> > sources with the latest stock libreadline (which is installed as a
>> > separate lib in FreeBSD) due to conflicting definitions of `tilde_expand'
>> > in gdb/defs.h.
>> 
>> Latest readline version is 4.2a.
>
>Works for me too. :-)
>But I haven't heard any opinion about updating readline.

I'm sure it's just a matter of tuit cycles for the person responsible for
importing readline.

cgf

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

* Re: readline 4.2 update
  2002-07-05 10:46     ` Christopher Faylor
@ 2002-07-14 17:56       ` Elena Zannoni
  2002-07-18  6:46         ` Elena Zannoni
  0 siblings, 1 reply; 11+ messages in thread
From: Elena Zannoni @ 2002-07-14 17:56 UTC (permalink / raw)
  To: Christopher Faylor; +Cc: gdb

Christopher Faylor writes:
 > On Fri, Jul 05, 2002 at 09:02:35AM -0700, David O'Brien wrote:
 > >On Fri, Jul 05, 2002 at 10:49:07AM -0500, Albert Chin wrote:
 > >> On Thu, Jun 27, 2002 at 06:18:45PM -0700, David O'Brien wrote:
 > >> > Would it be possible for src/readline to be updated to 4.2 before the
 > >> > next major GDB release?  At the moment it is impossible to build stock
 > >> > sources with the latest stock libreadline (which is installed as a
 > >> > separate lib in FreeBSD) due to conflicting definitions of `tilde_expand'
 > >> > in gdb/defs.h.
 > >> 
 > >> Latest readline version is 4.2a.
 > >
 > >Works for me too. :-)
 > >But I haven't heard any opinion about updating readline.
 > 
 > I'm sure it's just a matter of tuit cycles for the person responsible for
 > importing readline.
 > 
 > cgf

Yes, that would be me. I'll bump up the priority of the task.

Elena

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

* Re: readline 4.2 update
  2002-07-14 17:56       ` Elena Zannoni
@ 2002-07-18  6:46         ` Elena Zannoni
  2002-08-22 12:48           ` David O'Brien
  0 siblings, 1 reply; 11+ messages in thread
From: Elena Zannoni @ 2002-07-18  6:46 UTC (permalink / raw)
  To: gdb

Elena Zannoni writes:
 > Christopher Faylor writes:
 >  > On Fri, Jul 05, 2002 at 09:02:35AM -0700, David O'Brien wrote:
 >  > >On Fri, Jul 05, 2002 at 10:49:07AM -0500, Albert Chin wrote:
 >  > >> On Thu, Jun 27, 2002 at 06:18:45PM -0700, David O'Brien wrote:
 >  > >> > Would it be possible for src/readline to be updated to 4.2 before the
 >  > >> > next major GDB release?  At the moment it is impossible to build stock
 >  > >> > sources with the latest stock libreadline (which is installed as a
 >  > >> > separate lib in FreeBSD) due to conflicting definitions of `tilde_expand'
 >  > >> > in gdb/defs.h.
 >  > >> 
 >  > >> Latest readline version is 4.2a.
 >  > >
 >  > >Works for me too. :-)
 >  > >But I haven't heard any opinion about updating readline.
 >  > 
 >  > I'm sure it's just a matter of tuit cycles for the person responsible for
 >  > importing readline.
 >  > 
 >  > cgf
 > 
 > Yes, that would be me. I'll bump up the priority of the task.
 > 
 > Elena


Ah, readline4.3 just came out....

Elena

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

* Re: readline 4.2 update
  2002-07-18  6:46         ` Elena Zannoni
@ 2002-08-22 12:48           ` David O'Brien
  2002-08-22 13:07             ` Andrew Cagney
  2002-08-22 13:15             ` Elena Zannoni
  0 siblings, 2 replies; 11+ messages in thread
From: David O'Brien @ 2002-08-22 12:48 UTC (permalink / raw)
  To: Elena Zannoni; +Cc: gdb

Its been _over_ am month now since your responce.  And 2 months since my
request to do this, and over a year since you said you would import 4.2
when you got "a spare moment".  Please either do it, or give me
permission to do it.  FreeBSD needs this, SuSE needs this as we both link
gdb with a system libreadline.

-- David  (obrien@FreeBSD.org)


On Thu, Jul 18, 2002 at 09:45:08AM -0400, Elena Zannoni wrote:
> Elena Zannoni writes:
>  > Christopher Faylor writes:
>  >  > On Fri, Jul 05, 2002@09:02:35AM -0700, David O'Brien wrote:
>  >  > >On Fri, Jul 05, 2002@10:49:07AM -0500, Albert Chin wrote:
>  >  > >> On Thu, Jun 27, 2002@06:18:45PM -0700, David O'Brien wrote:
>  >  > >> > Would it be possible for src/readline to be updated to 4.2 before the
>  >  > >> > next major GDB release?  At the moment it is impossible to build stock
>  >  > >> > sources with the latest stock libreadline (which is installed as a
>  >  > >> > separate lib in FreeBSD) due to conflicting definitions of `tilde_expand'
>  >  > >> > in gdb/defs.h.
>  >  > >> 
>  >  > >> Latest readline version is 4.2a.
>  >  > >
>  >  > >Works for me too. :-)
>  >  > >But I haven't heard any opinion about updating readline.
>  >  > 
>  >  > I'm sure it's just a matter of tuit cycles for the person responsible for
>  >  > importing readline.
>  >  > cgf
>  > 
>  > Yes, that would be me. I'll bump up the priority of the task.
>  > Elena
> 
> Ah, readline4.3 just came out....
> Elena

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

* Re: readline 4.2 update
  2002-08-22 12:48           ` David O'Brien
@ 2002-08-22 13:07             ` Andrew Cagney
  2002-08-22 13:12               ` David O'Brien
  2002-08-22 13:15             ` Elena Zannoni
  1 sibling, 1 reply; 11+ messages in thread
From: Andrew Cagney @ 2002-08-22 13:07 UTC (permalink / raw)
  To: obrien; +Cc: Elena Zannoni, gdb

> Its been _over_ am month now since your responce.  And 2 months since my
> request to do this, and over a year since you said you would import 4.2
> when you got "a spare moment".  Please either do it, or give me
> permission to do it.  FreeBSD needs this, SuSE needs this as we both link
> gdb with a system libreadline.

Just FYI,

GDB 5.3 branches in ~< two weeks, so I don't know that doing an import 
now is a good idea :-/

Hmm, given that a GDB distro already needs to be bundled in with its own 
private version of BFD and OPCODES, I can't see why READLINE should be 
treated differently.

enjoy,
Andrew


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

* Re: readline 4.2 update
  2002-08-22 13:07             ` Andrew Cagney
@ 2002-08-22 13:12               ` David O'Brien
  0 siblings, 0 replies; 11+ messages in thread
From: David O'Brien @ 2002-08-22 13:12 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: Elena Zannoni, gdb

On Thu, Aug 22, 2002 at 04:06:57PM -0400, Andrew Cagney wrote:
> >Its been _over_ am month now since your responce.  And 2 months since my
> >request to do this, and over a year since you said you would import 4.2
> >when you got "a spare moment".  Please either do it, or give me
> >permission to do it.  FreeBSD needs this, SuSE needs this as we both link
> >gdb with a system libreadline.
> 
> Just FYI,
> 
> GDB 5.3 branches in ~< two weeks, so I don't know that doing an import 
> now is a good idea :-/

*sigh* that's why I asked about this a while back.  Can I get permission
to upgrade to readline 4.3 in HEAD after the branch?

> Hmm, given that a GDB distro already needs to be bundled in with its own 
> private version of BFD and OPCODES, I can't see why READLINE should be 
> treated differently.

People do it anyway. :-)
 
-- 
-- David  (obrien@FreeBSD.org)

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

* Re: readline 4.2 update
  2002-08-22 12:48           ` David O'Brien
  2002-08-22 13:07             ` Andrew Cagney
@ 2002-08-22 13:15             ` Elena Zannoni
  2002-08-22 13:22               ` Daniel Jacobowitz
  1 sibling, 1 reply; 11+ messages in thread
From: Elena Zannoni @ 2002-08-22 13:15 UTC (permalink / raw)
  To: obrien; +Cc: Elena Zannoni, gdb

David O'Brien writes:
 > Its been _over_ am month now since your responce.  And 2 months since my
 > request to do this, and over a year since you said you would import 4.2
 > when you got "a spare moment".  Please either do it, or give me
 > permission to do it.  FreeBSD needs this, SuSE needs this as we both link
 > gdb with a system libreadline.
 > 
 > -- David  (obrien@FreeBSD.org)

sorry. Gdb is supposed to branch on the 4th of September, how about
right after that? Alternatively, would making a branch and importing
readline there help?  Are you linking with 4.2 or 4.3?

Elena




 > 
 > 
 > On Thu, Jul 18, 2002 at 09:45:08AM -0400, Elena Zannoni wrote:
 > > Elena Zannoni writes:
 > >  > Christopher Faylor writes:
 > >  >  > On Fri, Jul 05, 2002@09:02:35AM -0700, David O'Brien wrote:
 > >  >  > >On Fri, Jul 05, 2002@10:49:07AM -0500, Albert Chin wrote:
 > >  >  > >> On Thu, Jun 27, 2002@06:18:45PM -0700, David O'Brien wrote:
 > >  >  > >> > Would it be possible for src/readline to be updated to 4.2 before the
 > >  >  > >> > next major GDB release?  At the moment it is impossible to build stock
 > >  >  > >> > sources with the latest stock libreadline (which is installed as a
 > >  >  > >> > separate lib in FreeBSD) due to conflicting definitions of `tilde_expand'
 > >  >  > >> > in gdb/defs.h.
 > >  >  > >> 
 > >  >  > >> Latest readline version is 4.2a.
 > >  >  > >
 > >  >  > >Works for me too. :-)
 > >  >  > >But I haven't heard any opinion about updating readline.
 > >  >  > 
 > >  >  > I'm sure it's just a matter of tuit cycles for the person responsible for
 > >  >  > importing readline.
 > >  >  > cgf
 > >  > 
 > >  > Yes, that would be me. I'll bump up the priority of the task.
 > >  > Elena
 > > 
 > > Ah, readline4.3 just came out....
 > > Elena

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

* Re: readline 4.2 update
  2002-08-22 13:15             ` Elena Zannoni
@ 2002-08-22 13:22               ` Daniel Jacobowitz
  0 siblings, 0 replies; 11+ messages in thread
From: Daniel Jacobowitz @ 2002-08-22 13:22 UTC (permalink / raw)
  To: Elena Zannoni; +Cc: obrien, gdb

On Thu, Aug 22, 2002 at 04:13:58PM -0400, Elena Zannoni wrote:
> David O'Brien writes:
>  > Its been _over_ am month now since your responce.  And 2 months since my
>  > request to do this, and over a year since you said you would import 4.2
>  > when you got "a spare moment".  Please either do it, or give me
>  > permission to do it.  FreeBSD needs this, SuSE needs this as we both link
>  > gdb with a system libreadline.
>  > 
>  > -- David  (obrien@FreeBSD.org)
> 
> sorry. Gdb is supposed to branch on the 4th of September, how about
> right after that? Alternatively, would making a branch and importing
> readline there help?  Are you linking with 4.2 or 4.3?

FYI, the Debian package contains patches to use a system libreadline
4.3; I want to integrate them but I haven't been able to think of a
clean way to do it, so I'm just holding onto them.  Let me know if you
want a copy.

The nice thing is, 4.3 fixes longstanding problems with Home/End...

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

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

end of thread, other threads:[~2002-08-22 20:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-27 18:18 readline 4.2 update David O'Brien
2002-07-05  8:52 ` Albert Chin
2002-07-05  9:02   ` David O'Brien
2002-07-05 10:46     ` Christopher Faylor
2002-07-14 17:56       ` Elena Zannoni
2002-07-18  6:46         ` Elena Zannoni
2002-08-22 12:48           ` David O'Brien
2002-08-22 13:07             ` Andrew Cagney
2002-08-22 13:12               ` David O'Brien
2002-08-22 13:15             ` Elena Zannoni
2002-08-22 13:22               ` Daniel Jacobowitz

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).