https://bugzilla.redhat.com/show_bug.cgi?id=1127636



--- Comment #5 from Dmitrij S. Kryzhevich <[email protected]> ---
(In reply to Christian Dersch from comment #4)
> About the plugins: Point 1.) matches the situation, but what do you mean by
> "That require fixing build script."?

Plugins should be shipped as .so file and as .so file to be actual plugin. Now
it is a symlink for something else. I.e.:

# cd /usr/lib64/scidavis/plugins && ls *explin*

lrwxrwxrwx 1 root root    18 дек 13 10:56 libexplin.so -> libexplin.so.1.0.0
lrwxrwxrwx 1 root root    18 дек 13 10:56 libexplin.so.1 -> libexplin.so.1.0.0
lrwxrwxrwx 1 root root    18 дек 13 10:56 libexplin.so.1.0 ->
libexplin.so.1.0.0
-rwxr-xr-x 1 root root 11088 дек 13 10:56 libexplin.so.1.0.0

Should became

# cd /usr/lib64/scidavis/plugins && ls *explin*

-rwxr-xr-x 1 root root 11088 дек 13 10:56 libexplin.so

I addition. Tests were compiled but not run. What was the reason?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to