Bug#864365: A simple program ends up with SIGSEGV [amd64]
Lumin
cdluminate at gmail.com
Sun Jul 2 13:35:36 UTC 2017
Control: tag -1 +patch
The fix is attached. It fails on my side simply
because the python3-llvmlite package is too
old.
The default version in sid (0.16.0) does not
work with numba.
Listing... Done
python3-llvmlite/experimental,now 0.18.0-1 amd64 [installed]
python3-llvmlite/unstable 0.16.0-1 amd64
diff --git a/debian/control b/debian/control
index 66d7146..81f0e06 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,7 @@ Depends:
${misc:Depends},
${python:Depends},
${shlibs:Depends},
- python-llvmlite
+ python-llvmlite (>= 0.18.0~),
Recommends:
numba-doc
Suggests:
@@ -55,7 +55,7 @@ Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
- python3-llvmlite
+ python3-llvmlite (>= 0.18.0~),
Recommends:
numba-doc
Suggests:
On 2 July 2017 at 13:18, Lumin <cdluminate at gmail.com> wrote:
> The numba package installed with pip3 seems working.
> It is able to run numba.runtests.main()
>
> However the Debian package will segfault immediately
> if you do so.
>
> On 7 June 2017 at 16:23, Daniel Stender <debian at danielstender.com> wrote:
>> On 07.06.2017 18:13, Lumin wrote:
>>> Oops, that's a sorrowful story ...
>>
>> I've put it on RFA now (#864367). If you would like to pick it up, welcome!
>>
>> Dan
>>
>> --
>> 4096R/DF5182C8
>> Debian Developer (stender at debian.org)
>> http://www.danielstender.com/
>
>
>
> --
> Best,
> Lumin
--
Best,
Lumin
More information about the debian-science-maintainers
mailing list