Have tried to build but am getting the same error as @wu2305 with mv: cannot stat libfreetype.so.* file. Have tried with the -r flag and without. With the -r flag, it contains bin/glnxa64/ but this directory is then empty. Is this likely a PKGBUILD issue or a mistake with the tar file?
Search Criteria
Package Details: java-matlab 1:R2025a.25.1.0.2943329-6
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 (Java components) |
Upstream URL: | https://www.mathworks.com/products/matlab.html |
Keywords: | computation matlab numerical visualization |
Licenses: | custom:MATLAB EULA |
Provides: | java-matlab-version |
Submitter: | ido |
Maintainer: | vitaliikuzhdin |
Last Packager: | vitaliikuzhdin |
Votes: | 41 |
Popularity: | 0.82 |
First Submitted: | 2015-08-15 09:33 (UTC) |
Last Updated: | 2025-06-25 09:52 (UTC) |
Dependencies (5)
- java-environment-openjdk (jdk10-openj9-binAUR, jdk16-adoptopenjdkAUR, liberica-jre-11-binAUR, jdk16-openjdkAUR, jdk14-openjdkAUR, jdk18-openjdkAUR, liberica-jre-11-full-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jdk12-openjdkAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk13-openjdkAUR, jdk15-openjdkAUR, liberica-nik-24-full-binAUR, zulu-8-binAUR, liberica-jdk-11-lite-binAUR, jdk19-openjdkAUR, zulu-jdk-fx-binAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk11-openj9-binAUR, jre-zulu-binAUR, jre-zulu-fx-binAUR, jdk-android-studioAUR, jdk-openj9-binAUR, zulu-11-binAUR, openjdk-zulu8-ca-fx-binAUR, openjdk-zulu11-ca-fx-binAUR, openjdk-zulu17-ca-fx-binAUR, openjdk-zulu21-ca-fx-binAUR, openjdk-liberica8-full-binAUR, openjdk-liberica11-full-binAUR, openjdk-liberica17-full-binAUR, openjdk-liberica21-full-binAUR, openjdk-zulu-ca-fx-binAUR, openjdk-liberica-full-binAUR, jdk8-perfAUR, zing-21-binAUR, jdk17-jetbrains-binAUR, jdk21-dragonwell-standard-binAUR, java-openjdk-binAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk8-dragonwell-extendedAUR, liberica-jdk-11-binAUR, zulu-17-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-21-binAUR, zulu-17-fx-binAUR, liberica-jdk-17-full-binAUR, zulu-21-binAUR, jdk-temurinAUR, jdk21-temurinAUR, jdk17-temurinAUR, jdk11-temurinAUR, zing-8-binAUR, zulu-24-binAUR, jdk23-temurinAUR, liberica-nik-23-full-binAUR, zing-23-binAUR, jdk22-openjdkAUR, jdk23-openjdkAUR, jdk21-openj9-binAUR, jdk17-openj9-binAUR, jdk17-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, jdk21-jetbrains-binAUR, jdk-openjdk-wakefieldAUR, jre-jetbrainsAUR, java-openjdk-ea-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jdk8-openjdk)
- matlabAUR (matlab-supportAUR)
- gendesk (make)
- inotify-tools (inotify-tools-gitAUR) (make)
- matlab-mpmAUR (make)
Required by (1)
- matlab (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 26 Next › Last »
scondon commented on 2022-09-25 22:43 (UTC)
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 manual chmod
s or chown
s, as it would be easy to mess up with the permissions, so I created a matlab
group with rwx
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 to Performing post-installation tasks. This may take a few minutes...
, an error occurs, and the installer logs End - 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-21 09:47 (UTC)
Hi @wu2305, are you using the latest revision of the PKGBUILD? Are you running makepkg
with or without the --repackage
or -R
flag? Do you have the /home/wu2305/repos/matlab/pkg/matlab/usr/local/MATLAB/R2022b/backup
directory? If yes, does it contain the bin/glnxa64
directory? What are its contents?
wu2305 commented on 2022-09-21 05:06 (UTC) (edited on 2022-09-21 05:08 (UTC) by wu2305)
I've tried the PKGBUILD and I met the errors following: mv: cannot stat '/home/wu2305/repos/matlab/pkg/matlab/usr/local/MATLAB/R2022b/bin/glnxa64/libfreetype.so.*': No such file or directory Have I missed some critical steps or some minor problems in PKGBUILD lead to this error? I'm looking forward to your reply
Rubo commented on 2022-09-16 20:50 (UTC)
@bestfriend python-matlabengine
needs MATLAB to work. If I run pacman -Rcns matlab
, python-matlabengine
is removed, too. I don't know why it didn't work for you. If you update to R2022b and still experience this issue, please let me know.
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:
- The dependencies have been updated according to
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. - The MATLAB installer now outputs its logs in
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). - I moved
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. - I also removed the Mesa workaround and the optional compilers, are they still needed?
bestfriend commented on 2022-09-15 23:00 (UTC)
Also should python-matlabengine be installed as a dependency of matlab? I noticed it was left on a previous install after pacman -Rcns matlab.
bestfriend commented on 2022-09-15 22:57 (UTC)
I omitted the libselinux and gconf dependencies and was able to install R2022a along with several toolboxes. Not sure if/when something will break. Arch Wiki says libselinux is for the help browser and livescripts. Help seems to work, but I don't use livescripts, so I'm not sure about that. Thanks for the package!
Rubo commented on 2022-08-29 19:15 (UTC) (edited on 2022-08-29 19:16 (UTC) by Rubo)
Hi @nisarg13, the PKGBUILD doesn't download the source files. It expects them to be in the same directory where you put the PKGBUILD. You can read the installation instructions here: https://github.com/Rubo3/matlab-aur
nisarg13 commented on 2022-08-29 17:30 (UTC)
Where do find the source files? it seems that the PKGBUILD was supposed to download them during installation, but it doesn't.
Pinned Comments