digikam 3.5.0 and lensfun 0.2.8 on KDE 4.10.x

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

digikam 3.5.0 and lensfun 0.2.8 on KDE 4.10.x

Willy Sudiarto Raharjo
Hi,

I'm a digiKam packager for SlackBuilds project and i ran into an issue
with digiKam 3.5.0 when built against lensfun 0.2.8 on top of KDE
4.1.0.x
The error log is described as in this URL: http://pastie.org/8535697

i tested with these options

cmake \
    -DCMAKE_C_FLAGS_RELEASE:STRING="$SLKCFLAGS" \
    -DCMAKE_CXX_FLAGS_RELEASE:STRING="$SLKCFLAGS" \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DLIB_SUFFIX=$(kde4-config --libsuffix) \
    -DMAN_INSTALL_DIR=/usr/man \
    -DSYSCONF_INSTALL_DIR=/etc/kde \
    -DCMAKE_VERBOSE_MAKEFILE:BOOL="TRUE" \
    -DCMAKE_BUILD_TYPE=Release ..

I even tried with
-DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=ON and OFF, but still it failed to work

Any idea?

Thanks


--
Willy Sudiarto Raharjo
Personal Blog : http://willysr.blogspot.com
Linux Blog: http://slackblogs.blogspot.com
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: digikam 3.5.0 and lensfun 0.2.8 on KDE 4.10.x

Gilles Caulier-4
Hi,

I already seen this problem reported somewhere. It's a linking problem
with lensfun. If you use cmake to configure lensfun, all will link
properly. It sound not all symbols are not exported with
automake/autoconf by LensFun.

Please test and confirm...

Gilles Caulier


2013/12/8 Willy Sudiarto Raharjo <[hidden email]>:

> Hi,
>
> I'm a digiKam packager for SlackBuilds project and i ran into an issue
> with digiKam 3.5.0 when built against lensfun 0.2.8 on top of KDE
> 4.1.0.x
> The error log is described as in this URL: http://pastie.org/8535697
>
> i tested with these options
>
> cmake \
>     -DCMAKE_C_FLAGS_RELEASE:STRING="$SLKCFLAGS" \
>     -DCMAKE_CXX_FLAGS_RELEASE:STRING="$SLKCFLAGS" \
>     -DCMAKE_INSTALL_PREFIX=/usr \
>     -DLIB_SUFFIX=$(kde4-config --libsuffix) \
>     -DMAN_INSTALL_DIR=/usr/man \
>     -DSYSCONF_INSTALL_DIR=/etc/kde \
>     -DCMAKE_VERBOSE_MAKEFILE:BOOL="TRUE" \
>     -DCMAKE_BUILD_TYPE=Release ..
>
> I even tried with
> -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=ON and OFF, but still it failed to work
>
> Any idea?
>
> Thanks
>
>
> --
> Willy Sudiarto Raharjo
> Personal Blog : http://willysr.blogspot.com
> Linux Blog: http://slackblogs.blogspot.com
> _______________________________________________
> 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
Reply | Threaded
Open this post in threaded view
|

Re: digikam 3.5.0 and lensfun 0.2.8 on KDE 4.10.x

Willy Sudiarto Raharjo
> I already seen this problem reported somewhere. It's a linking problem
> with lensfun. If you use cmake to configure lensfun, all will link
> properly. It sound not all symbols are not exported with
> automake/autoconf by LensFun.

Thanks,
I will try to rebuilt lensfun using cmake

--
Willy Sudiarto Raharjo
Personal Blog : http://willysr.blogspot.com
Linux Blog: http://slackblogs.blogspot.com
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: digikam 3.5.0 and lensfun 0.2.8 on KDE 4.10.x

Willy Sudiarto Raharjo
In reply to this post by Gilles Caulier-4
> I already seen this problem reported somewhere. It's a linking problem
> with lensfun. If you use cmake to configure lensfun, all will link
> properly. It sound not all symbols are not exported with
> automake/autoconf by LensFun.
>
> Please test and confirm...

Hi Gilles,
it seems you are right
i switched to cmake in lensfun and digikam now builds perfectly
without any modifications

Thanks

--
Willy Sudiarto Raharjo
Personal Blog : http://willysr.blogspot.com
Linux Blog: http://slackblogs.blogspot.com
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: digikam 3.5.0 and lensfun 0.2.8 on KDE 4.10.x

Gilles Caulier-4
Thanks for the feedback.

Please report this problem to Lensfun team.

Best

Gilles Caulier

2013/12/8 Willy Sudiarto Raharjo <[hidden email]>:

>> I already seen this problem reported somewhere. It's a linking problem
>> with lensfun. If you use cmake to configure lensfun, all will link
>> properly. It sound not all symbols are not exported with
>> automake/autoconf by LensFun.
>>
>> Please test and confirm...
>
> Hi Gilles,
> it seems you are right
> i switched to cmake in lensfun and digikam now builds perfectly
> without any modifications
>
> Thanks
>
> --
> Willy Sudiarto Raharjo
> Personal Blog : http://willysr.blogspot.com
> Linux Blog: http://slackblogs.blogspot.com
> _______________________________________________
> 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
Reply | Threaded
Open this post in threaded view
|

Re: digikam 3.5.0 and lensfun 0.2.8 on KDE 4.10.x

Willy Sudiarto Raharjo
> Please report this problem to Lensfun team.

I don't think that this is their problem, since they stated that their
recommended build method is cmake, not automake/configure, so we
(packagers) must follow their method.

http://lensfun.berlios.de/development/
The build system is based on CMake. There is also a proprietary python
based system which is not developed anymore and thus it's not
recommended to use it.

--
Willy Sudiarto Raharjo
Personal Blog : http://willysr.blogspot.com
Linux Blog: http://slackblogs.blogspot.com
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel