delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2001/06/05/11:33:27

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
Date: Tue, 5 Jun 2001 11:32:03 -0400
From: Jason Tishler <Jason DOT Tishler AT dothill DOT com>
To: "Charles S. Wilson" <cwilson AT ece DOT gatech DOT edu>
Cc: cygwin AT sources DOT redhat DOT com
Subject: Re: [avail for test] readline-4.2-1
Message-ID: <20010605113203.B490@dothill.com>
Mail-Followup-To: "Charles S. Wilson" <cwilson AT ece DOT gatech DOT edu>,
cygwin AT sources DOT redhat DOT com
Mime-Version: 1.0
In-Reply-To: <3B1B9E4A.361BAB83@ece.gatech.edu>
User-Agent: Mutt/1.3.18i
Organization: Dot Hill Systems Corp.

Chuck,

On Mon, Jun 04, 2001 at 10:42:18AM -0400, Charles S. Wilson wrote:
> Jason Tishler wrote:
> > I will update Cygwin PostgreSQL and Python ASAP to facilitate the upgrade
> > to readline-4.2-1.
> 
> Don't rush.  I like some testing time before we make the switch to 4.2
> official.  Remember, I had to reapply (mostly re-edit) my 200k patch by
> hand because the 4.1patch didn't apply cleanly.  So, 4.2 is basically a
> "new" port.  Let's give it a while to settle.  It seems to work fine
> *for me*, but outside confirmation is a good thing.

Unfortunately, due to API changes (i.e., deprecation) both PostgreSQL
and Python no longer build OOTB.  PostgreSQL and Python fail to link
because filename_completion_function() and completion_matches() are no
longer being exported from the readline's import library, respectively:

    $ nm /usr/lib/libreadline.dll.a | egrep 'filename_completion_function|completion_matches' | fgrep -v rl

However, these functions are still contained in the readline shared and
static libraries for backwards compatibility:

    $ nm /usr/bin/cygreadline4.2.dll | egrep 'filename_completion_function|completion_matches' | fgrep -v rl
    66dd9440 T _completion_matches
    66dd9488 T _filename_completion_function

    $ nm /usr/lib/libreadline.a | egrep 'filename_completion_function|completion_matches' | fgrep -v rl
    000000a8 T _completion_matches
    000000f0 T _filename_completion_function

Would you be willing to re-export these two functions (and possibly all
of the ones in compat.c)?  Otherwise, this is going to take some time...

Devise patches, submit patches, wait for patches to be considered,
revise patches, submit patches, etc...

Thanks,
Jason

-- 
Jason Tishler
Director, Software Engineering       Phone: 732.264.8770 x235
Dot Hill Systems Corp.               Fax:   732.264.8798
82 Bethany Road, Suite 7             Email: Jason DOT Tishler AT dothill DOT com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019