FS#78623 - [gimp] 2.10.34-1 missing libgexiv2 dependency
Attached to Project:
Arch Linux
Opened by Matthew T. Hoare (Head_on_a_Stick) - Saturday, 27 May 2023, 09:39 GMT
Last edited by Toolybird (Toolybird) - Saturday, 27 May 2023, 21:12 GMT
Opened by Matthew T. Hoare (Head_on_a_Stick) - Saturday, 27 May 2023, 09:39 GMT
Last edited by Toolybird (Toolybird) - Saturday, 27 May 2023, 21:12 GMT
|
Details
Description: gimp fails to start because of missing
libgexiv2 dependency.
Additional info: * package version: 2.10.34-1 Steps to reproduce: open a terminal and run gimp. I see this error message: gimp: error while loading shared libraries: libgexiv2.so.2: cannot open shared object file: No such file or directory If I run `ldd /usr/bin/gimp | grep 'not found'` I see: libgexiv2.so.2 => not found libgexiv2.so.2 => not found Adding the libgexiv2 package gets gimp working again. |
This task depends upon
Closed by Toolybird (Toolybird)
Saturday, 27 May 2023, 21:12 GMT
Reason for closing: Fixed
Additional comments about closing: gimp 2.10.34-2
Saturday, 27 May 2023, 21:12 GMT
Reason for closing: Fixed
Additional comments about closing: gimp 2.10.34-2
Comment by Antonio Rojas (arojas) -
Saturday, 27 May 2023, 09:58 GMT
The depencency was removed from gegl in
2f02aa094a323951c409cfe2834e61de72bb41da
Comment by
Balló György (City-busz) - Saturday,
27 May 2023, 10:21 GMT
This is why we should list all transitive dependencies, as these
can go in and out at any time.