clampak / cyg-apt

Automatically exported from code.google.com/p/cyg-apt
0 stars 0 forks source link

requires gpg in addition to cygwin minimal + cygwin python #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. On new system run setup-1.7.exe, accept defaults and go
2. Download cyg-apt package, unpack, run install script:
{{{
$ ./install-cyg-apt.sh
./install-cyg-apt.sh: line 3: gpg: command not found
}}}

I used cyg-apt-1.0.7-1.tar.bz2

The setup package search yields only "libgpg-error" when searching for gpg.
What additional packages are required?

Original issue reported on code.google.com by map...@gmail.com on 30 Oct 2009 at 4:42

GoogleCodeExporter commented 8 years ago
ahh, the required package is gnupg. Installed that with setup and cyg-apt is 
happy now.

Original comment by map...@gmail.com on 30 Oct 2009 at 4:47

GoogleCodeExporter commented 8 years ago
addendum to #1: "accept defaults, plus python, and go"

Original comment by map...@gmail.com on 30 Oct 2009 at 4:48

GoogleCodeExporter commented 8 years ago
Updated the wiki and the README to mention the gnupg dependency.
On a side note: you can use ./cyg-apt -X install gnupg to get it if you want to.

Original comment by cjcor...@gmail.com on 3 Nov 2009 at 4:09

GoogleCodeExporter commented 8 years ago
...can't use -X override in the situation described as cyg-apt hasn't been 
installed
yet. It's the install script which complains. :) However the main point of the 
bug
report is addressed, that the pre-req documentation was not complete. 

Original comment by map...@gmail.com on 3 Nov 2009 at 6:06