Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 2506  / 2 Years ago, sun, october 9, 2022, 10:00:46

I'm new to ubuntu and tying to install latest mono on ubuntu. When I issued the command




make get-monolite-latest




but i got this error message



rm -fr /home/avalon/monobuild/mono/mcs/class/lib/monolite-* mkdir -p
/home/avalon/monobuild/mono/mcs/class/lib test ! -d
/home/avalon/monobuild/mono/mcs/class/lib/monolite || test ! -d
/home/avalon/monobuild/mono/mcs/class/lib/monolite.old || rm -fr
/home/avalon/monobuild/mono/mcs/class/lib/monolite.old test ! -d
/home/avalon/monobuild/mono/mcs/class/lib/monolite || mv -f
/home/avalon/monobuild/mono/mcs/class/lib/monolite
/home/avalon/monobuild/mono/mcs/class/lib/monolite.old cd
/home/avalon/monobuild/mono/mcs/class/lib && { (wget -O-
http://storage.bos.xamarin.com/mono-dist-master/latest/monolite-110-latest.tar.gz
|| curl
http://storage.bos.xamarin.com/mono-dist-master/latest/monolite-110-latest.tar.gz)
| gzip -d | tar xf - ; }
--2014-01-07 07:51:57-- http://storage.bos.xamarin.com/mono-dist-master/latest/monolite-110-latest.tar.gz
Resolving storage.bos.xamarin.com (storage.bos.xamarin.com)...
198.0.162.157 Connecting to storage.bos.xamarin.com (storage.bos.xamarin.com)|198.0.162.157|:80... connected. HTTP
request sent, awaiting response... 404 Not Found 2014-01-07 07:51:59
ERROR 404: Not Found.

/bin/bash: curl: command not found

gzip: stdin: unexpected end of file tar: This does not look like a tar archive tar: Exiting with failure status due to previous
errors make:
*** [get-monolite-latest] Error 2


Someone said the latest version of monolite is now 111 not 110 anymore
but i don't know how to apply the link changes to "make get-monolite-latest" command to install monolite compiler


More From » mono

 Answers
0

You can override the URL with command line argument:



make monolite_url=http://storage.bos.xamarin.com/mono-dist-master/latest/monolite-111-latest.tar.gz get-monolite-latest

[#27615] Tuesday, October 11, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
aradxalte

Total Points: 70
Total Questions: 116
Total Answers: 116

Location: Dominica
Member since Sat, Nov 5, 2022
2 Years ago
;