ryanwoodsmall / osxwinebuilder

Automatically exported from code.google.com/p/osxwinebuilder
GNU Lesser General Public License v2.1
1 stars 1 forks source link

Error during install.. #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Follow steps as per web-site http://wiki.winehq.org/MacOSX/Installing
2.  execute this step...   ./osxwinebuild.sh 3.   generates this message...
... abbreviated ...
successfully verified /Users/Blair/wine/source/libusb-compat-0.1.3.tar.bz2
successfully verified /Users/Blair/wine/source/gd-2.0.36RC1.tar.bz2
successfully verified /Users/Blair/wine/source/libgphoto2-2.4.10.1.tar.bz2
successfully verified /Users/Blair/wine/source/sane-backends-1.0.21.tar.gz
failed to verify /Users/Blair/wine/source/cabextract-1.3.tar.gz - exiting

What is the expected output? What do you see instead?
the download/verify of the source fails.  and stops

What version of the product are you using? On what operating system?
Latest version of wine as of web-site on 9/4/2010
osx 10.6.4

Please provide any additional information below.

Original issue reported on code.google.com by Many.Bl...@gmail.com on 4 Sep 2010 at 5:28

GoogleCodeExporter commented 9 years ago
Something with the cabextract download changed and stock cURL doesn't work 
without a user-agent header set any longer.  A fix has been put in place.  
You'll need to:

- Remove the bunk file:
     rm -f /Users/Blair/wine/source/cabextract-1.3.tar.gz
- Update your script source and run it again:
     cd ~/wine/osxwinebuilder-read-only
     svn up

I've verified with the workaround in place, all source can be downloaded and 
the checksums verified.  Let me know if you run into any further trouble!

Original comment by rwoodsm...@gmail.com on 4 Sep 2010 at 8:11

GoogleCodeExporter commented 9 years ago
Workaround put in place.  Seems that a standard cURL download is working again, 
but I'm leaving the user-agent switch in place for now. -r

Original comment by rwoodsm...@gmail.com on 13 Oct 2010 at 2:43