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

Martin Klapetek martin.klapetek at gmail.com
Mon Jun 21 15:30:14 BST 2010


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 <caulier.gilles at gmail.com>wrote:

> 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 <martin.klapetek at gmail.com>:
> > 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 <kunal.t2 at gmail.com> 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 <
> caulier.gilles at gmail.com>
> >> 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
> >>> 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
> >
> >
> _______________________________________________
> Digikam-devel mailing list
> Digikam-devel at kde.org
> https://mail.kde.org/mailman/listinfo/digikam-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/digikam-devel/attachments/20100621/ce8aa57c/attachment.html>


More information about the Digikam-devel mailing list