yundantianchang / apt-cyg

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

Cygwin update breaks http calls #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
  1. copy apt-cyg source to cygwin's /usr/bin/
  2. apt-cyg install nano

What is the expected output? What do you see instead?
Expected:
  Found package nano
Actual:
  Package nano not found or ambiguous name, exiting

What version of the product are you using? On what operating system?
  apt-cyg .57 on Windows 7

Please provide any additional information below.
  Fix (attached):
  98c98
  <     wget -N $mirror/x86/setup.bz2
  ---
  >     wget -N $mirror/setup.bz2

Original issue reported on code.google.com by vcorte...@gmail.com on 16 Aug 2013 at 11:15

Attachments:

GoogleCodeExporter commented 8 years ago
The fix works, the "not found/ambiguous" also happens, thanks for the fix.

Original comment by mrjackmrjack on 18 Oct 2013 at 10:27

GoogleCodeExporter commented 8 years ago
Fixed in 0.58.

Original comment by i...@skl.me on 19 Feb 2014 at 8:44