http://bugs.winehq.org/show_bug.cgi?id=9908
Summary: can't create universal binary for Mac OS X (server unavailable in create script) Product: Wine Version: 0.9.46. Platform: Other OS/Version: Mac OS X 10.4 Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: test AssignedTo: wine-bugs@winehq.org ReportedBy: raymondv@gmx.de
Hello,
i can create a "normal" binary for the use architecture (for me intel) but failed creating a universal build for Mac OS X.
I used the manual on http://wiki.winehq.org/MacOSX/Building when creating a intel disk image with success!
When i tried to build a universal binary with (not documented on wiki):
./create_darwine_SDK.sh $VERSION ~/Desktop/wine-$VERSION/SDKRoot/
but it failed with
$ ./create_darwine_SDK.sh $VERSION ~/Desktop/wine-$VERSION/SDKRoot/ # Create the SDK installer for Darwine 0.9.46... cvs [export aborted]: connect to anoncvs.opendarwin.org(204.152.186.41):2401 failed: Operation timed out ***** Error: Can't checkout the sdk from CVS 1 $ (the full command the script want to connect: cvs -d:pserver:anonymous@anoncvs.opendarwin.org:/Volumes/src/cvs/od export -Dtomorrow projects/darwine/sdk)
This server is unavailable because the official darwine project is closed on http://darwine.sourceforge.net
It is possible the create a new mirror?
Thanks
Raymond