Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924984 - [guru] dev-util/bruno-bin-1.9.0 installs files with unresolved SONAME dependencies
Summary: [guru] dev-util/bruno-bin-1.9.0 installs files with unresolved SONAME depende...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: martin-kokos
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2024-02-19 13:48 UTC by Agostino Sarubbo
Modified: 2024-02-20 18:23 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,51.42 KB, text/plain)
2024-02-19 13:48 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 2024-02-19 13:48:27 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/bruno-bin-1.9.0 installs files with unresolved SONAME dependencies.
Discovered on: amd64 (internal ref: guru_ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0023
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-19 13:48:28 UTC
Created attachment 885418 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-02-20 18:23:54 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dcee5c0bf94c2c178c53c82573920bff7231c3d1

commit dcee5c0bf94c2c178c53c82573920bff7231c3d1
Author:     Lucio Sauer <watermanpaint@posteo.net>
AuthorDate: 2024-02-20 12:23:51 +0000
Commit:     Lucio Sauer <watermanpaint@posteo.net>
CommitDate: 2024-02-20 12:23:51 +0000

    dev-util/bruno-bin: fix dependencies
    
    All dependencies must be unconditional
    Add missing deps:
     - dev-libs/wayland required by shipped libGLESv2.so
       Runs without it but throws errors at startup:
       [1006:0220/122917.086782:ERROR:egl_util.cc(44)] Failed to load GLES library:
       /opt/Bruno/libGLESv2.so: libwayland-client.so.0: cannot open shared object
       file: No such file or directory
       [1006:0220/122917.090308:ERROR:viz_main_impl.cc(186)] Exiting GPU process
       due to errors during initialization
       [1039:0220/122917.122467:ERROR:gpu_init.cc(521)] Passthrough is not
       supported, GL is disabled, ANGLE is
     - x11-misc/xdg-utils required for opening documentation etc.
    
    Closes: https://bugs.gentoo.org/924984
    Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>

 dev-util/bruno-bin/bruno-bin-1.9.0-r1.ebuild | 81 ++++++++++++++++++++++++++++
 1 file changed, 81 insertions(+)