From: Jim Rather <kaoscoach@hotmail.com>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: Re: Cygwin command line download issue
Date: Tue, 22 Oct 2019 19:42:00 -0000 [thread overview]
Message-ID: <DM6PR06MB58170563E8A9B2FE94FE49D8BF680@DM6PR06MB5817.namprd06.prod.outlook.com> (raw)
In-Reply-To: <e5422f5c-db3b-9f3f-f98d-b73c69291f8a@cornell.edu>
I only get two lines in setup.log.full with regards to crypto-policies
Found category Base in package crypto-policies
Added manual package crypto-policies
I am confused, this script has worked faithfully for at least a year. I just emptied by %cyg_dir% and re-ran it. Afterwards, I am missing many basic packages like alternatives, bash, etc. so I am not sure what has changed and welcome any suggestions.
Here is my .bat script, I use the powershell command to grab the latest setup-x86_64.exe
@echo off
setlocal
set url=http://cygwin.com/setup-x86_64.exe
set cyg_dir=t:\cygwin64
set cyg_setup=%cyg_dir%\setup-x86_64.exe
powershell -command "invoke-webrequest -uri %url% -outfile %cyg_setup%"
%cyg_setup% ^
--arch x86_64 ^
--categories Admin,Archive,Base,Database,Editors,GNOME,Graphics,Interpreters,KDE,Libs,^
Lua,LXDE,Mail,MATE,Math,Net,Ocaml,Office,Perl,PHP,Publishing,Python,Ruby,Scheme,Science,^
Security,Shells,Sugar,System,Tcl,Text,Utils,Web,X11,Xfce ^
--delete-orphans ^
--disable-buggy-antivirus ^
--download ^
--force-current ^
--local-package-dir %cyg_dir% ^
--no-admin ^
--no-desktop ^
--no-shortcuts ^
--no-startmenu ^
--no-version-check ^
--only-site ^
--prune-install ^
--quiet-mode ^
--remove-categories Accessibility,Audio,Debug,Devel,Doc,Games,Video ^
--site http://mirrors.xmission.com/cygwin/ ^
--verbose
:end
________________________________
From: cygwin-owner@cygwin.com <cygwin-owner@cygwin.com> on behalf of Ken Brown <kbrown@cornell.edu>
Sent: Tuesday, October 22, 2019 2:52 PM
To: cygwin@cygwin.com <cygwin@cygwin.com>
Subject: Re: Cygwin command line download issue
On 10/21/2019 1:12 PM, Jim Rather wrote:
> I use a script to download cygwin so I can install the utilities on disconnected systems. I have an issue. The package crypto-policies does not download even though I have chosen the Base category. I noticed when I manually download this package that it shows up in the noarch directory so I am not sure if this is why? I do choose --arch x86_64 in my script. I am assuming that I do not enter noarch there since I do get a lot of noarch packages just not sure why crypto-policies is not one of them. I noticed this issue when trying to update openssh to version 8 and the message I was receiving was that crypto-policies was missing. I can share my script, just not sure how much information you want me to post. Please let me know what else you need.
I think you need to say exactly what you did, with all details. Everything in
the Base category should be downloaded/installed by default.
You might also look at /var/log/setup.log and /var/log/setup.log.full for clues
as to what went wrong.
Ken
--
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
--
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
next prev parent reply other threads:[~2019-10-22 19:42 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-21 17:12 Jim Rather
2019-10-22 18:52 ` Ken Brown
2019-10-22 19:42 ` Jim Rather [this message]
2019-10-23 0:33 ` Ken Brown
2019-10-23 12:34 ` Ken Brown
2019-10-23 15:33 ` Jim Rather
2019-10-23 16:49 ` Ken Brown
2019-10-23 17:13 ` Jim Rather
2019-10-23 18:12 ` Achim Gratz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DM6PR06MB58170563E8A9B2FE94FE49D8BF680@DM6PR06MB5817.namprd06.prod.outlook.com \
--to=kaoscoach@hotmail.com \
--cc=cygwin@cygwin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).