Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 659126 - dev-python/numba-0.37.0: test failure: ImportError: Numba requires at least version 0.22.0 of llvmlite.
Summary: dev-python/numba-0.37.0: test failure: ImportError: Numba requires at least v...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: 658884
  Show dependency tree
 
Reported: 2018-06-25 16:31 UTC by Thomas Deutschmann (RETIRED)
Modified: 2018-06-26 17:17 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 Thomas Deutschmann (RETIRED) gentoo-dev 2018-06-25 16:31:49 UTC
>>> Test phase: dev-python/numba-0.37.0
 * python2_7: running distutils-r1_run_phase python_test
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "numba/__init__.py", line 108, in <module>
    _ensure_llvm()
  File "numba/__init__.py", line 75, in _ensure_llvm
    raise ImportError(msg)
ImportError: Numba requires at least version 0.22.0 of llvmlite.
Installed version is 0.21.0.
Please update llvmlite.
 * ERROR: dev-python/numba-0.37.0::gentoo failed (test phase):
 *   (no error message)
 *
Comment 1 Larry the Git Cow gentoo-dev 2018-06-26 17:17:17 UTC
The bug has been closed via the following commit(s):

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

commit 2712e1f9e293727e11795dbdd9c73ab7434372bd
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2018-06-26 17:16:38 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2018-06-26 17:17:13 +0000

    dev-python/numba: depend on >=dev-python/llvmlite-0.22.0
    
    Closes: https://bugs.gentoo.org/659126
    Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247

 dev-python/numba/numba-0.37.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)