Update to GIMP 3.0.8 causes errors

I wanted to update GIMP from 3.0.6 to 3.0.8 (errors also occur when updating from 2.10.36).

Using PandaJim PPA on Linux Mint MATE 22.2.

examples of the errors:

Traceback (most recent call last):
File “/usr/lib/x86_64-linux-gnu/gimp/3.0/extensions/org.gimp.extension.goat-exercises/goat-exercise-py3.py”, line 18, in
from gi.repository import Gimp
File “/usr/lib/python3/dist-packages/gi/importer.py”, line 141, in create_module
raise ImportError(e)
ImportError: Typelib file for namespace ‘GExiv2’, version ‘0.10’ not found
gimp: LibGimpBase-WARNUNG: gimp: gimp_wire_read(): unexpected EOF

(script-fu:6027): scriptfu-WARNING **: 15:39:08.642: Typelib file for namespace ‘GExiv2’, version ‘0.10’ not found
scriptfu-Message: 15:39:08.652: Fehler beim Laden von /usr/share/gimp/3.0/scripts/add-bevel.scm:

Error: eval: unbound variable: (/usr/share/gimp/3.0/scripts/add-bevel.scm : 210) script-fu-register-filter
scriptfu-Message: 15:39:08.654: Fehler beim Laden von /usr/share/gimp/3.0/scripts/addborder.scm:

Error: eval: unbound variable: (/usr/share/gimp/3.0/scripts/addborder.scm : 187) script-fu-register-filter
scriptfu-Message: 15:39:08.657: Fehler beim Laden von /usr/share/gimp/3.0/scripts/blend-anim.scm:

looks like something is missing - but what?

Strange enough this did not happen on all machines I have updated, so there must be a difference which I don’t see.

What exactly are you doing when you get these errors? Does GIMP run OK despite the errors?

Just opening a terminal and starting gimp.

After some days of searching I finally found what’s missing:

gir1.2-gexiv2-0.10
is the package needed. I guess it would be a good idea if it were marked as dependency by PandaJim.

Thank you very much @barefootliam for caring.

1 Like