Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833076 - =dev-db/mongodb-5.0.5: blocks installation on arm64 arch due to the "cpu_flags_x86_avx" requirement for the AMD64 arch
Summary: =dev-db/mongodb-5.0.5: blocks installation on arm64 arch due to the "cpu_fla...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-10 11:36 UTC by Ryan Tsien
Modified: 2022-02-10 11:51 UTC (History)
1 user (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 Ryan Tsien 2022-02-10 11:36:42 UTC
"cpu_flags_x86_avx" requirement for the AMD64 architecture prevents the installation on AArch64 arch, see also #832761

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2022-02-10 11:45:21 UTC
The bug has been closed via the following commit(s):

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

commit 81f3178c560b125ba28e9f43a56f9bfe3bec2667
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-02-10 11:44:32 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-02-10 11:44:32 +0000

    dev-db/mongodb: forward-port arm64 pkg_setup fix
    
    Lost in 5.0.5 bump (think PR was made before I'd made the fix to earlier
    version).
    
    Bug: https://bugs.gentoo.org/832761
    Closes: https://bugs.gentoo.org/833076
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-db/mongodb/mongodb-5.0.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-02-10 11:51:32 UTC
Thank you!