Debian Patches

Status for maude/3.2-2

Patch Description Author Forwarded Bugs Origin Last update
search-datadir.patch Have maude search in datadir for its files. no
getinput-size_t.patch Types of the arguments for YY_INPUT has changed from int to yy_size_t (which is a typedef for size_t), which caused the following error:
.
<stdout>: In function 'int yy_get_next_buffer()':
./lexer.ll:56:72: error: invalid initialization of reference of type 'int&' from expression of type 'yy_size_t {aka unsigned int}'
.
This patch adjusts the types. This change requires bumping build-dependency
on flex to >= 2.5.36.
Jakub Wilk <jwilk@debian.org> no debian 2014-05-20
strip-build-date.patch Strip build date Strip build date from banner, for reproducibility reasons. Alexis Bienvenüe <pado@passoire.fr> no
skip_failing_test.patch Skip one fialing test Andreas Tille <tille@debian.org> no 2022-02-19
glibc-2.34.patch handle non-constant SIGSTKSZ As of glibc 2.34, SIGSTKSZ is no longer a constant, but rather a runtime
call to sysconf(). Allocate our stack at runtime instead of at compile
time.

===================================================================
Steve Langasek <steve.langasek@ubuntu.com> no 2022-07-08

All known versions for source package 'maude'

Links