Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 803035 - dev-build/tup-0.7.11 calls ar directly
Summary: dev-build/tup-0.7.11 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: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-07-20 11:45 UTC by Agostino Sarubbo
Modified: 2024-02-24 12:52 UTC (History)
0 users

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


Attachments
build.log (build.log,61.13 KB, text/plain)
2021-07-20 11:45 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-07-20 11:45:45 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/tup-0.7.10 calls ar directly.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
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-07-20 11:45:48 UTC
Created attachment 725275 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-07-20 11:45:51 UTC
Possible context of error(s):

./build-nofuse.sh: line 46: ar: command not found
Comment 3 Agostino Sarubbo gentoo-dev 2022-02-11 15:11:47 UTC
ci has reproduced this issue with version 0.7.11 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2024-02-24 12:52:34 UTC
The bug has been closed via the following commit(s):

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

commit 7dacc9de918521fcb769c6affed34b7eec207cc8
Author:     Jakov Smolić <jsmolic@gentoo.org>
AuthorDate: 2024-02-24 12:44:22 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2024-02-24 12:44:22 +0000

    dev-build/cons: treeclean
    
    Closes: https://bugs.gentoo.org/803035
    Closes: https://bugs.gentoo.org/833130
    Closes: https://bugs.gentoo.org/711856
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 dev-build/cons/Manifest             |  1 -
 dev-build/cons/cons-2.3.0-r1.ebuild | 31 -------------------------------
 dev-build/cons/metadata.xml         |  8 --------
 profiles/package.mask               |  7 -------
 profiles/updates/1Q-2024            |  1 -
 5 files changed, 48 deletions(-)

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

commit 2438a76e38b8268a907bf809af562bc6d15203a9
Author:     Jakov Smolić <jsmolic@gentoo.org>
AuthorDate: 2024-02-24 12:43:45 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2024-02-24 12:43:45 +0000

    dev-build/tup: treeclean
    
    Closes: https://bugs.gentoo.org/803035
    Closes: https://bugs.gentoo.org/833130
    Closes: https://bugs.gentoo.org/711856
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 dev-build/tup/Manifest          |   2 -
 dev-build/tup/metadata.xml      |   8 ---
 dev-build/tup/tup-0.7.10.ebuild | 102 -----------------------------------
 dev-build/tup/tup-0.7.11.ebuild | 117 ----------------------------------------
 dev-build/tup/tup-9999.ebuild   | 101 ----------------------------------
 profiles/package.mask           |   1 -
 profiles/updates/1Q-2024        |   1 -
 7 files changed, 332 deletions(-)