Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 672446 - net-ftp/filezilla-3.39.0: emerge fails due to wrong dependency on dev-libs/libfilezilla
Summary: net-ftp/filezilla-3.39.0: emerge fails due to wrong dependency on dev-libs/li...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-03 08:37 UTC by Martin Dummer
Modified: 2018-12-03 09:51 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 Martin Dummer 2018-12-03 08:37:32 UTC
when doing a quick upgrade with  

emerge -1 filezilla

the ebuild fails during configure 

...
configure: error: libfilezilla not found: Requested 'libfilezilla >= 0.15.1' but version of libfilezilla is 0.15.0
...


So the dependency >=dev-libs/libfilezilla-0.15.0 in net-ftp/filezilla is wrong, it must be fixed to >=dev-libs/libfilezilla-0.15.1

Reproducible: Always
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2018-12-03 09:49:54 UTC
Oh sorry. I thought I did adjust the libfilezilla dependency but obviously I forgot to really do it.
Comment 2 Larry the Git Cow gentoo-dev 2018-12-03 09:51:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ba20d1e9d92019592e2262289079842e18d8f5

commit 41ba20d1e9d92019592e2262289079842e18d8f5
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2018-12-03 09:51:19 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2018-12-03 09:51:19 +0000

    net-ftp/filezilla: Fixed dependency on dev-libs/libfilezilla
    
    Closes: https://bugs.gentoo.org/672446
    Package-Manager: Portage-2.3.52, Repoman-2.3.12
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 net-ftp/filezilla/filezilla-3.39.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)