Summary: | net-im/gajim call not working | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Neko <Kawaii_NekoChan> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | cfuga, conikost, Kawaii_NekoChan |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Neko
2024-02-18 06:17:07 UTC
We'll have to try determine what the other package is, I guess by looking at each of gajim's recursive deps. (In reply to Sam James from comment #1) > We'll have to try determine what the other package is, I guess by looking at > each of gajim's recursive deps. I found the culprit: net-libs/gupnp-igd:0, which links to libsoup2 * net-im/gajim[jingle] depends on net-libs/farstream * net-libs/farstream depends on net-libs/libnice * net-libs/libnice[upnp] depends on net-libs/gupnp-igd:0 * net-libs/farstream[upnp] depends on net-libs/gupnp-igd:0 net-im/gajim uses libsoup3 since version 1.6.0. Workaround: recompile the following packages without the upnp USE flag. * USE="-upnp" emerge -1 net-libs/libnice * USE="-upnp" emerge -1 net-libs/farstream * USE="-upnp" emerge -1 net-im/gajim |