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:content-type:mime-version:subject:from
	:in-reply-to:date:content-transfer-encoding:message-id
	:references:to; q=dns; s=default; b=fC0susIsqAI0SPYTK/0lbHt6ReFC
	lCf6a8680Y0J7xJxsvXDNHBAKOBhwoam5WDq0+K2JqXOIDPadSp+AliNZdHtV9z0
	6zQcHFnSRtoBFjAl28DtD+8VUGp9oe/3YsXGzSWebVpBKlENpBZI6+2jrPx1C70+
	mpq2DbjArShZ1nc=
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:content-type:mime-version:subject:from
	:in-reply-to:date:content-transfer-encoding:message-id
	:references:to; s=default; bh=au13IzAnxvsRhcpdTNgs6SVNako=; b=VK
	ehHYWuUX+SwNKYJcX38V4hMxQI6kLkufW6DQ82Rscf5AQAYeLngMQC3FT+MdzUFZ
	es10mE/SK3XHzUBntddJei7cKr6gB06n7KqmHMSPU7IdMjmbZSdoZtVyY0dbiXp2
	psht4D0Xb1/kT7R5haQFv+/nSKwNwuNBR/9dStgEM=
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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=4.3 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPAM_SUBJECT1 autolearn=no version=3.3.2 spammy=UD:exe, symptoms, tar.bz2, tarbz2
X-HELO: etr-usa.com
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\))
Subject: Re: Packages not found by setup 2.873
From: Warren Young <wyml@etr-usa.com>
In-Reply-To: <810397682.24592340.1459319237550.JavaMail.zimbra@partnre.com>
Date: Wed, 30 Mar 2016 11:29:07 -0600
Message-Id: <96A2A304-5E82-4B0A-B1ED-BDD75A922C53@etr-usa.com>
References: <810397682.24592340.1459319237550.JavaMail.zimbra@partnre.com>
To: The Cygwin Mailing List <cygwin@cygwin.com>
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u2UHTcnl031433

On Mar 30, 2016, at 12:27 AM, EMMANUELLE FOURNIER <emmanuelle.fournier@partnre.com> wrote:
> 
> - packages are in tar.xz, I've made them in tar.bz2 

Why?  You’re using Cygwin’s own installer underneath NSIS, and that program has XZ decompression built in.  Why use a less efficient compression method?

> - setup.ini has been modify too 

How, exactly?  Can you provide a description of the change, a script you use to make the change, or a diff of the change?

> there are multiples errors : 
> 
> - no packages installed… 

How is that “multiple errors”?  Are you counting each package not installed as a separate error, or are you not telling us all of the symptoms?

> - the command is (in NSIS file) ExecWait '$INSTDIR\setup.exe -R c:\cygwin -L -l $INSTDIR\cygwin-setup -C base -P openssh,tcpwrapper,rsync,ping,vim,cron,shutdown,zip,unzip,wget,time -q’ 

I tried much that same command here, and it works.

Here are several things for you to look at:

1. What exactly is the content of $INSTDIR?  If it includes a network drive letter, it won’t work because setup.exe elevates itself to Admin via UAC, and Admin won’t have the same drive letters mapped.  To use a network drive with setup.exe, you generally have to use UNC paths.

2. Have you tried it with -D instead?  If that works, then your local installation cache probably isn’t complete.  Pack the downloaded tree up again and try -L against that new tree.

3. What does /var/log/setup.log say?  The file is rarely replaced, so you’ll have to scroll down to the last installation at the end of the file.  You might want to move the old one out of the way while debugging, so you only have fresh logs to study.

4. Is “-C base” actually required?  Even in unattended installer mode, Base should always be installed.
--
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


