| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Tue, 4 Mar 2003 20:32:35 +0100 (CET) |
| From: | Pavel Tsekov <ptsekov AT gmx DOT net> |
| X-X-Sender: | ptsekov AT moria DOT atlanticsky DOT com |
| To: | Max Bowsher <maxb AT ukf DOT net> |
| cc: | cygwin AT cygwin DOT com |
| Subject: | Re: Cygwin setup crashes |
| In-Reply-To: | <02cb01c2e281$5c81bc60$78d96f83@pomello> |
| Message-ID: | <Pine.LNX.4.44.0303042031400.8216-100000@moria.atlanticsky.com> |
| MIME-Version: | 1.0 |
Why have you modified the patch ?
On Tue, 4 Mar 2003, Max Bowsher wrote:
> > After a few editing in the Makefiles, (I don't have much time :)
> > I've built setup.exe from CVS sources, with debug symbols.
>
> Please try this patch (against current CVS):
>
> Index: compress_gz.cc
> ===================================================================
> RCS file: /home/max/cvsmirror/cygwin-apps-cvs/setup/compress_gz.cc,v
> retrieving revision 2.7
> diff -u -p -r2.7 compress_gz.cc
> --- compress_gz.cc 9 Nov 2002 13:33:15 -0000 2.7
> +++ compress_gz.cc 4 Mar 2003 19:06:47 -0000
> @@ -63,12 +63,6 @@ compress_gz::compress_gz (io_stream * pa
> void
> compress_gz::construct (io_stream * parent, const char *openmode)
> {
> - if (!parent)
> - {
> - z_err = Z_STREAM_ERROR;
> - return;
> - }
> -
> original = parent;
> peeklen = 0;
> int err;
> END-OF-PATCH
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |