scilab-sivp not working

Bug #1087347 reported by Fr Ch
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Scilab
Unknown
Medium
sivp (Ubuntu)
Confirmed
Medium
Unassigned

Bug Description

SIVP does not work with Quantal Quetzal (and Trusty too). When I try to load this toolbox in scilab, I get the following message:

 Start SIVP - Scilab Image and Video Processing Toolbox
 Load macros
 Load dependencies
ATTENTION : Can not load dependencies (opencv 2.3.1 or more required).

Tags: trusty
Revision history for this message
marceluda (marceluda-gmail) wrote :

I've the same problem. I'va solved it by doing the following as root:

cd /usr/lib
 for i in libopencv*2.3.1; do ln -s $i $( basename $i .2.3.1 ); done

The problem is that sivp tries to find .so library filenames but ubuntu provides .so.2.3.1

tags: added: trusty
summary: - scilab-sivp not working for quantal
+ scilab-sivp not working
Revision history for this message
Sergio Benjamim (sergio-br2) wrote :

Same problem with trusty. Opencv version 2.4.6. Did the symlinks:

ln -r -s libopencv_calib3d.so.2.4.6 libopencv_calib3d.so
ln -r -s libopencv_contrib.so.2.4 libopencv_contrib.so
ln -r -s libopencv_core.so.2.4.6 libopencv_core.so
ln -r -s libopencv_features2d.so.2.4.6 libopencv_features2d.so
ln -r -s libopencv_flann.so.2.4.6 libopencv_flann.so
ln -r -s libopencv_highgui.so.2.4.6 libopencv_highgui.so
ln -r -s libopencv_imgproc.so.2.4.6 libopencv_imgproc.so
ln -r -s libopencv_legacy.so.2.4.6 libopencv_legacy.so
ln -r -s libopencv_ml.so.2.4.6 libopencv_ml.so
ln -r -s libopencv_objdetect.so.2.4.6 libopencv_objdetect.so
ln -r -s libopencv_video.so.2.4.6 libopencv_video.so

And now it works.

description: updated
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in sivp (Ubuntu):
status: New → Confirmed
Revision history for this message
In , Sergio Benjamim (sergio-br2) wrote :

BUG DESCRIPTION:
----------------
Sivp does not work with Ubuntu (tested in Quantal and Trusty). When I try to load this package with scilab, I get the following message.

ERROR LOG:
----------
Start SIVP - Scilab Image and Video Processing Toolbox
 Load macros
 Load dependencies
ATTENTION : Can not load dependencies (opencv 2.3.1 or more required).

HOW TO REPRODUCE THE BUG:
-------------------------
Click in Modules --> sivp menu in main window

OTHER INFORMATION:
------------------
Symlinks missing in scilab beta 1 in trusty:

ln -r -s libopencv_calib3d.so.2.4.6 libopencv_calib3d.so
ln -r -s libopencv_contrib.so.2.4 libopencv_contrib.so
ln -r -s libopencv_core.so.2.4.6 libopencv_core.so
ln -r -s libopencv_features2d.so.2.4.6 libopencv_features2d.so
ln -r -s libopencv_flann.so.2.4.6 libopencv_flann.so
ln -r -s libopencv_highgui.so.2.4.6 libopencv_highgui.so
ln -r -s libopencv_imgproc.so.2.4.6 libopencv_imgproc.so
ln -r -s libopencv_legacy.so.2.4.6 libopencv_legacy.so
ln -r -s libopencv_ml.so.2.4.6 libopencv_ml.so
ln -r -s libopencv_objdetect.so.2.4.6 libopencv_objdetect.so
ln -r -s libopencv_video.so.2.4.6 libopencv_video.so

After make the symlinks, it works.

Changed in scilab:
importance: Unknown → Medium
status: Unknown → Confirmed
Revision history for this message
In , Vincent-couvert-q (vincent-couvert-q) wrote :

Hello,

Please report this issue to the SIVP authors: http://sourceforge.net/p/sivp/bugs/

Regards.

Changed in scilab:
status: Confirmed → Unknown
Changed in sivp (Ubuntu):
importance: Undecided → Medium
Revision history for this message
Sergio Benjamim (sergio-br2) wrote :

I reported in http://sourceforge.net/p/sivp/bugs/68/

But it seems that the SIVP authors are away/busy for one year or 2.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.