Debian Patches

Status for brial/1.2.12-2

Patch Description Author Forwarded Bugs Origin Last update
remove_import_of_removed_function.patch Remove superfluous import of removed function Bastian Germann <bage@debian.org> yes 2023-04-03
sage_brial_fixup.patch fix for an import error (turns it into warnings) Julien Puydt yes
typo.patch fix a trivial typo in a source file Julien Puydt yes
fix_ftbfs_m4ri_cflags_substitution.patch Fix FTBFS: strip unsubstituted @VAR@ tokens from M4RI_CFLAGS m4ri.pc.in references @SIMD_CFLAGS@ in its Cflags line, but m4ri's
configure.ac never calls AC_SUBST(SIMD_CFLAGS). The installed m4ri.pc
therefore contains a literal "@SIMD_CFLAGS@" string in the Cflags field.
When brial's PKG_CHECK_MODULES([M4RI], m4ri) runs, pkg-config returns this
literal string as part of M4RI_CFLAGS, which is then passed verbatim to g++.
The compiler treats @SIMD_CFLAGS@ as a file argument and fails with
"linker input file not found: @SIMD_CFLAGS@".
.
Fix: after PKG_CHECK_MODULES captures M4RI_CFLAGS, strip any remaining
unsubstituted @VAR@ tokens with sed. This is safe: valid compiler flags
never take the @TOKEN@ form.
Azeez Syed <azeezalishah@gmail.com> no debian 2026-05-24

All known versions for source package 'brial'

Links