Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 675950 - net-wireless/aircrack-ng-1.5.2 fails to build on multilib systems due to the wrong variable name
Summary: net-wireless/aircrack-ng-1.5.2 fails to build on multilib systems due to the ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Rick Farina (Zero_Chaos)
URL: https://github.com/aircrack-ng/aircra...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-20 22:18 UTC by Mike Auty (RETIRED)
Modified: 2019-01-21 21:42 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Auty (RETIRED) gentoo-dev 2019-01-20 22:18:39 UTC
With bug 669468 resolved upstream very quickly, it seems there's just one last stumbling point with 1.5.2, which is that the variable in the final patch seems to have been named STATIC_LIBDIR_NAME rather than HOST_LIBDIR_NAME.  Changing this within the ebuild allows it to build on multi-arch systems.

Lemme know if you need any additional information.  Also, this can probably close out bug 669468, which was resolved by the 1.5.2 version bump.  5:)
Comment 1 Mike Auty (RETIRED) gentoo-dev 2019-01-20 22:20:57 UTC
Probably my bad, I said I'd tested it with HOST_LIBDIR_NAME, but I must've tested something different?  Attached the URL of the commit that introduced STATIC_LIBDIR_NAME.
Comment 2 Larry the Git Cow gentoo-dev 2019-01-21 20:37:37 UTC
The bug has been referenced in the following commit(s):

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

commit 7eca7976b443d819a31e5ee7c0fcef5d3600790f
Author:     Alon Bar-Lev <alonbl@gentoo.org>
AuthorDate: 2019-01-21 20:37:08 +0000
Commit:     Alon Bar-Lev <alonbl@gentoo.org>
CommitDate: 2019-01-21 20:37:27 +0000

    net-wireless/aircrack-ng: apply static search
    
    Bug: https://bugs.gentoo.org/show_bug.cgi?id=675950
    Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-wireless/aircrack-ng/aircrack-ng-1.5.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 3 Alon Bar-Lev (RETIRED) gentoo-dev 2019-01-21 20:57:52 UTC
Please try now, if not working, please attach the build log.
Comment 4 Mike Auty (RETIRED) gentoo-dev 2019-01-21 21:42:46 UTC
Yep, that compiles just fine now, thanks for the quick response!  5:)