• Bug#1108812: remake: FTBFS randomly: Error running /<>/tes

    From Santiago Vila@21:1/5 to All on Sat Jul 5 13:10:01 2025
    Package: src:remake
    Version: 4.3+dbg-1.6+dfsg-1
    Severity: serious
    Tags: ftbfs trixie sid

    Dear maintainer:

    During a rebuild of all packages in unstable, your package failed to build:

    --------------------------------------------------------------------------------
    [...]
    debian/rules clean
    dh clean --with autoreconf
    dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
    dh_clean
    dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in use)
    debian/rules binary
    dh binary --with autoreconf
    dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
    dh_update_autotools_config
    dh_autoreconf
    Copying file m4/codeset.m4
    Copying file m4/glibc2.m4
    Copying file m4/glibc21.m4
    Copying file m4/intdiv0.m4

    [... snipped ...]

    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o command/load.o command/load.c
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o command/print.o command/print.c
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o command/pwd.o command/pwd.c
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o command/quit.o command/quit.c
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o command/run.o command/run.c
    In file included from command/../../src/trace.h:29,
    from command/run.c:28:
    command/run.c: In function ‘dbg_cmd_run’:
    command/run.c:45:34: warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
    45 | char *psz_full_args = CALLOC(char, len);
    | ^~~~
    command/../../src/types.h:83:45: note: in definition of macro ‘CALLOC’
    83 | #define CALLOC(t, n) ((t *) calloc (sizeof (t), (n)))
    | ^
    command/run.c:45:34: note: earlier argument should specify number of elements, later size of each element
    45 | char *psz_full_args = CALLOC(char, len);
    | ^~~~
    command/../../src/types.h:83:45: note: in definition of macro ‘CALLOC’
    83 | #define CALLOC(t, n) ((t *) calloc (sizeof (t), (n)))
    | ^
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o command/set.o command/set.c
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o command/setq.o command/setq.c
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o command/setqx.o command/setqx.c
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o command/shell.o command/shell.c
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o command/show.o command/show.c
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o command/skip.o command/skip.c
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o command/source.o command/source.c
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o command/step.o command/step.c
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o command/target.o command/target.c
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o command/up.o command/up.c
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o command/where.o command/where.c
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o command/write.o command/write.c
    In file included from command/../../src/trace.h:29,
    from command/write.c:20:
    command/write.c: In function ‘dbg_cmd_write’:
    command/write.c:72:29: warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
    72 | psz_filename = CALLOC(char, strlen(psz_target_basename) + 10);
    | ^~~~
    command/../../src/types.h:83:45: note: in definition of macro ‘CALLOC’
    83 | #define CALLOC(t, n) ((t *) calloc (sizeof (t), (n)))
    | ^
    command/write.c:72:29: note: earlier argument should specify number of elements, later size of each element
    72 | psz_filename = CALLOC(char, strlen(psz_target_basename) + 10);
    | ^~~~
    command/../../src/types.h:83:45: note: in definition of macro ‘CALLOC’
    83 | #define CALLOC(t, n) ((t *) calloc (sizeof (t), (n)))
    | ^
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o break.o break.c
    In file included from break.h:28,
    from break.c:23:
    break.c: In function ‘add_breakpoint’:
    break.c:49:40: warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
    49 | breakpoint_node_t *p_new = CALLOC (breakpoint_node_t, 1);
    | ^~~~~~~~~~~~~~~~~ ../src/types.h:83:45: note: in definition of macro ‘CALLOC’
    83 | #define CALLOC(t, n) ((t *) calloc (sizeof (t), (n)))
    | ^
    break.c:49:40: note: earlier argument should specify number of elements, later size of each element
    49 | breakpoint_node_t *p_new = CALLOC (breakpoint_node_t, 1);
    | ^~~~~~~~~~~~~~~~~ ../src/types.h:83:45: note: in definition of macro ‘CALLOC’
    83 | #define CALLOC(t, n) ((t *) calloc (sizeof (t), (n)))
    | ^
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o cmd.o cmd.c
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o fns.o fns.c
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o file2line.o file2line.c
    file2line.c: In function ‘enter_target_lineno’:
    file2line.c:99:39: warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
    99 | void **new_array = calloc (sizeof(void *), nlines);
    | ^~~~
    file2line.c:99:39: note: earlier argument should specify number of elements, later size of each element
    file2line.c:100:44: warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
    100 | f2l_entry_t *new_type = calloc (sizeof(f2l_entry_t *), nlines);
    | ^~~~~~~~~~~ file2line.c:100:44: note: earlier argument should specify number of elements, later size of each element
    file2line.c:101:52: warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
    101 | lineno_array_t *p_new_linenos = calloc (sizeof(lineno_array_t), 1);
    | ^~~~~~~~~~~~~~ file2line.c:101:52: note: earlier argument should specify number of elements, later size of each element
    file2line.c: In function ‘enter_rule_lineno’:
    file2line.c:148:39: warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
    148 | void **new_array = calloc (sizeof(void *), nlines);
    | ^~~~
    file2line.c:148:39: note: earlier argument should specify number of elements, later size of each element
    file2line.c:149:44: warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
    149 | f2l_entry_t *new_type = calloc (sizeof(f2l_entry_t *), nlines);
    | ^~~~~~~~~~~ file2line.c:149:44: note: earlier argument should specify number of elements, later size of each element
    file2line.c:150:52: warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
    150 | lineno_array_t *p_new_linenos = calloc (sizeof(lineno_array_t), 1);
    | ^~~~~~~~~~~~~~ file2line.c:150:52: note: earlier argument should specify number of elements, later size of each element
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o msg.o msg.c
    gcc -DHAVE_CONFIG_H -I../src -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -
    Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -
    fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -o stack.o stack.c
    rm -f libdebugger.a
    ar cr libdebugger.a command/break.o command/info.o command/chdir.o command/comment.o command/continue.o command/delete.o command/down.o command/edit.o command/expand.o command/finish.o command/frame.o command/help.o command/list.o command/next.o command/
    load.o command/print.o command/pwd.o command/quit.o command/run.o command/set.o command/setq.o command/setqx.o command/shell.o command/show.o command/skip.o command/source.o command/step.o command/target.o command/up.o command/where.o command/write.o
    break.o cmd.o fns.o file2line.o msg.o stack.o
    ranlib libdebugger.a
    make[2]: Leaving directory '/<<PKGBUILDDIR>>/libdebugger'
    make[2]: Entering directory '/<<PKGBUILDDIR>>'
    gcc -DHAVE_CONFIG_H -I./lib -I. -I./src -Isrc -I./src -Ilib -I./libdebugger -I./libdebugger -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DINCLUDEDIR=\"/usr/include\" -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-
    cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused
    -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -I/usr/include/guile/3.0 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -
    fcf-protection -fcommon -c -o src/alloc.o src/alloc.c
    gcc -DHAVE_CONFIG_H -I./lib -I. -I./src -Isrc -I./src -Ilib -I./libdebugger -I./libdebugger -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DINCLUDEDIR=\"/usr/include\" -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-
    cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused
    -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -I/usr/include/guile/3.0 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -
    fcf-protection -fcommon -c -o src/ar.o src/ar.c
    gcc -DHAVE_CONFIG_H -I./lib -I. -I./src -Isrc -I./src -Ilib -I./libdebugger -I./libdebugger -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DINCLUDEDIR=\"/usr/include\" -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-
    cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused
    -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -I/usr/include/guile/3.0 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -
    fcf-protection -fcommon -c -o src/arscan.o src/arscan.c
    gcc -DHAVE_CONFIG_H -I./lib -I. -I./src -Isrc -I./src -Ilib -I./libdebugger -I./libdebugger -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DINCLUDEDIR=\"/usr/include\" -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-
    cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused
    -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -I/usr/include/guile/3.0 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -
    fcf-protection -fcommon -c -o src/buildargv.o src/buildargv.c
    gcc -DHAVE_CONFIG_H -I./lib -I. -I./src -Isrc -I./src -Ilib -I./libdebugger -I./libdebugger -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DINCLUDEDIR=\"/usr/include\" -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-
    cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused
    -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -I/usr/include/guile/3.0 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -
    fcf-protection -fcommon -c -o src/commands.o src/commands.c
    gcc -DHAVE_CONFIG_H -I./lib -I. -I./src -Isrc -I./src -Ilib -I./libdebugger -I./libdebugger -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DINCLUDEDIR=\"/usr/include\" -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-
    cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused
    -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -I/usr/include/guile/3.0 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -
    fcf-protection -fcommon -c -o src/debug.o src/debug.c
    gcc -DHAVE_CONFIG_H -I./lib -I. -I./src -Isrc -I./src -Ilib -I./libdebugger -I./libdebugger -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DINCLUDEDIR=\"/usr/include\" -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-
    cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused
    -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -I/usr/include/guile/3.0 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -
    fcf-protection -fcommon -c -o src/default.o src/default.c
    gcc -DHAVE_CONFIG_H -I./lib -I. -I./src -Isrc -I./src -Ilib -I./libdebugger -I./libdebugger -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DINCLUDEDIR=\"/usr/include\" -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-
    cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused
    -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -I/usr/include/guile/3.0 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -
    fcf-protection -fcommon -c -o src/dir.o src/dir.c
    gcc -DHAVE_CONFIG_H -I./lib -I. -I./src -Isrc -I./src -Ilib -I./libdebugger -I./libdebugger -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DINCLUDEDIR=\"/usr/include\" -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-
    cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused
    -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -I/usr/include/guile/3.0 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -
    fcf-protection -fcommon -c -o src/expand.o src/expand.c
    gcc -DHAVE_CONFIG_H -I./lib -I. -I./src -Isrc -I./src -Ilib -I./libdebugger -I./libdebugger -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DINCLUDEDIR=\"/usr/include\" -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-
    cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused
    -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -I/usr/include/guile/3.0 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -
    fcf-protection -fcommon -c -o src/file.o src/file.c
    gcc -DHAVE_CONFIG_H -I./lib -I. -I./src -Isrc -I./src -Ilib -I./libdebugger -I./libdebugger -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DINCLUDEDIR=\"/usr/include\" -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-
    cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused
    -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -I/usr/include/guile/3.0 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -
    fcf-protection -fcommon -c -o src/file_basic.o src/file_basic.c
    gcc -DHAVE_CONFIG_H -I./lib -I. -I./src -Isrc -I./src -Ilib -I./libdebugger -I./libdebugger -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -DINCLUDEDIR=\"/usr/include\" -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time -D_FORTIFY_SOURCE=2 -C -Wall -Wbad-function-
    cast -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Wextra -Wformat-security -Wformat-signedness -Winline -Wlogical-op -Wlong-long -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wtype-limits -Wunused
    -Wunused-but-set-parameter -Wunused-parameter -Wwrite-strings -I/usr/include/guile/3.0 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -
    fcf-protection -fcommon -c -o src/function.o src/function.c

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Santiago Vila@21:1/5 to All on Fri Jul 11 04:20:02 2025
    tags 1108812 patch
    thanks

    Hi.

    I've just read the last message from the author in github. Apparently
    the failing test needs quite a number of changes to be correct.

    I would suggest to just disable it for trixie, as in the attached patch.

    Note: I've forked the project here:

    https://salsa.debian.org/sanvila/remake

    and I've checked that the patch works (i.e. the disabled test does
    not appear in the new build log).

    [ p.s. I also suggest fixing the trivial typo in debian/control ]

    Thanks.
    From db4ed55ec5772dd72fc9f942a4e6ae01687dd6ad Mon Sep 17 00:00:00 2001
    From: Santiago Vila <sanvila@debian.org>
    Date: Fri, 11 Jul 2025 03:35:00 +0200
    Subject: [PATCH 1/3] Disable flaky test output-sync. Closes: #1108812.

    ---
    debian/rules | 4 ++++
    1 file changed, 4 insertions(+)

    diff --git a/debian/rules b/debian/rules
    index b1f1797..e3326e1 100755
    --- a/debian/rules
    +++ b/debian/rules
    @@ -24,3 +24,7 @@ override_dh_auto_configure:
    override_dh_install:
    rm -rf debian/remake/usr/include
    dh_install
    +
    +override_dh_auto_test:
    + rm -f tests/scripts/features/output-sync
    + dh_auto_test
    --
    2.47.2

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Fri Jul 11 18:40:01 2025
    This is a multi-part message in MIME format...

    Your message dated Fri, 11 Jul 2025 16:34:37 +0000
    with message-id <E1uaGhp-005Lte-45@fasolo.debian.org>
    and subject line Bug#1108812: fixed in remake 4.3+dbg-1.6+dfsg-2
    has caused the Debian Bug report #1108812,
    regarding remake: FTBFS randomly: Error running /<<PKGBUILDDIR>>/tests/../make (expected 0; got 14): /<<PKGBUILDDIR>>/tests/../make -f work/features/output-sync.mk -j -Orecurse
    to be marked as done.

    This means that you claim that the problem has been dealt with.
    If this is not the case it is now your responsibility to reopen the
    Bug report if necessary, and/or fix the problem forthwith.

    (NB: If you are a system administrator and have no idea what this
    message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org
    immediately.)


    --
    1108812: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1108812
    Debian Bug Tracking System
    Contact owner@bugs.debian.org with problems

    Received: (at submit) by bugs.debian.org; 5 Jul 2025 11:03:39 +0000 X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
    (2024-03-25) on buxtehude.debian.org
    X-Spam-Level:
    X-Spam-Status: No, score=-120.9 required=4.0 tests=ALL_TRUSTED,BAYES_00,
    BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
    DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,FVGT_m_MULTI_ODD,HAS_PACKAGE,
    PP_MIME_FAKE_ASCII_TEXT,SPF_HELO_PASS,SPF_NONE,
    USER_IN_DKIM_WELCOMELIST,X_DEBBUGS_CC autolearn=ham autolearn_force=no
    version=4.0.1-bugs.debian.org_2005_01_02
    X-Spam-Bayes: score:0.0000 Tokens: new, 167; hammy, 150; neutral, 459; spammy,
    0. spammytokens: hammytokens:0.000-+--trixie, 0.000-+--pkgbuilddir,
    0.000-+--PKGBUILDDIR, 0.000-+--H*F:U*sanvila, 0.000-+--H*rp:U*sanvila Return-path: <sanvila@debian.org>
    Received: from mailly.debian.org ([2001:41b8:202