FS#48510 - [gegl] missing default dependencies, undefined symbol: avcodec_encode_video

Attached to Project: Arch Linux
Opened by Thomas Pointhuber (pointhi) - Tuesday, 08 March 2016, 19:58 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 06 June 2023, 00:38 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan Alexander Steffens (heftig)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

When running GEGL programms like gnome-photos I get the following errors:

GEGL-geglmodule.c-Message: Module '/usr/lib/gegl-0.3/matting-levin.so' load error: libumfpack.so.5: cannot open shared object file: No such file or directory
GEGL-geglmodule.c-Message: Module '/usr/lib/gegl-0.3/lens-correct.so' load error: liblensfun.so.1: cannot open shared object file: No such file or directory
GEGL-geglmodule.c-Message: Module '/usr/lib/gegl-0.3/ff-save.so' load error: /usr/lib/gegl-0.3/ff-save.so: undefined symbol: avcodec_encode_video

So there are the following problems:

* missing packages (which are currently marked as optional): lensfun suitesparse
* undefined symbol: avcodec_encode_video (There was already a similar issue: #48463)


Steps to reproduce:

Calling a program which uses gegl-0.3, like "gnome-photos" or simply "gegl-tester"


Some system informations:

$ pacman -Qs ffmpeg
local/ffmpeg 1:3.0-1
Complete solution to record, convert and stream audio and video
local/ffmpeg2.8 2.8.6-1
Complete solution to record, convert and stream audio and video
local/ffmpegthumbnailer 2.1.1-1
Lightweight video thumbnailer that can be used by file managers.
local/gst-libav 1.6.3-3
Gstreamer libav Plugin
local/gstreamer0.10-ffmpeg 0.10.13-2 (gstreamer0.10-plugins)
Gstreamer FFMpeg Plugin

$ pacman -Qs gegl
local/gegl 0.3.4-5
Graph based image processing framework
local/gegl02 0.2.0-4
Graph based image processing framework (v0.2)
This task depends upon

Closed by  Toolybird (Toolybird)
Tuesday, 06 June 2023, 00:38 GMT
Reason for closing:  No response
Additional comments about closing:  Assuming it's no longer an issue.
Comment by Doug Newgard (Scimmia) - Tuesday, 08 March 2016, 21:54 GMT
Those errors are harmless, and even expected when the optional deps aren't present. That's the point of them being optional.

I'll leave this open because of the undefined symbol. That's the only issue here.
Comment by mattia (nTia89) - Friday, 11 March 2022, 07:56 GMT
Does new `gegl` version still have the issue?

Loading...