Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2387 - emerge clean removes liblcms.so.1 (symlink?) after updating to lcms 1.08
Summary: emerge clean removes liblcms.so.1 (symlink?) after updating to lcms 1.08
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-03 07:10 UTC by Chris Russell
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

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 Chris Russell 2002-05-03 07:10:20 UTC
after running 'emerge clean' tonight kdm failed to resume after logging out.  
Looking in /var/log/kdm.log I see:  
/usr/kde/3/bin/kdm_greet: error while loading shared libraries: liblcms.so.1:  
cannot open shared object file: No such file or directory  
  
I recall liblcms being one of the many components 'cleaned' today so I took a  
closer look.  
  
files left after 'emerge clean'  
/usr/lib/liblcms.a  
/usr/lib/liblcms.so  
/usr/lib/liblcms.so.1.0.8  
  
I added a symlink called liblcms.so.1 and pointed it to liblcms.so.1.0.8 
restarted kdm and all seems well so far.
Comment 1 Chris Russell 2002-05-03 07:12:44 UTC
I should note, the previous version of lcms was 1.06 
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-05-03 16:31:57 UTC
provocative.

liblcms actually installs that missing file.

please bear with me, but can you try to emerge liblcms and see if it restores that?
Comment 3 Michael Gayeski 2002-05-04 03:07:02 UTC
I noticed this same thing, except that dev-util/kdgb would not run after
updating liblcms. Looking at /var/db/pkg/.../ confirmed that lcms was indeed
there, strangely enough. Running 'emerge lcms' seemed to fix it, though. I don't
know if this is related, but it sure seems like it, so I'll hold off on filing
another bug. :) 
Comment 4 Chris Russell 2002-05-04 03:21:13 UTC
yes, if I remove the link I created and `emerge lcms` again it works correctly.
it's interesting that after upgrading lcms, the clean process removed it, that's
a bit naughty.. :)
Comment 5 Seemant Kulleen (RETIRED) gentoo-dev 2002-05-04 07:18:47 UTC
It might have been a little quirk in portage itself, I will speak to the portage
development team about that.. but since lcms issues are solved, I'm closing this
bug.