Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 887343 - www-client/vivaldi-snapshot-5.7.2883.3 installs files with unresolved SONAME dependencies
Summary: www-client/vivaldi-snapshot-5.7.2883.3 installs files with unresolved SONAME ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: James Le Cuirot
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-20 08:20 UTC by Agostino Sarubbo
Modified: 2022-12-23 23:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,60.52 KB, text/plain)
2022-12-20 08:20 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-12-20 08:20:10 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: www-client/vivaldi-snapshot-5.7.2883.3 installs files with unresolved SONAME dependencies.
Discovered on: amd64 (internal ref: clang-stricter_tinderbox)

NOTE:
(CLANG-STRICTER-SYSTEM) in the summary means that the bug was found on a machine that runs clang with stricter mode

This machine uses clang with CFLAGS/CXXFLAGS=-Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types

See also:
https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240
https://wiki.gentoo.org/wiki/Modern_C_porting
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-20 08:20:13 UTC
Created attachment 843969 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-12-23 23:13:03 UTC
The bug has been closed via the following commit(s):

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

commit 147bbc223862d234d3633985d4829446a1844643
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2022-12-23 23:07:22 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2022-12-23 23:07:22 +0000

    www-client/vivaldi-snapshot: Make GTK optional and add Qt5 support
    
    GTK 3 or 4 is dlopen'd when available, but Vivaldi works fine without either, as
    it falls back to the "Classic" UI.
    
    Qt5 support has now been implemented, although I'm not sure whether it's fully
    plumbed in yet. I cannot select it in the options, and I don't think it's being
    used at all. Probably won't be long though.
    
    Closes: https://bugs.gentoo.org/887343
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 .../vivaldi-snapshot/vivaldi-snapshot-5.7.2887.3.ebuild     | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)