Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 790143 - net-im/dino-9999: missing dependency on net-libs/libnice
Summary: net-im/dino-9999: missing dependency on net-libs/libnice
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andriy Utkin (RETIRED)
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-05-14 07:50 UTC by tk+gentoo
Modified: 2021-06-07 23:03 UTC (History)
1 user (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 tk+gentoo 2021-05-14 07:50:45 UTC
The upstream project recently merged audio and video calls. Therefore, it now depends on libnice.

Reproducible: Always

Steps to Reproduce:
1. emerge -av =net-im/dino-9999
2.
3.
Actual Results:  
emerge generates an error about missing nice-library 

Expected Results:  
Dino is successfully installed.

After emerging net-libs/libnice dino compiles as expected.
However, no buttons for a/v-calls seem to exist, but that's rather an upstream problem.
Comment 1 Larry the Git Cow gentoo-dev 2021-06-07 23:02:04 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f9b46963d261e04cf785cc75c7c8b538a51837

commit 15f9b46963d261e04cf785cc75c7c8b538a51837
Author:     Benjamin Neff <benjamin@coding4coffee.ch>
AuthorDate: 2021-06-02 01:41:56 +0000
Commit:     Andrey Utkin <andrey_utkin@gentoo.org>
CommitDate: 2021-06-07 22:55:50 +0000

    net-im/dino: Add net-libs/libnice and net-libs/libsrtp to dependencies
    
    Bug: https://bugs.gentoo.org/790143
    Signed-off-by: Benjamin Neff <benjamin@coding4coffee.ch>
    Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>

 net-im/dino/dino-9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)
Comment 2 Andriy Utkin (RETIRED) gentoo-dev 2021-06-07 23:03:12 UTC
PR merged.
Thanks all!