Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 517748 - slotted ImageMagick-6.7.9 is desired
Summary: slotted ImageMagick-6.7.9 is desired
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Samuli Suominen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-22 06:47 UTC by Anton Gubarkov
Modified: 2014-07-22 08:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Gubarkov 2014-07-22 06:47:11 UTC
Russian most popular accounting software 1C requires libWand.so and libMagickWand.so in a way not compatible with manually created symlinks. There is a call 18507 execve("/bin/sh", ["sh", "-c", "/sbin/ldconfig -p | grep -P '^[\\t ]*libMagickWand.so\\.[0-9]' | sort -r | sed -e 's/.*=>[\\t ]*//'"], [/* 22 vars */]) = 0

It seems that version 6.7.9 was last with libraries named like 1C application expects.

Reproducible: Always

Steps to Reproduce:
1. Install 1C application(server and client)
2. run and login to the configuration
3. Observe a message about missing libWand.so
Actual Results:  
Error loading library libWand.so due to the following reason:Library not found.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2014-07-22 08:09:43 UTC
you need to fix that in the 1C end.    we had to apply massive patch to eg. cmake like, http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-util/cmake/files/cmake-2.8.12.1-FindImageMagick.patch?revision=1.1&view=markup as well

there is no need to slot imagemagick for this reason. fix the sed of 1C.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2014-07-22 08:12:27 UTC
and even if you can't fix it in the sed (or manual symlink creation), some propietary program that isn't in Portage is not enough reason to SLOT it.