[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1088716: marked as done (elk: FTBFS with libxaw 1.0.16: error: passing argument 2 of ‘XawListChange’ from incompatible pointer type)



Your message dated Mon, 23 Dec 2024 01:05:33 +0000
with message-id <E1tPWt3-00GveF-Dr@fasolo.debian.org>
and subject line Bug#1088716: fixed in elk 3.99.8-9
has caused the Debian Bug report #1088716,
regarding elk: FTBFS with libxaw 1.0.16: error: passing argument 2 of ‘XawListChange’ from incompatible pointer type
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.)


-- 
1088716: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1088716
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:elk
Version: 3.99.8-8
Severity: serious
Tags: ftbfs

Dear maintainer:

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

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.auto'.
libtoolize: copying file '.auto/ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:7: warning: The macro 'AC_CANONICAL_SYSTEM' is obsolete.
configure.ac:7: You should run autoupdate.
./lib/autoconf/general.m4:2081: AC_CANONICAL_SYSTEM is expanded from...
configure.ac:7: the top level
configure.ac:9: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.

[... snipped ...]

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c class.c  -fPIC -DPIC -o .libs/libelk_xt_la-class.o
In file included from ../../include/scheme.h:43,
                 from ./../xlib/xlib.h:54,
                 from xt.h:31,
                 from callback.c:31:
callback.c: In function ‘P_Add_Callbacks’:
../../include/stkmem.h:57:26: warning: variable ‘_Check_Alloca_Begin’ set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
callback.c:100:5: note: in expansion of macro ‘Alloca_Begin’
  100 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
callback.c: At top level:
callback.c:159:6: warning: no previous prototype for ‘elk_init_xt_callback’ [-Wmissing-prototypes]
  159 | void elk_init_xt_callback () {
      |      ^~~~~~~~~~~~~~~~~~~~
In file included from xt.h:31,
                 from class.c:31:
class.c: In function ‘Class_Print’:
./../xlib/xlib.h:319:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  319 |     Printf (port, fmt, (unsigned)how);\
      |                        ^
class.c:55:1: note: in expansion of macro ‘Generic_Print’
   55 | Generic_Print (Class, "#[class %s]", CLASS(x)->name)
      | ^~~~~~~~~~~~~
class.c: At top level:
class.c:222:6: warning: no previous prototype for ‘elk_init_xt_class’ [-Wmissing-prototypes]
  222 | void elk_init_xt_class () {
      |      ^~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c callback.c -o libelk_xt_la-callback.o >/dev/null 2>&1
class.c: In function ‘Find_Callback_Converter’:
class.c:208:70: warning: ‘%s’ directive writing up to 127 bytes into a region of size between 99 and 226 [-Wformat-overflow=]
  208 |                                     "no callback converter for %s or %s",
      |                                                                      ^~
  209 |                                         s1, s2);
      |                                             ~~
In file included from /usr/include/stdio.h:970,
                 from ../../include/object.h:32,
                 from ../../include/scheme.h:37,
                 from ./../xlib/xlib.h:54:
In function ‘sprintf’,
    inlined from ‘Find_Callback_Converter’ at class.c:207:33:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 31 and 285 bytes into a destination of size 256
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c class.c -o libelk_xt_la-class.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../xlib  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libelk_xt_la-classname.lo `test -f 'classname.c' || echo './'`classname.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c classname.c  -fPIC -DPIC -o .libs/libelk_xt_la-classname.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../xlib  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libelk_xt_la-context.lo `test -f 'context.c' || echo './'`context.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c classname.c -o libelk_xt_la-classname.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c context.c  -fPIC -DPIC -o .libs/libelk_xt_la-context.o
context.c:92:15: warning: ‘P_Destroy_Context’ was used with no prototype before its definition [-Wmissing-prototypes]
   92 | static Object P_Destroy_Context (Object c) {
      |               ^~~~~~~~~~~~~~~~~
context.c: In function ‘P_Initialize_Display’:
context.c:105:19: warning: nested extern declaration of ‘Argv’ [-Wnested-externs]
  105 |     extern char **Argv;
      |                   ^~~~
context.c:106:16: warning: nested extern declaration of ‘First_Arg’ [-Wnested-externs]
  106 |     extern int First_Arg, Argc;
      |                ^~~~~~~~~
context.c:106:27: warning: nested extern declaration of ‘Argc’ [-Wnested-externs]
  106 |     extern int First_Arg, Argc;
      |                           ^~~~
context.c: In function ‘Work_Proc’:
context.c:195:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  195 |     ret = Funcall (Get_Function ((int)client_data), Null, 0);
      |                                  ^
context.c:197:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  197 |         Deregister_Function ((int)client_data);
      |                              ^
context.c: In function ‘P_Context_Add_Work_Proc’:
context.c:208:60: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  208 |     id = XtAppAddWorkProc (CONTEXT(c)->context, Work_Proc, (XtPointer)i);
      |                                                            ^
context.c: In function ‘Timeout_Proc’:
context.c:220:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  220 |     register int i = (int)client_data;
      |                      ^
context.c: In function ‘P_Context_Add_Timeout’:
context.c:236:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  236 |         Timeout_Proc, (XtPointer)i);
      |                       ^
context.c: In function ‘Input_Proc’:
context.c:251:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  251 |     p = Get_Function ((int)client_data);
      |                       ^
context.c:254:48: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  254 |     args = Cons (Make_Id ('i', (XtPointer)*id, (int)client_data), Null);
      |                                                ^
context.c: In function ‘P_Context_Add_Input’:
context.c:285:35: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  285 |         (XtPointer)m, Input_Proc, (XtPointer)i);
      |                                   ^
context.c: At top level:
context.c:295:6: warning: no previous prototype for ‘elk_init_xt_context’ [-Wmissing-prototypes]
  295 | void elk_init_xt_context () {
      |      ^~~~~~~~~~~~~~~~~~~
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../xlib  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libelk_xt_la-converter.lo `test -f 'converter.c' || echo './'`converter.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c converter.c  -fPIC -DPIC -o .libs/libelk_xt_la-converter.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c context.c -o libelk_xt_la-context.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c converter.c -o libelk_xt_la-converter.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../xlib  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libelk_xt_la-error.lo `test -f 'error.c' || echo './'`error.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c error.c  -fPIC -DPIC -o .libs/libelk_xt_la-error.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../xlib  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libelk_xt_la-function.lo `test -f 'function.c' || echo './'`function.c
error.c:46:6: warning: no previous prototype for ‘elk_init_xt_error’ [-Wmissing-prototypes]
   46 | void elk_init_xt_error () {
      |      ^~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c error.c -o libelk_xt_la-error.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c function.c  -fPIC -DPIC -o .libs/libelk_xt_la-function.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../xlib  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libelk_xt_la-identifier.lo `test -f 'identifier.c' || echo './'`identifier.c
function.c:64:6: warning: no previous prototype for ‘elk_init_xt_function’ [-Wmissing-prototypes]
   64 | void elk_init_xt_function () {
      |      ^~~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c function.c -o libelk_xt_la-function.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c identifier.c  -fPIC -DPIC -o .libs/libelk_xt_la-identifier.o
identifier.c:68:6: warning: no previous prototype for ‘elk_init_xt_identifier’ [-Wmissing-prototypes]
   68 | void elk_init_xt_identifier () {
      |      ^~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../xlib  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libelk_xt_la-init.lo `test -f 'init.c' || echo './'`init.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c identifier.c -o libelk_xt_la-identifier.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c init.c  -fPIC -DPIC -o .libs/libelk_xt_la-init.o
init.c:64:6: warning: no previous prototype for ‘elk_init_xt_init’ [-Wmissing-prototypes]
   64 | void elk_init_xt_init () {
      |      ^~~~~~~~~~~~~~~~
init.c: In function ‘elk_init_xt_init’:
init.c:65:24: warning: nested extern declaration of ‘vendorShellWidgetClass’ [-Wnested-externs]
   65 |     extern WidgetClass vendorShellWidgetClass;
      |                        ^~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../xlib  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libelk_xt_la-objects.lo `test -f 'objects.c' || echo './'`objects.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c init.c -o libelk_xt_la-init.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c objects.c  -fPIC -DPIC -o .libs/libelk_xt_la-objects.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../xlib  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libelk_xt_la-popup.lo `test -f 'popup.c' || echo './'`popup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c objects.c -o libelk_xt_la-objects.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c popup.c  -fPIC -DPIC -o .libs/libelk_xt_la-popup.o
In file included from ../../include/scheme.h:43,
                 from ./../xlib/xlib.h:54,
                 from xt.h:31,
                 from popup.c:31:
popup.c: In function ‘P_Create_Popup_Shell’:
../../include/stkmem.h:57:26: warning: variable ‘_Check_Alloca_Begin’ set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
popup.c:44:5: note: in expansion of macro ‘Alloca_Begin’
   44 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
popup.c: At top level:
popup.c:77:6: warning: no previous prototype for ‘elk_init_xt_popup’ [-Wmissing-prototypes]
   77 | void elk_init_xt_popup () {
      |      ^~~~~~~~~~~~~~~~~
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../xlib  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libelk_xt_la-resource.lo `test -f 'resource.c' || echo './'`resource.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c popup.c -o libelk_xt_la-popup.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c resource.c  -fPIC -DPIC -o .libs/libelk_xt_la-resource.o
In file included from ../../include/scheme.h:43,
                 from ./../xlib/xlib.h:54,
                 from xt.h:31,
                 from resource.c:31:
resource.c: In function ‘Convert_Args’:
../../include/stkmem.h:57:26: warning: variable ‘_Check_Alloca_Begin’ set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
resource.c:141:5: note: in expansion of macro ‘Alloca_Begin’
  141 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
resource.c: In function ‘Get_Values’:
resource.c:347:26: warning: declaration of ‘i’ shadows a previous local [-Wshadow]
  347 |             register int i, n;
      |                          ^
resource.c:279:18: note: shadowed declaration is here
  279 |     register int i, j;
      |                  ^
resource.c:348:20: warning: declaration of ‘ret’ shadows a previous local [-Wshadow]
  348 |             Object ret, tail;
      |                    ^~~
resource.c:285:12: note: shadowed declaration is here
  285 |     Object ret, tail;
      |            ^~~
resource.c:348:25: warning: declaration of ‘tail’ shadows a previous local [-Wshadow]
  348 |             Object ret, tail;
      |                         ^~~~
resource.c:285:17: note: shadowed declaration is here
  285 |     Object ret, tail;
      |                 ^~~~
In file included from ../../include/scheme.h:41:
../../include/gc.h:38:28: warning: declaration of ‘gc1’ shadows a previous local [-Wshadow]
   38 | #define GC_Node     GCNODE gc1
      |                            ^~~
resource.c:350:13: note: in expansion of macro ‘GC_Node’
  350 |             GC_Node;
      |             ^~~~~~~
../../include/gc.h:39:28: note: shadowed declaration is here
   39 | #define GC_Node2    GCNODE gc1, gc2
      |                            ^~~
resource.c:290:5: note: in expansion of macro ‘GC_Node2’
  290 |     GC_Node2;
      |     ^~~~~~~~
../../include/stkmem.h:57:26: warning: variable ‘_Check_Alloca_Begin’ set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
resource.c:291:5: note: in expansion of macro ‘Alloca_Begin’
  291 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../xlib  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libelk_xt_la-translation.lo `test -f 'translation.c' || echo './'`translation.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c translation.c  -fPIC -DPIC -o .libs/libelk_xt_la-translation.o
In file included from ../../include/scheme.h:43,
                 from ./../xlib/xlib.h:54,
                 from xt.h:31,
                 from translation.c:31:
translation.c: In function ‘Get_Translations’:
../../include/stkmem.h:57:26: warning: variable ‘_Check_Alloca_Begin’ set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
translation.c:36:5: note: in expansion of macro ‘Alloca_Begin’
   36 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
translation.c: At top level:
translation.c:77:6: warning: no previous prototype for ‘elk_init_xt_translation’ [-Wmissing-prototypes]
   77 | void elk_init_xt_translation () {
      |      ^~~~~~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c translation.c -o libelk_xt_la-translation.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../xlib  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libelk_xt_la-widget.lo `test -f 'widget.c' || echo './'`widget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c resource.c -o libelk_xt_la-resource.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c widget.c  -fPIC -DPIC -o .libs/libelk_xt_la-widget.o
In file included from ../../include/scheme.h:43,
                 from ./../xlib/xlib.h:54,
                 from xt.h:31,
                 from widget.c:31:
widget.c: In function ‘P_Create_Shell’:
../../include/stkmem.h:57:26: warning: variable ‘_Check_Alloca_Begin’ set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
widget.c:91:5: note: in expansion of macro ‘Alloca_Begin’
   91 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
widget.c: In function ‘P_Create_Widget’:
../../include/stkmem.h:57:26: warning: variable ‘_Check_Alloca_Begin’ set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
widget.c:111:5: note: in expansion of macro ‘Alloca_Begin’
  111 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
widget.c: In function ‘Manage_Unmanage’:
../../include/stkmem.h:57:26: warning: variable ‘_Check_Alloca_Begin’ set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
widget.c:182:5: note: in expansion of macro ‘Alloca_Begin’
  182 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
widget.c: In function ‘P_Set_Values’:
../../include/stkmem.h:57:26: warning: variable ‘_Check_Alloca_Begin’ set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
widget.c:253:5: note: in expansion of macro ‘Alloca_Begin’
  253 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
widget.c: At top level:
widget.c:348:6: warning: no previous prototype for ‘elk_init_xt_widget’ [-Wmissing-prototypes]
  348 | void elk_init_xt_widget () {
      |      ^~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../xlib -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c widget.c -o libelk_xt_la-widget.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I./../xlib  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -no-undefined -Wl,-z,relro -Wl,-z,now -o libelk-xt.la -rpath /usr/lib/x86_64-linux-gnu libelk_xt_la-accelerator.lo libelk_xt_la-action.lo libelk_xt_la-callback.lo libelk_xt_la-class.lo libelk_xt_la-classname.lo libelk_xt_la-context.lo libelk_xt_la-converter.lo libelk_xt_la-error.lo libelk_xt_la-function.lo libelk_xt_la-identifier.lo libelk_xt_la-init.lo libelk_xt_la-objects.lo libelk_xt_la-popup.lo libelk_xt_la-resource.lo libelk_xt_la-translation.lo libelk_xt_la-widget.lo  ../../src/libelk.la ../xlib/libelk-xlib.la  -lXmu -lXt -lSM -lICE -lXext -lX11
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libelk_xt_la-accelerator.o .libs/libelk_xt_la-action.o .libs/libelk_xt_la-callback.o .libs/libelk_xt_la-class.o .libs/libelk_xt_la-classname.o .libs/libelk_xt_la-context.o .libs/libelk_xt_la-converter.o .libs/libelk_xt_la-error.o .libs/libelk_xt_la-function.o .libs/libelk_xt_la-identifier.o .libs/libelk_xt_la-init.o .libs/libelk_xt_la-objects.o .libs/libelk_xt_la-popup.o .libs/libelk_xt_la-resource.o .libs/libelk_xt_la-translation.o .libs/libelk_xt_la-widget.o   -Wl,-rpath -Wl,/<<PKGBUILDDIR>>/src/.libs -Wl,-rpath -Wl,/<<PKGBUILDDIR>>/lib/xlib/.libs ../../src/.libs/libelk.so ../xlib/.libs/libelk-xlib.so -lXmu -lXt -lSM -lICE -lXext -lX11  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libelk-xt.so.0 -o .libs/libelk-xt.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libelk-xt.so.0" && ln -s "libelk-xt.so.0.0.0" "libelk-xt.so.0")
libtool: link: (cd ".libs" && rm -f "libelk-xt.so" && ln -s "libelk-xt.so.0.0.0" "libelk-xt.so")
libtool: link: ar cr .libs/libelk-xt.a  libelk_xt_la-accelerator.o libelk_xt_la-action.o libelk_xt_la-callback.o libelk_xt_la-class.o libelk_xt_la-classname.o libelk_xt_la-context.o libelk_xt_la-converter.o libelk_xt_la-error.o libelk_xt_la-function.o libelk_xt_la-identifier.o libelk_xt_la-init.o libelk_xt_la-objects.o libelk_xt_la-popup.o libelk_xt_la-resource.o libelk_xt_la-translation.o libelk_xt_la-widget.o
libtool: link: ranlib .libs/libelk-xt.a
libtool: link: ( cd ".libs" && rm -f "libelk-xt.la" && ln -s "../libelk-xt.la" "libelk-xt.la" )
make[6]: Leaving directory '/<<PKGBUILDDIR>>/lib/xwidgets'
Making all in xaw
make[6]: Entering directory '/<<PKGBUILDDIR>>/lib/xwidgets/xaw'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-init.lo `test -f 'init.c' || echo './'`init.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-ascii.lo `test -f 'ascii.c' || echo './'`ascii.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c init.c  -fPIC -DPIC -o .libs/xaw_la-init.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c ascii.c  -fPIC -DPIC -o .libs/xaw_la-ascii.o
init.c:33:6: warning: no previous prototype for ‘elk_init_xaw_init’ [-Wmissing-prototypes]
   33 | void elk_init_xaw_init () {
      |      ^~~~~~~~~~~~~~~~~
ascii.c:30:6: warning: no previous prototype for ‘elk_init_xaw_asciitext’ [-Wmissing-prototypes]
   30 | void elk_init_xaw_asciitext () {
      |      ^~~~~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c init.c -o xaw_la-init.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c ascii.c -o xaw_la-ascii.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-box.lo `test -f 'box.c' || echo './'`box.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-command.lo `test -f 'command.c' || echo './'`command.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c box.c  -fPIC -DPIC -o .libs/xaw_la-box.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c command.c  -fPIC -DPIC -o .libs/xaw_la-command.o
box.c:4:6: warning: no previous prototype for ‘elk_init_xaw_box’ [-Wmissing-prototypes]
    4 | void elk_init_xaw_box () {
      |      ^~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c box.c -o xaw_la-box.o >/dev/null 2>&1
command.c:4:6: warning: no previous prototype for ‘elk_init_xaw_command’ [-Wmissing-prototypes]
    4 | void elk_init_xaw_command () {
      |      ^~~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c command.c -o xaw_la-command.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-dialog.lo `test -f 'dialog.c' || echo './'`dialog.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-form.lo `test -f 'form.c' || echo './'`form.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c dialog.c  -fPIC -DPIC -o .libs/xaw_la-dialog.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c form.c  -fPIC -DPIC -o .libs/xaw_la-form.o
dialog.c:4:6: warning: no previous prototype for ‘elk_init_xaw_dialog’ [-Wmissing-prototypes]
    4 | void elk_init_xaw_dialog () {
      |      ^~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c dialog.c -o xaw_la-dialog.o >/dev/null 2>&1
form.c:11:6: warning: no previous prototype for ‘elk_init_xaw_form’ [-Wmissing-prototypes]
   11 | void elk_init_xaw_form () {
      |      ^~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c form.c -o xaw_la-form.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-grip.lo `test -f 'grip.c' || echo './'`grip.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-label.lo `test -f 'label.c' || echo './'`label.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c grip.c  -fPIC -DPIC -o .libs/xaw_la-grip.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c label.c  -fPIC -DPIC -o .libs/xaw_la-label.o
grip.c:26:6: warning: no previous prototype for ‘elk_init_xaw_grip’ [-Wmissing-prototypes]
   26 | void elk_init_xaw_grip () {
      |      ^~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c grip.c -o xaw_la-grip.o >/dev/null 2>&1
label.c:4:6: warning: no previous prototype for ‘elk_init_xaw_label’ [-Wmissing-prototypes]
    4 | void elk_init_xaw_label () {
      |      ^~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c label.c -o xaw_la-label.o >/dev/null 2>&1
../../../src/elk -g -p .:../../../scm:./.. -l mkwidget.scm list.d list.c xaw
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-menubutton.lo `test -f 'menubutton.c' || echo './'`menubutton.c
filename: list.d
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-paned.lo `test -f 'paned.c' || echo './'`paned.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c menubutton.c  -fPIC -DPIC -o .libs/xaw_la-menubutton.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c paned.c  -fPIC -DPIC -o .libs/xaw_la-paned.o
menubutton.c:4:6: warning: no previous prototype for ‘elk_init_xaw_menubutton’ [-Wmissing-prototypes]
    4 | void elk_init_xaw_menubutton () {
      |      ^~~~~~~~~~~~~~~~~~~~~~~
paned.c:37:6: warning: no previous prototype for ‘elk_init_xaw_paned’ [-Wmissing-prototypes]
   37 | void elk_init_xaw_paned () {
      |      ^~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c menubutton.c -o xaw_la-menubutton.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c paned.c -o xaw_la-paned.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-panner.lo `test -f 'panner.c' || echo './'`panner.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-porthole.lo `test -f 'porthole.c' || echo './'`porthole.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c panner.c  -fPIC -DPIC -o .libs/xaw_la-panner.o
panner.c:10:6: warning: no previous prototype for ‘elk_init_xaw_panner’ [-Wmissing-prototypes]
   10 | void elk_init_xaw_panner () {
      |      ^~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c porthole.c  -fPIC -DPIC -o .libs/xaw_la-porthole.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c panner.c -o xaw_la-panner.o >/dev/null 2>&1
porthole.c:33:6: warning: no previous prototype for ‘elk_init_xaw_porthole’ [-Wmissing-prototypes]
   33 | void elk_init_xaw_porthole () {
      |      ^~~~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c porthole.c -o xaw_la-porthole.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-repeater.lo `test -f 'repeater.c' || echo './'`repeater.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c repeater.c  -fPIC -DPIC -o .libs/xaw_la-repeater.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-scrollbar.lo `test -f 'scrollbar.c' || echo './'`scrollbar.c
repeater.c:4:6: warning: no previous prototype for ‘elk_init_xaw_repeater’ [-Wmissing-prototypes]
    4 | void elk_init_xaw_repeater () {
      |      ^~~~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c scrollbar.c  -fPIC -DPIC -o .libs/xaw_la-scrollbar.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c repeater.c -o xaw_la-repeater.o >/dev/null 2>&1
scrollbar.c:32:6: warning: no previous prototype for ‘elk_init_xaw_scrollbar’ [-Wmissing-prototypes]
   32 | void elk_init_xaw_scrollbar () {
      |      ^~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-shell.lo `test -f 'shell.c' || echo './'`shell.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c scrollbar.c -o xaw_la-scrollbar.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c shell.c  -fPIC -DPIC -o .libs/xaw_la-shell.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-simplemenu.lo `test -f 'simplemenu.c' || echo './'`simplemenu.c
shell.c:5:6: warning: no previous prototype for ‘elk_init_xaw_shell’ [-Wmissing-prototypes]
    5 | void elk_init_xaw_shell () {
      |      ^~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c shell.c -o xaw_la-shell.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c simplemenu.c  -fPIC -DPIC -o .libs/xaw_la-simplemenu.o
simplemenu.c:22:6: warning: no previous prototype for ‘elk_init_xaw_simplemenu’ [-Wmissing-prototypes]
   22 | void elk_init_xaw_simplemenu () {
      |      ^~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-sme.lo `test -f 'sme.c' || echo './'`sme.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c simplemenu.c -o xaw_la-simplemenu.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c sme.c  -fPIC -DPIC -o .libs/xaw_la-sme.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-smebsb.lo `test -f 'smebsb.c' || echo './'`smebsb.c
sme.c:4:6: warning: no previous prototype for ‘elk_init_xaw_sme’ [-Wmissing-prototypes]
    4 | void elk_init_xaw_sme () {
      |      ^~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c sme.c -o xaw_la-sme.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c smebsb.c  -fPIC -DPIC -o .libs/xaw_la-smebsb.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-smeline.lo `test -f 'smeline.c' || echo './'`smeline.c
smebsb.c:4:6: warning: no previous prototype for ‘elk_init_xaw_smebsb’ [-Wmissing-prototypes]
    4 | void elk_init_xaw_smebsb () {
      |      ^~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c smebsb.c -o xaw_la-smebsb.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c smeline.c  -fPIC -DPIC -o .libs/xaw_la-smeline.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-stripchart.lo `test -f 'stripchart.c' || echo './'`stripchart.c
smeline.c:4:6: warning: no previous prototype for ‘elk_init_xaw_smeline’ [-Wmissing-prototypes]
    4 | void elk_init_xaw_smeline () {
      |      ^~~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c smeline.c -o xaw_la-smeline.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c stripchart.c  -fPIC -DPIC -o .libs/xaw_la-stripchart.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-toggle.lo `test -f 'toggle.c' || echo './'`toggle.c
stripchart.c: In function ‘Get_Value’:
stripchart.c:7:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    7 |     ret = Funcall (Get_Function ((int)client_data), Null, 0);
      |                                  ^
stripchart.c: In function ‘P_Stripchart_Set_Sampler’:
stripchart.c:28:63: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   28 |     XtAddCallback (WIDGET(w)->widget, XtNgetValue, Get_Value, (XtPointer)i);
      |                                                               ^
stripchart.c: In function ‘P_Stripchart_Remove_Sampler’:
stripchart.c:37:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   37 |         (XtPointer)IDENTIFIER(i)->num);
      |         ^
stripchart.c: At top level:
stripchart.c:42:6: warning: no previous prototype for ‘elk_init_xaw_stripchart’ [-Wmissing-prototypes]
   42 | void elk_init_xaw_stripchart () {
      |      ^~~~~~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c stripchart.c -o xaw_la-stripchart.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c toggle.c  -fPIC -DPIC -o .libs/xaw_la-toggle.o
toggle.c: In function ‘P_Toggle_Get_Current’:
toggle.c:21:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   21 |     return Make_Integer ((int)XawToggleGetCurrent (WIDGET(w)->widget));
      |                          ^
toggle.c: In function ‘P_Toggle_Set_Current’:
toggle.c:26:45: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   26 |     XawToggleSetCurrent (WIDGET(w)->widget, (caddr_t)Get_Integer (x));
      |                                             ^
toggle.c: At top level:
toggle.c:36:6: warning: no previous prototype for ‘elk_init_xaw_toggle’ [-Wmissing-prototypes]
   36 | void elk_init_xaw_toggle () {
      |      ^~~~~~~~~~~~~~~~~~~
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-tree.lo `test -f 'tree.c' || echo './'`tree.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c toggle.c -o xaw_la-toggle.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c tree.c  -fPIC -DPIC -o .libs/xaw_la-tree.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-viewport.lo `test -f 'viewport.c' || echo './'`viewport.c
tree.c:10:6: warning: no previous prototype for ‘elk_init_xaw_tree’ [-Wmissing-prototypes]
   10 | void elk_init_xaw_tree () {
      |      ^~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c tree.c -o xaw_la-tree.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c viewport.c  -fPIC -DPIC -o .libs/xaw_la-viewport.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include  -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/x86_64-linux-gnu/elk\"" -I./../../xlib  -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o xaw_la-list.lo `test -f 'list.c' || echo './'`list.c
viewport.c:4:6: warning: no previous prototype for ‘elk_init_xaw_viewport’ [-Wmissing-prototypes]
    4 | void elk_init_xaw_viewport () {
      |      ^~~~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c viewport.c -o xaw_la-viewport.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/x86_64-linux-gnu/elk\" -I./../../xlib -DUSING_XAW -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c list.c  -fPIC -DPIC -o .libs/xaw_la-list.o
In file included from ../../../include/scheme.h:43,
                 from ./../../xlib/xlib.h:54,
                 from ../xt.h:31,
                 from list.c:1:
list.c: In function ‘Get_List’:
../../../include/stkmem.h:57:26: warning: variable ‘_Check_Alloca_Begin’ set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
list.c:8:5: note: in expansion of macro ‘Alloca_Begin’
    8 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
list.c: In function ‘P_List_Change’:
list.c:35:39: warning: to be safe all intermediate pointers in cast from ‘char **’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual]
   35 |     XawListChange (WIDGET(w)->widget, (const char **) Get_List (x), 0, 0, EQ (resize, True));
      |                                       ^
list.c:35:39: error: passing argument 2 of ‘XawListChange’ from incompatible pointer type [-Wincompatible-pointer-types]
   35 |     XawListChange (WIDGET(w)->widget, (const char **) Get_List (x), 0, 0, EQ (resize, True));
      |                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                       |
      |                                       const char **
In file included from list.c:2:
/usr/include/X11/Xaw/List.h:170:26: note: expected ‘char **’ but argument is of type ‘const char **’
  170 |  String                 *list,
      |  ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
list.c: At top level:
list.c:62:6: warning: no previous prototype for ‘elk_init_xaw_list’ [-Wmissing-prototypes]
   62 | void elk_init_xaw_list () {
      |      ^~~~~~~~~~~~~~~~~
make[6]: *** [Makefile:623: xaw_la-list.lo] Error 1
make[6]: Leaving directory '/<<PKGBUILDDIR>>/lib/xwidgets/xaw'
make[5]: *** [Makefile:717: all-recursive] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/lib/xwidgets'
make[4]: *** [Makefile:373: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/lib'
make[3]: *** [Makefile:435: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:367: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 returned exit code 2
make[1]: *** [debian/rules:12: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: binary] Error 2
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.
If required, the full build log is available here:

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

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

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

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

Thanks.

--- End Message ---
--- Begin Message ---
Source: elk
Source-Version: 3.99.8-9
Done: Andreas Beckmann <anbe@debian.org>

We believe that the bug you reported is fixed in the latest version of
elk, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1088716@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann <anbe@debian.org> (supplier of updated elk package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 23 Dec 2024 01:39:47 +0100
Source: elk
Architecture: source
Version: 3.99.8-9
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Andreas Beckmann <anbe@debian.org>
Closes: 1088716
Changes:
 elk (3.99.8-9) unstable; urgency=medium
 .
   * QA upload.
   * Fix building with libxaw 1.0.16.  (Closes: #1088716)
Checksums-Sha1:
 74e779b2eaeffaefd0ade8ee164e4a17906c7a7f 2122 elk_3.99.8-9.dsc
 1dd94368ce2372bc4e53289941c8e291579505dd 9944 elk_3.99.8-9.debian.tar.xz
 5a5a044828a08b68bf19e48ff3f6ef798b3678a6 7300 elk_3.99.8-9_source.buildinfo
Checksums-Sha256:
 86b2079ab687aa30c570a0b40df41fe3788877e421783ec681d1d4c50dccfe83 2122 elk_3.99.8-9.dsc
 e0acfed294468b5519d2519c8ab5ef0cf8f53f062ded374795d1fd13e6095c83 9944 elk_3.99.8-9.debian.tar.xz
 e297928691e6a8f001491d57f267b18342c872129fe5b459de13aa06cc05a4a3 7300 elk_3.99.8-9_source.buildinfo
Files:
 697787bc6614b4f58f85e50b1b714d86 2122 devel optional elk_3.99.8-9.dsc
 0eb9d876c571fde84e86618bbd2606c6 9944 devel optional elk_3.99.8-9.debian.tar.xz
 e0330fa6c55841363203444cedff2746 7300 devel optional elk_3.99.8-9_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmdosb4QHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCBAcD/9SuF/vR5T0UhLzFxpUk8QSYt+Qd4z9brdv
diHEkJY86YoyPi50svwWOaF8ztlJpyDm0PuBvvjKiEJvWVWbalJTLpVHFADLipSV
vld8CgmbJf4R6663oET374AS+rwbWhBKsNK7MkObt+cuBVWUbhBpZiNSQ1aujbHB
p5FKDl1HCXLH5zGan/Cbp4Dmg4JnRpuJ2ukGiwGW32WUPG+MFceeNr+2bxYoWx7h
oykxh27ZuXs+xDOKZoGfpfP85tZ6vgXPyS3jwe15yBR3kxDXdfq/HCqaL7TUeCJc
bzBeyI7dIVHskTuNvTt1y+leIxBiyyzNep414S351VFYCL6xejEpTVavh6KcDFNA
9IYPeC7AA3/bF8pOieISSOrnOKW3okkQ7FgYfwal+cJgOAcOkUeGqenSyFobmi6A
ImZ2Wz+u7Mhyd5wXNJF2RmH7BNsNDnoLs0WkbjF3rch+oK+mo/SOz4N5uzqhfpP8
oeFVAShw1E6CWzX6IjTrbOp5esiNgaij4vEL+0MohYNGj/5TFnaLLVI3svVpr6SX
B6MwwAUFANEEPiz3ow6IGOKh6YSbK9SIuBM1qyifTALFj2gyN4AN/2doJ/+ov/Vn
N6hGfoFMv+JzYmSCUqYxfNP+yaWFoYB5P1ELMxU1aYiy0xUVlcljGldCxIqQb/oj
zYFEYN7UBQ==
=YNqS
-----END PGP SIGNATURE-----

Attachment: pgpkm7qJ1udpR.pgp
Description: PGP signature


--- End Message ---

Reply to: