You are not logged in.

#1 2025-02-08 18:10:39

luisc
Member
Registered: 2025-02-08
Posts: 3

I can't intalll Mplab IDE 5.35

I trying install Mplab IDE 5.35 but i tried show a error:

mplab wrote:

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

#2 2025-02-08 18:21:37

mackin_cheese
Member
Registered: 2025-01-07
Posts: 434

Re: I can't intalll Mplab IDE 5.35

what is the exact command you used to start the install?

Offline

#3 2025-02-08 18:24:43

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,535

Re: I can't intalll Mplab IDE 5.35

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

#4 2025-02-08 18:27:22

luisc
Member
Registered: 2025-02-08
Posts: 3

Re: I can't intalll Mplab IDE 5.35

mackin_cheese wrote:

what is the exact command you used to start the install?

sudo ./MPLABX-v5.35-linux-installer.sh

Offline

#5 2025-02-08 18:30:00

luisc
Member
Registered: 2025-02-08
Posts: 3

Re: I can't intalll Mplab IDE 5.35

Lone_Wolf wrote:

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

I need 5.35 or 5.40 for my job

Offline

#6 2025-02-08 18:33:14

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,589

Re: I can't intalll Mplab IDE 5.35

Which you can still get from the AUR package, just check out the right commit with git.

Offline

#7 2025-04-07 10:22:27

simeon
Member
Registered: 2012-03-06
Posts: 21

Re: I can't intalll Mplab IDE 5.35

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

Board footer

Powered by FluxBB