[Digikam-devel] GoSC branch do not compile with QT 4.5.3

Aditya Bhatt adityabhatt1991 at gmail.com
Tue Jun 22 05:07:24 BST 2010


Ok, this is weird : I ran digikam again for a fresh log, and it didn't
crash.

On Tue, Jun 22, 2010 at 6:17 AM, kunal ghosh <kunal.t2 at gmail.com> wrote:

> Hi Aditya,
>
> I had a similar problem sometime back.
> These seem to be the last few lines of the Crash log. Can you please post
> the full crash log.
>
> regards,
>
> On Mon, Jun 21, 2010 at 8:30 PM, Aditya Bhatt <adityabhatt1991 at gmail.com>wrote:
>
>> Ok, I don't get that error, but a totally different one now...
>>
>> digikam(21222)/digikam (core) Digikam::DImg::load:
>> "/home/aditya/Pictures/Photos/sea.png"  : PNG file identified
>> digikam(21222)/digikam (core) Digikam::ImageScanner::addImage: Adding new
>> item "/home/aditya/Pictures/Photos/sea.png"
>> digikam(21222)/KEXIV2 KExiv2Iface::KExiv2Priv::printExiv2ExceptionError:
>> Cannot find Exif key 'Exif.NikonLd1.LensIDNumber' into image using Exiv2
>> (Error # 6 :  Invalid key `Exif.NikonLd1.LensIDNumber'
>> digikam(21222)/KEXIV2 KExiv2Iface::KExiv2Priv::printExiv2ExceptionError:
>> Cannot find Exif key 'Exif.NikonLd2.LensIDNumber' into image using Exiv2
>> (Error # 6 :  Invalid key `Exif.NikonLd2.LensIDNumber'
>> digikam(21222)/KEXIV2 KExiv2Iface::KExiv2Priv::printExiv2ExceptionError:
>> Cannot find Exif key 'Exif.NikonLd3.LensIDNumber' into image using Exiv2
>> (Error # 6 :  Invalid key `Exif.NikonLd3.LensIDNumber'
>> digikam(21222)/KEXIV2 KExiv2Iface::KExiv2Priv::printExiv2ExceptionError:
>> Cannot find Exif key 'Exif.Sony2.LensID' into image using Exiv2   (Error # 6
>> :  Invalid key `Exif.Sony2.LensID'
>> KCrash: Application 'digikam' crashing...
>> sock_file=/home/aditya/.kde/socket-aditya-laptop/kdeinit4__0
>>
>> Where ~/Pictures/Photos is my album root directory.
>>
>> On Mon, Jun 21, 2010 at 8:19 PM, kunal ghosh <kunal.t2 at gmail.com> wrote:
>>
>>> executing digikam results in
>>> ./digikam: error while loading shared libraries: libopencv_core.so.2.1:
>>> cannot open shared object file: No such file or directory
>>>
>>> i have checked and found the library
>>> in /usr/local/lib/libopencv_core.so.2.1
>>>
>>> which env variable do i need to set to make digikam look for the lib
>>> there ?
>>>
>>>
>>> On Mon, Jun 21, 2010 at 8:12 PM, Martin Klapetek <
>>> martin.klapetek at gmail.com> wrote:
>>>
>>>> @Kunal: Gilles has already fixed it in our branch, just update your
>>>> local copy see http://websvn.kde.org/?revision=1140728&view=revision :)
>>>>
>>>> On Mon, Jun 21, 2010 at 16:38, kunal ghosh <kunal.t2 at gmail.com> wrote:
>>>>
>>>>> @Kunal: Did you install libkface too? Or just built it?
>>>>>
>>>>>
>>>>> I installed it too , to satisfy the libkface dependency of digikam.
>>>>>
>>>>>
>>>>>>
>>>>>>
>>>>>> On Mon, Jun 21, 2010 at 8:01 PM, Martin Klapetek <
>>>>>> martin.klapetek at gmail.com> wrote:
>>>>>>
>>>>>>> Yeah, try to update from svn, I think it has been already fixed. If
>>>>>>> not, then you can comment out those two lines for now (componentsinfo.h
>>>>>>> 77,78)
>>>>>>>
>>>>>>> Marty
>>>>>>>
>>>>>>> On Mon, Jun 21, 2010 at 16:29, kunal ghosh <kunal.t2 at gmail.com>wrote:
>>>>>>>
>>>>>>>> @Martin : built openCV,libface and libkface without problems :)
>>>>>>>>
>>>>>>>> *But digikam fails to Build now:*
>>>>>>>> *
>>>>>>>> *
>>>>>>>> [ 66%] Building CXX object
>>>>>>>> digikam/CMakeFiles/digikam.dir/__/libs/imageproperties/imagepropertiessidebarcamgui.o
>>>>>>>>
>>>>>>>>
>>>>>>>> Building CXX object
>>>>>>>> digikam/CMakeFiles/digikam.dir/__/libs/imageproperties/imagepropertiessidebardb.o
>>>>>>>>
>>>>>>>> Building CXX object
>>>>>>>> digikam/CMakeFiles/digikam.dir/__/libs/dialogs/deletedialog.o
>>>>>>>>
>>>>>>>> Building CXX object
>>>>>>>> digikam/CMakeFiles/digikam.dir/__/libs/imageproperties/cameraitempropertiestab.o
>>>>>>>>
>>>>>>>> [ 66%] Building CXX object
>>>>>>>> digikam/CMakeFiles/digikam.dir/__/libs/imageproperties/imagedescedittab.o
>>>>>>>> In file included from
>>>>>>>> /media/backup/GSOC/gsoc-2010/utilities/imageeditor/editor/imagewindow.cpp:77:
>>>>>>>>
>>>>>>>> /media/backup/GSOC/gsoc-2010/digikam/componentsinfo.h: In function
>>>>>>>> ‘void Digikam::showDigikamComponentsInfo()’:
>>>>>>>> /media/backup/GSOC/gsoc-2010/digikam/componentsinfo.h:77: error:
>>>>>>>> ‘KFace’ has not been declared
>>>>>>>> /media/backup/GSOC/gsoc-2010/digikam/componentsinfo.h:78: error:
>>>>>>>> ‘KFace’ has not been declared
>>>>>>>> [ 66%] Building CXX object
>>>>>>>> digikam/CMakeFiles/digikam.dir/__/libs/imageproperties/captionedit.o
>>>>>>>> [ 66%] Building CXX object
>>>>>>>> digikam/CMakeFiles/digikam.dir/__/utilities/setup/setupicc.o
>>>>>>>> make[2]: ***
>>>>>>>> [digikam/CMakeFiles/digikam.dir/__/utilities/imageeditor/editor/imagewindow.o]
>>>>>>>> Error 1
>>>>>>>> make[2]: *** Waiting for unfinished jobs....
>>>>>>>> [ 66%] Building CXX object
>>>>>>>> digikam/CMakeFiles/digikam.dir/__/utilities/setup/setupcollections.o
>>>>>>>> make[1]: *** [digikam/CMakeFiles/digikam.dir/all] Error 2
>>>>>>>>
>>>>>>>> make: *** [all] Error 2
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> regards
>>>>>>>> -------
>>>>>>>> Kunal Ghosh
>>>>>>>> Dept of Computer Sc. & Engineering.
>>>>>>>> Sir MVIT
>>>>>>>> Bangalore,India
>>>>>>>>
>>>>>>>> Blog:kunalghosh.wordpress.com
>>>>>>>> Website:www.kunalghosh.net46.net
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Digikam-devel mailing list
>>>>>>>> Digikam-devel at kde.org
>>>>>>>> https://mail.kde.org/mailman/listinfo/digikam-devel
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Digikam-devel mailing list
>>>>>>> Digikam-devel at kde.org
>>>>>>> https://mail.kde.org/mailman/listinfo/digikam-devel
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Aditya Bhatt
>>>>>> Blog : http://adityabhatt.wordpress.com
>>>>>> Bitbucket: http://bitbucket.org/aditya_bhatt
>>>>>> Face Recognition Library : http://libface.sourceforge.net
>>>>>>
>>>>>> _______________________________________________
>>>>>> Digikam-devel mailing list
>>>>>> Digikam-devel at kde.org
>>>>>> https://mail.kde.org/mailman/listinfo/digikam-devel
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> regards
>>>>> -------
>>>>> Kunal Ghosh
>>>>> Dept of Computer Sc. & Engineering.
>>>>> Sir MVIT
>>>>> Bangalore,India
>>>>>
>>>>> Blog:kunalghosh.wordpress.com
>>>>> Website:www.kunalghosh.net46.net
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Digikam-devel mailing list
>>>>> Digikam-devel at kde.org
>>>>> https://mail.kde.org/mailman/listinfo/digikam-devel
>>>>>
>>>>>
>>>>
>>>> _______________________________________________
>>>> Digikam-devel mailing list
>>>> Digikam-devel at kde.org
>>>> https://mail.kde.org/mailman/listinfo/digikam-devel
>>>>
>>>>
>>>
>>>
>>> --
>>> regards
>>> -------
>>> Kunal Ghosh
>>> Dept of Computer Sc. & Engineering.
>>> Sir MVIT
>>> Bangalore,India
>>>
>>> Blog:kunalghosh.wordpress.com
>>> Website:www.kunalghosh.net46.net
>>>
>>>
>>>
>>> _______________________________________________
>>> Digikam-devel mailing list
>>> Digikam-devel at kde.org
>>> https://mail.kde.org/mailman/listinfo/digikam-devel
>>>
>>>
>>
>>
>> --
>> Aditya Bhatt
>> Blog : http://adityabhatt.wordpress.com
>> Bitbucket: http://bitbucket.org/aditya_bhatt
>> Face Recognition Library : http://libface.sourceforge.net
>>
>> _______________________________________________
>> Digikam-devel mailing list
>> Digikam-devel at kde.org
>> https://mail.kde.org/mailman/listinfo/digikam-devel
>>
>>
>
>
> --
> regards
> -------
> Kunal Ghosh
> Dept of Computer Sc. & Engineering.
> Sir MVIT
> Bangalore,India
>
> Blog:kunalghosh.wordpress.com
> Website:www.kunalghosh.net46.net
>
>
>
> _______________________________________________
> Digikam-devel mailing list
> Digikam-devel at kde.org
> https://mail.kde.org/mailman/listinfo/digikam-devel
>
>


-- 
Aditya Bhatt
Blog : http://adityabhatt.wordpress.com
Bitbucket: http://bitbucket.org/aditya_bhatt
Face Recognition Library : http://libface.sourceforge.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/digikam-devel/attachments/20100622/401389ca/attachment.html>


More information about the Digikam-devel mailing list