Opened 4 weeks ago

#69714 new defect

singular @4.3.2p10 build fails

Reported by: murrayE Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.9.3
Keywords: sonoma arm64 Cc: catap (Kirill A. Korinsky)
Port: singular

Description

From main.log:

:info:build cfModGcd.cc:1809:12: error: no matching function for call to 'fq_nmod_mat_rref'
:info:build   long rk= fq_nmod_mat_rref (FLINTN,ctx);
:info:build            ^~~~~~~~~~~~~~~~
:info:build /opt/local/include/flint/fq_mat_templates.h:247:7: note: candidate function not viable: requires 3 arguments, but 2 were provided
:info:build slong TEMPLATE(T, mat_rref)(TEMPLATE(T, mat_t) B, const TEMPLATE(T, mat_t) A, const TEMPLATE(T, ctx_t) ctx);
:info:build       ^
:info:build /opt/local/include/flint/templates.h:27:23: note: expanded from macro 'TEMPLATE'
:info:build #define TEMPLATE(X,Y) CAT(X,Y)
:info:build                       ^
:info:build /opt/local/include/flint/templates.h:15:18: note: expanded from macro 'CAT'
:info:build #define CAT(X,Y) X##_##Y
:info:build                  ^
:info:build <scratch space>:101:1: note: expanded from here
:info:build fq_nmod_mat_rref
:info:build ^
:info:build cfModGcd.cc:1916:12: error: no matching function for call to 'fq_nmod_mat_rref'
:info:build   long rk= fq_nmod_mat_rref (FLINTN,ctx);
:info:build            ^~~~~~~~~~~~~~~~
:info:build /opt/local/include/flint/fq_mat_templates.h:247:7: note: candidate function not viable: requires 3 arguments, but 2 were provided
:info:build slong TEMPLATE(T, mat_rref)(TEMPLATE(T, mat_t) B, const TEMPLATE(T, mat_t) A, const TEMPLATE(T, ctx_t) ctx);
:info:build       ^
:info:build /opt/local/include/flint/templates.h:27:23: note: expanded from macro 'TEMPLATE'
:info:build #define TEMPLATE(X,Y) CAT(X,Y)
:info:build                       ^
:info:build /opt/local/include/flint/templates.h:15:18: note: expanded from macro 'CAT'
:info:build #define CAT(X,Y) X##_##Y
:info:build                  ^
:info:build <scratch space>:101:1: note: expanded from here
:info:build fq_nmod_mat_rref
:info:build ^
:info:build   CXX      cfUnivarGcd.lo
:info:build 2 errors generated.
:info:build make[4]: *** [cfModGcd.lo] Error 1
}}}}

Attachments (1)

main.log (155.8 KB) - added by murrayE 4 weeks ago.
main.log

Download all attachments as: .zip

Change History (1)

Changed 4 weeks ago by murrayE

Attachment: main.log added

main.log

Note: See TracTickets for help on using tickets.