I did an update this morning and it upgraded dt from 5.2.0-1.1 to 5.2.0-1.2 and now I get the error:
$ /usr/bin/darktable
/usr/bin/darktable: symbol lookup error: /usr/bin/../lib64/darktable/libdarktable.so: undefined symbol: png_get_cICP, version PNG16_0
Which lib am I missing? It was working well under 5.2.0-1.1
$ zypper if darktable
Loading repository data...
Reading installed packages...
Information for package darktable:
----------------------------------
Repository : repo-oss
Name : darktable
Version : 5.2.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 32.3 MiB
Installed : Yes
Status : up-to-date
Source package : darktable-5.2.0-1.2.src
Upstream URL : http://www.darktable.org/
Summary : A virtual Lighttable and Darkroom
Description :
darktable is a virtual lighttable and darkroom for photographers: it manages
digital negatives in a database and can show them through a zoomable
lighttable. It also enables developing raw images and enhance them.
That looks more like a version mismatch somewhere. A missing library would give you a message about that library not being found. I guess you are using OpenSUSe Tumbleweed?
$ rpm -q --qf '%{nvr} %{disturl}\n' darktable libpng16
darktable-5.2.0-1.2 obs://build.opensuse.org/openSUSE:Factory/standard/599d1b1e2a3375245738fcd091e933c5-darktable
package libpng16 is not installed
but when I do: it’s installed
$ zypper se --provides libpng16
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
---+---------------------------------+-------------------------------------------------+--------
i | libpng16-16 | Library for the Portable Network Graphics For-> | package
| libpng16-16-32bit | Library for the Portable Network Graphics For-> | package
i | libpng16-16-x86-64-v3 | Library for the Portable Network Graphics For-> | package
| libpng16-compat-devel | Development tools for applications which will-> | package
| libpng16-compat-devel-32bit | Development tools for applications which will-> | package
| libpng16-compat-devel-x86-64-v3 | Development tools for applications which will-> | package
| libpng16-devel | Development tools for applications which will-> | package
| libpng16-devel-32bit | Development tools for applications which will-> | package
| libpng16-devel-x86-64-v3 | Development tools for applications which will-> | package
i+ | libpng16-tools | Tools for Manipulating PNG Images | package
Do I miss something?
Can’t update until Wednesday. I have to finish important things by Tuesday afternoon.