Building 10.6 on Ubuntu 24.04.2, brial problem

38 views
Skip to first unread message

Šarūnas Burdulis

unread,
Jul 9, 2025, 12:48:08 PMJul 9
to sage-devel
Hi,
Trying to build tag 10.6 source on Ubuntu 24.04. There are no *brial prerequisites available. Sage build tries to build its own brial and fails. Is it possible to force brial package not to be built?

brial-1.2.8.log
config.log

Dima Pasechnik

unread,
Jul 9, 2025, 1:48:06 PMJul 9
to sage-...@googlegroups.com
This is the error most probably caused by setting, as suggested in our README:

export MAKEFLAGS="-j$(nproc) -l$(nproc).5"

but your "make" does not like it.
Can you instead do something like
export MAKEFLAGS="-j8"
and try again
> --
> You received this message because you are subscribed to the Google Groups "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
> To view this discussion visit https://groups.google.com/d/msgid/sage-devel/049c26a1-3ee5-4d6f-bc0d-3522137f27cfn%40googlegroups.com.

Šarūnas Burdulis

unread,
Jul 9, 2025, 3:35:20 PMJul 9
to sage-devel
Overriding MAKEFLAGS with just and explicit number for -j helped.

Thank you.

Reply all
Reply to author
Forward
0 new messages