X-Recipient: archive-cygwin AT delorie DOT 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=JQQkVFcaGli2LTRq9SmwDeFP8rWoTYJif8GXb5tFCa2 Plk3NLP26FC35LftQHSNFHTup/s3wnKQKgzAyh99skD7nsNht3Km478YSLViU0YT IaLXqxMuq/qgnzsE/YzTpkx9UdE14q4WddFRVfSU+3q1DM7jjQjlNFr2VhEJgWiE = 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=xeWmOcMqjPPTePuAcgvV36jMMbQ=; b=bXovWyQbTECRqvMOD 71Qzwghmgx9Q/GWN6zqGOkQaYOM/Ffi4neq5mNdIGFBdDzDBJu4aHCb777IGbWkL 9kuXt6locjGaJU0+q6PSNQibbq3+VndN3CdugrXoaecDKG2aVjDa+NqK1hcofola Espeex5bMOzAE5Ns2h+TQtY480= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.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-ea0-f182.google.com X-Received: by 10.14.225.195 with SMTP id z43mr31178999eep.19.1391255829936; Sat, 01 Feb 2014 03:57:09 -0800 (PST) Message-ID: <52ECE111.6080401@gmail.com> Date: Sat, 01 Feb 2014 12:57:05 +0100 From: Marco Atzeri 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 AT cygwin DOT com Subject: Re: setup.exe different packages References: <52E7F4C2 DOT 2010306 AT breisch DOT org> In-Reply-To: <52E7F4C2.2010306@breisch.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 28/01/2014 19:19, Chris J. Breisch wrote: > 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 >> >> 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? >> >> > When you're doing it from the command line, you're getting a full base > Cygwin install. Your GUI method is only installing bash and the bash > dependencies. It looks like to me that there should be 27 packages. > > I started to draw out a dependency tree, but it got to painful to type > up, and I doubt many would care. I'm surprised there's not such a thing > on the Cygwin site somewhere, but perhaps I'm just blind. > > just for the records a minimal (only base) installation from scratch results in 52 packages. Some of the base packages pull others that are not in the base one, usually libs eg: libgcc1, libintl8, .. diffutils is pulled by xz, bzip2, groff and less are pulled by man Ihe curious things I notice are: libgmp3 is pulled by coreutils and gawk libgmp10 is pulled by libmpfr4 that is pulled by gawk libpcre1 and libpcr0 are both pulled by grep and this look wrong, as I see a dependency only for libpcre1. So repackaging coreutils, gawk and adjusting grep dependency we could go down to just 50 packages as bare minimal. Not worth, I should say -- 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