"Internal Error: gcrypt library error 60 illegal tag." when scripting
James Hanley
jhanley@dgtlrift.com
Tue Jan 2 16:37:20 GMT 2024
Thanks, Jon - I've removed the parameter for '
http://cygwinports.org/ports.gpg' and I'm not entirely sure why I had it
there in the first place.
However, on removing the parameter, I now get the error for every
referenced site in the script "Unable to get setup from <https://.../>" for
every site referenced in the script except hoobly.com and constant.com -
removing those sites from the script allows the script to run properly even
though they are listed in "Choose A Download Site" picker and when adding
them there, they have no issue - any idea why those sites would have issues
in the script but not when selecting from the picker?
-Jim
On Fri, Dec 22, 2023 at 9:41 AM James Hanley <jhanley@dgtlrift.com> wrote:
> when running the following script below - I always get the error indicated
> in the subject line. If I click another site from the UI then after it
> works fine. If I change the script to reflect that selected site from the
> UI and re-run, I get the same error mentioned. Any ideas?
>
> """
> #!/bin/sh
>
> (
> cd /usr/local/bin
> wget2 -N http://cygwin.com/setup-x86_64.exe
> chmod u+x /usr/local/bin/setup-x86_64.exe
> )
>
> #
> # --site http://mathiasw.com
> \
> # --site http://mirrors.koehn.com \
> # --site http://cygwin.skazkaforyou.com \
> # --site
> http://ftp.mirrorservice.org/sites/sourceware.org/pub/cygwinports \
> # --site http://cygwin.mirrors.pair.com \
>
> cygstart -- /usr/local/bin/setup-x86_64.exe \
> --pubkey http://cygwinports.org/ports.gpg \
> --site http://cygwin.mirror.constant.com \
> --site http://cygwin.mirrors.hoobly.com \
> --site https://mirror.clarkson.edu \
> --site http://www.gtlib.gatech.edu \
> --site https://mirrors.rit.edu \
> --site http://mirror.cs.vt.edu \
> -g $*
> """
>
More information about the Cygwin
mailing list