Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 522512 - net-misc/megatools USE=ssl should depend on net-libs/glib-networking - ERROR: Can't determine disk usage: API call 'ug' failed: HTTP POST failed: TLS backend not found, please install glib-networking.
Summary: net-misc/megatools USE=ssl should depend on net-libs/glib-networking - ERROR:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Yixun Lan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-10 14:27 UTC by Jan Fikar
Modified: 2014-09-11 02:47 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 Jan Fikar 2014-09-10 14:27:42 UTC
When I build megatools-1.9.92-r1, it complains about missing glib-networking:

megadf
ERROR: Can't determine disk usage: API call 'ug' failed: HTTP POST failed: TLS backend not found, please install glib-networking.

I found out, that it needs glib-networking with ssl use flag, otherwise I get the same error.

So megatools should depend on glib-networking with ssl flag, then maybe you can drop the other two dependencies on openssl and glib?
Comment 1 Jan Fikar 2014-09-10 14:35:16 UTC
I see that glib-networking with ssl depends on gnutls, so maybe openssl needs to stay.
Comment 2 Yixun Lan archtester gentoo-dev 2014-09-11 02:47:52 UTC
+*megatools-1.9.92-r2 (11 Sep 2014)
+
+  11 Sep 2014; Yixun Lan <dlan@gentoo.org> -megatools-1.9.92-r1.ebuild,
+  +megatools-1.9.92-r2.ebuild:
+  fix missing glib-networking dep, bug 522512, thanks Jan Fikar