Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 889646 - sci-mathematics/eprover-3.0_pre008 calls ar directly
Summary: sci-mathematics/eprover-3.0_pre008 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: 2023-01-04 07:22 UTC by Agostino Sarubbo
Modified: 2023-01-04 17:27 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,145.46 KB, text/plain)
2023-01-04 07:22 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 2023-01-04 07:22:49 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-mathematics/eprover-3.0_pre008 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 2023-01-04 07:22:51 UTC
Created attachment 847024 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-01-04 07:22:53 UTC
Error(s) that match a know pattern:


make[1]: *** No rule to make target '../lib/CONTRIB.a', needed by 'CSSCPA_filter'.  Stop.
make[1]: *** No rule to make target '../lib/CONTRIB.a', needed by 'eprover-ho'.  Stop.
make[2]: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2023-01-04 17:27:25 UTC
The bug has been closed via the following commit(s):

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

commit e7417b60bbe948ef95486c7f3f139bc48351f2ff
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2023-01-04 17:18:29 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2023-01-04 17:27:23 +0000

    sci-mathematics/eprover: do not call ar/ranlib directly
    
    Closes: https://bugs.gentoo.org/889646
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 sci-mathematics/eprover/eprover-3.0_pre008.ebuild | 4 ++++
 1 file changed, 4 insertions(+)