Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79958 - digikam does not compile using kde-split ebuilds
Summary: digikam does not compile using kde-split ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-29 08:04 UTC by AlterEgo
Modified: 2005-01-29 14:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description AlterEgo 2005-01-29 08:04:21 UTC
Making all in widgets
Making all in curves
Making all in utilities
Making all in imageeditor
grep: /usr/kde/3.3/lib/libkdeui.la: No such file or directory
/bin/sed: can't read /usr/kde/3.3/lib/libkdeui.la: No such file or directory
libtool: link: `/usr/kde/3.3/lib/libkdeui.la' is not a valid libtool archive
make[4]: *** [libimageeditor.la] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

!!! ERROR: media-gfx/digikam-0.7.1 failed.
!!! Function kde_src_compile, Line 151, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.


Reproducible: Always
Steps to Reproduce:
1. see above
2.
3.



Expected Results:  
the emerge process should not grep: /usr/kde/3.3/lib/libkdeui.la,
but actually detect the right KDE version.
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2005-01-29 08:48:07 UTC
Probably you have to recompile libkipi against the kde-3.4 libraries.


*** This bug has been marked as a duplicate of 78803 ***
Comment 2 AlterEgo 2005-01-29 08:59:46 UTC
------- Additional Comment #1 From Gregorio Guidi  2005-01-29 08:48 PST -------

Probably you have to recompile libkipi against the kde-3.4 libraries.


That does not fix the problem: libkipi compiles cleanly, but if I try and compile digikam afterwards: no luck: same error:


Making all in levels
Making all in themeengine
Making all in widgets
Making all in curves
Making all in utilities
Making all in imageeditor
grep: /usr/kde/3.3/lib/libkdeui.la: No such file or directory
/bin/sed: can't read /usr/kde/3.3/lib/libkdeui.la: No such file or directory
libtool: link: `/usr/kde/3.3/lib/libkdeui.la' is not a valid libtool archive
make[4]: *** [libimageeditor.la] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

!!! ERROR: media-gfx/digikam-0.7.1 failed.
!!! Function kde_src_compile, Line 151, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.

Thus: not a dupe? regards, AE



Comment 3 Gregorio Guidi (RETIRED) gentoo-dev 2005-01-29 10:15:29 UTC
ok, can you run this command:

# grep -l "kde/3.3/lib" /usr/lib/*.la /usr/kde/3.4/lib/*.la

it should return the files containing the wrong reference to the 3.3 library.
Comment 4 AlterEgo 2005-01-29 11:56:36 UTC
grep -l "kde/3.3/lib" /usr/lib/*.la /usr/kde/3.4/lib/*.la
/usr/lib/libapollon.la
/usr/lib/libdigikam.la
/usr/lib/libel_compile.la
/usr/lib/libel_interp.la
/usr/lib/libkbase.la
/usr/lib/libkbase_app.la
/usr/lib/libkbase_common.la
/usr/lib/libkbase_componentview.la
/usr/lib/libkbase_copierview.la
/usr/lib/libkbase_driver_mysql.la
/usr/lib/libkbase_editor.la
/usr/lib/libkbase_formview.la
/usr/lib/libkbase_kde.la
/usr/lib/libkbase_macroview.la
/usr/lib/libkbase_plugin_extra.la
/usr/lib/libkbase_plugin_kde.la
/usr/lib/libkbase_queryview.la
/usr/lib/libkbase_reportview.la
/usr/lib/libkbase_script_py.la
/usr/lib/libkbase_script_pysys.la
/usr/lib/libkbase_tableview.la
/usr/lib/libkbase_tkwidgets.la
/usr/lib/libkbase_wizard.la
/usr/lib/libkexif.la
/usr/lib/librekall.la
Comment 5 Gregorio Guidi (RETIRED) gentoo-dev 2005-01-29 13:48:20 UTC
Then it's probably libkexif that should be recompiled
(ideally all the packages owning those files should be recompiled).
Comment 6 AlterEgo 2005-01-29 14:33:49 UTC
[quote]
Then it's probably libkexif that should be recompiled
(ideally all the packages owning those files should be recompiled).
[/quote]

Correct, thanks!