Welcome to the Cumulus Support forum.

Latest Cumulus MX V4 release 4.0.1 (build 4023) - 16 May 2024

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Mono 6 upgrade failure and SSE4.1

From build 3044 the development baton passed to Mark Crossley. Mark has been responsible for all the Builds since. He has made the code available on GitHub. It is Mark's hope that others will join in this development, but at the very least he welcomes your ideas for future developments (see Cumulus MX Development suggestions).

Moderator: mcrossley

Post Reply
SunDial
Posts: 53
Joined: Tue 03 Jan 2017 8:12 pm
Weather Station: OS WMR928N
Operating System: OPi Armbian 5.75 Ubuntu Bionic

Mono 6 upgrade failure and SSE4.1

Post by SunDial »

Hi,

While upgrading my Mono 4.6.2 installation to Mono 6.12.0.90, ahead of upgrading to the latest Cumulus MX release, I received the following lines during the installation:

Mono precompiling /usr/lib/mono/4.5/csc.exe for arm (LLVM disabled due to missing SSE4.1)...
Mono precompiling /usr/lib/mono/4.5/vbc.exe for arm (LLVM disabled due to missing SSE4.1)...
Mono precompiling /usr/lib/mono/4.5/VBCSCompiler.exe for arm (LLVM disabled due to missing SSE4.1)...
Mono precompiling /usr/lib/mono/4.5/Microsoft.CodeAnalysis.CSharp.dll for arm (LLVM disabled due to missing SSE4.1)...

Progress: [ 99%] [######################################################################################################..]


Additionally, the installation appears to have frozen as it has not progressed in over 15 minutes.

Do I need to be concerned about the missing SSE4.1 for Cumulus MX to be able to use Mono without issues? I am running Ubuntu 18.04.5 LTS (Bionic Beaver) (Kernel: Linux 4.19.62-sunxi) on an Orange PI Lite (Arm).

I followed the Mono installation instructions for Ubuntu 18.04 here: https://www.mono-project.com/download/s ... lin-ubuntu

Thanks
User avatar
mcrossley
Posts: 12953
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Mono 6 upgrade failure and SSE4.1

Post by mcrossley »

No concern, the ARM chips used on the rPi do not include the SSE4.1 feature - I assume it is the same for the Orange Pi.

The install compiles some of the executables which can take a while even on a pi 4 - I hate to think how long it would take on a pi zero!
SunDial
Posts: 53
Joined: Tue 03 Jan 2017 8:12 pm
Weather Station: OS WMR928N
Operating System: OPi Armbian 5.75 Ubuntu Bionic

Re: Mono 6 upgrade failure and SSE4.1

Post by SunDial »

Hi Mark,

Thanks for your helpful reply.

My SSH connection froze and could not be re-established and Cumulus stopped updating, so I think the' installation crashed my OPi Lite.

I rebooted and ran "sudo dpkg --configure -a" to repair the installation, which worked and didn't take very long. It seems to have completed the installation successfully without any errors and Cumulus is back up and running, so happy days. :) Thank you, again.
Last edited by SunDial on Tue 08 Dec 2020 10:48 am, edited 1 time in total.
User avatar
mcrossley
Posts: 12953
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Mono 6 upgrade failure and SSE4.1

Post by mcrossley »

:thumbsup:
Post Reply