answered
2020-02-06 16:56:56 +0200
This post is a wiki.
Anyone with karma >75 is welcome to improve it.
Answer stroke workaround ~ I'm still looking at making ImageMagick into an RPM, but for now;
Here's how I built and installed ImageMagick (not RPM package)
Get the package;
curl https://www.imagemagick.org/download/ImageMagick.tar.gz
extract contents;
tar xvzf ImageMagick.tar.gz
move to folder where package was extracted;
cd ImageMagick-7.0.9-21/
configure/compile ImageMagick;
./configure
perform compilation;
make
install it;
make install
configure dynamic linker;
ldconfig /usr/local/lib
Package is installed at /usr/local/bin
Test install with this line;
/usr/local/bin/convert logo: logo.gif
You should now find logo.gif
in /home/nemo
The same procedure should also work for XPlanet. (I haven't tried)
NOTE If this can be done differently/better, let me know in the comments.
usually, performing
Spam Hunter ( 2020-02-02 22:53:00 +0200 )editdevel-su pkcon refresh
and then downloading often solves such issues.Did you do an OS upgrade just lately?
Normally I would just second Edz's comment. But as this library is a direct dependency of glibc
pkcon required-by lcms-libs
could it be something more serious? Not fully successful upgrade?
Get back here if pkcon refresh does not help...
peterleinchen ( 2020-02-03 18:17:22 +0200 )editlcms was removed in 3.2.1:
https://together.jolla.com/question/217840/changelog-321-nuuksio/#217840-lcms
nephros ( 2020-02-04 10:13:18 +0200 )editHmm strange. Executing this
pkcon get-details lcms
on 3.2.1 shows:
Getting detailsQueryingFinishedPackage descriptionpackage: lcms-libs-1.19-1.1.14.jolla.armv7hlsummary: Library for lcmslicense: MITgroup: systemdescription: The lcms-libs package contains library for lcms.size: 147474 bytesurl: http://www.littlecms.com/[root@Sailfish nemo]# pkcon get-detailsCommand failed: A package name is required[root@Sailfish nemo]# pkcon get-details lcmsResolvingGetting detailsFinishedPackage descriptionpackage: lcms-1.19-1.1.14.jolla.armv7hlsummary: Color Management Systemlicense: MITgroup: unknowndescription: LittleCMS intends to be a small-footprint, speed optimized color managementengine in open source form.size: 182848 bytesurl: http://www.littlecms.com/
And I have it installed together with X-Planet and ImageMagick.
And zypper tells it is coming from Jolla repos:
peterleinchen ( 2020-02-04 23:17:35 +0200 )edit[root@Sailfish nemo]# zypper info lcmsLoading repository data...Reading installed packages...Information for package lcms:-----------------------------Repository : @SystemName : lcmsVersion : 1.19-1.1.14.jollaArch : armv7hlVendor : meegoInstalled Size : 178.6 KiBInstalled : Yes (automatically)Status : up-to-dateSource package : lcms-1.19-1.1.14.jolla.srcSummary : Color Management SystemDescription :LittleCMS intends to be a small-footprint, speed optimized color managementengine in open source form.
That is weird, I'm guessing you installed those in an earlier version, and then upgraded the OS?
Because here on a very fresh install of SFOS for Xperia10, it's the below. Now, I am at the moment using a non-paid-for version. Perhaps the package comes from a repo which needs an active license?
nephros ( 2020-02-05 10:29:39 +0200 )edit