Unable to compile sage-10.6.

66 views
Skip to first unread message

Topaze

unread,
Aug 11, 2025, 5:09:57 PMAug 11
to sage-support

Hello everyone.

The new stable version of Debian (Trixie) was released two days ago, so I tried to compile it, without success.

Any ideas?

Note : as the installation log file was too large, I had to cut it roughly down the middle (line 10000.)

install.log
config.log

Dima Pasechnik

unread,
Aug 11, 2025, 8:41:59 PMAug 11
to sage-s...@googlegroups.com
try the just released 10.7, it is more likely to work.


>
> --
> You received this message because you are subscribed to the Google Groups "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to sage-support...@googlegroups.com.
> To view this discussion visit https://groups.google.com/d/msgid/sage-support/f8c736ce-3250-4bbb-91f4-701c5feb4a0dn%40googlegroups.com.

Topaze

unread,
Aug 12, 2025, 12:15:41 PMAug 12
to sage-support

10.7 has been released in the meantime indeed, I'll give it a try, thanks.

OHappyDay

unread,
Aug 16, 2025, 2:52:04 PMAug 16
to sage-support
Strange. The build error happens with the "brial-1.2.8".
I was always successful building Sage from the sources. Just today I have built 10.7 without problems (my log shows though that brial comes in version 1.2.14)

/usr/bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../.. -I../../libbrial/include/polybori -I../../groebner/include -I../../libbrial/include -I../../libbrial/include -ftemplate-depth-100 -g -O2 -c -o BlockDegLexOrder.lo BlockDegLexOrder.cc [brial-1.2.8] [spkg-install] libtool: compile: g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../.. -I../../libbrial/include/polybori -I../../groebner/include -I../../libbrial/include -I../../libbrial/include -ftemplate-depth-100 -g -O2 -c BlockDegLexOrder.cc -fPIC -DPIC -o .libs/BlockDegLexOrder.o 
[brial-1.2.8] [spkg-install] In file included from ../../libbrial/include/polybori/ring/CCuddInterface.h:25, 
[brial-1.2.8] [spkg-install] from ../../libbrial/include/polybori/ring/CCuddCore.h:22, 
[brial-1.2.8] [spkg-install] from ../../libbrial/include/polybori/BoolePolyRing.h:24, 
[brial-1.2.8] [spkg-install] from ../../libbrial/include/polybori/BoolePolynomial.h:30, 
[brial-1.2.8] [spkg-install] from ../../libbrial/include/polybori/orderings/COrderingFacade.h:22, 
[brial-1.2.8] [spkg-install] from ../../libbrial/include/polybori/orderings/CBlockOrderingFacade.h:19, 
[brial-1.2.8] [spkg-install] from ../../libbrial/include/polybori/BlockDegLexOrder.h:22, 
[brial-1.2.8] [spkg-install] from BlockDegLexOrder.cc:18:
[brial-1.2.8] [spkg-install] ../../libbrial/include/polybori/routines/pbori_func.h:114:15: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]

Dima Pasechnik

unread,
Aug 16, 2025, 6:38:34 PMAug 16
to sage-s...@googlegroups.com
On Sat, Aug 16, 2025 at 1:52 PM 'OHappyDay' via sage-support
<sage-s...@googlegroups.com> wrote:
>
> Strange. The build error happens with the "brial-1.2.8".
> I was always successful building Sage from the sources. Just today I have built 10.7 without problems (my log shows though that brial comes in version 1.2.14)

see, that is one of the differences between 10.6 and 10.7, and it's
important that the OS you use was tested with 10.7.
Nothing strange here.
>
> /usr/bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../.. -I../../libbrial/include/polybori -I../../groebner/include -I../../libbrial/include -I../../libbrial/include -ftemplate-depth-100 -g -O2 -c -o BlockDegLexOrder.lo BlockDegLexOrder.cc [brial-1.2.8] [spkg-install] libtool: compile: g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../.. -I../../libbrial/include/polybori -I../../groebner/include -I../../libbrial/include -I../../libbrial/include -ftemplate-depth-100 -g -O2 -c BlockDegLexOrder.cc -fPIC -DPIC -o .libs/BlockDegLexOrder.o
> [brial-1.2.8] [spkg-install] In file included from ../../libbrial/include/polybori/ring/CCuddInterface.h:25,
> [brial-1.2.8] [spkg-install] from ../../libbrial/include/polybori/ring/CCuddCore.h:22,
> [brial-1.2.8] [spkg-install] from ../../libbrial/include/polybori/BoolePolyRing.h:24,
> [brial-1.2.8] [spkg-install] from ../../libbrial/include/polybori/BoolePolynomial.h:30,
> [brial-1.2.8] [spkg-install] from ../../libbrial/include/polybori/orderings/COrderingFacade.h:22,
> [brial-1.2.8] [spkg-install] from ../../libbrial/include/polybori/orderings/CBlockOrderingFacade.h:19,
> [brial-1.2.8] [spkg-install] from ../../libbrial/include/polybori/BlockDegLexOrder.h:22,
> [brial-1.2.8] [spkg-install] from BlockDegLexOrder.cc:18:
> [brial-1.2.8] [spkg-install] ../../libbrial/include/polybori/routines/pbori_func.h:114:15: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
>
>
>
> Topaze schrieb am Dienstag, 12. August 2025 um 18:15:41 UTC+2:
>>
>> 10.7 has been released in the meantime indeed, I'll give it a try, thanks.
>
> --
> You received this message because you are subscribed to the Google Groups "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to sage-support...@googlegroups.com.
> To view this discussion visit https://groups.google.com/d/msgid/sage-support/3662d059-8d22-4833-bc72-bcf8d2dfcbcen%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages