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
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/getopt.o src/getopt.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/getopt1.o src/getopt1.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/globals.o src/globals.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/guile.o src/guile.c
In file included from /usr/include/guile/3.0/libguile.h:29,
                 from src/guile.c:28:
/usr/include/guile/3.0/libguile/gc.h: In function ‘scm_cell’:
/usr/include/guile/3.0/libguile/scm.h:189:40: warning: cast from function call 
of type ‘void *’ to non-matching type ‘long unsigned int’ 
[-Wbad-function-cast]
  189 | #define SCM_PACK_POINTER(x) (SCM_PACK ((scm_t_bits) (x)))
      |                                        ^
/usr/include/guile/3.0/libguile/scm.h:176:30: note: in definition of macro 
‘SCM_PACK’
  176 | # define SCM_PACK(x) ((SCM) (x))
      |                              ^
/usr/include/guile/3.0/libguile/gc.h:161:14: note: in expansion of macro 
‘SCM_PACK_POINTER’
  161 |   SCM cell = SCM_PACK_POINTER (SCM_GC_MALLOC (sizeof (scm_t_cell)));
      |              ^~~~~~~~~~~~~~~~
/usr/include/guile/3.0/libguile/gc.h: In function ‘scm_double_cell’:
/usr/include/guile/3.0/libguile/scm.h:189:40: warning: cast from function call 
of type ‘void *’ to non-matching type ‘long unsigned int’ 
[-Wbad-function-cast]
  189 | #define SCM_PACK_POINTER(x) (SCM_PACK ((scm_t_bits) (x)))
      |                                        ^
/usr/include/guile/3.0/libguile/scm.h:176:30: note: in definition of macro 
‘SCM_PACK’
  176 | # define SCM_PACK(x) ((SCM) (x))
      |                              ^
/usr/include/guile/3.0/libguile/gc.h:179:7: note: in expansion of macro 
‘SCM_PACK_POINTER’
  179 |   z = SCM_PACK_POINTER (SCM_GC_MALLOC (2 * sizeof (scm_t_cell)));
      |       ^~~~~~~~~~~~~~~~
/usr/include/guile/3.0/libguile/gc.h: In function ‘scm_words’:
/usr/include/guile/3.0/libguile/scm.h:189:40: warning: cast from function call 
of type ‘void *’ to non-matching type ‘long unsigned int’ 
[-Wbad-function-cast]
  189 | #define SCM_PACK_POINTER(x) (SCM_PACK ((scm_t_bits) (x)))
      |                                        ^
/usr/include/guile/3.0/libguile/scm.h:176:30: note: in definition of macro 
‘SCM_PACK’
  176 | # define SCM_PACK(x) ((SCM) (x))
      |                              ^
/usr/include/guile/3.0/libguile/gc.h:218:7: note: in expansion of macro 
‘SCM_PACK_POINTER’
  218 |   z = SCM_PACK_POINTER (SCM_GC_MALLOC (sizeof (scm_t_bits) * n_words));
      |       ^~~~~~~~~~~~~~~~
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/hash.o src/hash.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/implicit.o src/implicit.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/job.o src/job.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/load.o src/load.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/loadapi.o src/loadapi.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/main.o src/main.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/misc.o src/misc.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/output.o src/output.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/print.o src/print.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/profile.o src/profile.c
In file included from src/globals.h:4,
                 from src/profile.c:34:
src/profile.c: In function ‘add_dependency’:
src/profile.c:165:30: warning: ‘calloc’ sizes specified with ‘sizeof’ 
in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
  165 |   profile_call_t *c = CALLOC(profile_call_t, 1);
      |                              ^~~~~~~~~~~~~~
src/types.h:83:45: note: in definition of macro ‘CALLOC’
   83 | #define CALLOC(t, n) ((t *) calloc (sizeof (t), (n)))
      |                                             ^
src/profile.c:165:30: note: earlier argument should specify number of elements, 
later size of each element
  165 |   profile_call_t *c = CALLOC(profile_call_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./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/read.o src/read.c
In file included from src/makeint.h:35,
                 from src/read.c:17:
src/read.c: In function ‘eval_makefile’:
./lib/alloca.h:46:18: warning: ignoring return value of ‘__builtin_alloca’ 
declared with attribute ‘warn_unused_result’ [-Wunused-result]
   46 | #  define alloca __builtin_alloca
src/read.c:445:3: note: in expansion of macro ‘alloca’
  445 |   alloca (0);
      |   ^~~~~~
src/read.c: In function ‘eval_buffer’:
./lib/alloca.h:46:18: warning: ignoring return value of ‘__builtin_alloca’ 
declared with attribute ‘warn_unused_result’ [-Wunused-result]
   46 | #  define alloca __builtin_alloca
src/read.c:487:3: note: in expansion of macro ‘alloca’
  487 |   alloca (0);
      |   ^~~~~~
src/read.c: In function ‘find_percent_cached’:
src/read.c:2574:1: warning: function may return address of local variable 
[-Wreturn-local-addr]
 2574 | }
      | ^
./lib/alloca.h:46:18: note: declared here
   46 | #  define alloca __builtin_alloca
src/read.c:2543:19: note: in expansion of macro ‘alloca’
 2543 |             new = alloca (slen + 1);
      |                   ^~~~~~
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/remake.o src/remake.c
In file included from src/makeint.h:35,
                 from src/remake.c:17:
src/remake.c: In function ‘update_file’:
./lib/alloca.h:46:18: warning: ignoring return value of ‘__builtin_alloca’ 
declared with attribute ‘warn_unused_result’ [-Wunused-result]
   46 | #  define alloca __builtin_alloca
src/remake.c:345:7: note: in expansion of macro ‘alloca’
  345 |       alloca (0);
      |       ^~~~~~
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/rule.o src/rule.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/signame.o src/signame.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/strcache.o src/strcache.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/trace.o src/trace.c
In file included from src/globals.h:4,
                 from src/trace.c:30:
src/trace.c: In function ‘trace_push_target’:
src/trace.c:48:42: warning: ‘calloc’ sizes specified with ‘sizeof’ in 
the earlier argument and not in the later argument [-Wcalloc-transposed-args]
   48 |   target_stack_node_t *new_node = CALLOC(target_stack_node_t, 1);
      |                                          ^~~~~~~~~~~~~~~~~~~
src/types.h:83:45: note: in definition of macro ‘CALLOC’
   83 | #define CALLOC(t, n) ((t *) calloc (sizeof (t), (n)))
      |                                             ^
src/trace.c:48:42: note: earlier argument should specify number of elements, 
later size of each element
   48 |   target_stack_node_t *new_node = CALLOC(target_stack_node_t, 1);
      |                                          ^~~~~~~~~~~~~~~~~~~
src/types.h:83:45: note: in definition of macro ‘CALLOC’
   83 | #define CALLOC(t, n) ((t *) calloc (sizeof (t), (n)))
      |                                             ^
src/trace.c:55:32: warning: ‘calloc’ sizes specified with ‘sizeof’ in 
the earlier argument and not in the later argument [-Wcalloc-transposed-args]
   55 |   new_node->p_target = CALLOC (file_t, 1);
      |                                ^~~~~~
src/types.h:83:45: note: in definition of macro ‘CALLOC’
   83 | #define CALLOC(t, n) ((t *) calloc (sizeof (t), (n)))
      |                                             ^
src/trace.c:55:32: note: earlier argument should specify number of elements, 
later size of each element
   55 |   new_node->p_target = CALLOC (file_t, 1);
      |                                ^~~~~~
src/types.h:83:45: note: in definition of macro ‘CALLOC’
   83 | #define CALLOC(t, n) ((t *) calloc (sizeof (t), (n)))
      |                                             ^
src/trace.c: In function ‘trace_push_floc’:
src/trace.c:102:41: warning: ‘calloc’ sizes specified with ‘sizeof’ in 
the earlier argument and not in the later argument [-Wcalloc-transposed-args]
  102 |   floc_stack_node_t *new_node = CALLOC (floc_stack_node_t, 1);
      |                                         ^~~~~~~~~~~~~~~~~
src/types.h:83:45: note: in definition of macro ‘CALLOC’
   83 | #define CALLOC(t, n) ((t *) calloc (sizeof (t), (n)))
      |                                             ^
src/trace.c:102:41: note: earlier argument should specify number of elements, 
later size of each element
  102 |   floc_stack_node_t *new_node = CALLOC (floc_stack_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./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/variable.o src/variable.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/version.o src/version.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/vpath.o src/vpath.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/callgrind_format.o src/callgrind_format.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/json_format.o src/json_format.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/posixos.o src/posixos.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/remote-stub.o src/remote-stub.c
gcc -C -Wall -Wbad-function-cast -Wchar-subscripts -Wdeclara 
[too-long-redacted] gger/libdebugger.a  -lreadline 
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test
dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9 
in use)
        make -j1 check "TESTSUITEFLAGS=-j1 --verbose" VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Making check in lib
make[2]: Entering directory '/<<PKGBUILDDIR>>/lib'
make  check-recursive
make[3]: Entering directory '/<<PKGBUILDDIR>>/lib'
make[4]: Entering directory '/<<PKGBUILDDIR>>/lib'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/lib'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/lib'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/lib'
Making check in po
make[2]: Entering directory '/<<PKGBUILDDIR>>/po'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/po'
Making check in doc
make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
Making check in glob
make[2]: Entering directory '/<<PKGBUILDDIR>>/glob'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/glob'
Making check in unittest
make[2]: Entering directory '/<<PKGBUILDDIR>>/unittest'
make  test_profile
make[3]: Entering directory '/<<PKGBUILDDIR>>/unittest'
gcc -DHAVE_CONFIG_H -I. -I../src  -I../src -I../lib -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 test_profile.o 
test_profile.c
gcc -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 -Wl,--export-dynamic 
-Wl,-z,relro -Wl,-z,now -o test_profile test_profile.o ../src/version.o 
../src/alloc.o ../src/globals.o ../src/misc.o ../src/output.o 
../src/file_basic.o ../src/hash.o ../src/profile.o ../src/strcache.o 
../src/posixos.o ../src/json_format.o ../src/callgrind_format.o ../lib/libgnu.a 
 -lreadline 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/unittest'
make  check-TESTS
make[3]: Entering directory '/<<PKGBUILDDIR>>/unittest'
make[4]: Entering directory '/<<PKGBUILDDIR>>/unittest'
PASS: test_profile
============================================================================
Testsuite summary for remake 4.3+dbg-1.6
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/<<PKGBUILDDIR>>/unittest'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/unittest'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/unittest'
Making check in libdebugger
make[2]: Entering directory '/<<PKGBUILDDIR>>/libdebugger'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libdebugger'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make  check-local
make[3]: Entering directory '/<<PKGBUILDDIR>>'
cd tests && perl  ./run_make_tests.pl -srcdir /<<PKGBUILDDIR>>/src -make 
../make 
-----------------------------------------------------------------------------------------------
   Running tests for GNU make on Linux c7a-large-1751690114 
6.12.33+deb13-cloud-amd64 x86_64
                                     GNU Make 4.3+dbg-1.6
-----------------------------------------------------------------------------------------------

Finding tests...

features/archives ....................................... N/A
features/comments ....................................... ok     (1 passed)
features/conditionals ................................... ok     (5 passed)
features/default_names .................................. ok     (3 passed)
features/double_colon ................................... ok     (14 passed)
features/echoing ........................................ ok     (4 passed)
features/errors ......................................... ok     (7 passed)
features/escape ......................................... ok     (10 passed)
features/exec ........................................... ok     (16 passed)
features/export ......................................... ok     (12 passed)
features/grouped_targets ................................ ok     (12 passed)
features/include ........................................ ok     (19 passed)
features/jobserver ...................................... ok     (7 passed)
features/load ........................................... ok     (5 passed)
features/loadapi ........................................ ok     (3 passed)
features/mult_rules ..................................... ok     (2 passed)
features/mult_targets ................................... ok     (2 passed)
features/order_only ..................................... ok     (10 passed)
features/output-sync .................................... 
Test timed out after 30 seconds
Error running /<<PKGBUILDDIR>>/tests/../make (expected 0; got 14): 
/<<PKGBUILDDIR>>/tests/../make -f work/features/output-sync.mk -j -Orecurse

Caught signal 14!

Test timed out after 30 seconds
Error running /<<PKGBUILDDIR>>/tests/../make (expected 0; got 14): 
/<<PKGBUILDDIR>>/tests/../make -f work/features/output-sync.mk.1 -j 
--output-sync=target

Caught signal 14!

Test timed out after 30 seconds
Error running /<<PKGBUILDDIR>>/tests/../make (expected 0; got 14): 
/<<PKGBUILDDIR>>/tests/../make -f work/features/output-sync.mk.1 -j 
--output-sync=target x=

Caught signal 14!
FAILED (9/12 passed)
features/override ....................................... ok     (4 passed)
features/parallelism .................................... ok     (5 passed)
features/patspecific_vars ............................... ok     (10 passed)
features/patternrules ................................... ok     (11 passed)
features/quoting ........................................ ok     (1 passed)
features/recursion ...................................... ok     (3 passed)
features/reinvoke ....................................... ok     (5 passed)
features/rule_glob ...................................... ok     (3 passed)
features/se_explicit .................................... ok     (12 passed)
features/se_implicit .................................... ok     (13 passed)
features/se_statpat ..................................... ok     (4 passed)
features/shell_assignment ............................... ok     (4 passed)
features/statipattrules ................................. ok     (8 passed)
features/suffixrules .................................... ok     (9 passed)
features/targetvars ..................................... ok     (25 passed)
features/utf8 ........................................... ok     (1 passed)
features/varnesting ..................................... ok     (2 passed)
features/vpath .......................................... ok     (2 passed)
features/vpath2 ......................................... ok     (1 passed)
features/vpath3 ......................................... ok     (1 passed)
features/vpathgpath ..................................... ok     (1 passed)
features/vpathplus ...................................... ok     (3 passed)
functions/abspath ....................................... ok     (1 passed)
functions/addprefix ..................................... ok     (1 passed)
functions/addsuffix ..................................... ok     (2 passed)
functions/andor ......................................... ok     (2 passed)
functions/basename ...................................... ok     (1 passed)
functions/call .......................................... ok     (3 passed)
functions/dir ........................................... ok     (1 passed)
functions/error ......................................... ok     (5 passed)
functions/eval .......................................... ok     (9 passed)
functions/file .......................................... ok     (15 passed)
functions/filter-out .................................... ok     (5 passed)
functions/findstring .................................... ok     (1 passed)
functions/flavor ........................................ ok     (1 passed)
functions/foreach ....................................... ok     (6 passed)
functions/guile ......................................... ok     (8 passed)
functions/if ............................................ ok     (1 passed)
functions/join .......................................... ok     (1 passed)
functions/notdir ........................................ ok     (1 passed)
functions/origin ........................................ ok     (1 passed)
functions/realpath ...................................... ok     (3 passed)
functions/shell ......................................... ok     (7 passed)
functions/sort .......................................... ok     (2 passed)
functions/strip ......................................... ok     (2 passed)
functions/substitution .................................. ok     (3 passed)
functions/suffix ........................................ ok     (1 passed)
functions/value ......................................... ok     (1 passed)
functions/warning ....................................... ok     (5 passed)
functions/wildcard ...................................... ok     (6 passed)
functions/word .......................................... ok     (16 passed)
misc/bs-nl .............................................. ok     (22 passed)
misc/close_stdout ....................................... ok     (1 passed)
misc/fopen-fail ......................................... N/A
misc/general1 ........................................... ok     (1 passed)
misc/general2 ........................................... ok     (1 passed)
misc/general3 ........................................... ok     (14 passed)
misc/general4 ........................................... ok     (6 passed)
misc/utf8 ............................................... ok     (1 passed)
options/dash-B .......................................... ok     (8 passed)
options/dash-C .......................................... ok     (2 passed)
options/dash-I .......................................... ok     (3 passed)
options/dash-W .......................................... ok     (10 passed)
options/dash-e .......................................... ok     (1 passed)
options/dash-f .......................................... ok     (4 passed)
options/dash-k .......................................... ok     (3 passed)
options/dash-l .......................................... ok     (1 passed)
options/dash-lowercase-c ................................ ok     (2 passed)
options/dash-n .......................................... ok     (6 passed)
options/dash-q .......................................... ok     (11 passed)
options/dash-s .......................................... ok     (11 passed)
options/dash-t .......................................... ok     (2 passed)
options/eval ............................................ ok     (5 passed)
options/general ......................................... ok     (2 passed)
options/print-directory ................................. ok     (4 passed)
options/symlinks ........................................ ok     (10 passed)
options/warn-undefined-variables ........................ ok     (2 passed)
remake/tasks ............................................ ok     (2 passed)
targets/DEFAULT ......................................... ok     (1 passed)
targets/DELETE_ON_ERROR ................................. ok     (2 passed)
targets/FORCE ........................................... ok     (1 passed)
targets/INTERMEDIATE .................................... ok     (8 passed)
targets/ONESHELL ........................................ ok     (5 passed)
targets/PHONY ........................................... ok     (1 passed)
targets/POSIX ........................................... ok     (3 passed)
targets/SECONDARY ....................................... ok     (12 passed)
targets/SILENT .......................................... ok     (3 passed)
targets/clean ........................................... ok     (2 passed)
variables/CURDIR ........................................ ok     (1 passed)
variables/DEFAULT_GOAL .................................. ok     (5 passed)
variables/EXTRA_PREREQS ................................. ok     (13 passed)
variables/GNUMAKEFLAGS .................................. ok     (3 passed)
variables/INCLUDE_DIRS .................................. ok     (2 passed)
variables/LIBPATTERNS ................................... ok     (2 passed)
variables/MAKE .......................................... ok     (1 passed)
variables/MAKECMDGOALS .................................. ok     (3 passed)
variables/MAKEFILES ..................................... ok     (2 passed)
variables/MAKEFLAGS ..................................... ok     (3 passed)
variables/MAKELEVEL ..................................... ok     (1 passed)
variables/MAKE_RESTARTS ................................. ok     (3 passed)
variables/MFILE_LIST .................................... ok     (2 passed)
variables/SHELL ......................................... ok     (8 passed)
variables/automatic ..................................... ok     (7 passed)
variables/define ........................................ ok     (16 passed)
variables/flavors ....................................... ok     (11 passed)
variables/negative ...................................... ok     (4 passed)
variables/private ....................................... ok     (10 passed)
variables/special ....................................... ok     (6 passed)
variables/undefine ...................................... ok     (4 passed)

3 Tests in 1 Category Failed (See .diff* files in work dir for details) :-(

make[3]: *** [Makefile:1977: check-regression] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:1719: check-am] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:1421: check-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j1 check "TESTSUITEFLAGS=-j1 --verbose" VERBOSE=1 
returned exit code 2
make: *** [debian/rules:16: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
I've put several full build logs here:

https://people.debian.org/~sanvila/build-logs/202507/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

Note: The build might not always fail (hence the "randomly" in the title),
but I'm getting a failure rate around 58% here, which is way above
the usual thresholds used by the RT. If you could not reproduce these
random failures please contact me privately, as I am willing
to provide ssh access to a virtual machine where they happen.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:remake, so that this is still
visible in the BTS web page for this package.

Thanks.


Reply via email to