Can not install wine timeout
Can not install wine timeout
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.
"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.
-
- Level 7
- Posts: 823
- Joined: Thu Aug 27, 2009 6:23 am
Re: Can not install wine timeout
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.
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.
Re: Can not install wine timeout
Thanks I will try to install it manually.
Re: Can not install wine timeout
Thanks lahmbi5678 it worked now lets see if it will build with the file, fingers crossed.
-
- Level 7
- Posts: 823
- Joined: Thu Aug 27, 2009 6:23 am
Re: Can not install wine timeout
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
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
Re: Can not install wine timeout
Its working thank you.
Re: Can not install wine timeout
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"
"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"
Re: Can not install wine timeout
new problemlahmbi5678 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
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
-
- Level 7
- Posts: 823
- Joined: Thu Aug 27, 2009 6:23 am
Re: Can not install wine timeout
Don't know, what's going wrong.