That seems to be /tmp no enough space issue, not sure if this makepkg error was also caused by that.
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.000924 |
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 .. 5 6 7 8 9 10 11 12 13 14 15 .. 26 Next › Last »
Hork commented on 2021-02-03 09:20 (UTC)
Hork commented on 2021-02-02 21:23 (UTC)
Read the readme.md, and use unzip -X -K to resolve libexpat issue. Rename your installer dir to something else, download to a folder called matlab and tar it there.
P1000 commented on 2021-02-02 17:08 (UTC) (edited on 2021-02-02 19:22 (UTC) by P1000)
I managed to make it work using this. https://stackoverflow.com/a/60939113 How would I adjust this process to make use of the AUR package instead?
Edit: I have my license.lic file downloaded. Do I need any other files from somewhere before this package will work? : https://mathworks.com/licensecenter/licenses/ : I downloaded the license.lix (matlab.lic) file provided and copied to the key from the textbox into matlab.fik while downloading matlab.tar.gz from AUR and renaming to matlab.tar Now it says: ==> Starting prepare()... sed: can't read /home/USER/matlab/src/matlab/installer_input.txt: No such file or directory Where do I get installer_input.txt from?
When I download and extracted the package from the Matlab Website I get the following output:
...matlab_R2020b_glnxa64/bin/glnxa64/install_unix: error while loading shared libraries: ...matlab_R2020b_glnxa64/bin/glnxa64/libexpat.so.1: file too short
linexpat.so.1 contains : 'libexpat.so.1.6.11'
I'm getting the following error with pamac - ERROR: matlab.tar was not found in the build directory and is not a URL.
Preparing... Cloning matlab build files... Checking matlab dependencies... Resolving dependencies... Checking inter-conflicts...
Building matlab... ==> Making package: matlab 9.9.0.1467703-3 (Tue 02 Feb 2021 17:02:45 GMT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... ==> ERROR: matlab.tar was not found in the build directory and is not a URL. Failed to build matlab
moetayuko commented on 2021-02-02 12:47 (UTC)
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=matlab#n261 here's a typo, should be pacman -Q gcc8
Hork commented on 2021-01-31 13:36 (UTC)
I am using latest ucode. I reported my issue on matlab answers. Hope somebody can fix it.
silverbluep commented on 2021-01-31 02:19 (UTC) (edited on 2021-01-31 02:22 (UTC) by silverbluep)
I'm on a zen2 microarchitecture (AMD Ryzen 7 3700x) and it works fine. It probably is something else related specifically to your desktop. If you are not using it already; I suggest installing amd-microcode and making sure your bootloader loads the related ramdisk before loading initrd.
Either way; you can build the package on your server; copy the tar.zst file to your desktop and install using pacman -U matlab.blabla.tar.zst. For activation; after installation you can run sudo activate_matlab.sh
; but you shouldn't need to if you used the licence that is appropriate for your PC (using the MAC address of any of your ethernet interfaces; as far as I recall.)
Please post this in mathworks forums; as anyone else on other linux distros having the same problem can benefit from your experience; or help diagnose what exactly is going wrong.
Hork commented on 2021-01-31 00:02 (UTC)
Strangely enough, I copied exact same files to my arch server and it runs. I guess that architecture issue still persists on this version and I'm running my desktop on AMD zen2.
auricom commented on 2021-01-30 13:43 (UTC) (edited on 2021-01-30 13:44 (UTC) by auricom)
I've installed the latest update and it seemed to go without any hitches apart from having to re-activate Matlab afterwards. Many thanks bbaserdem!
Everything I've tested works fine apart from Matlab's built-in updater which notifies me about an update but always fails during the installation with the message "Something unexpected occured". However I don't think the updater has ever worked for me when installing Matlab via the AUR package and it's certainly not a problem specific to this latest PKGBUILD.
I'm guessing it's some kind of permissions error but not really sure. Has anybody else managed to use it successfully?
silverbluep commented on 2021-01-30 08:41 (UTC)
I would check mathworks forums for a fix; as if the provided installer is not working on your system it's an issue on the installer end. I can't replicate your issue so I don't know how to help you.
If you find the solution please post it here.
Hork commented on 2021-01-29 20:49 (UTC)
Seems to be a matlab installer issue. Cannot install even with their default installer. Generate a "archive is not a ZIP archive" error but last one has this issue is way back to 2016a. No idea what's going wrong there.
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.