i Cant seem to install the package, I'm stuck at the "Can not launch RPM Executable" error, im pretty new to this, how can i fix it?
Search Criteria
Package Details: maya 2024.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/maya.git (read-only, click to copy) |
---|---|
Package Base: | maya |
Description: | Autodesk Maya 3D Animation, Modelling, Simulation and Rendering Software |
Upstream URL: | http://www.autodesk.com/products/maya/overview |
Keywords: | 3d Autodesk Maya |
Licenses: | custom |
Submitter: | aquarius |
Maintainer: | meepzh (ttc0419, aquarius) |
Last Packager: | meepzh |
Votes: | 21 |
Popularity: | 0.000824 |
First Submitted: | 2016-07-25 19:14 (UTC) |
Last Updated: | 2023-12-26 22:01 (UTC) |
Dependencies (20)
- adsklicensingAUR
- audiofile (audiofile-gitAUR)
- glu (glu-gitAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- libffi6AUR
- libjpeg6-turbo
- libpng15AUR
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libtiff5AUR (libtiff5-hylafaxplusAUR)
- libtool (libtool-gitAUR)
- libxaw (xawmAUR)
- libxcrypt-compat
- libxp
- libxtst
- ncurses5-compat-libsAUR
- nss (nss-hgAUR)
- xorg-fonts-100dpi
- xorg-fonts-75dpi
- opencl-driver (opencl-nvidia-410xxAUR, amdapp-sdkAUR, opencl-nvidia-440xxAUR, vc4cl-gitAUR, opencl-nvidia-430xxAUR, opencl-legacy-amdgpu-proAUR, intel-compute-runtime-gitAUR, beignetAUR, opencl-nvidia-vulkanAUR, beignet-gitAUR, intel-openclAUR, clvk-gitAUR, opencl-rusticl-mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, opencl-nvidia-535xxAUR, opencl-nvidia-470xxAUR, amdonly-gaming-opencl-clover-mesa-gitAUR, amdonly-gaming-opencl-rusticl-mesa-gitAUR, opencl-nvidia-390xxAUR, opencl-nvidia-teslaAUR, opencl-amdAUR, intel-compute-runtime-binAUR, opencl-nvidia-betaAUR, intel-compute-runtime-legacy-binAUR, intel-compute-runtime-legacyAUR, opencl-nvidia-525xxAUR, opencl-510xx-nvidiaAUR, opencl-nvidia-340xxAUR, opencl-nvidia-550xxAUR, intel-compute-runtime, intel-oneapi-compiler-shared-runtime, opencl-clover-mesa, opencl-nvidia, opencl-rusticl-mesa, rocm-opencl-runtime) (optional) – OpenCL support
Required by (13)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 Next › Last »
Shadowlabs commented on 2017-09-19 12:12 (UTC)
naelstrof commented on 2017-08-17 21:20 (UTC)
The PKGBUILD needs QT4 added as a dependency, also for those of you who get an error like this while running the setup:
X Error: BadAccess (attempt to access private resource denied) 10
Extension: 130 (MIT-SHM)
Minor opcode: 1 (X_ShmAttach)
Resource id: 0x145
You can run the setup like this to fix it:
sudo QT_X11_NO_MITSHM=1 /opt/maya-setup/setup
t-ask commented on 2017-07-26 12:52 (UTC) (edited on 2017-07-26 12:54 (UTC) by t-ask)
Please add/move the licence of this package to "${pkgdir}/usr/share/licenses/${pkgname}/".
sanya_rnd commented on 2017-06-04 00:26 (UTC) (edited on 2017-06-06 06:51 (UTC) by sanya_rnd)
These bugs can be easily fixed:
echo "MAYA_DISABLE_CIP=1" >> ~/maya/2017/Maya.env # w/o it maya segfaults
echo "LC_ALL=C" >> ~/maya/2017/Maya.env # w/o it maya gives singular matrix error
Also you need this to prevent constant Helvetica package errors:
xset +fp /usr/share/fonts/100dpi/
xset +fp /usr/share/fonts/75dpi/
xset fp rehash
After that, Bifrost will be telling about missing lib:
// Error: line 1: Unable to dynamically load : /usr/autodesk/maya2017/plug-ins/bifrost/plug-ins/bifrostshellnode.so
libtinfo.so.5: cannot open shared object file: No such file or directory //
// Error: line 1: libtinfo.so.5: cannot open shared object file: No such file or directory (bifrostshellnode) //
To fix that, install aur/libtinfo (symlink package to ncurses) and after that:
sudo ln -s /usr/lib/libtinfo.so.6 /usr/autodesk/maya2017/lib/libtinfo.so.5
z3ntu commented on 2017-05-04 07:42 (UTC)
More error messages:
Error: Singular matrix, no inverse exists
root : ERROR : code for hash md5 was not found.
Traceback (most recent call last):
File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
root : ERROR : code for hash sha1 was not found.
Traceback (most recent call last):
File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha1
root : ERROR : code for hash sha224 was not found.
Traceback (most recent call last):
File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha224
root : ERROR : code for hash sha256 was not found.
Traceback (most recent call last):
File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha256
root : ERROR : code for hash sha384 was not found.
Traceback (most recent call last):
File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha384
root : ERROR : code for hash sha512 was not found.
Traceback (most recent call last):
File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha512
Graphic device does not support OpenGL Core Profile, fallback to OpenGL renderer.
VP2 Error : Failed to initialize graphics device.
z3ntu commented on 2017-05-04 07:39 (UTC)
There are some python<->openssl issues that are probably caused by the update to openssl 1.1. I haven't managed to get many things working since.
YAOMTC commented on 2017-04-13 21:42 (UTC)
I fixed my problem (albeit on CentOS) by disabling consistent network device naming, and reverting to the old style of eth0.
z3ntu commented on 2017-04-06 06:40 (UTC) (edited on 2017-04-06 06:53 (UTC) by z3ntu)
Running the setup and choosing the default options destroyed pacman...
"pacman: symbol lookup error: /usr/lib/libssh2.so.1: undefined symbol: EVP_rc4"
EDIT: ugh sorry, the LD_LIBARY_PATH linked pacman to the autodesk openssl libs...
EDIT2: Another problem: lrwxrwxrwx 1 root root 63 6. Apr 08:32 /usr/bin/maya2017 -> /home/luca/aur/maya/pkg/maya/usr/autodesk/maya2017/bin/maya2017
But that file doesn't exist.
EDIT3: The following patch fixes the issue from EDIT2:
diff --git a/PKGBUILD b/PKGBUILD
index ef168b0..be1bd92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,7 +49,7 @@ package() {
mkdir -p "$pkgdir"/usr/bin/
chmod 755 "$pkgdir"/usr/bin/
- ln -s "$pkgdir"/usr/autodesk/maya2017/bin/maya2017 "$pkgdir"/usr/bin/maya2017
+ ln -s /usr/autodesk/maya2017/bin/maya2017 "$pkgdir"/usr/bin/maya2017
mkdir -p "$pkgdir"/usr/share/applications/
chmod 755 "$pkgdir"/usr/share/applications/
YAOMTC commented on 2017-03-26 03:05 (UTC) (edited on 2017-03-26 17:40 (UTC) by YAOMTC)
I can't get this to work. I just get "command not found" for maya. I built the package, installed it, ran "export LD_LIBRARY_PATH=/opt/Autodesk/Adlm/R12/lib64/", sudo ./setup, it fails (as expected?) with the "Could not launch rpm executable", and then... what next?
EDIT: The command for Maya 2017 is "maya2017" not "maya". However I get a new error now - "AdlmInt Error: The AUTODESK_ADLM_THINCLIENT_ENV XML file could not be loaded
maya: Autodesk Maya 2017Licensing ErrorA licensing error occurred that Autodesk systems were not able to handle for you. Please contact Autodesk Customer Support for help in resolving this error.GetFeatureAuthorizationStatus 6 (Initialization Error)"
Pinned Comments
meepzh commented on 2022-04-08 22:36 (UTC) (edited on 2024-11-09 17:44 (UTC) by meepzh)
We still investigating Maya 2025+. The licensing does not run [1] [2] [3].
Many thanks to ttc0419 for getting this set up and for writing these instructions originally.
Installation Instructions:
To download the latest version of Maya, go to your Autodesk account Products and Services and save the Linux tgz file to any location of your choice.
Extract the tgz file to any location of your choice.
Maya is now split into several packages as it is for the official rpm installation. You will need the following files from the extracted tgz file to build some other packages as well:
Packages/adlmapps*.rpm
to build adlmappsPackages/adsklicensing*.rpm
to build adsklicensingPackages/Maya*.rpm
to build this packagePackages/package.zip
to build maya-arnoldPackages/Bifrost*.rpm
to build maya-bifrostPackages/AdobeSubstance3DforMaya*.rpm
to build maya-substance, if you don't want to download directly from AdobePackages/MayaUSD*.rpm
to build maya-usd-bin, if you don't want to download directly from GitHubPackages/LookdevX.rpm
to build maya-lookdevxPackages 1 and 2 are required to use Maya and 4 to 8 are plugins that can be installed when needed.
You will need to move the rpm files to the directory containing the corresponding package's PKGBUILD file. Please refer to the AUR wiki for further installation details, since AUR helpers may or may not work with this package.
After installation, you may wish to enable the Autodesk Licensing service with
systemctl enable adsklicensing.service
. This service is started automatically one time when installing and removing this package.Note that the install file will automatically register and deregister Maya with the licensing service if you are using the adsklicensing package. You may need to restart the adsklicensing service and reinstall Maya if adsklicensing was upgraded and running at the same time.
Launch Maya and log into your Autodesk account or enter your product serial to check out a license. Note that Wayland is currently not supported by the licensing software.
Please note that the Maya executable is patched to launch with the
--single-process
flag to address launch issues with the Application Home. You may try to opt out of this patch if this does not present an issue for you.Troubleshooting:
If you are having the following font error,
Failed trying to load font : -*-helvetica-bold-r-normal-*-11-*-*-*-*-*-iso8859-1 //
, first try the Autodesk recommended commands with your normal permissions.(source)
If you are still seeing font errors, you can try one or more of the following:
xorg-mkfontscale
and runmkfontscale
in/usr/share/fonts
. Then re-run thexset
commands above.xset
commands with superuser permissions.en_GB ISO-8859-1
en_US ISO-8859-1
If you are having licensing errors, you can refer to this comment/forum post by mac666er recommending you to only use the en_US.UTF-8 locale or this comment by TheSunCat recommending you to disable Wayland.
If your launch process hangs at the OpenCL initialization, you may wish to check for OpenCL conflicts as mentioned in this comment by TheSunCat. You may also need to rename/delete the intel-openapi icd file in
/etc/OpenCL/vendors
as mentioned here.Cheers