Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 476576

Summary: mail-filter/mapson : does not respect AR
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: QA CC: net-mail+disabled
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    

Description Agostino Sarubbo gentoo-dev 2013-07-11 20:42:44 UTC
You receive this bug because this package does not respect my system's AR (x86_64-pc-linux-gnu-ar) and calls directly /usr/bin/ar
The possible solutions to fix this issue are:
1)Fix the buildsystem, if you can;
2)inherit toolchain-funcs and use tc-export AR
3)inherit toolchain-funcs and use emake AR="$(tc-getAR)"


From the build log:

ar cru libgnu.a malloca.o md5.o
Comment 1 Larry the Git Cow gentoo-dev 2020-09-16 21:53:48 UTC
The bug has been closed via the following commit(s):

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

commit eb6ab9171bc7e9480fb6b19b1be3ff69a3bd2457
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2020-09-16 21:46:07 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-09-16 21:53:43 +0000

    mail-filter/mapson: port to EAPI 7
    
    Closes: https://bugs.gentoo.org/476576
    Closes: https://bugs.gentoo.org/513896
    Closes: https://bugs.gentoo.org/741034
    Package-Manager: Portage-3.0.4, Repoman-3.0.1
    Signed-off-by: Sam James <sam@gentoo.org>

 .../mapson/files/mapson-3.3-respect-AR.patch       | 12 ++++++++
 .../{mapson-3.3.ebuild => mapson-3.3-r1.ebuild}    | 35 +++++++++++++++-------
 2 files changed, 36 insertions(+), 11 deletions(-)