Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 804486 - media-video/bino-1.6.8 calls ar directly
Summary: media-video/bino-1.6.8 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-26 10:08 UTC by Agostino Sarubbo
Modified: 2022-09-02 01:07 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,60.15 KB, text/plain)
2021-07-26 10:08 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-26 10:08:10 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-video/bino-1.6.7 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-26 10:08:12 UTC
Created attachment 727176 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-07-26 10:08:14 UTC
Possible context of error(s):

configure: WARNING: Package 'glewmx', required by 'virtual:world', not found
make[4]: ar: No such file or directory
Comment 3 Agostino Sarubbo gentoo-dev 2022-05-16 05:53:49 UTC
ci has reproduced this issue with version 1.6.8 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2022-09-02 01:07:18 UTC
The bug has been closed via the following commit(s):

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

commit 4b65b862e51fbd4c8de5d394b3fbd2323a933785
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-09-02 01:02:24 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-09-02 01:07:10 +0000

    media-video/bino: respect AR
    
    Closes: https://bugs.gentoo.org/804486
    Signed-off-by: Sam James <sam@gentoo.org>

 media-video/bino/bino-1.6.8.ebuild                 | 10 +++++++++-
 media-video/bino/files/bino-1.6.8-respect-AR.patch | 22 ++++++++++++++++++++++
 2 files changed, 31 insertions(+), 1 deletion(-)