FS#58860 - gimp 2.10.2-1 + gegl 0.4.2-1: broken build

Attached to Project: Arch Linux
Opened by Evgeniy (evgeniy) - Monday, 04 June 2018, 08:20 GMT
Last edited by Antonio Rojas (arojas) - Monday, 04 June 2018, 09:09 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

During start of gimp, I got such messages:

GEGL-Message: 11:18:58.145: Module '/usr/lib/gegl-0.4/gluas.so' load error: liblua.so.5.3: cannot open shared object file: No such file or directory
GEGL-Message: 11:18:58.151: Module '/usr/lib/gegl-0.4/raw-load.so' load error: libraw.so.16: cannot open shared object file: No such file or directory

$ cd /usr/lib/gegl-0.4
$ ldd raw-load.so | grep 'not found'
libraw.so.16 => not found
$ ldd gluas.so | grep 'not found'
liblua.so.5.3 => not found

looks like gegl was build in the wrong environment?

Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce:

Just run gimp
This task depends upon

Closed by  Antonio Rojas (arojas)
Monday, 04 June 2018, 09:09 GMT
Reason for closing:  Not a bug
Comment by Antonio Rojas (arojas) - Monday, 04 June 2018, 08:33 GMT
That just means that you don't have the corresponding optdepends installed. Is there any actual issue here?
Comment by Evgeniy (evgeniy) - Monday, 04 June 2018, 08:55 GMT
> That just means that you don't have the corresponding optdepends installed. Is there any actual issue here?

You right, I updated system today, and I have /usr/lib64/liblua.so.5.2.4, so I thought
build of gegl is broken, but it is from lua52 package, and lua package also exists, with required libs.

Loading...