[Digikam-devel] [Bug 187203] batch raw converter crash digikam

itilo michel.pottier at free.fr
Sun Mar 15 17:28:06 GMT 2009


https://bugs.kde.org/show_bug.cgi?id=187203


itilo <michel.pottier at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from itilo <michel pottier free fr>  2009-03-15 18:27:57 ---
I think i had problems with /usr/lib and /usr/lib64 and opencv. 
The previous message was about a build on tarball 0.10.0-rc2. 
Today I try to compile from the svn version. I got lot of problems with opencv
which install 64bits libraries in /urs/lib. I have to change the 64bits library
(libcv..) from /usr/lib to /usr/lib64 and to copy /usr/lib/pkgconfig/opencv.pc
to /usr/lib64/pkgconfig/opencv.pc, to edit opencv.pc and change "libdir"
from/usr/lib to /usr/lib64 ...
And I always got problem with the svn version:

...
CMake Warning at /usr/share/apps/cmake/modules/KDE4Macros.cmake:560
(add_library):
  Cannot generate a safe runtime search path for target                         
  kipiplugin_removeredeyes because files in some directories may conflict       
  with libraries in implicit directories:                                       

    runtime library [libpng12.so.0] in /usr/lib64 may be hidden by files in:
      /usr/lib                                                              
    runtime library [libz.so.1] in /usr/lib64 may be hidden by files in:    
      /usr/lib                                                              
    runtime library [libX11.so.6] in /usr/lib64 may be hidden by files in:  
      /usr/lib                                                              
    runtime library [libXft. ...
...

Cmake is not my friend!

Finally i remove (very important!)  digikam-0.10.0-rc2, untar again the
tarball, make again "cmake -DCMAKE_BUILD_TYPE=debugfull
-DCMAKE_INSTALL_PREFIX=/usr"  ... and all was OK. Was even better because I got
lot of possibilities (10) in the batch menu (previously, only one the batch raw
converter)

Saddened for the disturbance!

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list