yundantianchang / apt-cyg

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

Mirror structures are changed, any install action failed. #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install cygwin x86_64
2. Install apt-cyg
3. Run 'apt-cyg install git'

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
OS: Windows 8
APP: apt-cyg 0.57

Please provide any additional information below.
Mirror structures are changed, expected file setup.ini can't be found in mirror 
root, instead it located at architecture directory 
(http://XXXX/pub/cygwin/x86_64/setup.ini)
In my case I fixed the problem by changing these lines:
88:  mirror=http://mirror.isoc.org.il/pub/cygwin/x86_64
331: install=`cat "release/$pkg/desc" | awk '/^install: / { print $2; exit 
}'|sed 's/\/x86_64//g'`

Original issue reported on code.google.com by 0x6d3...@gmail.com on 19 Nov 2013 at 8:56

GoogleCodeExporter commented 8 years ago
that should be: Type-Defect Priority-Number-One

Original comment by speedwaystar on 23 Nov 2013 at 11:58

GoogleCodeExporter commented 8 years ago
The line 88 referenced above should now be line 68. Also for a 32bit 
installation replace 'x86_64' with 'x86' on both lines 68 and 331.

Original comment by i...@skl.me on 15 Feb 2014 at 3:03

GoogleCodeExporter commented 8 years ago
Fixed in 0.58.

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