Matlab install fails on Manjaro.

5 Ansichten (letzte 30 Tage)
César Bertoni
César Bertoni am 4 Jul. 2020
Beantwortet: Chunyu Xiao am 30 Sep. 2021
I can't install suscesfully MATLAB over Manjaro KDE. The computer starts to use a lot of CPU resources and suddenly kills the installation, i also tried installing a vanilla version, but i get the same result.
Also, i installed form the AUR libselinux and libsepol to resolve another error that avoid the start of the installator. I really don't know how i can resolve this problem.
(jul 03, 2020 13:45:30) ##################################################################
(jul 03, 2020 13:45:30) #
(jul 03, 2020 13:45:30) # Today's Date:
(jul 03, 2020 13:45:30) Fri Jul 03 13:45:30 CDT 2020
(jul 03, 2020 13:45:30)
(jul 03, 2020 13:45:30) System Info
(jul 03, 2020 13:45:30) OS: Linux 5.7.0-3-MANJARO
(jul 03, 2020 13:45:30) Arch: amd64
(jul 03, 2020 13:45:30) Data Model: 64
(jul 03, 2020 13:45:30) Language: es
(jul 03, 2020 13:45:30) Java Vendor: Oracle Corporation
(jul 03, 2020 13:45:30) Java Home: /home/cesarbo/Descargas/matlab/sys/java/jre/glnxa64/jre
(jul 03, 2020 13:45:30) Java Version: 1.8.0_202
(jul 03, 2020 13:45:30) Java VM Name: Java HotSpot(TM) 64-Bit Server VM
(jul 03, 2020 13:45:30) Release Description: R2020a_Update_3
(jul 03, 2020 13:45:30) Java Class Path: /home/cesarbo/Descargas/matlab/java/jarext/lais_server_impl/lais_server_impl.jar:/home/cesarbo/Descargas/matlab/java/jarext/connector_impl/cosg_impl_java/cosg_impl.jar:/home/cesarbo/Descargas/matlab/java/config/matlab_installer/pathlist.jar
(jul 03, 2020 13:45:30) User Name: root
(jul 03, 2020 13:45:30) Current Directory: /home/cesarbo/Descargas/matlab
(jul 03, 2020 13:45:30) Installer build number: 9.8.0.1396136
(jul 03, 2020 13:45:30) Input arguments:
(jul 03, 2020 13:45:30) root: /home/cesarbo/Descargas/matlab
(jul 03, 2020 13:45:31) Activation Service Reachable? true
(jul 03, 2020 13:45:31) Reading from /home/cesarbo/Descargas/matlab/archives
(jul 03, 2020 13:45:31) Starting local product/component search in download directory
(jul 03, 2020 13:45:31) Searching for archives...
(jul 03, 2020 13:45:31) Reading /home/cesarbo/Descargas/matlab/archives
(jul 03, 2020 13:45:31) 2 files found in /home/cesarbo/Descargas/matlab/archives
(jul 03, 2020 13:45:31) Archive search complete. 2 total files found.
(jul 03, 2020 13:45:31) Completed local product/component search
(jul 03, 2020 13:46:13) Completed local product/component search
(jul 03, 2020 13:46:19) Warning: Insufficient disk space.Location: /tmp Required Space: 13.02 GB Increase space, select fewer products, or choose different destination.
at com.mathworks.install_core_common.MATLABInstallerExceptionUtil.getWarningException(MATLABInstallerExceptionUtil.java:24)
at com.mathworks.matlab_installer.operations.ProductOperations.showInsufficientSpaceWarning(Unknown Source)
at com.mathworks.matlab_installer.operations.ProductOperations.validateDownloadAndInstallFolderSpace(Unknown Source)
at com.mathworks.matlab_installer.services.ProductSelectionServices.calculateSize(Unknown Source)
at com.mathworks.installservicehandler.context.ExceptionInterceptor.invoke(ExceptionInterceptor.java:21)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.mathworks.installservicehandler.JsonPassThroughResponseWrapper.getData(JsonPassThroughResponseWrapper.java:24)
at com.mathworks.installservicehandler.JsonPassThroughResponseWrapper.getData(JsonPassThroughResponseWrapper.java:10)
at com.mathworks.laisserver.impl.helper.RequestHandler.handleRequest(RequestHandler.java:44)
at com.mathworks.laisserver.impl.JsonServlet.doPost(JsonServlet.java:27)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:755)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:457)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
at org.eclipse.jetty.server.Server.handle(Server.java:364)
at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:488)
at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:943)
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1004)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.Exception: Product Selection Error: Might not have enough space in the specified location
... 39 more
(jul 03, 2020 13:47:49) Confirm selections
(jul 03, 2020 13:47:49) Licensing
(jul 03, 2020 13:47:49) 40816183 MATLAB (Individual)
(jul 03, 2020 13:47:49) Authentication option
(jul 03, 2020 13:47:49) Activate this computer now
(jul 03, 2020 13:47:49) Login Name
(jul 03, 2020 13:47:49) cesarbo
(jul 03, 2020 13:47:49) Destination
(jul 03, 2020 13:47:49) /usr/local/MATLAB/R2020a/
(jul 03, 2020 13:47:49) Products
(jul 03, 2020 13:47:49) 92 of 92 products
(jul 03, 2020 13:47:49) 37.66 GB required
(jul 03, 2020 13:47:49)
(jul 03, 2020 13:47:57) Download thread pool size = 4
(jul 03, 2020 13:47:57) Starting Download: MATLAB : 1,158,541,071 bytes
(jul 03, 2020 13:51:04) Starting Download: Simulink : 1,691,498,187 bytes
(jul 03, 2020 13:54:46) Starting Download: 5G Toolbox : 15,217,932 bytes
(jul 03, 2020 13:54:48) Starting Download: Aerospace Blockset : 45,234,811 bytes
(jul 03, 2020 13:54:54) Starting Download: Aerospace Toolbox : 94,531,143 bytes
(jul 03, 2020 13:55:05) Starting Download: Antenna Toolbox : 415,245,591 bytes
(jul 03, 2020 13:55:54) Starting Download: Audio Toolbox : 149,523,469 bytes
(jul 03, 2020 13:56:12) Starting Download: Automated Driving Toolbox : 293,712,943 bytes
(jul 03, 2020 13:56:45) Starting Download: AUTOSAR Blockset : 60,508,037 bytes
(jul 03, 2020 13:56:53) Starting Download: Bioinformatics Toolbox : 200,641,281 bytes
(jul 03, 2020 13:57:16) Starting Download: Communications Toolbox : 255,424,739 bytes
(jul 03, 2020 13:57:44) Starting Download: Computer Vision Toolbox : 1,059,921,159 bytes
(jul 03, 2020 13:59:47) Starting Download: Control System Toolbox : 88,203,678 bytes
(jul 03, 2020 13:59:58) Starting Download: Curve Fitting Toolbox : 12,174,978 bytes
(jul 03, 2020 14:00:01) Starting Download: Database Toolbox : 12,623,817 bytes
(jul 03, 2020 14:00:03) Starting Download: Datafeed Toolbox : 4,507,552 bytes
(jul 03, 2020 14:00:04) Starting Download: Deep Learning Toolbox : 478,298,730 bytes
(jul 03, 2020 14:00:58) Starting Download: DSP System Toolbox : 255,226,457 bytes
(jul 03, 2020 14:01:28) Starting Download: Econometrics Toolbox : 38,652,959 bytes
(jul 03, 2020 14:01:32) Starting Download: Embedded Coder : 97,983,794 bytes
(jul 03, 2020 14:01:44) Starting Download: Filter Design HDL Coder : 4,981,566 bytes
(jul 03, 2020 14:01:45) Starting Download: Financial Instruments Toolbox : 28,045,936 bytes
(jul 03, 2020 14:01:50) Starting Download: Financial Toolbox : 45,108,428 bytes
(jul 03, 2020 14:01:55) Starting Download: Fixed-Point Designer : 122,291,883 bytes
(jul 03, 2020 14:02:10) Starting Download: Fuzzy Logic Toolbox : 18,711,809 bytes
(jul 03, 2020 14:02:13) Starting Download: Global Optimization Toolbox : 14,097,869 bytes
(jul 03, 2020 14:02:15) Starting Download: GPU Coder : 49,680,383 bytes
(jul 03, 2020 14:02:21) Starting Download: HDL Coder : 165,313,743 bytes
(jul 03, 2020 14:02:41) Starting Download: HDL Verifier : 91,400,883 bytes
(jul 03, 2020 14:02:52) Starting Download: Image Acquisition Toolbox : 28,983,734 bytes
(jul 03, 2020 14:02:56) Starting Download: Image Processing Toolbox : 1,345,500,024 bytes
(jul 03, 2020 14:05:29) Starting Download: Instrument Control Toolbox : 11,602,365 bytes
(jul 03, 2020 14:05:33) Starting Download: LTE Toolbox : 37,192,508 bytes
(jul 03, 2020 14:05:39) Starting Download: Mapping Toolbox : 188,272,680 bytes
(jul 03, 2020 14:06:05) Starting Download: MATLAB Coder : 23,794,173 bytes
(jul 03, 2020 14:06:12) Starting Download: MATLAB Compiler : 700,205,248 bytes
(jul 03, 2020 14:07:46) Starting Download: MATLAB Compiler SDK : 27,609,128 bytes
(jul 03, 2020 14:07:59) Starting Download: MATLAB Report Generator : 27,989,688 bytes
(jul 03, 2020 14:08:02) Starting Download: Mixed-Signal Blockset : 30,074,042 bytes
(jul 03, 2020 14:08:06) Starting Download: Model Predictive Control Toolbox : 29,873,412 bytes
(jul 03, 2020 14:08:11) Starting Download: Motor Control Blockset : 30,374,760 bytes
(jul 03, 2020 14:08:16) Starting Download: Navigation Toolbox : 483,957,191 bytes
(jul 03, 2020 14:09:16) Starting Download: Optimization Toolbox : 51,022,568 bytes
(jul 03, 2020 14:09:25) Starting Download: Parallel Computing Toolbox : 575,206,039 bytes
(jul 03, 2020 14:10:34) Starting Download: Partial Differential Equation Toolbox : 26,262,604 bytes
(jul 03, 2020 14:10:38) Starting Download: Phased Array System Toolbox : 57,476,762 bytes
(jul 03, 2020 14:10:45) Starting Download: Powertrain Blockset : 190,081,684 bytes
(jul 03, 2020 14:11:06) Starting Download: Predictive Maintenance Toolbox : 129,820,062 bytes
(jul 03, 2020 14:11:22) Starting Download: Reinforcement Learning Toolbox : 27,176,678 bytes
(jul 03, 2020 14:11:26) Starting Download: RF Blockset : 87,642,252 bytes
(jul 03, 2020 14:11:45) Starting Download: RF Toolbox : 9,274,629 bytes
(jul 03, 2020 14:11:47) Starting Download: Risk Management Toolbox : 7,751,133 bytes
(jul 03, 2020 14:11:48) Starting Download: Robotics System Toolbox : 80,931,693 bytes
(jul 03, 2020 14:12:00) Starting Download: Robust Control Toolbox : 18,739,112 bytes
(jul 03, 2020 14:12:02) Starting Download: ROS Toolbox : 171,676,610 bytes
(jul 03, 2020 14:12:23) Starting Download: Sensor Fusion and Tracking Toolbox : 144,392,189 bytes
(jul 03, 2020 14:12:40) Starting Download: SerDes Toolbox : 17,285,077 bytes
(jul 03, 2020 14:12:42) Starting Download: Signal Processing Toolbox : 400,849,662 bytes
(jul 03, 2020 14:13:40) Starting Download: SimBiology : 51,459,518 bytes
(jul 03, 2020 14:13:47) Starting Download: SimEvents : 29,267,423 bytes
(jul 03, 2020 14:13:51) Starting Download: Simscape : 53,613,459 bytes
(jul 03, 2020 14:13:57) Starting Download: Simscape Driveline : 16,084,113 bytes
(jul 03, 2020 14:13:59) Starting Download: Simscape Electrical : 218,743,911 bytes
(jul 03, 2020 14:14:24) Starting Download: Simscape Fluids : 34,627,690 bytes
(jul 03, 2020 14:14:31) Starting Download: Simscape Multibody : 216,164,816 bytes
(jul 03, 2020 14:15:01) Starting Download: Simulink 3D Animation : 45,244,546 bytes
(jul 03, 2020 14:15:07) Starting Download: Simulink Check : 41,113,884 bytes
(jul 03, 2020 14:15:12) Starting Download: Simulink Code Inspector : 7,549,961 bytes
(jul 03, 2020 14:15:13) Starting Download: Simulink Coder : 73,956,133 bytes
(jul 03, 2020 14:15:22) Starting Download: Simulink Compiler : 2,265,654 bytes
(jul 03, 2020 14:15:22) Starting Download: Simulink Control Design : 79,459,907 bytes
(jul 03, 2020 14:15:32) Starting Download: Simulink Coverage : 16,800,598 bytes
(jul 03, 2020 14:15:34) Starting Download: Simulink Design Optimization : 63,783,870 bytes
(jul 03, 2020 14:15:42) Starting Download: Simulink Design Verifier : 29,657,617 bytes
(jul 03, 2020 14:15:46) Starting Download: Simulink PLC Coder : 23,778,796 bytes
(jul 03, 2020 14:15:49) Starting Download: Simulink Report Generator : 15,405,676 bytes
(jul 03, 2020 14:15:51) Starting Download: Simulink Requirements : 57,041,300 bytes
(jul 03, 2020 14:15:58) Starting Download: Simulink Test : 82,827,684 bytes
(jul 03, 2020 14:16:11) Starting Download: SoC Blockset : 110,462,408 bytes
(jul 03, 2020 14:16:28) Starting Download: Stateflow : 49,574,167 bytes
(jul 03, 2020 14:16:33) Starting Download: Statistics and Machine Learning Toolbox : 132,055,059 bytes
(jul 03, 2020 14:16:49) Starting Download: Symbolic Math Toolbox : 26,045,286 bytes
(jul 03, 2020 14:16:53) Starting Download: System Composer : 36,200,104 bytes
(jul 03, 2020 14:16:59) Starting Download: System Identification Toolbox : 149,076,832 bytes
(jul 03, 2020 14:17:19) Starting Download: Text Analytics Toolbox : 114,094,348 bytes
(jul 03, 2020 14:17:34) Starting Download: Trading Toolbox : 4,109,835 bytes
(jul 03, 2020 14:17:35) Starting Download: Vehicle Dynamics Blockset : 67,309,061 bytes
(jul 03, 2020 14:17:46) Starting Download: Vehicle Network Toolbox : 43,713,841 bytes
(jul 03, 2020 14:17:51) Starting Download: Vision HDL Toolbox : 71,733,008 bytes
(jul 03, 2020 14:17:59) Starting Download: Wavelet Toolbox : 51,353,749 bytes
(jul 03, 2020 14:18:05) Starting Download: Wireless HDL Toolbox : 23,332,267 bytes
(jul 03, 2020 14:18:11) Starting Download: WLAN Toolbox : 7,453,469 bytes
(jul 03, 2020 14:18:12) Installing Product: MATLAB
(jul 03, 2020 14:18:35) Installing Product: Simulink
(jul 03, 2020 14:19:08) Installing Product: 5G Toolbox
(jul 03, 2020 14:19:08) Installing Product: Aerospace Blockset
(jul 03, 2020 14:19:09) Installing Product: Aerospace Toolbox
(jul 03, 2020 14:19:10) Installing Product: Antenna Toolbox
(jul 03, 2020 14:19:33) Installing Product: Audio Toolbox
(jul 03, 2020 14:19:41) Installing Product: Automated Driving Toolbox
(jul 03, 2020 14:19:45) Installing Product: AUTOSAR Blockset
(jul 03, 2020 14:19:46) Installing Product: Bioinformatics Toolbox
(jul 03, 2020 14:19:51) Installing Product: Communications Toolbox
These are my system info
System: Host: cesar-LAP Kernel: 5.7.0-3-MANJARO x86_64 bits: 64 Desktop: KDE Plasma 5.18.5 Distro: Manjaro Linux
and the console output
sudo ./install
[sudo] password for cesarbo:
Terminado (killed)

Antworten (2)

Mikhail
Mikhail am 5 Jul. 2020
I would pay attention to these lines in the installer log:
Warning: Insufficient disk space.Location: /tmp Required Space: 13.02 GB Increase space, select fewer products, or choose different destination.
  1 Kommentar
Moises Nuñez Lopez
Moises Nuñez Lopez am 8 Aug. 2020
I have the same problem and I don't understand the storage error, I have enough storage.

Melden Sie sich an, um zu kommentieren.


Chunyu Xiao
Chunyu Xiao am 30 Sep. 2021
Hi,
After such a long time, I hope you have solved this problem.
I use Manjaro Linux too, and have met the same problem as yours. @Mikhail was right that /tmp doesn't have enough free space to store the install files ( run df -h in the terminal to see the avaliable space of /tmp ).
The solution is to run ./install twice: the first time you just log in and select 'Download without installation', after that you can go to the installer folder to run ./install again to perform installation.
If you don't have sudo permission , please remember to modify the path (such as /home/<username>/MATLAB ) when you're installing MATLAB.

Kategorien

Mehr zu Get Started with Simulink Real-Time finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by