X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding
	:in-reply-to; q=dns; s=default; b=BWxL0VAjWnYB0bOI5dbVuZ4Hh8Db4u
	aBweWQlyQcm/l2V97MbGGgZWeEt80s/piOgKOIXGmCqkF6q5gHv5TvTesiXQ2lTN
	KpmvgXEqcP14IcQ9g6vbtri1/ID31QFUGqRqYhsBAZAU18arTEM61VAfCa26/lH3
	+ESHzlTncY8Cc=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding
	:in-reply-to; s=default; bh=gBcDtc8dQS5WP3vYxwUY1kY0WQ4=; b=uxja
	qhSk4mr2eHvOJjOshUyrrHnW97RvmEIElrm88QOgDlfbypDncHF1jJwypTaPwHrn
	LA/GOM1tnOYWCQ0wUuhhBMMRud8WgtXeCdUXiesM0V+A39rkNqoRNbJCfyXC19/B
	pE1oFNX3YlheA0YnUzuNs/9CKinIBMY1arnDqZ4=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1
To: cygwin@cygwin.com
From: David Rothenberger <daveroth@acm.org>
Subject: Re: Setup install issues
Date: Sat, 06 Jul 2013 13:39:44 -0700
Lines: 30
Message-ID: <51D88090.6080709@acm.org>
References: <51D84C3D.6020901@oliveyou.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7
In-Reply-To: <51D84C3D.6020901@oliveyou.net>

On 7/6/2013 9:56 AM, Chloe wrote:
> I'm getting this error when I run setup at the end, even when I deselect
> all packages and choose 'Keep' current version, and deselect "Select
> Required packages (RECOMMENDED)". How do I resolve this? I'm using
> setup.exe version 2.774.
> 
> Package: Unknown package
>     inetutils.sh exit code 256
>     libsasl2_3.sh exit code 256

Please try running the postinstall scripts yourself and report back if
they produce any error messages. You can do this from a bash shell
(e.g., in mintty) with the following command:

% bash --norc --noprofile /etc/postinstall/inetutils.sh
% bash --norc --noprofile /etc/postinstall/libsasl2_3.sh

I'm the libsasl2 maintainer some I'm especially interested in any error
messages that postinstall script produces.

(Note that if the scripts have run successfully since you got the error
message, they will be renamed to have a .done extension. You can still
run the libsasl2_3 script, though -- just add the appropriate .done
extension to the command.)


-- 
David Rothenberger  ----  daveroth@acm.org




--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

