no can gimp no more 22 November 2022, 03:45:45 Mondays are Artix days, OS'es are just plug-ins for my appsArtix Linux, Kernel=6.0.7-artix1-1.1 on x86_64,DM=Unknown, DE=KDE, ST=x11,grub2, GPT, BIOS-boothttps://i.imgur.com/fShcw31.pngToday I just realised that I cannot launch gimp either. Reinstalled the last version gimp-2.10.32-2 but trying to invoke it only producesCode: [Select]# gimpIllegal instructionUnder /usr/bin is a gimp link pointing to gimp-2.10.32-2
Re: no can gimp no more Reply #1 – 22 November 2022, 06:37:18 Send us the output of this command:Code: [Select]strace gimp 1 Likes
Re: no can gimp no more Reply #2 – 22 November 2022, 13:09:18 Quote from: Lancia – on 22 November 2022, 06:37:18Send us the output of this command:Code: [Select]strace gimpthanks, I prepared a reply but it wouldn't post, then I saved it as a draft and it's gone. I'll be back later tonight :-)
Re: no can gimp no more Reply #3 – 24 November 2022, 00:28:17 Quote from: Lancia – on 22 November 2022, 06:37:18Send us the output of this command:Code: [Select]strace gimpWednesdays are Slackware days so I booted Artix to get the read and then Leap to post the result from where the "= -1"'s begin: https://paste.opensuse.org/51652918looks like a dependency issue but how can gimp install with dependency issues?i.e. gimp was working before, it got done-in by some other upgrade?
Re: no can gimp no more Reply #4 – 24 November 2022, 06:18:26 >looks like a dependency issue but how can gimp install with dependency issues?Not really, I don't see any opening of non-existent libraries or files, just a SIGILL with the si_code of "Illegal operand"I don't know how or why, but apparently an x86 instruction is being called with illegal operands.My guess is that this Gimp build is broken if you've updated.If you're really desperate, I would highly suggest compiling Gimp from source to see if it works.Does anyone else use Gimp that either works or has this problem?
Re: no can gimp no more Reply #5 – 24 November 2022, 20:17:18 The latest GNU Image Manipulation Program version 2.10.32 runs without issue on my system.I did just installed this. The configuration folder was a freshly created one. I do not have any 3rd party addons installed. So maybe some other 3rd package is causing the failure on start. Is it possible that a mirror has a damaged package?
Re: no can gimp no more Reply #6 – 25 November 2022, 04:07:30 Quote from: badsector – on 22 November 2022, 03:45:45Today I just realised that I cannot launch gimp either. Reinstalled the last version gimp-2.10.32-2 but trying to invoke it only producesCode: [Select]# gimpIllegal instructionIs there a particular reason or is KDE forcing you to use GIMP as root?Strace may be powerful, but I would use GIMP diagnostics first:Code: [Select]gimp --verbosegimp --help-allman gimp
Re: no can gimp no more Reply #7 – 25 November 2022, 05:05:45 Quote from: Lancia – on 24 November 2022, 06:18:26Does anyone else use Gimp that either works or has this problem?Gimp runs smoothly on all of our Artix machines.
Re: no can gimp no more Reply #8 – 25 November 2022, 14:44:28 see if you can run the gimp by absolute pathCode: [Select]$ usr/bin/gimp
Re: no can gimp no more Reply #9 – 25 November 2022, 15:11:08 when my gimp is gimped i feel like a wimp and my ego blows up to the size of a blimp until it pops, deflated and limp. -the simp.mate dinit no issues with gimp. i use it from artix repos doing the standard home user stuff to mostly crop images for memes or facebook updates and such. what repos are you using other than artix ones? what have you installed from the aur that is gimp related? 2 Likes
Re: no can gimp no more Reply #10 – 28 November 2022, 01:44:44 Quote from: lq – on 25 November 2022, 04:07:30Is there a particular reason or is KDE forcing you to use GIMP as root?Strace may be powerful, but I would use GIMP diagnostics first:Code: [Select]gimp --verbosegimp --help-allman gimpNot as root, I just like a simple prompt so I use the # character in gold as user and have it turned red when su'd as rootSorry if it's confusing
Re: no can gimp no more Reply #11 – 28 November 2022, 02:07:52 Quote from: suren – on 25 November 2022, 14:44:28see if you can run the gimp by absolute pathCode: [Select]$ usr/bin/gimp/usr/bin/gimp gives same resultI deleted gimp with Code: [Select]# pacman -R gimpthen deleted every instance of gimp I could find, then reinstalled itCode: [Select]# pacman -S gimpI still get Code: [Select]# gimpIllegal instruction Artix Linux , Kernel=6.0.7-artix1-1 on x86_64,DM=Unknown, DE=KDE, ST=x11,grub2, GPT, BIOS-boot
Re: no can gimp no more Reply #12 – 28 November 2022, 02:11:06 Quote from: cat herders of linux – on 25 November 2022, 15:11:08when my gimp is gimped i feel like a wimp and my ego blows up to the size of a blimp until it pops, deflated and limp. -the simp.mate dinit no issues with gimp. i use it from artix repos doing the standard home user stuff to mostly crop images for memes or facebook updates and such. what repos are you using other than artix ones? what have you installed from the aur that is gimp related?I'm a Suse clickzombie, no idea what repos I'm using
Re: no can gimp no more Reply #13 – 28 November 2022, 08:13:45 delete gimp with Code: [Select]pacman -Rns gimpalso remove any existing gimp config in Code: [Select]~/.config/GIMPremove any exiting cache by Code: [Select]pacman -Scinstall gimp again from artix's world repoand check if output of this command is as mine. (I'm looking if there's some alias or wrapper)Code: [Select]$ which gimp/usr/bin/gimpif you can't run gimp at this point try reinstalling all the gimp dependencies. here's the listCode: [Select]babl dbus-glib desktop-file-utils gegl glib-networking hicolor-icon-theme openjpeg2 lcms2 libheif libexif libgudev libmng libmypaint librsvg libwebp libwmf libxmu libxpm mypaint-brushes1 openexr poppler-data gtk2 graphviz 1 Likes
Re: no can gimp no more Reply #14 – 28 November 2022, 10:48:22 Has OP tried install debuginfod and gdb and running GIMP through it? Maybe it could show the offending source line.