< Back to IRCAM Forum

OM installer for Linux?

Hello

Where can I download the latest OM installer for Linux?
I tried:
https://forge.ircam.fr/p/OM/downloads/
(ask me for login and after I couldn’t find it)
http://forumnet.ircam.fr/shop/fr/forumnet/43-openmusic.html
(the .rpm throws and error with software installer)

Best regards,
RC

Hi RC. Seems the openmusic downloads page at forge.ircam.fr is broken atm. I’ll check what’s happened.

The rpm should work fine however, just checked it again here. If you want help to debug or failseek something on your own machine you will need to provide some more info, such as OS, version etc.

Sorry, the access to the download page on forge.ircam.fr was disabled.
I think it’s ok now.

Thanks for the quick reply, Anders!
I tried the rpm in Ubuntu 18.04.1, got a “Sorry, something went wrong” in the software application.

Right. No the .rpm will probably not be useful on Ubuntu or other Debian based OS’es.

The access to https://forge.ircam.fr/p/OM/downloads/ should be opened again now, where you’ll find a .deb package. Have fun!

Got it. Thanks Jean and Anders!
The only thing is that I still have an OMAudioLib error on startup (maybe it would be great to have the build instructions in some readme file)

ERROR: Illegal instruction(4) [code 0] at 7FE2E2537AA0
Unknown foreign code in module “/usr/share/openmusic/resources/lib/linux/OMAudioLib.so” [ #x7FE2E2431000 ]
rax 7FE2E2870A20 ; rbx 7FE3001898A8 ; rcx 7FE3000008D0 ; rdx 7FE2E2ADFE38
rsp 7FE30E1B1AA8 ; rbp 7FE3001898B0 ; rdi 7FE3001898C8 ; rsi 7FE3000008D8
r8 7FE2E246DD80 ; r9 7FE2E246DD80 ; r10 2F ; r11 7FE2E1EB7530
r12 7FE3001898C8 ; r13 7FE308000B20 ; r14 4000049839 ; r15 40D100796C

Regarding building omaudiolib, I can’t clone it.
The following link is not working:
git://git.forge.ircam.fr/omaudiolib.git

Best regards,
RC

sorry, I’ve been messing up accesses. I’m progressively moving projects out of the forge.ircam.fr server towards better source management systems.
You can now find the omaudiolib repository here: https://github.com/openmusic-project/omaudiolib.git
Jean

Hi All.

If useful, I have resolved some OM audio initial problems in the following way. I must premise that I have just updated my Linux workstation to Fedora 28 distro. I have installed OM last version by the rpm file on ircam forge site, but I had problems on audio, similar to above mentioned ones. So I have donwloaded the omaudiolib project from Jean’s above address and compiled on my system: only digitized ‘make’ in terminal in the right directory and installed missing libraries requested for compilation. They were reported in error messages during first compilation attempts. Finally I have make a backup of the /usr/share/openmusic/resources/lib/linux/OMAudiolib.so (to be sure…) and then copied the new compiled OMAudiolib.so inside /usr/share/openmusic/resources/lib/linux. Of course with root privilegies.
I have not deeply tested everything, but it seems to run. On Ubuntu it should be the same procedures, maybe some directory could be different, I am not very acquainted with Ubuntu.

Ciao

fdsdb