- Package:
- libcolord2
- Source:
- colord
- Description:
- system service to manage device colour profiles -- runtime
- Submitter:
- Marjolein Katsma
- Date:
- 2015-02-19 01:15:09 UTC
- Severity:
- normal
Dear Maintainer, The package Darktable depends on libcolord2. It can no longer be used: Trying to start it from the menu produces nothing at all. On trying to start it from the commandline it fails with "/usr/bin/darktable: symbol lookup error: /usr/lib/x86_64-linux-gnu/libcolordprivate.so.2: undefined symbol: cmsGetContextUserData" I have no other package installed that depends on libcolord2 so I cannot test in another context.
Hm. libcolordprivate.so links to liblcms2.so.2, and that symbol is available in liblcms2 2.6, which you appear to have installed. Do you happen to have a locally-installed copy of lcms2 hanging around somewhere? Could you attach the output of “ldd /usr/lib/x86_64-linux-gnu/libcolordprivate.so.2”?