You are not logged in.
I trying install Mplab IDE 5.35 but i tried show a error:
64 Bit, check libraries
Check for 32 Bit libraries
Verifying archive integrity... All good.
Uncompressing MPLAB X v5.35 installer...
Unable to initialize installer.
Is /tmp writable ?
Is SELinux enabled? You may need to disable it temporarily
Please see below for details
http://docs.fedoraproject.org/en-US/Fed … #id3037154
Unable to initialize installer.
Is /tmp writable ?
Is SELinux enabled? You may need to disable it temporarily
Please see below for details
http://docs.fedoraproject.org/en-US/Fed … #id3037154
The program './MPLABX-v5.35-linux-installer.run' returned an error code (1)
I hope so any solution. Thanks.
Offline
what is the exact command you used to start the install?
Offline
Can you use 6.20 instead of 5.35 ?
If so, try https://aur.archlinux.org/packages/microchip-mplabx-bin .
Incase you're unfamiliar with AUR, read https://wiki.archlinux.org/title/Arch_User_Repository
Moderator Note
Moving to aur board as MPLAB is not in repos
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
what is the exact command you used to start the install?
sudo ./MPLABX-v5.35-linux-installer.sh
Offline
Can you use 6.20 instead of 5.35 ?
If so, try https://aur.archlinux.org/packages/microchip-mplabx-bin .
Incase you're unfamiliar with AUR, read https://wiki.archlinux.org/title/Arch_User_RepositoryModerator Note
Moving to aur board as MPLAB is not in repos
I need 5.35 or 5.40 for my job
Offline
Which you can still get from the AUR package, just check out the right commit with git.
Offline
Hi,
same here with Microchip's installer for MPLAB v5.40 as well as the corresponding AUR revision https://aur.archlinux.org/cgit/aur.git/ … a95ede7bf8
Yes I need an old revision due to legacy projects.
Error message from original installer:
sudo bash MPLABX-v5.40-linux-installer.sh
[sudo] Passwort für simeon:
64 Bit, check libraries
Check for 32 Bit libraries
Verifying archive integrity... All good.
Uncompressing MPLAB X v5.40 installer...
Unable to initialize installer.
Is /tmp writable ?
Is SELinux enabled? You may need to disable it temporarily
Please see below for details
http://docs.fedoraproject.org/en-US/Fedora/13/html/SELinux_FAQ/index.html#id3037154
Unable to initialize installer.
Is /tmp writable ?
Is SELinux enabled? You may need to disable it temporarily
Please see below for details
http://docs.fedoraproject.org/en-US/Fedora/13/html/SELinux_FAQ/index.html#id3037154
The program './MPLABX-v5.40-linux-installer.run' returned an error code (1)
Error message from makepkg -si:
simeon@work ..04a795f75888416fa2f94218fb78a95ede7bf8 % makepkg -si
==> Erstelle Paket: microchip-mplabx-bin 5.40-1 (Mo 07 Apr 2025 11:45:04 CEST)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> Empfange Quellen...
-> Lade MPLABX-v5.40-linux-installer.tar herunter...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 887M 100 887M 0 0 4725k 0 0:03:12 0:03:12 --:--:-- 5340k
-> LICENSE gefunden
-> mplabx-override.conf gefunden
==> Überprüfe source Dateien mit md5sums...
MPLABX-v5.40-linux-installer.tar ... Erfolg
LICENSE ... Erfolg
mplabx-override.conf ... Erfolg
==> Entpacke Quellen...
-> Entpacke MPLABX-v5.40-linux-installer.tar mit bsdtar
==> Betrete fakeroot Umgebung...
==> Beginne package()...
Extracting installers...
Running MPLABX installer...
Unable to initialize installer.
Is /tmp writable ?
Is SELinux enabled? You may need to disable it temporarily
Please see below for details
http://docs.fedoraproject.org/en-US/Fedora/13/html/SELinux_FAQ/index.html#id3037154
==> FEHLER: Ein Fehler geschah in package().
Breche ab...
The head of installer:
#!/bin/sh
# This script was generated using Makeself 2.1.5
CRCsum="817112588"
MD5="882e677bf2cae3b2ad782d047044329f"
TMPROOT=${TMPDIR:=/tmp}
label="MPLAB X v5.40 installer"
script="./MPLABX-v5.40-linux-installer.run"
scriptargs=""
targetdir="makeself-5297-20200514202509"
filesizes="931096127"
keep=n
Using export TMPDIR=/root/tmp and mkdir /root/tmp does not help, so it is a missing/broken dependency?
Offline