missing symbol in in cv2.so after building on OS X (SVN r7445) (Bug #1653)


Added by Volker Hilsenstein about 13 years ago. Updated almost 13 years ago.


Status:Cancelled Start date:2012-03-07
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:build/install
Target version:2.4.0
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

Description

I just built SVN r7445 on Mac OS X Snow Leopard. The build process completes without errors, but it appears that one symbol doesn't get linked into cv2.so.

This is the output when trying to import cv2 into python:

Python 2.7.2 (default, Nov 21 2011, 15:04:09) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

>>> import cv2
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/cv2.so, 2): Symbol not found: __ZN2cv14solvePnPRansacERKNS_11_InputArrayES2_S2_S2_RKNS_12_OutputArrayES5_bifiS5_
  Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/cv2.so
  Expected in: /Users/XXXXX/Development/Build/OpenCVSVN/opencv/buildit/lib/libopencv_calib3d.2.3.3.dylib
 in /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/cv2.so
>>> 

Associated revisions

Revision 6640846e
Added by Roman Donchenko over 11 years ago

Merge pull request #1653 from jlblancoc:master

History

Updated by Volker Hilsenstein about 13 years ago

traced this back to a problem with install path for python site-packages on my machine - can be closed. Sorry about the false alarm.

Updated by Alexander Shishkov almost 13 years ago

  • Status changed from Open to Cancelled

Updated by Andrey Kamaev almost 13 years ago

  • Target version set to 2.4.0
  • Description changed from I just built SVN r7445 on Mac OS X Snow Leopard. The build process completes ... to I just built SVN r7445 on Mac OS X Snow Leopard. The build process completes ... More
  • Category set to build/install

Also available in: Atom PDF