--
You received this message because you are subscribed to the Google Groups "sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-release...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/8593234a-b974-40f0-be55-8ec14c975231n%40googlegroups.com.
git fetch --tags -f upstream
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/db4ffd07-b437-4d4c-bf79-3f4f7928a084n%40googlegroups.com.
On Wed, Nov 15, 2023 at 5:12 PM John Cremona <john.c...@gmail.com> wrote:
>
> I am seeing failures building from rc3 (commit fa5c9395d3). To make sure I made a fresh git clone of this and did nothing more than
>
> ./bootstrap
> ./configure
> make -j16
>
> On thre machines, make build worked OK, but not make: it is sagemath_doc_html-none which fails. The short logfile is attached. It's a problem with libntl linking: it wants libntl.so.44 . In configure, Sage did decide that it was OK to use a system NTL. I have two (which may be the problem): in /usr and in /usrlocal. the relevant library files are /usr/lib/x86_64-linux-gnu/libntl.so -> libntl.so.43.0.1 and /usr/local/lib/libntl.so -> libntl.so.44.0.1. From the error message in the attached log it could not find libntl.so.44 but it exists in /usr/local/lib and has the correct permissions.
This setup is asking for trouble. We don't have a fine-tune way to deal with such cases.Consider this a bug.Basically, ./configure sees libntl available and good enough, but goes with whatever default ordering of libraries' locations it has.Then the linker, possibly using another ordering, tries to resolve -lntl...
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/CAAWYfq22m0tmJFeqN4s3MTCoBuThBnAavFYbTbMyYx_Da4geJA%40mail.gmail.com.
fa5c9395d3e (tag: 10.2.rc3, github/develop) Updated SageMath version to 10.2.rc3
--
You received this message because you are subscribed to the Google Groups "sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-release...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/1136a803-7a38-433f-b9ea-b7d57a939b42n%40googlegroups.com.