Can not install wine timeout

Questions about Wine on macOS.
Locked
joematrix
Level 1
Level 1
Posts: 6
Joined: Mon Aug 27, 2012 10:26 am

Can not install wine timeout

Post by joematrix »

Hello, I am new to this forum while trying to install wine, I get this error:

"downloading file ftp://ftp.lysator.liu.se/pub/security/l ... 2.4.tar.gz to /var/root/wine/source/nettle-2.4.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (28) Timeout was reached
could not download ftp://ftp.lysator.liu.se/pub/security/l ... 2.4.tar.gz - exiting"

I am following the "osxwinebuilder" instructions.
Thanks in advance
P.S.
I am a novice with command line I tried the port uninstall ~/.wine and rm -rf ~/.wine to restart the install but I still get the error.
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: Can not install wine timeout

Post by lahmbi5678 »

Hi,

it seems the ftp server in question is down, you could still download http://www.lysator.liu.se/~nisse/archiv ... 2.4.tar.gz . Either you edit the script you are running or wait until their ftp server is up again. Not sure, but maybe manually copying the downloaded file to the right location might work, too.

Deleting your .wine folder is absolutely useless, the .wine folder is meant to keep your (via wine) installed windows applications and wine's registry (configuration), but it has nothing to do with compiling wine.
joematrix
Level 1
Level 1
Posts: 6
Joined: Mon Aug 27, 2012 10:26 am

Re: Can not install wine timeout

Post by joematrix »

Thanks I will try to install it manually.
joematrix
Level 1
Level 1
Posts: 6
Joined: Mon Aug 27, 2012 10:26 am

Re: Can not install wine timeout

Post by joematrix »

Thanks lahmbi5678 it worked now lets see if it will build with the file, fingers crossed.
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: Can not install wine timeout

Post by lahmbi5678 »

Hi,

just looked at http://code.google.com/p/osxwinebuilder ... nebuild.sh ,
in my opinion it would be sufficient to change (in osxwinebuild.sh) the line containing
NETTLEURL="ftp://ftp.lysator.liu.se/pub/security/lsh/${NETTLEFILE}"
to
NETTLEURL="http://www.lysator.liu.se/~nisse/archive/${NETTLEFILE}"

Edit: corrected path
joematrix
Level 1
Level 1
Posts: 6
Joined: Mon Aug 27, 2012 10:26 am

Re: Can not install wine timeout

Post by joematrix »

Its working thank you.
joematrix
Level 1
Level 1
Posts: 6
Joined: Mon Aug 27, 2012 10:26 am

Re: Can not install wine timeout

Post by joematrix »

New Problem
"could not run configure command './configure --prefix=/var/root/wine/wine-1.5.11 --enable-shared=yes --enable-static=no' in /var/root/wine/build/gstreamer-0.10.36 - exiting"
joematrix
Level 1
Level 1
Posts: 6
Joined: Mon Aug 27, 2012 10:26 am

Re: Can not install wine timeout

Post by joematrix »

lahmbi5678 wrote:Hi,

just looked at http://code.google.com/p/osxwinebuilder ... nebuild.sh ,
in my opinion it would be sufficient to change (in osxwinebuild.sh) the line containing
NETTLEURL="ftp://ftp.lysator.liu.se/pub/security/lsh/${NETTLEFILE}"
to
NETTLEURL="http://www.lysator.liu.se/~nisse/archive/${NETTLEFILE}"

Edit: corrected path
new problem
could not run configure command './configure --prefix=/var/root/wine/wine-1.5.11 --enable-shared=yes --enable-static=no' in /var/root/wine/build/gstreamer-0.10.36 - exiting
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: Can not install wine timeout

Post by lahmbi5678 »

Don't know, what's going wrong.
Locked