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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=OzUc3JtOcNGNjmDM BKrxXxcSZm9WvcRWUqecFb3JRfUCLfU7Wzep3M1HNGXOYSpJessom9u1jQ2lz3oB GDyzEL7qaSKxBKlWwKZ/k0G6DL1+HXtQEOkCKd2vv/nlPEtc73EIM4TbFaKptLMB t5tIGqAy7kMFocJd/X5kfmavRJw= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=t1INJxIx/orD6F7wSqYoNF PczQo=; b=wmAHyMnsrEokAtYDuDK0M3NOH7tWdzHesSgRzl3E5jzWDzedfuEZWp KQPupPMTF0bsTkHhGI9wdgzCCl1v/T4sVllRgUlZCU0k9sH6DJNWg7iAxg4hW/vg RNR6zzS8w8x6maEwhGLAf0GVZmoWEpSXKOlngwKmdZKKFa3zlD9xE= 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-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=0.5 required=5.0 tests=BAYES_05,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=auf, Diese, geprft, gepr=c3=bcft?= X-HELO: mail-wm1-f52.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=WRCOKKvPkKF5kPG508rbdosvU3RLM9bz3EcnZDYRwDo=; b=l89f5RQIXrgyEixplYS3N+9cO2+cjcRci9QyY9Cv2uulP3JJlyvqsuNDh/SQkh2zhy DecuirgNF57l/sAXj9v6Bdqc0+OGFy5j0zzQZXT6f173YwsOIPjFDIZ51FhOddRClTij gr2KqN6fPmx/RVSDKuj4+rPgpMBD1I94qUr5bsRxlMOnRpO5WEYqUDpRzeGOacp8RFUC VZN0WEPLWoarkgoDCHWERmhZKRplBTBRcyGBLjd8KOpkpD4dia38/7vs6G/X/5j2n3zG Ku5DWL84b/LSgf22gfOYXuCIMUxX19c+jVmXzgsfj/2TBdH3MPlwUIEb7172vivbYNBN JihQ== Subject: Re: setup.exe: How do I download sources for just ONE package when using setup-x86 from the command-line? To: cygwin AT cygwin DOT com References: <9048BC14027F144BABE0D9876ECAD41633A67FD5 AT HUCMBX07P DOT hostedmsx DOT local> From: Marco Atzeri Message-ID: <7eead6a6-6be3-f8ff-8a59-14df40908d0c@gmail.com> Date: Thu, 1 Nov 2018 17:46:56 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <9048BC14027F144BABE0D9876ECAD41633A67FD5@HUCMBX07P.hostedmsx.local> Content-Type: text/plain; charset=utf-8; format=flowed X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id wA1GlBf9020013 Am 01.11.2018 um 17:37 schrieb John Doucette: > Hi all, > > My current setup-x86 is version 2.893. > Cygwin is not installed yet, so I am running setup-x86.exe from within PowerShell 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, including the boost-build package. Then I want to download the sources for just boost-build. Since the dependencies for boost-build have already been resolved 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 cygwin, gcc, bash, ... etc. The same thing happens if -Y is added to the command 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 latest 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 mirror to the same local folder. Under the View pulldown, select Category. Click on the circle symbol by All cycling around through Install -> Reinstall -> 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. Only the boost-build sources are downloaded. > > John Doucette > It seems to me that you are complicating your life why do you not just select full view, search for the package you are looking for and click on source ? --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus -- 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