Github messages for voidlinux
 help / color / mirror / Atom feed
From: tornaria <tornaria@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: singular: update to 4.3.2, rebuild sagemath
Date: Thu, 06 Apr 2023 20:03:58 +0200	[thread overview]
Message-ID: <20230406180358.YaYLeXEtdK2mDjsXlex1ZQa9FRA5J82rnr151DqsymM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43225@inbox.vuxu.org>

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/43225#issuecomment-1499432522

Comment:
> aarch64:
>     * maxima: has emacs both in host and run deps, so it's not in the repo; must build with ~sbcl, otherwise it fails @paper42

- emacs is cross: we can add an `emacs` option and disable it for cross.
- sbcl is also cross, so it should also be disabled at least for cross.

Do you mean maxima also fails when both sbcl and maxima are built natively?
 
>     * sagemath: fails to start tests with `aarch64-linux-gnu.so: undefined_symbol: fmpz_set_ZZ`

That is coming from flintlib. Are you using the cross built package or the native built one? The difference is that flintlib uses ntl if built natively and not if built cross.

What's the output of
```
$ objdump -T /usr/lib/libflint.so.17 | grep fmpz_set_ZZ
000000000009f8f0 g    DF .text	00000000000001ab  Base        fmpz_set_ZZ
000000000009faa0 g    DF .text	0000000000000005  Base        fmpz_set_ZZ_p
```
What about:
```
$ for p in /usr/lib/python3.11/site-packages/sage/libs/flint/*.so ; do echo $p ; readelf -d $p | grep libflint ; done
/usr/lib/python3.11/site-packages/sage/libs/flint/arith.so
 0x0000000000000001 (NEEDED)             Shared library: [libflint.so.17]
/usr/lib/python3.11/site-packages/sage/libs/flint/flint.so
 0x0000000000000001 (NEEDED)             Shared library: [libflint.so.17]
/usr/lib/python3.11/site-packages/sage/libs/flint/fmpz_poly.so
 0x0000000000000001 (NEEDED)             Shared library: [libflint.so.17]
/usr/lib/python3.11/site-packages/sage/libs/flint/ulong_extras.so
 0x0000000000000001 (NEEDED)             Shared library: [libflint.so.17]
```

  parent reply	other threads:[~2023-04-06 18:03 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-02 23:00 [PR PATCH] " tornaria
2023-04-03  3:43 ` tornaria
2023-04-03 18:37 ` tornaria
2023-04-03 20:25 ` dkwo
2023-04-03 20:35 ` tornaria
2023-04-03 20:51 ` [PR REVIEW] " dkwo
2023-04-03 20:54 ` dkwo
2023-04-03 21:51 ` [PR REVIEW] " tornaria
2023-04-03 23:08 ` dkwo
2023-04-03 23:09 ` dkwo
2023-04-03 23:20 ` tornaria
2023-04-03 23:20 ` tornaria
2023-04-03 23:20 ` tornaria
2023-04-05 19:23 ` dkwo
2023-04-05 19:26 ` dkwo
2023-04-05 19:27 ` dkwo
2023-04-05 19:27 ` dkwo
2023-04-05 19:28 ` dkwo
2023-04-05 19:34 ` dkwo
2023-04-06 17:30 ` dkwo
2023-04-06 17:34 ` dkwo
2023-04-06 17:39 ` dkwo
2023-04-06 18:03 ` tornaria [this message]
2023-04-06 18:23 ` dkwo
2023-04-06 18:50 ` tornaria
2023-04-06 20:13 ` dkwo
2023-04-10 19:10 ` [PR PATCH] [Updated] " tornaria
2023-04-25 12:03 ` tornaria
2023-04-25 12:05 ` tornaria
2023-04-25 12:10 ` tornaria
2023-04-27 14:06 ` [PR PATCH] [Updated] " tornaria
2023-04-27 15:15 ` dkwo
2023-04-27 16:05 ` tornaria
2023-04-27 16:11 ` tornaria
2023-04-28 19:21 ` [PR PATCH] [Updated] " tornaria
2023-04-28 19:40 ` dkwo
2023-04-29  2:15 ` [PR PATCH] [Updated] " tornaria
2023-04-29  2:17 ` tornaria
2023-04-29  4:29 ` icp1994
2023-04-29 22:28 ` tornaria
2023-04-30  6:27 ` icp1994
2023-04-30 20:04 ` singular: update to 4.3.2, rebuild sagemath, networkx: update to 3.1 tornaria
2023-04-30 22:15 ` [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=20230406180358.YaYLeXEtdK2mDjsXlex1ZQa9FRA5J82rnr151DqsymM@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).