Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] sagemath: test failures on aarch64
@ 2023-12-11  0:13 dkwo
  2023-12-11  0:18 ` dkwo
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: dkwo @ 2023-12-11  0:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1283 bytes --]

New issue by dkwo on void-packages repository

https://github.com/void-linux/void-packages/issues/47683

Description:
### Is this a new report?

Yes

### System Info

asahi 6.6 series (apple silicon aarch64)

### Package(s) Affected

sagemath

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

it's important that singular is also rebuilt, as it needs ntl (otherwise, lots of segfaults in sage tests).

### Expected behaviour

pass the testsuite

### Actual behaviour

```
sage -t --warn-long 9.9 --random-seed=152816534303222946788861922984252620675 /usr/lib/python3.12/site-packages/sage/misc/persist.pyx  # 2 doctests failed
sage -t --warn-long 9.9 --random-seed=152816534303222946788861922984252620675 /usr/lib/python3.12/site-packages/sage/misc/inline_fortran.py  # 3 doctests failed
sage -t --warn-long 9.9 --random-seed=152816534303222946788861922984252620675 /usr/lib/python3.12/site-packages/sage/repl/ipython_extension.py  # 4 doctests failed
```
full test output https://paste.c-net.org/CahootsUnicorn or
[sage-test-fail.log](https://github.com/void-linux/void-packages/files/13629727/sage-test-fail.log)

### Steps to reproduce

```
./xbps-pkg singular
./xbps-pkg sagemath
xi singular sagemath
`sage -t --all`
```

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: sagemath: test failures on aarch64
  2023-12-11  0:13 [ISSUE] sagemath: test failures on aarch64 dkwo
@ 2023-12-11  0:18 ` dkwo
  2023-12-11  1:11 ` tornaria
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dkwo @ 2023-12-11  0:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 208 bytes --]

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/issues/47683#issuecomment-1849143369

Comment:
@tornaria can you reproduce? suggestions? should i report upstream?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: sagemath: test failures on aarch64
  2023-12-11  0:13 [ISSUE] sagemath: test failures on aarch64 dkwo
  2023-12-11  0:18 ` dkwo
@ 2023-12-11  1:11 ` tornaria
  2023-12-11  1:21 ` dkwo
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tornaria @ 2023-12-11  1:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 743 bytes --]

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/issues/47683#issuecomment-1849171543

Comment:
Install `meson` and try again. It's now required by `numpy.f2py` but not listed as a depends neither to numpy nor sagemath. You'll see it's listed in checkdepends for both.

What do you think we should do? Add `meson` to sagemath depends? It's not really necessary unless one needs to use fortran code in sage. OTOH we have `gcc-fortran` as a dependency, so I guess either we add meson or we remove gcc-fortran.

Ideally there would be a "feature" that checks whether f2py is available and working, and then all doctests that depend on this are labeled "# needs fortran" or something like that.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: sagemath: test failures on aarch64
  2023-12-11  0:13 [ISSUE] sagemath: test failures on aarch64 dkwo
  2023-12-11  0:18 ` dkwo
  2023-12-11  1:11 ` tornaria
@ 2023-12-11  1:21 ` dkwo
  2023-12-11  1:22 ` dkwo
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dkwo @ 2023-12-11  1:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 304 bytes --]

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/issues/47683#issuecomment-1849178143

Comment:
Actually, I do get the exact same failures on `Void 6.6.5_1 x86_64 GenuineIntel uptodate rFFFFFFFFFFFF`.
You're right, installing meson fixes these tests. Thanks.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: sagemath: test failures on aarch64
  2023-12-11  0:13 [ISSUE] sagemath: test failures on aarch64 dkwo
                   ` (2 preceding siblings ...)
  2023-12-11  1:21 ` dkwo
@ 2023-12-11  1:22 ` dkwo
  2023-12-12 16:22 ` sagemath: test failures dkwo
  2023-12-12 16:22 ` [ISSUE] [CLOSED] " dkwo
  5 siblings, 0 replies; 7+ messages in thread
From: dkwo @ 2023-12-11  1:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 242 bytes --]

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/issues/47683#issuecomment-1849178333

Comment:
Shall I open a PR to add meson to sage depends, at least until we discus how to split -devel depends?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ISSUE] [CLOSED] sagemath: test failures
  2023-12-11  0:13 [ISSUE] sagemath: test failures on aarch64 dkwo
                   ` (4 preceding siblings ...)
  2023-12-12 16:22 ` sagemath: test failures dkwo
@ 2023-12-12 16:22 ` dkwo
  5 siblings, 0 replies; 7+ messages in thread
From: dkwo @ 2023-12-12 16:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1286 bytes --]

Closed issue by dkwo on void-packages repository

https://github.com/void-linux/void-packages/issues/47683

Description:
### Is this a new report?

Yes

### System Info

asahi 6.6 series (apple silicon aarch64)

### Package(s) Affected

sagemath

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

it's important that singular is also rebuilt, as it needs ntl (otherwise, lots of segfaults in sage tests).

### Expected behaviour

pass the testsuite

### Actual behaviour

```
sage -t --warn-long 9.9 --random-seed=152816534303222946788861922984252620675 /usr/lib/python3.12/site-packages/sage/misc/persist.pyx  # 2 doctests failed
sage -t --warn-long 9.9 --random-seed=152816534303222946788861922984252620675 /usr/lib/python3.12/site-packages/sage/misc/inline_fortran.py  # 3 doctests failed
sage -t --warn-long 9.9 --random-seed=152816534303222946788861922984252620675 /usr/lib/python3.12/site-packages/sage/repl/ipython_extension.py  # 4 doctests failed
```
full test output https://paste.c-net.org/CahootsUnicorn or
[sage-test-fail.log](https://github.com/void-linux/void-packages/files/13629727/sage-test-fail.log)

### Steps to reproduce

```
./xbps-pkg singular
./xbps-pkg sagemath
xi singular sagemath
`sage -t --all`
```

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: sagemath: test failures
  2023-12-11  0:13 [ISSUE] sagemath: test failures on aarch64 dkwo
                   ` (3 preceding siblings ...)
  2023-12-11  1:22 ` dkwo
@ 2023-12-12 16:22 ` dkwo
  2023-12-12 16:22 ` [ISSUE] [CLOSED] " dkwo
  5 siblings, 0 replies; 7+ messages in thread
From: dkwo @ 2023-12-12 16:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 204 bytes --]

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/issues/47683#issuecomment-1852372112

Comment:
fixed in https://github.com/void-linux/void-packages/pull/47712

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-12-12 16:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-11  0:13 [ISSUE] sagemath: test failures on aarch64 dkwo
2023-12-11  0:18 ` dkwo
2023-12-11  1:11 ` tornaria
2023-12-11  1:21 ` dkwo
2023-12-11  1:22 ` dkwo
2023-12-12 16:22 ` sagemath: test failures dkwo
2023-12-12 16:22 ` [ISSUE] [CLOSED] " dkwo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).