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 |
Message-ID: | <3CD25D9A.537D9F39@cistron.nl> |
Date: | Fri, 03 May 2002 11:51:22 +0200 |
From: | Ton van Overbeek <tvoverbe AT cistron DOT nl> |
X-Accept-Language: | en, en-US, en-GB, nl, sv |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com, cygwin-apps AT cygwin DOT com |
Subject: | SETUP 2.194.2.25 Major(?) Problem in chooser with new setup.ini with |
md5sums |
After getting rid of the crash by downloading setup 2.194.2.25 I noticed that new/uninstalled packages did not show up in the chooser (with Skip status) when downloading from a site which uses the md5sums in setup.ini. Using a site with a setup.ini without md5sums is OK with 2.194.2.25. Looking a bit further to what changed between 2.194.2.24 and 2.194.2.25 I believe iniparse.y (2.25.2.1) is the culprit. Chris has added a rule in simple_line for both 'INSTALL STRING STRING STRING' and 'SOURCE STRING STRING STRING'. However there is no action defined for these new rules. Hence any line in setup which has a md5sum is completely ignored, instead of only the last token (the md5sum). Solution (if my knowledge about bison is correct): Copy the action from 'INSTALL STRING STRING' to 'INSTALL STRING STRING STRING' The same for the equivalent SOURCE case. If I am correct, could Chris or Robert please update setup.exe on cygwin.com asap. Thanks in advance. Ton van Overbeek -- 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 |