Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 771852 - www-servers/mongrel2-1.11.0-r1 calls ar directly
Summary: www-servers/mongrel2-1.11.0-r1 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-02-21 09:16 UTC by Agostino Sarubbo
Modified: 2021-04-25 19:13 UTC (History)
0 users

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


Attachments
build.log (build.log,64.84 KB, text/plain)
2021-02-21 09:16 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-02-21 09:16:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: www-servers/mongrel2-1.11.0-r1 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] and set the AR variable to x86_64-pc-linux-gnu-ar.
Comment 1 Agostino Sarubbo gentoo-dev 2021-02-21 09:16:32 UTC
Created attachment 687834 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-02-21 09:16:34 UTC
Possible context of error(s):

make: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-04-25 19:13:45 UTC
The bug has been closed via the following commit(s):

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

commit 6b44b84acbbfffbfdfee27d28380f0ea3489eb3b
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-04-25 18:52:44 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-04-25 19:13:30 +0000

    www-servers/mongrel2: respect *FLAGS, $(AR) and $(RANLIB)
    
    Closes: https://bugs.gentoo.org/771852
    Closes: https://bugs.gentoo.org/742608
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/mongrel2-1.11.0-respect-FLAGS.patch      | 146 +++++++++++++++++++++
 www-servers/mongrel2/files/systemtls.mak           |  10 +-
 www-servers/mongrel2/mongrel2-1.11.0-r1.ebuild     |   3 +-
 3 files changed, 153 insertions(+), 6 deletions(-)