Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939688 - app-benchmarks/geekbench-2.4.3-r1: installs 64-bit executable (as well as 32-bit one) (installs files with unresolved SONAME dependencies)
Summary: app-benchmarks/geekbench-2.4.3-r1: installs 64-bit executable (as well as 32-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Conrad Kostecki
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-15 07:58 UTC by Agostino Sarubbo
Modified: 2024-09-28 20:52 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,46.93 KB, text/plain)
2024-09-15 07:58 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-09-15 07:58:27 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-benchmarks/geekbench-2.4.3-r1 installs files with unresolved SONAME dependencies.
Discovered on: x86 (internal ref: tinderbox_x86)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0023
Comment 1 Agostino Sarubbo gentoo-dev 2024-09-15 07:58:27 UTC
Created attachment 903009 [details]
build.log

build log and emerge --info
Comment 2 Conrad Kostecki gentoo-dev 2024-09-15 13:47:17 UTC
This is a glibc system, how can be those libs not available? Seems a faulty test system for me?
Comment 3 Agostino Sarubbo gentoo-dev 2024-09-17 08:23:00 UTC
let's see what portage devs thinks about.
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-09-21 02:01:44 UTC
>  * 	/opt/geekbench2/geekbench_x86_64: libc.so.6 libgcc_s.so.1 libm.so.6 libpthread.so.0 librt.so.1 libstdc++.so.6

It's only warning about the 64-bit executable. You should avoid installing it on 32-bit (x86) systems.
Comment 5 Conrad Kostecki gentoo-dev 2024-09-28 11:54:26 UTC
m( Thanks, somehow I have overseen this. Makes then perfectly sense.
Comment 6 Larry the Git Cow gentoo-dev 2024-09-28 20:52:06 UTC
The bug has been closed via the following commit(s):

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

commit 83c863027e468246c2faac027f257246545f3ed6
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2024-09-28 20:42:35 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2024-09-28 20:51:37 +0000

    app-benchmarks/geekbench: don't install x64 binaries on x86
    
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=939688
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 .../geekbench/{geekbench-2.4.3-r1.ebuild => geekbench-2.4.3-r2.ebuild}  | 2 +-
 .../geekbench/{geekbench-3.4.4.ebuild => geekbench-3.4.4-r1.ebuild}     | 2 +-
 .../geekbench/{geekbench-4.4.4.ebuild => geekbench-4.4.4-r1.ebuild}     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)