Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 849245 - [guru] sys-devel/gsl-4.1.5-r1 calls ar directly
Summary: [guru] sys-devel/gsl-4.1.5-r1 calls ar directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alessandro Barbieri
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2022-06-02 05:58 UTC by Agostino Sarubbo
Modified: 2022-06-03 10:44 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,92.56 KB, text/plain)
2022-06-02 05: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 2022-06-02 05:58:18 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-devel/gsl-4.1.5-r1 calls ar 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 AR implementation (like llvm-ar). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
Comment 1 Agostino Sarubbo gentoo-dev 2022-06-02 05:58:20 UTC
Created attachment 782192 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-06-02 05:58:22 UTC
Error(s) that match a know pattern:


./c: line 351: ar: command not found
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: gsl.c:(.text+0x99): undefined reference to `coprintf'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: gsl.c:(.text+0xc6): undefined reference to `strip_file_path'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: gsl.c:(.text+0xd9): undefined reference to `coprintf'
gsl.c:(.text+0x18): undefined reference to `_the_next_event'
gsl.c:(.text+0x57): undefined reference to `get_ggcode_error_reply'
gsl.c:(.text+0x8): undefined reference to `_the_next_event'
Comment 3 Larry the Git Cow gentoo-dev 2022-06-03 10:44:33 UTC
The bug has been closed via the following commit(s):

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

commit eaaf15c342f2cd8e5a9eba89b63c300953449f6c
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2022-06-02 14:17:20 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
CommitDate: 2022-06-02 14:17:20 +0000

    sys-devel/gsl: also respect AR
    
    Closes: https://bugs.gentoo.org/849245
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>

 sys-devel/gsl/files/gsl-4.1.5-respect-flags.patch | 12 ++++++++++++
 sys-devel/gsl/gsl-4.1.5-r1.ebuild                 |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)