From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 39628 invoked by alias); 1 Nov 2018 16:47:03 -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 39585 invoked by uid 89); 1 Nov 2018 16:47:01 -0000 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 Received: from mail-wm1-f52.google.com (HELO mail-wm1-f52.google.com) (209.85.128.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Nov 2018 16:47:00 +0000 Received: by mail-wm1-f52.google.com with SMTP id q12-v6so1877463wmq.0 for ; Thu, 01 Nov 2018 09:46:59 -0700 (PDT) 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== Return-Path: Received: from ?IPv6:::1? (p200300EE63F3C201998647D52BC48E27.dip0.t-ipconnect.de. [2003:ee:63f3:c201:9986:47d5:2bc4:8e27]) by smtp.gmail.com with ESMTPSA id r73-v6sm23674885wmb.37.2018.11.01.09.46.56 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Nov 2018 09:46:56 -0700 (PDT) Subject: Re: setup.exe: How do I download sources for just ONE package when using setup-x86 from the command-line? To: cygwin@cygwin.com References: <9048BC14027F144BABE0D9876ECAD41633A67FD5@HUCMBX07P.hostedmsx.local> From: Marco Atzeri Message-ID: <7eead6a6-6be3-f8ff-8a59-14df40908d0c@gmail.com> Date: Thu, 01 Nov 2018 16:47:00 -0000 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 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-11/txt/msg00011.txt.bz2 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 Po= werShell 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.kerne= l.org/sourceware/cygwin -f -C Devel -q > > This correctly downloads all Devel stuff and dependencies as expected, in= cluding the boost-build package. Then I want to download the sources for j= ust 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.kerne= l.org/sourceware/cygwin -f -I -P boost-build -q > > This does download the sources for package boost-build, but ALSO download= s 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 c= ommand as below. > > PS C:\> .\setup-x86.exe -D -l C:\X027-001-011 -O -s http://mirrors.kerne= l.org/sourceware/cygwin -f -Y -I -P boost-build -q > > Trying to directly download the src package in question doesn't work eith= er, as in: > > PS C:\> .\setup-x86.exe -D -l C:\X027-001-011 -O -s http://mirrors.kerne= l.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 pa= rt of the operation. I.e. First run the first command above to get all of l= atest Devel. > > PS C:\> .\setup-x86.exe -D -l C:\X027-001-011 -O -s http://mirrors.kerne= l.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 -> Reins= tall -> Uninstall -> Default resulting in all items being marked as skipped= . Expand the Devel category and select boost-build 1.66.0-1. Then also tic= k 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=C3=BCft. 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