From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22260 invoked by alias); 1 Nov 2018 16:38:27 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 22249 invoked by uid 89); 1 Nov 2018 16:38:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=circle, H*MI:local, Ie, UD:I.e X-HELO: mx25.exchange.telus.com Received: from MX25.exchange.telus.com (HELO mx25.exchange.telus.com) (209.171.64.83) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Nov 2018 16:38:22 +0000 SBRS: 2.5 Received: from unknown (HELO mail.exchange.telus.com) ([204.191.245.130]) by mx25.exchange.telus.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 01 Nov 2018 10:38:17 -0600 Received: from HUCMBX07P.hostedmsx.local ([fe80::f00f:9abf:f754:62ab]) by huccas04p.hostedmsx.local ([fe80::60b6:ea94:16f3:4536%11]) with mapi id 14.03.0389.001; Thu, 1 Nov 2018 10:37:36 -0600 From: John Doucette To: "cygwin@cygwin.com" Subject: setup.exe: How do I download sources for just ONE package when using setup-x86 from the command-line? Date: Thu, 01 Nov 2018 16:38:00 -0000 Message-ID: <9048BC14027F144BABE0D9876ECAD41633A67FD5@HUCMBX07P.hostedmsx.local> x-tm-as-matchedid: 151208-139704-113220-780058-111604-700362-705718-700345-7 01827-700264-702497-700450-700732-701306-709859-111605-700074-303242-188124 -702801-187067-704425-706249-703523-705651-701588-700300-701618-701005-7023 58-712058-702084-707451-705388-702989-700808-700052-703835-112033-711065-12 1586-121706-702609-701445-703267-701493-188093-148004-148050-20022-42000-63 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2018-11/txt/msg00009.txt.bz2 Hi all, My current setup-x86 is version 2.893. Cygwin is not installed yet, so I am running setup-x86.exe from within Powe= rShell on Win7. PS C:\> .\setup-x86.exe -V PS C:\ > Cygwin setup 2.893 First I run setup to download all things Devel using: PS C:\> .\setup-x86.exe -D -l C:\X027-001-011 -O -s http://mirrors.kernel.= org/sourceware/cygwin -f -C Devel -q This correctly downloads all Devel stuff and dependencies as expected, incl= uding the boost-build package. Then I want to download the sources for jus= t boost-build. Since the dependencies for boost-build have already been re= solved above I use: PS C:\> .\setup-x86.exe -D -l C:\X027-001-011 -O -s http://mirrors.kernel.= org/sourceware/cygwin -f -I -P boost-build -q This does download the sources for package boost-build, but ALSO downloads = the sources for ALL of the dependencies of boost-build! I.e. sources for cy= gwin, gcc, bash, ... etc. The same thing happens if -Y is added to the com= mand as below. PS C:\> .\setup-x86.exe -D -l C:\X027-001-011 -O -s http://mirrors.kernel.= org/sourceware/cygwin -f -Y -I -P boost-build -q Trying to directly download the src package in question doesn't work either= , as in: PS C:\> .\setup-x86.exe -D -l C:\X027-001-011 -O -s http://mirrors.kernel.= org/sourceware/cygwin -f -I -P boost-build-src -q I can accomplish what I want if I use the setup-x86 gui for the second part= of the operation. I.e. First run the first command above to get all of lat= est Devel. PS C:\> .\setup-x86.exe -D -l C:\X027-001-011 -O -s http://mirrors.kernel.= org/sourceware/cygwin -f -C Devel -q Then start up the setup-x86.exe ui. Choose to download only from the same m= irror to the same local folder. Under the View pulldown, select Category. = Click on the circle symbol by All cycling around through Install -> Reinsta= ll -> Uninstall -> Default resulting in all items being marked as skipped. = Expand the Devel category and select boost-build 1.66.0-1. Then also tick = off the boost-build src box. Select Next, Next ... until download starts. O= nly the boost-build sources are downloaded. John Doucette -- 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