Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 397767 - libkface fails to build due to missing /usr/lib/libattica.so.0
Summary: libkface fails to build due to missing /usr/lib/libattica.so.0
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-05 15:56 UTC by J.C. Wren
Modified: 2012-01-08 15:32 UTC (History)
0 users

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


Attachments
libkface build.log showing failure to find libattica.so.0 (build.log,10.06 KB, text/plain)
2012-01-05 15:57 UTC, J.C. Wren
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J.C. Wren 2012-01-05 15:56:35 UTC
libkface, kipi-plugins (and possibly libkgeomap) fail to build due to /usr/lib/libattica.so.0 not being present. Creating a symlink for /usr/lib/libattica.so.0.3.0 to /usr/lib/libattica.so.0 resolves the problem.

Just to be sure, I did force an emerge of libattica, and it's not creating the libattica.so.0 symlink.

Reproducible: Always

Steps to Reproduce:
1.emerge -qu libkface
2.
3.
Actual Results:  
See attachment

Expected Results:  
Builds correctly :)

# ls -l /usr/lib/libattica*
lrwxrwxrwx 1 root root     16 Jan  4 10:38 /usr/lib/libattica.so -> libattica.so.0.3
lrwxrwxrwx 1 root root     18 Jan  4 10:38 /usr/lib/libattica.so.0.3 -> libattica.so.0.3.0
-rwxr-xr-x 1 root root 898428 Jan  4 10:38 /usr/lib/libattica.so.0.3.0
# emerge -qu libkface
  (Builds fails)
# ln -s /usr/lib/libattica.so.0.3.0 /usr/lib/libattica.so.0
# ls -l /usr/lib/libattica*
lrwxrwxrwx 1 root root     16 Jan  4 10:38 /usr/lib/libattica.so -> libattica.so.0.3
lrwxrwxrwx 1 root root     18 Jan  5 10:43 /usr/lib/libattica.so.0 -> libattica.so.0.3.0
lrwxrwxrwx 1 root root     18 Jan  4 10:38 /usr/lib/libattica.so.0.3 -> libattica.so.0.3.0
-rwxr-xr-x 1 root root 898428 Jan  4 10:38 /usr/lib/libattica.so.0.3.0
# emerge -qu libkface
  (Build completes)
#
Comment 1 J.C. Wren 2012-01-05 15:57:07 UTC
Created attachment 298015 [details]
libkface build.log showing failure to find libattica.so.0
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2012-01-08 15:27:23 UTC
Please run revdep-rebuild
If you still have problems afterwards, please re-open this bug.
Comment 3 J.C. Wren 2012-01-08 15:32:28 UTC
I did, and revdep-rebuild will not resolve the issue of libattica failing to create /usr/lib/libattica.so.0 in the first place.