Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 514248 - sci-biology/raxml-7.2.6 checks cpu features through useflag
Summary: sci-biology/raxml-7.2.6 checks cpu features through useflag
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Biology related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-21 22:43 UTC by Patrick Lauer
Modified: 2021-04-05 14:00 UTC (History)
0 users

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 Patrick Lauer gentoo-dev 2014-06-21 22:43:17 UTC
* Package:    sci-biology/raxml-7.2.6
 * Repository: gentoo
 * Maintainer: sci-biology@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux threads userland_GNU
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
 * ERROR: sci-biology/raxml-7.2.6::gentoo failed (pretend phase):
 *   This package needs sse3 support in your CPU
 * 
 * Call stack:
 *            ebuild.sh, line  93:  Called pkg_pretend
 *   raxml-7.2.6.ebuild, line  25:  Called die
 * The specific snippet of code:
 *      use sse3 || die "This package needs sse3 support in your CPU"

That's quite unusual ... ?!
Comment 1 David Seifert gentoo-dev 2021-04-05 14:00:14 UTC
Fixed using REQUIRED_USE="cpu_flags_x86_sse3"