|
Hi all,
Please check your GoSC code compile fine with Qt 4.5.3 at least. Thanks in adance : [ 0%] Built target digikamcore_automoc [ 1%] Generating digikamconfig.h, digikamconfig.cpp [ 1%] Generating ui_fillmodifierdialogwidget.h [ 1%] Generating ui_replacemodifierdialogwidget.h [ 1%] Generating ui_rangemodifierdialogwidget.h [ 1%] Generating ui_dateoptiondialogwidget.h [ 1%] Generating ui_sequencenumberoptiondialogwidget.h [ 1%] Generating ui_printoptionspage.h Scanning dependencies of target digikamcore [ 1%] Building CXX object digikam/CMakeFiles/digikamcore.dir/digikamcore_automoc.o [ 2%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dimg.o [ 2%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/drawdecoding.o [ 2%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dimgscale.o [ 2%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dcolor.o [ 2%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dcolorcomposer.o [ 2%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dimagehistory.o /home/gilles/Documents/Devel/SVN/branches/digikam/gsoc-2010/libs/dimg/dimagehistory.cpp: In static member function 'static Digikam::DImageHistory Digikam::DImageHistory::fromXml(const QString&)': /home/gilles/Documents/Devel/SVN/branches/digikam/gsoc-2010/libs/dimg/dimagehistory.cpp:219: error: 'class QXmlStreamReader' has no member named 'readNextStartElement' /home/gilles/Documents/Devel/SVN/branches/digikam/gsoc-2010/libs/dimg/dimagehistory.cpp:251: error: 'class QXmlStreamReader' has no member named 'readNextStartElement' make[2]: *** [digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dimagehistory.o] Error 1 make[1]: *** [digikam/CMakeFiles/digikamcore.dir/all] Error 2 make: *** [all] Error 2 Gilles Caulier _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
just svn up'ed my local branch , i had Qt 4.6.x it was building without any problems.
Now it fails to configure cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. because libkface is not found.
there is also a discrepancy. it says digiKam will be compiled................. YES This should be modified to say, digiKam will be compiled................. NO if one of the build deps is not found.
regards. On Mon, Jun 21, 2010 at 3:57 PM, Gilles Caulier <[hidden email]> wrote: Hi all, -- 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 [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Kunal, you have to get libkface from svn.kde.org/home/kde/branches/extragear/graphics/digikam/libkface
and prior that, you need libface from sf.net, here: https://libface.svn.sourceforge.net/svnroot/libface
First compile libface, then libkface and then you're good to go ;) Marty On Mon, Jun 21, 2010 at 13:38, kunal ghosh <[hidden email]> wrote: just svn up'ed my local branch , i had Qt 4.6.x it was building without any problems. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by kunal ghosh
2010/6/21 kunal ghosh <[hidden email]>:
> just svn up'ed my local branch , i had Qt 4.6.x it was building without any > problems. > Now it fails to configure cmake -DCMAKE_BUILD_TYPE=debugfull > -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. > because libkface is not found. > there is also a discrepancy. it says digiKam will be > compiled................. YES > This should be modified to say, digiKam will be compiled................. > NO > if one of the build deps is not found. fixed in svn Gilles > On Mon, Jun 21, 2010 at 3:57 PM, Gilles Caulier <[hidden email]> > wrote: >> >> Hi all, >> >> Please check your GoSC code compile fine with Qt 4.5.3 at least. >> Thanks in adance : >> >> [ 0%] Built target digikamcore_automoc >> [ 1%] Generating digikamconfig.h, digikamconfig.cpp >> [ 1%] Generating ui_fillmodifierdialogwidget.h >> [ 1%] Generating ui_replacemodifierdialogwidget.h >> [ 1%] Generating ui_rangemodifierdialogwidget.h >> [ 1%] Generating ui_dateoptiondialogwidget.h >> [ 1%] Generating ui_sequencenumberoptiondialogwidget.h >> [ 1%] Generating ui_printoptionspage.h >> Scanning dependencies of target digikamcore >> [ 1%] Building CXX object >> digikam/CMakeFiles/digikamcore.dir/digikamcore_automoc.o >> [ 2%] Building CXX object >> digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dimg.o >> [ 2%] Building CXX object >> digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/drawdecoding.o >> [ 2%] Building CXX object >> digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dimgscale.o >> [ 2%] Building CXX object >> digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dcolor.o >> [ 2%] Building CXX object >> digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dcolorcomposer.o >> [ 2%] Building CXX object >> digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dimagehistory.o >> >> /home/gilles/Documents/Devel/SVN/branches/digikam/gsoc-2010/libs/dimg/dimagehistory.cpp: >> In static member function 'static Digikam::DImageHistory >> Digikam::DImageHistory::fromXml(const QString&)': >> >> /home/gilles/Documents/Devel/SVN/branches/digikam/gsoc-2010/libs/dimg/dimagehistory.cpp:219: >> error: 'class QXmlStreamReader' has no member named >> 'readNextStartElement' >> >> /home/gilles/Documents/Devel/SVN/branches/digikam/gsoc-2010/libs/dimg/dimagehistory.cpp:251: >> error: 'class QXmlStreamReader' has no member named >> 'readNextStartElement' >> make[2]: *** >> [digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dimagehistory.o] >> Error 1 >> make[1]: *** [digikam/CMakeFiles/digikamcore.dir/all] Error 2 >> make: *** [all] Error 2 >> >> Gilles Caulier >> _______________________________________________ >> Digikam-devel mailing list >> [hidden email] >> 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 > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel > > Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Martin Klapetek
Martin,
digiKam crash when lead windows is closed : Thread 1 (Thread 0xb156b930 (LWP 21832)): [KCrash Handler] #6 0xffffe424 in __kernel_vsyscall () #7 0xb470a611 in raise () from /lib/i686/libc.so.6 #8 0xb470bf62 in abort () from /lib/i686/libc.so.6 #9 0xb474b35b in ?? () from /lib/i686/libc.so.6 #10 0xb474fa7a in free () from /lib/i686/libc.so.6 #11 0xb493c601 in operator delete () from /usr/lib/libstdc++.so.6 #12 0xb665ccaa in destroy () at /home/gilles/Documents/Devel/SVN/branches/digikam/gsoc-2010/libs/dimg/dimagehistory.cpp:56 #13 0xb665f5f9 in ~KCleanUpGlobalStatic (this=0xb6a6392c) at /usr/include/kglobal.h:62 #14 0xb470d6df in ?? () from /lib/i686/libc.so.6 #15 0xb470d74f in exit () from /lib/i686/libc.so.6 #16 0xb46f7a3e in __libc_start_main () from /lib/i686/libc.so.6 #17 0x080a39b1 in _start () at ../sysdeps/i386/elf/start.S:119 Gilles 2010/6/21 Martin Klapetek <[hidden email]>: > Kunal, you have to get libkface > from svn.kde.org/home/kde/branches/extragear/graphics/digikam/libkface > and prior that, you need libface from sf.net, > here: https://libface.svn.sourceforge.net/svnroot/libface > First compile libface, then libkface and then you're good to go ;) > Marty > On Mon, Jun 21, 2010 at 13:38, kunal ghosh <[hidden email]> wrote: >> >> just svn up'ed my local branch , i had Qt 4.6.x it was building without >> any problems. >> Now it fails to configure cmake -DCMAKE_BUILD_TYPE=debugfull >> -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. >> because libkface is not found. >> there is also a discrepancy. it says digiKam will be >> compiled................. YES >> This should be modified to say, digiKam will be compiled................. >> NO >> if one of the build deps is not found. >> regards. >> On Mon, Jun 21, 2010 at 3:57 PM, Gilles Caulier <[hidden email]> >> wrote: >>> >>> Hi all, >>> >>> Please check your GoSC code compile fine with Qt 4.5.3 at least. >>> Thanks in adance : >>> >>> [ 0%] Built target digikamcore_automoc >>> [ 1%] Generating digikamconfig.h, digikamconfig.cpp >>> [ 1%] Generating ui_fillmodifierdialogwidget.h >>> [ 1%] Generating ui_replacemodifierdialogwidget.h >>> [ 1%] Generating ui_rangemodifierdialogwidget.h >>> [ 1%] Generating ui_dateoptiondialogwidget.h >>> [ 1%] Generating ui_sequencenumberoptiondialogwidget.h >>> [ 1%] Generating ui_printoptionspage.h >>> Scanning dependencies of target digikamcore >>> [ 1%] Building CXX object >>> digikam/CMakeFiles/digikamcore.dir/digikamcore_automoc.o >>> [ 2%] Building CXX object >>> digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dimg.o >>> [ 2%] Building CXX object >>> digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/drawdecoding.o >>> [ 2%] Building CXX object >>> digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dimgscale.o >>> [ 2%] Building CXX object >>> digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dcolor.o >>> [ 2%] Building CXX object >>> digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dcolorcomposer.o >>> [ 2%] Building CXX object >>> digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dimagehistory.o >>> >>> /home/gilles/Documents/Devel/SVN/branches/digikam/gsoc-2010/libs/dimg/dimagehistory.cpp: >>> In static member function 'static Digikam::DImageHistory >>> Digikam::DImageHistory::fromXml(const QString&)': >>> >>> /home/gilles/Documents/Devel/SVN/branches/digikam/gsoc-2010/libs/dimg/dimagehistory.cpp:219: >>> error: 'class QXmlStreamReader' has no member named >>> 'readNextStartElement' >>> >>> /home/gilles/Documents/Devel/SVN/branches/digikam/gsoc-2010/libs/dimg/dimagehistory.cpp:251: >>> error: 'class QXmlStreamReader' has no member named >>> 'readNextStartElement' >>> make[2]: *** >>> [digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dimagehistory.o] >>> Error 1 >>> make[1]: *** [digikam/CMakeFiles/digikamcore.dir/all] Error 2 >>> make: *** [all] Error 2 >>> >>> Gilles Caulier >>> _______________________________________________ >>> Digikam-devel mailing list >>> [hidden email] >>> 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 >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-devel >> > > > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel > > Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Gilles Caulier-4
@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 [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Gilles Caulier-4
Gilles,
I can't reproduce the crash here. The crashing line seems to be K_GLOBAL_STATIC(ImageHistoryPriv, imageHistoryPrivSharedNull) and I'm on KDE 4.4.85. Could this be kdelibs related? (I don't have much understanding of this K_GLOBAL_STATIC macro)
Marty
On Mon, Jun 21, 2010 at 15:08, Gilles Caulier <[hidden email]> wrote: Martin, _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by kunal ghosh
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 <[hidden email]> wrote: @Martin : built openCV,libface and libkface without problems :) _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
@Kunal: Did you install libkface too? Or just built it?
On Mon, Jun 21, 2010 at 8:01 PM, Martin Klapetek <[hidden email]> 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) -- Aditya Bhatt Blog : http://adityabhatt.wordpress.com Bitbucket: http://bitbucket.org/aditya_bhatt Face Recognition Library : http://libface.sourceforge.net _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
@Kunal: Did you install libkface too? Or just built it? I installed it too , to satisfy the libkface dependency of digikam.
-- 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 [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
@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 <[hidden email]> wrote:
_______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Martin Klapetek
Martin : Just svn up'ed digikam builds without issues.
On Mon, Jun 21, 2010 at 8:01 PM, Martin Klapetek <[hidden email]> 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) -- 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 [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Martin Klapetek
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 <[hidden email]> wrote:
-- 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 [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
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 On Mon, Jun 21, 2010 at 8:19 PM, kunal ghosh <[hidden email]> wrote: executing digikam results in -- Aditya Bhatt Blog : http://adityabhatt.wordpress.com Bitbucket: http://bitbucket.org/aditya_bhatt Face Recognition Library : http://libface.sourceforge.net _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by kunal ghosh
@Kunal: $LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH should do. Or you could install it in /usr/lib or link it there from /usr/local/libOn Mon, Jun 21, 2010 at 16:49, kunal ghosh <[hidden email]> wrote:
executing digikam results in _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Thanks Martin, It worked, i added, export LD_LIBRARY_PATH=/usr/local/lib to my .bashrc
-- 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 [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Aditya Bhatt
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 <[hidden email]> wrote: Ok, I don't get that error, but a totally different one now... -- 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 [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
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 <[hidden email]> wrote: Hi Aditya, -- Aditya Bhatt Blog : http://adityabhatt.wordpress.com Bitbucket: http://bitbucket.org/aditya_bhatt Face Recognition Library : http://libface.sourceforge.net _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
| Free forum by Nabble | Edit this page |
