Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Feb 18, 2016 · 3 comments
Closed

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

that should be: Type-Defect Priority-Number-One

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

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

Fixed in 0.58.

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

  • Changed state: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant