lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV color-styles memory leak?


From: T.E.Dickey
Subject: Re: LYNX-DEV color-styles memory leak?
Date: Wed, 10 Dec 1997 21:06:41 -0500 (EST)

> > Suggest you try with a currently-patched ncurses 4.1 (I did a rollup
> > patch a couple of weeks ago, which would simplify that).
> 
> I'm not having a lot of luck patching ncurses 4.1.  Could you give the
> exact URL to the "rollup patch"?  All I see in the 4.1 directory at
> ftp://ftp.clark.net is:
> Current directory is /pub/dickey/ncurses/4.1
ftp.clark.net is the same as www.clark.net (from my point of view, anyway),
so
        ftp://ftp.clark.net/pub/dickey/ncurses/4.1
        http://www.clark.net/pub/dickey/ncurses/4.1

(I think that's the right syntax)
has the patches for ncurses 4.1

The file 'patch-4.1-971122.sh' includes the patches for 971101 through
971112 (I'll clean those out the next time I do maintenance over there,
since everyone who needs them has gotten them).  To patch to 971122,
you need a 4.1 .tar.gz file, and the 'patch-4.1-971122.sh' file.  Unpack
the .tar.gz, cd to the ncurses-4.1 directory and run the 'patch-4.1-971122.sh'
script.  I've bundled (inside the rollup patch) the files that are problems
with different versions of patch in uuencoded .tar.gz file, and the remainder
of the patch in the same way.

(Apply other patches after that - I usually make one per week).

This is what I see on the ftp server right now:

total 1368
-r--r--r--   2 dickey   ipusers    11979 Nov  1 19:34 
ncurses-4.1-971101.patch.gz
-r--r--r--   2 dickey   ipusers    20448 Nov  8 20:44 
ncurses-4.1-971108.patch.gz
-r--r--r--   2 dickey   ipusers     1286 Nov 12 06:35 
ncurses-4.1-971112.patch.gz
-r--r--r--   2 dickey   ipusers    19394 Nov 15 20:55 
ncurses-4.1-971115.patch.gz
-r--r--r--   2 dickey   ipusers    20451 Nov 22 20:12 
ncurses-4.1-971122.patch.gz
-r--r--r--   2 dickey   ipusers    12967 Nov 29 20:55 
ncurses-4.1-971129.patch.gz
-r--r--r--   2 dickey   ipusers    16176 Dec  6 21:44 
ncurses-4.1-971206.patch.gz
-r-xr-xr-x   2 dickey   ipusers   584062 Nov 22 20:05 patch-4.1-971122.sh
 
>    [1]Up to ncurses
> 
> Nov  1 19:34  gzip             [2]ncurses-4.1-971101.patch.gz  11Kb
> Nov  8 20:44  gzip             [3]ncurses-4.1-971108.patch.gz  19Kb
> Nov 12 06:35  gzip             [4]ncurses-4.1-971112.patch.gz  1Kb
> Nov 15 20:55  gzip             [5]ncurses-4.1-971115.patch.gz  18Kb
> Nov 22 20:12  gzip             [6]ncurses-4.1-971122.patch.gz  19Kb
> Nov 29 20:55  gzip             [7]ncurses-4.1-971129.patch.gz  12Kb
> Dec  6 21:44  gzip             [8]ncurses-4.1-971206.patch.gz  15Kb
> Nov 22 20:05  www-form-urlenc  [9]patch-4.1-971122.sh  570Kb
> 
> I apply patches sequentially (worked okay for 4.0) in the following
> manner.  If this is incorrect, I'd appreciate guidance.  Thanks.
> 
> mv ncurses-4.1-971101+ ncurses-4.1-971112+
> gunzip -c ncurses-4.1-971115.patch.gz | patch -pO
> mv ncurses-4.1-971112+ ncurses-4.1-971115+
> gunzip -c ncurses-4.1-971122.patch.gz | patch -pO
I usually cd into the directory and use the -p1 option of patch; this gets
around some bugs that I've observed in patch from time to time, and lets
me name the directory whatever I choose.
 
> __Henry
> 


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

[Prev in Thread] Current Thread [Next in Thread]