Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 310213 - net-ftp/filezilla-3.3.0.1 missing dependency
Summary: net-ftp/filezilla-3.3.0.1 missing dependency
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-19 13:13 UTC by Valentin Saussois
Modified: 2010-03-19 15:21 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 Valentin Saussois 2010-03-19 13:13:11 UTC
After emerging filezilla using the ebuild net-ftp/filezilla-3.3.0.1
I've been unable to launch the resulting software on my system due to a missing depedency
(error message -> filezilla: error while loading shared libraries: libjpeg.so.62).

emergging media-libs/jpeg-6b-r9 fixed the problem.


Reproducible: Always

Steps to Reproduce:
1. Emerge filezilla using the mentionned ebuild on a system where jpeg-6*  is not persent
2. try to launch Filezilla
3. Filezilla faile to launch due to missing library libjpeg.so.62
Actual Results:  
Filezilla faile to lauch complining about the missing library
filezilla: error while loading shared libraries: libjpeg.so.62

Expected Results:  
A functionnal filezilla on my system that I can launch

emergging media-libs/jpeg-6b-r9 fixed the problem
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2010-03-19 15:21:42 UTC
You found the right cause for your problem but you fixed it the worng way.
Something on your system still linked to libjpeg.so.62 although you at sometime in the past upgraded media-libs/jpeg to some version greater than 6b without running revdep-rebuild thereafter.

The correct fix would be to unmerge media-libs/jpeg-6b-r9 from your system then emerge 

  app-portage/gentoolkit

and then run

  revdep-rebuild

which should re-emerge all packages that still link to libjpeg.so.62


Marking this bug as INVALID because of the above mentioned reason.