After the system update (ArchLinux), the following error occurred while trying to open LiveScript: "The Live Editor is unable to run in the current system configuration." I have found the advice in one discussion (https://bbs.archlinux.org/viewtopic.php?pid=2028209#p2028209) - to rename file MATLABROOT/bin/glnxa64/libfreetype.so.6.
Search Criteria
Package Details: matlab 9.14.0.2337262-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/matlab.git (read-only, click to copy) |
---|---|
Package Base: | matlab |
Description: | A high-level language for numerical computation and visualization |
Upstream URL: | https://www.mathworks.com |
Keywords: | computation matlab numerical visualization |
Licenses: | custom |
Provides: | matlab-bin |
Submitter: | ido |
Maintainer: | None |
Last Packager: | Rubo |
Votes: | 40 |
Popularity: | 0.000983 |
First Submitted: | 2015-08-15 09:33 (UTC) |
Last Updated: | 2023-09-19 12:20 (UTC) |
Dependencies (2)
- matlab-metaAUR
- gendesk (make)
Required by (11)
- carnot
- digital_rf-git (optional)
- diplib-git (optional)
- gurobi (optional)
- gurobi81 (optional)
- jupyter-matlab_kernel (optional)
- libmole (optional)
- matlab-segymat (optional)
- python-matlabengine
- vitis (optional)
- vivado (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 26 Next › Last »
j.zelinka commented on 2022-04-18 18:59 (UTC) (edited on 2022-04-18 19:07 (UTC) by j.zelinka)
silverbluep commented on 2022-03-01 22:31 (UTC)
Anyone wants to take over the package? I don't use Arch anymore. Please email me so we can discuss; as I want to hand over this package to someone who knows what they are doing.
kruzah commented on 2022-02-16 12:28 (UTC) (edited on 2022-02-16 12:29 (UTC) by kruzah)
@kyak Thank you, this solved the issue. Perhaps the package maintainer should add this as a dependency as well
kyak commented on 2022-02-16 11:49 (UTC)
@kruzah install libxcrypt-compat from aur
kruzah commented on 2022-02-16 10:35 (UTC)
MATLAB longer works after a soname update on libcrypt.so/libxcrypt:
/opt/tmw/MATLAB-r2020b/bin/glnxa64/MATLAB: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
outloudvi commented on 2022-01-26 10:34 (UTC)
Please note that you may need to extract/unpack the installer with unzip
instead of some GUI utilities (e.g. Ark), or some symbol links or so would be missing, and you will get such error messages when running ./install
:
/tmp/matlab-instlaller/bin/glnxa64/MathWorksProductInstaller: error while loading shared libraries: /tmp/matlab-instlaller/bin/glnxa64/libicudata.so.69: file too short
thunderel05 commented on 2022-01-15 22:47 (UTC)
I followed the instruction in https://github.com/Victrid/matlab-aur, everything went find until the "makepkg -s". When I executed this command, It always stop at
Starting build()... ERROR: A failure occured in build(). Aborting...
Any suggestions? (fyi, my source is matlab 2020b)
daniel_shub commented on 2021-11-12 16:04 (UTC)
@tornado99 what type of instructions do you want? If you don't want to compile gcc8 on every machine, just compile it once and then install it on all the machines. If you want to run MATLAB without a compiler, just remove gcc8 as a dependency.
tornado99 commented on 2021-11-12 14:37 (UTC)
There should be clear instructions for those who want to disable GCC from the pkgbuild. I just install Matlab from their installer on most of my machines as I can't afford to lock up a machine for 1/2 a day compiling GCC. In fact if you wanted to run MATLAB on a low-end machine you could be waiting several days for the GCC part to finish.
moetayuko commented on 2021-10-13 04:12 (UTC)
@bbaserdem ./install
from r2021b iso works fine for me
Pinned Comments
Rubo commented on 2022-09-25 13:31 (UTC) (edited on 2022-09-25 13:32 (UTC) by Rubo)
Hi, I'm tackling the problem with the add-ons installation, where the installer can't write to
/usr/local/MATLAB/R2022b
. I think we should avoid manualchmod
s orchown
s, as it would be easy to mess up with the permissions, so I created amatlab
group withrwx
permissions, which owns the tree starting at/usr/local/MATLAB/R2022b
. The PKGBUILD sets up the correct permissions, so after installing MATLAB, you should just add yourself to that group, re-login and then you should be able to install add-ons. So far I'm able to start the installer, download the add-on archive, but when I get toPerforming post-installation tasks. This may take a few minutes...
, an error occurs, and the installer logsEnd - Unsuccessful Exception: java.lang.InterruptedException
without further information.If anyone wants to help me resolve this issue, here is the repo: https://github.com/Rubo3/matlab-aur/tree/addons.
Rubo commented on 2022-09-16 13:52 (UTC) (edited on 2022-09-16 20:26 (UTC) by Rubo)
I updated the PKGBUILD to MATLAB R2022b. Sorry it took so long. Here are the main changes:
namcap
(thanks @sukanka), and are now managed via the matlab-meta meta package, now it's really easy to play around with them, as you don't have to rebuild the entire MATLAB package (thanks @bbaserdem). I still don't know the exact dependencies needed by MATLAB, as I don't use all its toolkits and whatnots. As always, please tell me if you find something.install.log
, under the same directory of the PKGBUILD, so that you can check whether something went wrong even if it didn't fail (e.g. when you need a new license or installation key because the major version changed).python-matlabengine
to its own repo, which is built from upstream and works for the latest MATLAB versions. Currently it supports Python 3.9 and 3.10. If you have other needs, you can find the installation instructions here. Since the source files are still provided in your local MATLAB installation under$_instdir/extern/engines/python
, building it and packaging it here was really just a convenience. I would like to know how many users of this PKGBUILD really need to spoof their Python version, so that we can reason about putting back that extra logic in the other PKGBUILD.silverbluep commented on 2020-09-21 16:39 (UTC) (edited on 2021-02-03 18:13 (UTC) by silverbluep)
READ THE README FILE IN THE REPO. NO AUR HELPERS SUPPORTED. ONLY ARCHLINUX AS OS IS SUPPORTED. YOU SHOULD BE BUILDING THIS PACKAGE USING MAKEPKG, NOTHING ELSE WILL BE SUPPORTED. Please only post issues here AFTER you followed the README.md. located at the root of this repo: https://aur.archlinux.org/cgit/aur.git/tree/README.md?h=matlab Due to a lot of comments; my spam filter is removing AUR notifications which keeps me from responding timely to issues in packaging, please don't post if you don't do some troubleshooting yourself. If your skill level is not up to troubleshooting (or following simple instructions as laid out by the readme), just install matlab locally, without using this package.