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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=ROpK3nncbli/5wZEtwCd1tGEcEYxP5AA7Yxaml+70XL
	Lntdn108YzNcrgV7KeFegjjzE4wC8Rpf4Ji9CqFrgZS5GAs73gtmef409sg1yCgf
	Eyo2J8f1F2UWDeaH3IULWI8bk+dIAwgnrbEnOt1SW6mCFOxMyEVzXhESXGPN4ZAY
	=
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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=OXD0t06v7R+1OM9qazQ5JiPk5ew=; b=uSizpB3nEXyryLoQw
	/LpqwLlqucK7HnEJDB6IZzcWrXZhmduDJmF1pfmvcibuOzQY9byBPzclgxX09O03
	mgmE4rsCWETCYkoAmdNwFid0btlYglMSKtNR9Su6CaNa7Irsx/jnm6k4hnraOg/c
	2/o+wL8fwfpHukEgM1mMj/Cxcg=
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=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-lb0-f177.google.com
X-Received: by 10.112.157.194 with SMTP id wo2mr62767lbb.78.1390921678796;        Tue, 28 Jan 2014 07:07:58 -0800 (PST)
Message-ID: <52E7C7C6.3000606@gmail.com>
Date: Tue, 28 Jan 2014 16:07:50 +0100
From: Marco Atzeri <marco.atzeri@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: setup.exe different packages
References: <CAO2ddnb5tMR_qVov8eDqmXeStvdgsV17eyL2mzwJvYJY41s2wQ@mail.gmail.com>
In-Reply-To: <CAO2ddnb5tMR_qVov8eDqmXeStvdgsV17eyL2mzwJvYJY41s2wQ@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes



On 28/01/2014 15:41, BGINFO4X wrote:
> Hello everybody,
>
> What is the recommende way to install ONLY one pakcage(bash for
> example) with the GUI?
> What I do is: All -> Uninstall , then check for the package that I
> want: Base -> Bash -> Install

better to test from scratch in an empty directory, to avoid some
remainder that could false your test.

>
> If I do in this manner, I obtain less packages than installing bash
> from the command line with:
>
> setup-x86.exe -g -o --no-desktop --no-shortcuts --no-startmenu
> --local-install %CYGWINALOCALPACKAGES% --quiet-mode --root
> %CYGWINADMINDIR% --packages bash
>
> With the GUI I obtain 27 installed  packages, with setup-x86 command
> line I obtain 56 installed packages.
> I'm doing something wrong? How is this possible?

as bash belongs to Base category and as in Base there are 29 packages
both your results look wrong as you need at least 29 packages.

$ grep "category:"  setup.ini |grep Base |wc -l
  29

I see at least an additional one:
  cygutils(Base) -> libpopt0(obsolete) -> popt(Libs)
likely there are few mores, but 56 seems too much.


> Thanks for your time.
>

Marco


--
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

