Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 809509 - net-mail/vpopmail-5.4.33-r8 calls ar directly
Summary: net-mail/vpopmail-5.4.33-r8 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: Rolf Eike Beer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-08-22 05:04 UTC by Agostino Sarubbo
Modified: 2021-08-22 15:14 UTC (History)
2 users (show)

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


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

Issue: net-mail/vpopmail-5.4.33-r8 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-08-22 05:05:01 UTC
Created attachment 734983 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-08-22 05:05:03 UTC
Possible context of error(s):

./makelib: line 5: ar: command not found
./makelib: line 6: ranlib: command not found
Comment 3 Larry the Git Cow gentoo-dev 2021-08-22 15:14:26 UTC
The bug has been closed via the following commit(s):

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

commit af6acb29940e45a2a97da00fbb32f9ba6bb051d3
Author:     Rolf Eike Beer <eike@sf-mail.de>
AuthorDate: 2021-08-22 08:01:41 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-08-22 15:13:53 +0000

    net-mail/vpopmail: respect ar and ranlib settings from toolchain
    
    Closes: https://bugs.gentoo.org/809509
    Closes: https://bugs.gentoo.org/809512
    Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
    Signed-off-by: Sam James <sam@gentoo.org>

 .../vpopmail/{vpopmail-5.4.33-r8.ebuild => vpopmail-5.4.33-r9.ebuild}  | 3 +++
 1 file changed, 3 insertions(+)