clampak / cyg-apt

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

Multiple errors during installation #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have a fresh cygwin install

Running your install gives:

$ ./install-cyg-apt.sh
./install-cyg-apt.sh: line 3: gpg: command not found
Traceback (most recent call last):
  File "/usr/bin/cyg-apt", line 1581, in <module>
    main()
  File "/usr/bin/cyg-apt", line 1464, in main
    cas = CygAptSetup(main_cygwin_p)
  File "/usr/bin/cyg-apt", line 57, in __init__
    if os.environ['TMP']:
  File "/usr/lib/python2.5/UserDict.py", line 22, in __getitem__
    raise KeyError(key)
KeyError: 'TMP'

And if I do :

$ TMP=/tmp ./install-cyg-apt.sh
./install-cyg-apt.sh: line 3: gpg: command not found
cyg-apt: creating /home/ptarjan/.cyg-apt
cygwin warning:
  MS-DOS style path detected: C:/cygwin/
  Preferred POSIX equivalent is: /
  CYGWIN environment variable option "nodosfilewarning" turns off this 
warning.
  Consult the user's guide for more details about POSIX paths:
    http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
getting /etc/setup/setup-2.ini
Traceback (most recent call last):
  File "/usr/bin/cyg-apt", line 1581, in <module>
    main()
  File "/usr/bin/cyg-apt", line 1533, in main
    cas.setup()
  File "/usr/bin/cyg-apt", line 152, in setup
    self.update(self.cyg_apt_rc)
TypeError: update() takes at least 3 arguments (2 given)

Is this working correctly?

Original issue reported on code.google.com by ptar...@gmail.com on 30 Jan 2010 at 8:52

GoogleCodeExporter commented 8 years ago
the second error happens to me

Original comment by ittay.d...@gmail.com on 16 Feb 2010 at 1:46

GoogleCodeExporter commented 8 years ago
this issue is a dupe because i already submitted it in bug #4

Original comment by t.elfer...@gmail.com on 11 Mar 2010 at 3:26

GoogleCodeExporter commented 8 years ago
This issue is fixed in my fork of the project:

https://github.com/nylen/cyg-apt

Original comment by jny...@gmail.com on 4 Dec 2012 at 9:58