Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830175 - sci-mathematics/cadical-1.5.2 calls ar directly
Summary: sci-mathematics/cadical-1.5.2 calls ar directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-12-28 16:44 UTC by Agostino Sarubbo
Modified: 2021-12-28 17:45 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,58.57 KB, text/plain)
2021-12-28 16:44 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 2021-12-28 16:44:29 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-mathematics/cadical-1.5.2 calls ar directly.
Discovered on: amd64 (internal ref: 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 2021-12-28 16:44:31 UTC
Created attachment 760664 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-12-28 16:44:33 UTC
Error(s) that match a know pattern:


make[1]: ar: No such file or directory
../scripts/make-build-header.sh: line 81: warning: setlocale: LC_TIME: cannot change locale (en_US): No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-12-28 17:45:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=130afa266034cea03e902458a9dd42deaf0e23a6

commit 130afa266034cea03e902458a9dd42deaf0e23a6
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2021-12-28 17:13:58 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2021-12-28 17:44:59 +0000

    sci-mathematics/cadical: patch direct call to ar
    
    Closes: https://bugs.gentoo.org/830175
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 .../{cadical-1.5.2.ebuild => cadical-1.5.2-r1.ebuild}        |  3 +++
 sci-mathematics/cadical/files/cadical-makefile.in-ar.patch   | 12 ++++++++++++
 2 files changed, 15 insertions(+)