Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 843902 - [guru] dev-libs/gbinder-1.1.30-r1 calls ranlib directly
Summary: [guru] dev-libs/gbinder-1.1.30-r1 calls ranlib directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Pascal Jäger
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2022-05-12 14:27 UTC by Agostino Sarubbo
Modified: 2022-12-20 17:23 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,69.93 KB, text/plain)
2022-05-12 14:27 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-05-12 14:27:21 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/gbinder-1.1.19 calls ranlib directly.
Discovered on: amd64 (internal ref: guru_ci)

NOTE:
As per QA policy, toolchain tools must not be called directly because they can cause issue in cross-compiling and because is not possible use a different RANLIB implementation (like llvm-ranlib). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
Comment 1 Agostino Sarubbo gentoo-dev 2022-05-12 14:27:24 UTC
Created attachment 778352 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-05-12 14:27:26 UTC
Error(s) that match a know pattern:


make: ranlib: No such file or directory
Comment 3 Agostino Sarubbo gentoo-dev 2022-05-12 14:29:17 UTC
Hi, please add a metadata.xml to your package.
Comment 4 Agostino Sarubbo gentoo-dev 2022-12-20 07:46:39 UTC
guru_ci has reproduced this issue with version 1.1.30-r1 - Updating summary.
Comment 5 Larry the Git Cow gentoo-dev 2022-12-20 17:23:38 UTC
The bug has been closed via the following commit(s):

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

commit 26ec25c8258ca7ab45c9421770d75fc156096d15
Author:     Denis Reva <denis7774@gmail.com>
AuthorDate: 2022-12-20 11:07:43 +0000
Commit:     Denis Reva <denis7774@gmail.com>
CommitDate: 2022-12-20 11:07:43 +0000

    dev-libs/gbinder: bug fixes for gbinder: fixed ranlib, debug and user optimisations, fixed tests
    
    Closes: https://bugs.gentoo.org/843899
    Closes: https://bugs.gentoo.org/843902
    Closes: https://bugs.gentoo.org/887297
    Closes: https://bugs.gentoo.org/859736
    Closes: https://bugs.gentoo.org/887299
    Signed-off-by: Denis Reva <denis7774@gmail.com>

 .../gbinder/files/gbinder-1.1.30-respect-env.patch | 49 ++++++++++++++++++++++
 ...r-1.1.30-r1.ebuild => gbinder-1.1.30-r2.ebuild} | 24 +++++++++--
 2 files changed, 70 insertions(+), 3 deletions(-)