Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 842021 - www-client/vivaldi ebuild fails to pull in GTK+
Summary: www-client/vivaldi ebuild fails to pull in GTK+
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal minor (vote)
Assignee: James Le Cuirot
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-01 20:16 UTC by armouredheart
Modified: 2022-05-08 15:53 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 armouredheart 2022-05-01 20:16:36 UTC
The www-client/vivaldi ebuild fails to pull in GTK+ when emerged. Installing GTK+ as oneshot is a viable workaround.

To Reproduce:
1. emerge www-client/vivaldi on a Gentoo installation that does not have GTK+ installed
2. run vivaldi

Result:
- Vivaldi fails to open

Fix:
- Install GTK+
Comment 1 Larry the Git Cow gentoo-dev 2022-05-08 15:53:28 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4420faa9c0d9126b3ca21f60da8e0b3495a9c38d

commit 4420faa9c0d9126b3ca21f60da8e0b3495a9c38d
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2022-05-08 15:53:11 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2022-05-08 15:53:11 +0000

    www-client/vivaldi: Add missing GTK dependency
    
    I had missed it because it's dlopen'd.
    
    Closes: https://bugs.gentoo.org/842021
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 www-client/vivaldi/vivaldi-5.2.2623.39.ebuild | 1 +
 www-client/vivaldi/vivaldi-5.2.2623.41.ebuild | 1 +
 2 files changed, 2 insertions(+)

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

commit deb410faeb37016e29440f93a6ba054cb88c42fb
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2022-05-08 15:52:59 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2022-05-08 15:52:59 +0000

    www-client/vivaldi-snapshot: Add missing GTK dependency
    
    I had missed it because it's dlopen'd.
    
    Closes: https://bugs.gentoo.org/842021
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 www-client/vivaldi-snapshot/vivaldi-snapshot-5.3.2656.3.ebuild | 1 +
 www-client/vivaldi-snapshot/vivaldi-snapshot-5.3.2658.3.ebuild | 1 +
 2 files changed, 2 insertions(+)