Github messages for voidlinux
 help / color / mirror / Atom feed
From: tornaria <tornaria@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [RFC] sagemath: update to 10.0.rc3.
Date: Mon, 15 May 2023 23:50:52 +0200	[thread overview]
Message-ID: <20230515215052.oHy_iVSSAGNT8Z8zrjZZpHVR-87d7wBDnJiRBTQzX1s@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43659@inbox.vuxu.org>

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/43659#issuecomment-1548642773

Comment:
> With `sage -t --long`, there are only two failures: [fail1.log](https://github.com/void-linux/void-packages/files/11482001/fail1.log) [fail2.log](https://github.com/void-linux/void-packages/files/11482005/fail2.log) while `structure/coerce_actions.pyx` passes all tests [fail3.log](https://github.com/void-linux/void-packages/files/11482011/fail3.log)

Can you try building python3 natively? When built in cross, the configure step gives:
```
checking for broken sem_getvalue... yes
```
which then causes this `NotImplementedError`.

Please have a look at this configure check --- if you get "no" there I expect your natively built python3 will work ok.

If this works then the fix for cross building python3 is adding  `ac_cv_broken_sem_getvalue=no` to `configure_args` (you could try building python3 cross on a x86_64 with this change, then see if the resulting pkg works, then submit a PR for python3 so the pkg in void repos works out of the box). The problem is that this is checked by compiling and running a program which won't work in cross -- but if we know sem_gevalue is ok in all of our arches, we can always force it (otherwise, force it in the arches that are known to work).

----

What about the failures in `structure/coerce_actions.pyx`? Is this passing with `--long` and failing without it? Is it failing only for a particular value of `--random-seed`?

BTW: you can use xbps-src to run checks in selected files and/or with a chosen random seed. Just create a file `sagemath-check` in your `void-packages` root directory. You can add filenames and options for the sage check step. E.g.
```
--random-seed=278209243980132307357977126905193403766
src/sage/parallel/map_reduce.py
src/sage/sets/recursively_enumerated_sets.pyx
src/sage/structure/coerce_actions.pyx
```

Add `--long` if you want, etc. You can use `#` to comment. If the file is "empty" (as in not existent or everything is commented out) then checks run normally.

  parent reply	other threads:[~2023-05-15 21:50 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-28 20:25 [PR PATCH] [RFC] sagemath: update to 10.0.rc0 tornaria
2023-04-28 20:38 ` icp1994
2023-04-28 20:47 ` tornaria
2023-04-28 22:50 ` tornaria
2023-04-29  1:28 ` tornaria
2023-04-29  2:20 ` [PR PATCH] [Updated] " tornaria
2023-05-05  1:46 ` tornaria
2023-05-05  1:51 ` [RFC] sagemath: update to 10.0.rc1 tornaria
2023-05-05 12:28 ` tornaria
2023-05-05 19:16 ` [PR PATCH] [Updated] " tornaria
2023-05-06  1:16 ` tornaria
2023-05-06 14:06 ` dkwo
2023-05-06 14:45 ` tornaria
2023-05-09 13:11 ` dkwo
2023-05-10 12:48 ` [PR PATCH] [Updated] " tornaria
2023-05-10 12:55 ` tornaria
2023-05-13  2:33 ` [PR PATCH] [Updated] [RFC] sagemath: update to 10.0.rc2 tornaria
2023-05-13  3:14 ` [PR PATCH] [Updated] [RFC] sagemath: update to 10.0.rc3 tornaria
2023-05-13 18:12 ` dkwo
2023-05-13 22:12 ` [PR PATCH] [Updated] " tornaria
2023-05-15 15:04 ` dkwo
2023-05-15 16:35 ` tornaria
2023-05-15 18:42 ` dkwo
2023-05-15 19:06 ` tornaria
2023-05-15 21:16 ` dkwo
2023-05-15 21:50 ` tornaria [this message]
2023-05-16 14:28 ` dkwo
2023-05-16 14:39 ` dkwo
2023-05-18 14:08 ` dkwo
2023-05-21 15:28 ` [PR PATCH] [Updated] " tornaria
2023-05-21 15:32 ` [RFC] sagemath: update to 10.0 tornaria
2023-05-21 18:18 ` [PR PATCH] [Updated] " tornaria
2023-05-21 22:37 ` tornaria
2023-05-21 22:39 ` tornaria
2023-05-21 23:32 ` [PR PATCH] [Updated] " tornaria
2023-05-23  1:19 ` dkwo
2023-05-29 18:09 ` tornaria
2023-05-29 18:53 ` dkwo
2023-05-30 20:52 ` dkwo
2023-05-30 20:52 ` dkwo
2023-05-31 11:18 ` [PR PATCH] [Merged]: " leahneukirchen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230515215052.oHy_iVSSAGNT8Z8zrjZZpHVR-87d7wBDnJiRBTQzX1s@z \
    --to=tornaria@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).