+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/mono-6.12.0.199nb4/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/mono-6.12.0.199nb4/work.log
===> Building for mono-6.12.0.199nb4
/usr/pkg/bin/gmake  all-recursive
gmake[1]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199'
Making all in po
gmake[2]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/po'
Making all in mcs
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/po/mcs'
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/po/mcs'
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/po'
gmake[3]: Nothing to be done for 'all-am'.
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/po'
gmake[2]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/po'
Making all in external/bdwgc
gmake[2]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/bdwgc'
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/bdwgc'
depbase=`echo extra/gc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile cc -std=gnu11 -DHAVE_CONFIG_H   -I./include -I./include   -I/usr/include -I/usr/pkg/include/python3.12 -I/usr/pkg/include   -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -pipe -O2 -I/usr/include -I/usr/pkg/include/python3.12 -I/usr/pkg/include -fno-strict-aliasing  -MT extra/gc.lo -MD -MP -MF $depbase.Tpo -c -o extra/gc.lo extra/gc.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I./include -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -pipe -O2 -fno-strict-aliasing -MT extra/gc.lo -MD -MP -MF extra/.deps/gc.Tpo -c extra/gc.c  -fPIC -DPIC -o extra/.libs/gc.o
In file included from extra/gc.c:52:
extra/../finalize.c: In function 'GC_grow_table':
extra/../finalize.c:120:60: warning: unused parameter 'entries_ptr' [-Wunused-parameter]
  120 |                           signed_word *log_size_ptr, word *entries_ptr)
      |                                                      ~~~~~~^~~~~~~~~~~
In file included from extra/gc.c:66:
extra/../heapsections.c: In function 'HeapSectionCountIncrementer':
extra/../heapsections.c:87:56: warning: unused parameter 'start' [-Wunused-parameter]
   87 | void HeapSectionCountIncrementer(void* context, GC_PTR start, GC_PTR end)
      |                                                 ~~~~~~~^~~~~
extra/../heapsections.c:87:70: warning: unused parameter 'end' [-Wunused-parameter]
   87 | void HeapSectionCountIncrementer(void* context, GC_PTR start, GC_PTR end)
      |                                                               ~~~~~~~^~~
In file included from ./include/private/../gc.h:46,
                 from ./include/private/gc_priv.h:52,
                 from ./include/private/dbg_mlc.h:28,
                 from extra/../backgraph.c:15,
                 from extra/gc.c:39:
extra/../dbg_mlc.c: In function 'GC_debug_malloc_replacement':
./include/private/../gc_config_macros.h:350:18: warning: calling '__builtin_return_address' with a nonzero argument is unsafe [-Wframe-address]
  350 |         (GC_word)__builtin_extract_return_addr(__builtin_return_address(1))
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/private/gc_priv.h:1999:25: note: in expansion of macro 'GC_RETURN_ADDR_PARENT'
 1999 | #  define GC_DBG_EXTRAS GC_RETURN_ADDR_PARENT, NULL, 0
      |                         ^~~~~~~~~~~~~~~~~~~~~
extra/../dbg_mlc.c:1188:32: note: in expansion of macro 'GC_DBG_EXTRAS'
 1188 |     return GC_debug_malloc(lb, GC_DBG_EXTRAS);
      |                                ^~~~~~~~~~~~~
extra/../dbg_mlc.c: In function 'GC_debug_realloc_replacement':
./include/private/../gc_config_macros.h:350:18: warning: calling '__builtin_return_address' with a nonzero argument is unsafe [-Wframe-address]
  350 |         (GC_word)__builtin_extract_return_addr(__builtin_return_address(1))
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/private/gc_priv.h:1999:25: note: in expansion of macro 'GC_RETURN_ADDR_PARENT'
 1999 | #  define GC_DBG_EXTRAS GC_RETURN_ADDR_PARENT, NULL, 0
      |                         ^~~~~~~~~~~~~~~~~~~~~
extra/../dbg_mlc.c:1193:36: note: in expansion of macro 'GC_DBG_EXTRAS'
 1193 |     return GC_debug_realloc(p, lb, GC_DBG_EXTRAS);
      |                                    ^~~~~~~~~~~~~
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I./include -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -pipe -O2 -fno-strict-aliasing -MT extra/gc.lo -MD -MP -MF extra/.deps/gc.Tpo -c extra/gc.c -o extra/gc.o >/dev/null 2>&1
/bin/sh ./libtool  --tag=CC   --mode=link cc -std=gnu11   -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -pipe -O2 -I/usr/include -I/usr/pkg/include/python3.12 -I/usr/pkg/include -fno-strict-aliasing   -version-info 5:0:4 -no-undefined -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o libgc.la  extra/gc.lo           -lpthread -lrt   
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cr .libs/libgc.a extra/.libs/gc.o 
libtool: link: ranlib .libs/libgc.a
libtool: link: ( cd ".libs" && rm -f "libgc.la" && ln -s "../libgc.la" "libgc.la" )
/bin/sh ./libtool  --tag=CC   --mode=link cc -std=gnu11   -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -pipe -O2 -I/usr/include -I/usr/pkg/include/python3.12 -I/usr/pkg/include -fno-strict-aliasing  -static -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o libgc-static.la  extra/gc.lo           -lpthread -lrt   
libtool: link: ar cr .libs/libgc-static.a  extra/gc.o
libtool: link: ranlib .libs/libgc-static.a
libtool: link: ( cd ".libs" && rm -f "libgc-static.la" && ln -s "../libgc-static.la" "libgc-static.la" )
/bin/sh ./libtool  --tag=CC   --mode=compile cc -std=gnu11 -DHAVE_CONFIG_H   -I./include -I./include   -I/usr/include -I/usr/pkg/include/python3.12 -I/usr/pkg/include   -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -pipe -O2 -I/usr/include -I/usr/pkg/include/python3.12 -I/usr/pkg/include -fno-strict-aliasing  -MT cord/libcord_la-cordbscs.lo -MD -MP -MF cord/.deps/libcord_la-cordbscs.Tpo -c -o cord/libcord_la-cordbscs.lo `test -f 'cord/cordbscs.c' || echo './'`cord/cordbscs.c
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I./include -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -pipe -O2 -fno-strict-aliasing -MT cord/libcord_la-cordbscs.lo -MD -MP -MF cord/.deps/libcord_la-cordbscs.Tpo -c cord/cordbscs.c  -fPIC -DPIC -o cord/.libs/libcord_la-cordbscs.o
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I./include -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -pipe -O2 -fno-strict-aliasing -MT cord/libcord_la-cordbscs.lo -MD -MP -MF cord/.deps/libcord_la-cordbscs.Tpo -c cord/cordbscs.c -o cord/libcord_la-cordbscs.o >/dev/null 2>&1
mv -f cord/.deps/libcord_la-cordbscs.Tpo cord/.deps/libcord_la-cordbscs.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile cc -std=gnu11 -DHAVE_CONFIG_H   -I./include -I./include   -I/usr/include -I/usr/pkg/include/python3.12 -I/usr/pkg/include   -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -pipe -O2 -I/usr/include -I/usr/pkg/include/python3.12 -I/usr/pkg/include -fno-strict-aliasing  -MT cord/libcord_la-cordprnt.lo -MD -MP -MF cord/.deps/libcord_la-cordprnt.Tpo -c -o cord/libcord_la-cordprnt.lo `test -f 'cord/cordprnt.c' || echo './'`cord/cordprnt.c
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I./include -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -pipe -O2 -fno-strict-aliasing -MT cord/libcord_la-cordprnt.lo -MD -MP -MF cord/.deps/libcord_la-cordprnt.Tpo -c cord/cordprnt.c  -fPIC -DPIC -o cord/.libs/libcord_la-cordprnt.o
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I./include -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -pipe -O2 -fno-strict-aliasing -MT cord/libcord_la-cordprnt.lo -MD -MP -MF cord/.deps/libcord_la-cordprnt.Tpo -c cord/cordprnt.c -o cord/libcord_la-cordprnt.o >/dev/null 2>&1
mv -f cord/.deps/libcord_la-cordprnt.Tpo cord/.deps/libcord_la-cordprnt.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile cc -std=gnu11 -DHAVE_CONFIG_H   -I./include -I./include   -I/usr/include -I/usr/pkg/include/python3.12 -I/usr/pkg/include   -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -pipe -O2 -I/usr/include -I/usr/pkg/include/python3.12 -I/usr/pkg/include -fno-strict-aliasing  -MT cord/libcord_la-cordxtra.lo -MD -MP -MF cord/.deps/libcord_la-cordxtra.Tpo -c -o cord/libcord_la-cordxtra.lo `test -f 'cord/cordxtra.c' || echo './'`cord/cordxtra.c
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I./include -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -pipe -O2 -fno-strict-aliasing -MT cord/libcord_la-cordxtra.lo -MD -MP -MF cord/.deps/libcord_la-cordxtra.Tpo -c cord/cordxtra.c  -fPIC -DPIC -o cord/.libs/libcord_la-cordxtra.o
cord/cordxtra.c: In function 'CORD_lf_func':
cord/cordxtra.c:570:39: warning: cast between incompatible function types from 'char (*)(refill_data *)' to 'void * (*)(void *)' [-Wcast-function-type]
  570 |               GC_call_with_alloc_lock((GC_fn_type) refill_cache, &rd));
      |                                       ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I./include -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -pipe -O2 -fno-strict-aliasing -MT cord/libcord_la-cordxtra.lo -MD -MP -MF cord/.deps/libcord_la-cordxtra.Tpo -c cord/cordxtra.c -o cord/libcord_la-cordxtra.o >/dev/null 2>&1
mv -f cord/.deps/libcord_la-cordxtra.Tpo cord/.deps/libcord_la-cordxtra.Plo
/bin/sh ./libtool  --tag=CC   --mode=link cc -std=gnu11   -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -pipe -O2 -I/usr/include -I/usr/pkg/include/python3.12 -I/usr/pkg/include -fno-strict-aliasing  -version-info 4:0:3 -no-undefined -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o libcord.la  cord/libcord_la-cordbscs.lo cord/libcord_la-cordprnt.lo cord/libcord_la-cordxtra.lo ./libgc.la 
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
libtool: link: (cd .libs/libcord.lax/libgc.a && ar x "/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/bdwgc/./.libs/libgc.a")
libtool: link: ar cr .libs/libcord.a cord/.libs/libcord_la-cordbscs.o cord/.libs/libcord_la-cordprnt.o cord/.libs/libcord_la-cordxtra.o   .libs/libcord.lax/libgc.a/gc.o 
libtool: link: ranlib .libs/libcord.a
libtool: link: rm -fr .libs/libcord.lax
libtool: link: ( cd ".libs" && rm -f "libcord.la" && ln -s "../libcord.la" "libcord.la" )
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/bdwgc'
gmake[2]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/bdwgc'
Making all in llvm
gmake[2]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/llvm'
sh: git: not found
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/llvm'
Making all in mono
gmake[2]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono'
Making all in btls
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/btls'
mkdir -p build-shared
(cd build-shared && CC="cc -std=gnu11" CXX="c++" "/home/pbulk/build-disk/lang/mono/work/.tools/bin/cmake" -D CMAKE_MAKE_PROGRAM="/home/pbulk/build-disk/lang/mono/work/.tools/bin/gmake" -D CMAKE_INSTALL_PREFIX:PATH="/usr/pkg" -D BTLS_ROOT:PATH="/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/boringssl" -D SRC_DIR:PATH="/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/btls" -D BTLS_CFLAGS:STRING="-I/usr/include -I/usr/pkg/include/python3.12 -I/usr/pkg/include "  -DBTLS_ARCH="x86_64" -DBUILD_SHARED_LIBS=1 "/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/btls")
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


-- The C compiler identification is GNU 10.5.0
-- The CXX compiler identification is GNU 10.5.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /home/pbulk/build-disk/lang/mono/work/.cwrapper/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /home/pbulk/build-disk/lang/mono/work/.cwrapper/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The ASM compiler identification is GNU
-- Found assembler: /home/pbulk/build-disk/lang/mono/work/.cwrapper/bin/cc
-- SET ARCH: x86_64
CMake Deprecation Warning at /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/boringssl/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


-- Found Perl: /home/pbulk/build-disk/lang/mono/work/.tools/bin/perl (found version "5.40.0")
-- Configuring done (2.0s)
-- Generating done (0.9s)
-- Build files have been written to: /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/btls/build-shared
/usr/pkg/bin/gmake -C build-shared 
gmake[4]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/btls/build-shared'
[  1%] Building C object boringssl/crypto/CMakeFiles/crypto-objects.dir/cpu-aarch64-linux.c.o
[  1%] Building C object boringssl/crypto/CMakeFiles/crypto-objects.dir/cpu-arm.c.o
[  1%] Building C object boringssl/crypto/CMakeFiles/crypto-objects.dir/cpu-arm-linux.c.o
[  1%] Building C object boringssl/crypto/CMakeFiles/crypto-objects.dir/cpu-intel.c.o
[  2%] Building C object boringssl/crypto/CMakeFiles/crypto-objects.dir/crypto.c.o
[  2%] Building C object boringssl/crypto/CMakeFiles/crypto-objects.dir/ex_data.c.o
[  2%] Building C object boringssl/crypto/CMakeFiles/crypto-objects.dir/mem.c.o
[  2%] Building C object boringssl/crypto/CMakeFiles/crypto-objects.dir/refcount_c11.c.o
[  3%] Building C object boringssl/crypto/CMakeFiles/crypto-objects.dir/refcount_lock.c.o
[  3%] Building C object boringssl/crypto/CMakeFiles/crypto-objects.dir/thread.c.o
[  3%] Building C object boringssl/crypto/CMakeFiles/crypto-objects.dir/thread_none.c.o
[  3%] Building C object boringssl/crypto/CMakeFiles/crypto-objects.dir/thread_pthread.c.o
[  4%] Building C object boringssl/crypto/CMakeFiles/crypto-objects.dir/thread_win.c.o
[  4%] Building C object boringssl/crypto/CMakeFiles/crypto-objects.dir/time_support.c.o
[  4%] Built target crypto-objects
[  5%] Building C object boringssl/ssl/pqueue/CMakeFiles/pqueue.dir/pqueue.c.o
[  5%] Built target pqueue
[  5%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/custom_extensions.c.o
[  5%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/handshake_server.c.o
[  5%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/handshake_client.c.o
[  6%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/d1_both.c.o
[  6%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/d1_lib.c.o
[  6%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/d1_meth.c.o
[  6%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/d1_pkt.c.o
[  7%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/d1_srtp.c.o
[  7%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/dtls_record.c.o
[  7%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/s3_both.c.o
[  7%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/s3_enc.c.o
[  8%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/s3_lib.c.o
[  8%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/s3_meth.c.o
[  8%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/s3_pkt.c.o
[  8%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/ssl_aead_ctx.c.o
[  9%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/ssl_asn1.c.o
[  9%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/ssl_buffer.c.o
[  9%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/ssl_cert.c.o
[  9%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/ssl_cipher.c.o
[ 10%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/ssl_ecdh.c.o
[ 10%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/ssl_file.c.o
[ 10%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/ssl_lib.c.o
[ 10%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/ssl_rsa.c.o
[ 11%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/ssl_session.c.o
[ 11%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/ssl_stat.c.o
[ 11%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/t1_enc.c.o
[ 11%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/t1_lib.c.o
[ 12%] Building C object boringssl/ssl/CMakeFiles/ssl-objects.dir/tls_record.c.o
[ 12%] Built target ssl-objects
[ 12%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/pcy_cache.c.o
[ 12%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/pcy_data.c.o
[ 12%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/pcy_lib.c.o
[ 13%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/pcy_map.c.o
[ 13%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/pcy_node.c.o
[ 13%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/pcy_tree.c.o
[ 13%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_akey.c.o
[ 14%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_akeya.c.o
[ 14%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_alt.c.o
[ 14%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_bcons.c.o
[ 14%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_bitst.c.o
[ 15%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_conf.c.o
[ 15%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_cpols.c.o
[ 15%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_crld.c.o
[ 15%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_enum.c.o
[ 16%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_extku.c.o
[ 16%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_genn.c.o
[ 16%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_ia5.c.o
[ 16%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_info.c.o
[ 17%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_int.c.o
[ 17%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_lib.c.o
[ 17%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_ncons.c.o
[ 17%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_pci.c.o
[ 18%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_pcia.c.o
[ 18%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_pcons.c.o
[ 18%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_pku.c.o
[ 18%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_pmaps.c.o
[ 19%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_prn.c.o
[ 19%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_purp.c.o
[ 19%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_skey.c.o
[ 19%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_sxnet.c.o
[ 20%] Building C object boringssl/crypto/x509v3/CMakeFiles/x509v3.dir/v3_utl.c.o
[ 20%] Built target x509v3
[ 20%] Building C object boringssl/crypto/pkcs8/CMakeFiles/pkcs8_lib.dir/pkcs8.c.o
[ 20%] Building C object boringssl/crypto/pkcs8/CMakeFiles/pkcs8_lib.dir/p8_pkey.c.o
[ 20%] Building C object boringssl/crypto/pkcs8/CMakeFiles/pkcs8_lib.dir/p5_pbe.c.o
[ 21%] Building C object boringssl/crypto/pkcs8/CMakeFiles/pkcs8_lib.dir/p5_pbev2.c.o
[ 21%] Built target pkcs8_lib
[ 21%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/a_digest.c.o
[ 21%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/a_sign.c.o
[ 22%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/a_strex.c.o
[ 22%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/a_verify.c.o
[ 22%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/algorithm.c.o
[ 22%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/asn1_gen.c.o
[ 23%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/by_dir.c.o
[ 23%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/by_file.c.o
[ 23%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/i2d_pr.c.o
[ 23%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/pkcs7.c.o
[ 24%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/rsa_pss.c.o
[ 24%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/t_crl.c.o
[ 24%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/t_req.c.o
[ 24%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/t_x509.c.o
[ 25%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/t_x509a.c.o
[ 25%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x509.c.o
[ 25%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x509_att.c.o
[ 25%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x509_cmp.c.o
[ 26%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x509_d2.c.o
[ 26%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x509_def.c.o
[ 26%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x509_ext.c.o
[ 26%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x509_lu.c.o
[ 27%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x509_obj.c.o
[ 27%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x509_r2x.c.o
[ 27%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x509_req.c.o
[ 27%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x509_set.c.o
[ 28%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x509_trs.c.o
[ 28%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x509_txt.c.o
[ 28%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x509_v3.c.o
[ 28%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x509_vfy.c.o
[ 29%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x509_vpm.c.o
[ 29%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x509cset.c.o
[ 29%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x509name.c.o
[ 29%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x509rset.c.o
[ 30%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x509spki.c.o
[ 30%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x509type.c.o
[ 30%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x_algor.c.o
[ 30%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x_all.c.o
[ 31%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x_attrib.c.o
[ 31%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x_crl.c.o
[ 31%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x_exten.c.o
[ 31%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x_info.c.o
[ 32%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x_name.c.o
[ 32%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x_pkey.c.o
[ 32%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x_pubkey.c.o
[ 32%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x_req.c.o
[ 33%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x_sig.c.o
[ 33%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x_spki.c.o
[ 33%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x_val.c.o
[ 33%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x_x509.c.o
[ 34%] Building C object boringssl/crypto/x509/CMakeFiles/x509.dir/x_x509a.c.o
[ 34%] Built target x509
[ 34%] Building C object boringssl/crypto/pem/CMakeFiles/pem.dir/pem_all.c.o
[ 34%] Building C object boringssl/crypto/pem/CMakeFiles/pem.dir/pem_info.c.o
[ 34%] Building C object boringssl/crypto/pem/CMakeFiles/pem.dir/pem_lib.c.o
[ 35%] Building C object boringssl/crypto/pem/CMakeFiles/pem.dir/pem_oth.c.o
[ 35%] Building C object boringssl/crypto/pem/CMakeFiles/pem.dir/pem_pk8.c.o
[ 35%] Building C object boringssl/crypto/pem/CMakeFiles/pem.dir/pem_pkey.c.o
[ 35%] Building C object boringssl/crypto/pem/CMakeFiles/pem.dir/pem_x509.c.o
[ 36%] Building C object boringssl/crypto/pem/CMakeFiles/pem.dir/pem_xaux.c.o
[ 36%] Built target pem
[ 36%] Building C object boringssl/crypto/evp/CMakeFiles/evp.dir/digestsign.c.o
[ 36%] Building C object boringssl/crypto/evp/CMakeFiles/evp.dir/evp.c.o
[ 37%] Building C object boringssl/crypto/evp/CMakeFiles/evp.dir/evp_asn1.c.o
[ 37%] Building C object boringssl/crypto/evp/CMakeFiles/evp.dir/evp_ctx.c.o
[ 37%] Building C object boringssl/crypto/evp/CMakeFiles/evp.dir/p_dsa_asn1.c.o
[ 37%] Building C object boringssl/crypto/evp/CMakeFiles/evp.dir/p_ec.c.o
[ 38%] Building C object boringssl/crypto/evp/CMakeFiles/evp.dir/p_ec_asn1.c.o
[ 38%] Building C object boringssl/crypto/evp/CMakeFiles/evp.dir/p_rsa.c.o
[ 38%] Building C object boringssl/crypto/evp/CMakeFiles/evp.dir/p_rsa_asn1.c.o
[ 38%] Building C object boringssl/crypto/evp/CMakeFiles/evp.dir/pbkdf.c.o
[ 39%] Building C object boringssl/crypto/evp/CMakeFiles/evp.dir/print.c.o
[ 39%] Building C object boringssl/crypto/evp/CMakeFiles/evp.dir/sign.c.o
[ 39%] Built target evp
[ 39%] Building C object boringssl/crypto/hkdf/CMakeFiles/hkdf.dir/hkdf.c.o
[ 39%] Built target hkdf
[ 39%] Building C object boringssl/crypto/cmac/CMakeFiles/cmac.dir/cmac.c.o
[ 39%] Built target cmac
[ 39%] Building C object boringssl/crypto/hmac/CMakeFiles/hmac.dir/hmac.c.o
[ 39%] Built target hmac
[ 40%] Building C object boringssl/crypto/ecdh/CMakeFiles/ecdh.dir/ecdh.c.o
[ 40%] Built target ecdh
[ 40%] Building C object boringssl/crypto/ecdsa/CMakeFiles/ecdsa.dir/ecdsa.c.o
[ 40%] Building C object boringssl/crypto/ecdsa/CMakeFiles/ecdsa.dir/ecdsa_asn1.c.o
[ 40%] Built target ecdsa
[ 40%] Generating p256-x86_64-asm.S
[ 41%] Building C object boringssl/crypto/ec/CMakeFiles/ec.dir/ec.c.o
[ 41%] Building C object boringssl/crypto/ec/CMakeFiles/ec.dir/ec_asn1.c.o
[ 41%] Building C object boringssl/crypto/ec/CMakeFiles/ec.dir/ec_key.c.o
[ 41%] Building C object boringssl/crypto/ec/CMakeFiles/ec.dir/ec_montgomery.c.o
[ 42%] Building C object boringssl/crypto/ec/CMakeFiles/ec.dir/oct.c.o
[ 42%] Building C object boringssl/crypto/ec/CMakeFiles/ec.dir/p224-64.c.o
[ 42%] Building C object boringssl/crypto/ec/CMakeFiles/ec.dir/p256-64.c.o
[ 42%] Building C object boringssl/crypto/ec/CMakeFiles/ec.dir/p256-x86_64.c.o
[ 43%] Building C object boringssl/crypto/ec/CMakeFiles/ec.dir/simple.c.o
[ 43%] Building C object boringssl/crypto/ec/CMakeFiles/ec.dir/util-64.c.o
[ 43%] Building C object boringssl/crypto/ec/CMakeFiles/ec.dir/wnaf.c.o
[ 43%] Building ASM object boringssl/crypto/ec/CMakeFiles/ec.dir/p256-x86_64-asm.S.o
[ 43%] Built target ec
[ 43%] Building C object boringssl/crypto/rsa/CMakeFiles/rsa.dir/rsa.c.o
[ 43%] Building C object boringssl/crypto/rsa/CMakeFiles/rsa.dir/rsa_impl.c.o
[ 44%] Building C object boringssl/crypto/rsa/CMakeFiles/rsa.dir/blinding.c.o
[ 44%] Building C object boringssl/crypto/rsa/CMakeFiles/rsa.dir/padding.c.o
[ 44%] Building C object boringssl/crypto/rsa/CMakeFiles/rsa.dir/rsa_asn1.c.o
[ 44%] Built target rsa
[ 44%] Building C object boringssl/crypto/dh/CMakeFiles/dh.dir/dh.c.o
[ 45%] Building C object boringssl/crypto/dh/CMakeFiles/dh.dir/params.c.o
[ 45%] Building C object boringssl/crypto/dh/CMakeFiles/dh.dir/check.c.o
[ 45%] Building C object boringssl/crypto/dh/CMakeFiles/dh.dir/dh_asn1.c.o
[ 45%] Built target dh
[ 45%] Building C object boringssl/crypto/dsa/CMakeFiles/dsa.dir/dsa.c.o
[ 45%] Building C object boringssl/crypto/dsa/CMakeFiles/dsa.dir/dsa_asn1.c.o
[ 45%] Built target dsa
[ 45%] Building C object boringssl/crypto/engine/CMakeFiles/engine.dir/engine.c.o
[ 45%] Built target engine
[ 45%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/a_bitstr.c.o
[ 46%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/a_bool.c.o
[ 46%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/a_bytes.c.o
[ 46%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/a_d2i_fp.c.o
[ 46%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/a_dup.c.o
[ 47%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/a_enum.c.o
[ 47%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/a_gentm.c.o
[ 47%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/a_i2d_fp.c.o
[ 47%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/a_int.c.o
[ 48%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/a_mbstr.c.o
[ 48%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/a_object.c.o
[ 48%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/a_octet.c.o
[ 48%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/a_print.c.o
[ 49%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/a_strnid.c.o
[ 49%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/a_time.c.o
[ 49%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/a_type.c.o
[ 49%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/a_utctm.c.o
[ 50%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/a_utf8.c.o
[ 50%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/asn1_lib.c.o
[ 50%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/asn1_par.c.o
[ 50%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/asn_pack.c.o
[ 51%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/f_enum.c.o
[ 51%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/f_int.c.o
[ 51%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/f_string.c.o
[ 51%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/t_bitst.c.o
[ 52%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/tasn_dec.c.o
[ 52%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/tasn_enc.c.o
[ 52%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/tasn_fre.c.o
[ 52%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/tasn_new.c.o
[ 53%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/tasn_typ.c.o
[ 53%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/tasn_utl.c.o
[ 53%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/x_bignum.c.o
[ 53%] Building C object boringssl/crypto/asn1/CMakeFiles/asn1.dir/x_long.c.o
[ 53%] Built target asn1
[ 53%] Generating x86_64-mont5.S
[ 53%] Generating rsaz-avx2.S
[ 53%] Generating rsaz-x86_64.S
[ 54%] Generating x86_64-mont.S
[ 55%] Building C object boringssl/crypto/bn/CMakeFiles/bn.dir/add.c.o
[ 55%] Building C object boringssl/crypto/bn/CMakeFiles/bn.dir/asm/x86_64-gcc.c.o
[ 55%] Building C object boringssl/crypto/bn/CMakeFiles/bn.dir/bn.c.o
[ 55%] Building C object boringssl/crypto/bn/CMakeFiles/bn.dir/bn_asn1.c.o
[ 56%] Building C object boringssl/crypto/bn/CMakeFiles/bn.dir/cmp.c.o
[ 56%] Building C object boringssl/crypto/bn/CMakeFiles/bn.dir/convert.c.o
[ 56%] Building C object boringssl/crypto/bn/CMakeFiles/bn.dir/ctx.c.o
[ 56%] Building C object boringssl/crypto/bn/CMakeFiles/bn.dir/div.c.o
[ 57%] Building C object boringssl/crypto/bn/CMakeFiles/bn.dir/exponentiation.c.o
[ 57%] Building C object boringssl/crypto/bn/CMakeFiles/bn.dir/generic.c.o
[ 57%] Building C object boringssl/crypto/bn/CMakeFiles/bn.dir/gcd.c.o
[ 57%] Building C object boringssl/crypto/bn/CMakeFiles/bn.dir/kronecker.c.o
[ 58%] Building C object boringssl/crypto/bn/CMakeFiles/bn.dir/montgomery.c.o
[ 58%] Building C object boringssl/crypto/bn/CMakeFiles/bn.dir/mul.c.o
[ 58%] Building C object boringssl/crypto/bn/CMakeFiles/bn.dir/prime.c.o
[ 58%] Building C object boringssl/crypto/bn/CMakeFiles/bn.dir/random.c.o
[ 59%] Building C object boringssl/crypto/bn/CMakeFiles/bn.dir/shift.c.o
[ 59%] Building C object boringssl/crypto/bn/CMakeFiles/bn.dir/sqrt.c.o
[ 59%] Building ASM object boringssl/crypto/bn/CMakeFiles/bn.dir/x86_64-mont.S.o
[ 59%] Building ASM object boringssl/crypto/bn/CMakeFiles/bn.dir/x86_64-mont5.S.o
[ 60%] Building ASM object boringssl/crypto/bn/CMakeFiles/bn.dir/rsaz-x86_64.S.o
[ 60%] Building ASM object boringssl/crypto/bn/CMakeFiles/bn.dir/rsaz-avx2.S.o
[ 60%] Building C object boringssl/crypto/bn/CMakeFiles/bn.dir/rsaz_exp.c.o
[ 60%] Built target bn
[ 60%] Building C object boringssl/crypto/obj/CMakeFiles/obj.dir/obj.c.o
[ 61%] Building C object boringssl/crypto/obj/CMakeFiles/obj.dir/obj_xref.c.o
[ 61%] Built target obj
[ 61%] Building C object boringssl/crypto/bio/CMakeFiles/bio.dir/bio.c.o
[ 61%] Building C object boringssl/crypto/bio/CMakeFiles/bio.dir/bio_mem.c.o
[ 61%] Building C object boringssl/crypto/bio/CMakeFiles/bio.dir/buffer.c.o
[ 62%] Building C object boringssl/crypto/bio/CMakeFiles/bio.dir/connect.c.o
[ 62%] Building C object boringssl/crypto/bio/CMakeFiles/bio.dir/fd.c.o
[ 62%] Building C object boringssl/crypto/bio/CMakeFiles/bio.dir/file.c.o
[ 62%] Building C object boringssl/crypto/bio/CMakeFiles/bio.dir/hexdump.c.o
[ 63%] Building C object boringssl/crypto/bio/CMakeFiles/bio.dir/pair.c.o
[ 63%] Building C object boringssl/crypto/bio/CMakeFiles/bio.dir/printf.c.o
[ 63%] Building C object boringssl/crypto/bio/CMakeFiles/bio.dir/socket.c.o
[ 63%] Building C object boringssl/crypto/bio/CMakeFiles/bio.dir/socket_helper.c.o
[ 63%] Built target bio
[ 63%] Generating rdrand-x86_64.S
[ 63%] Building C object boringssl/crypto/rand/CMakeFiles/rand.dir/deterministic.c.o
[ 63%] Building C object boringssl/crypto/rand/CMakeFiles/rand.dir/rand.c.o
[ 64%] Building C object boringssl/crypto/rand/CMakeFiles/rand.dir/urandom.c.o
[ 64%] Building C object boringssl/crypto/rand/CMakeFiles/rand.dir/windows.c.o
[ 64%] Building ASM object boringssl/crypto/rand/CMakeFiles/rand.dir/rdrand-x86_64.S.o
[ 64%] Built target rand
[ 64%] Building C object boringssl/crypto/digest/CMakeFiles/digest.dir/digest.c.o
[ 65%] Building C object boringssl/crypto/digest/CMakeFiles/digest.dir/digests.c.o
[ 65%] Built target digest
[ 65%] Building C object boringssl/crypto/cipher/CMakeFiles/cipher.dir/cipher.c.o
[ 66%] Building C object boringssl/crypto/cipher/CMakeFiles/cipher.dir/derive_key.c.o
[ 66%] Building C object boringssl/crypto/cipher/CMakeFiles/cipher.dir/aead.c.o
[ 66%] Building C object boringssl/crypto/cipher/CMakeFiles/cipher.dir/e_null.c.o
[ 66%] Building C object boringssl/crypto/cipher/CMakeFiles/cipher.dir/e_rc2.c.o
[ 67%] Building C object boringssl/crypto/cipher/CMakeFiles/cipher.dir/e_rc4.c.o
[ 67%] Building C object boringssl/crypto/cipher/CMakeFiles/cipher.dir/e_des.c.o
[ 67%] Building C object boringssl/crypto/cipher/CMakeFiles/cipher.dir/e_aes.c.o
[ 67%] Building C object boringssl/crypto/cipher/CMakeFiles/cipher.dir/e_chacha20poly1305.c.o
[ 68%] Building C object boringssl/crypto/cipher/CMakeFiles/cipher.dir/tls_cbc.c.o
[ 68%] Building C object boringssl/crypto/cipher/CMakeFiles/cipher.dir/e_tls.c.o
[ 68%] Building C object boringssl/crypto/cipher/CMakeFiles/cipher.dir/e_ssl3.c.o
[ 68%] Built target cipher
[ 68%] Building C object boringssl/crypto/newhope/CMakeFiles/newhope.dir/error_correction.c.o
[ 68%] Building C object boringssl/crypto/newhope/CMakeFiles/newhope.dir/newhope.c.o
[ 68%] Building C object boringssl/crypto/newhope/CMakeFiles/newhope.dir/ntt.c.o
[ 69%] Building C object boringssl/crypto/newhope/CMakeFiles/newhope.dir/poly.c.o
[ 69%] Building C object boringssl/crypto/newhope/CMakeFiles/newhope.dir/precomp.c.o
[ 69%] Building C object boringssl/crypto/newhope/CMakeFiles/newhope.dir/reduce.c.o
[ 69%] Built target newhope
[ 69%] Building C object boringssl/crypto/curve25519/CMakeFiles/curve25519.dir/curve25519.c.o
[ 69%] Building C object boringssl/crypto/curve25519/CMakeFiles/curve25519.dir/spake25519.c.o
[ 70%] Building C object boringssl/crypto/curve25519/CMakeFiles/curve25519.dir/x25519-x86_64.c.o
[ 70%] Building ASM object boringssl/crypto/curve25519/CMakeFiles/curve25519.dir/asm/x25519-asm-x86_64.S.o
[ 70%] Built target curve25519
[ 71%] Generating chacha-x86_64.S
[ 71%] Building C object boringssl/crypto/chacha/CMakeFiles/chacha.dir/chacha.c.o
[ 71%] Building ASM object boringssl/crypto/chacha/CMakeFiles/chacha.dir/chacha-x86_64.S.o
[ 71%] Built target chacha
[ 71%] Building C object boringssl/crypto/poly1305/CMakeFiles/poly1305.dir/poly1305.c.o
[ 71%] Building C object boringssl/crypto/poly1305/CMakeFiles/poly1305.dir/poly1305_arm.c.o
[ 71%] Building C object boringssl/crypto/poly1305/CMakeFiles/poly1305.dir/poly1305_vec.c.o
[ 71%] Built target poly1305
[ 72%] Building C object boringssl/crypto/conf/CMakeFiles/conf.dir/conf.c.o
[ 72%] Built target conf
[ 72%] Generating rc4-x86_64.S
[ 73%] Building C object boringssl/crypto/rc4/CMakeFiles/rc4.dir/rc4.c.o
[ 73%] Building ASM object boringssl/crypto/rc4/CMakeFiles/rc4.dir/rc4-x86_64.S.o
[ 73%] Built target rc4
[ 74%] Generating vpaes-x86_64.S
[ 74%] Generating aes-x86_64.S
[ 74%] Generating aesni-x86_64.S
[ 74%] Generating bsaes-x86_64.S
[ 74%] Building C object boringssl/crypto/aes/CMakeFiles/aes.dir/aes.c.o
[ 74%] Building C object boringssl/crypto/aes/CMakeFiles/aes.dir/mode_wrappers.c.o
[ 74%] Building ASM object boringssl/crypto/aes/CMakeFiles/aes.dir/aes-x86_64.S.o
[ 75%] Building ASM object boringssl/crypto/aes/CMakeFiles/aes.dir/aesni-x86_64.S.o
[ 75%] Building ASM object boringssl/crypto/aes/CMakeFiles/aes.dir/bsaes-x86_64.S.o
[ 75%] Building ASM object boringssl/crypto/aes/CMakeFiles/aes.dir/vpaes-x86_64.S.o
[ 75%] Built target aes
[ 75%] Building C object boringssl/crypto/des/CMakeFiles/des.dir/des.c.o
[ 75%] Built target des
[ 75%] Generating ghash-x86_64.S
[ 75%] Generating aesni-gcm-x86_64.S
[ 75%] Building C object boringssl/crypto/modes/CMakeFiles/modes.dir/cbc.c.o
[ 76%] Building C object boringssl/crypto/modes/CMakeFiles/modes.dir/ctr.c.o
[ 76%] Building C object boringssl/crypto/modes/CMakeFiles/modes.dir/ofb.c.o
[ 76%] Building C object boringssl/crypto/modes/CMakeFiles/modes.dir/cfb.c.o
[ 76%] Building C object boringssl/crypto/modes/CMakeFiles/modes.dir/gcm.c.o
[ 77%] Building ASM object boringssl/crypto/modes/CMakeFiles/modes.dir/aesni-gcm-x86_64.S.o
[ 77%] Building ASM object boringssl/crypto/modes/CMakeFiles/modes.dir/ghash-x86_64.S.o
[ 77%] Built target modes
[ 77%] Generating md5-x86_64.S
[ 77%] Building C object boringssl/crypto/md5/CMakeFiles/md5.dir/md5.c.o
[ 78%] Building ASM object boringssl/crypto/md5/CMakeFiles/md5.dir/md5-x86_64.S.o
[ 78%] Built target md5
[ 78%] Generating sha512-x86_64.S
[ 78%] Generating sha1-x86_64.S
[ 79%] Generating sha256-x86_64.S
[ 79%] Building C object boringssl/crypto/sha/CMakeFiles/sha.dir/sha1.c.o
[ 79%] Building C object boringssl/crypto/sha/CMakeFiles/sha.dir/sha256.c.o
[ 80%] Building C object boringssl/crypto/sha/CMakeFiles/sha.dir/sha512.c.o
[ 80%] Building ASM object boringssl/crypto/sha/CMakeFiles/sha.dir/sha1-x86_64.S.o
[ 80%] Building ASM object boringssl/crypto/sha/CMakeFiles/sha.dir/sha256-x86_64.S.o
[ 80%] Building ASM object boringssl/crypto/sha/CMakeFiles/sha.dir/sha512-x86_64.S.o
[ 80%] Built target sha
[ 80%] Building C object boringssl/crypto/md4/CMakeFiles/md4.dir/md4.c.o
[ 80%] Built target md4
[ 81%] Building C object boringssl/crypto/bytestring/CMakeFiles/bytestring.dir/asn1_compat.c.o
[ 81%] Building C object boringssl/crypto/bytestring/CMakeFiles/bytestring.dir/ber.c.o
[ 81%] Building C object boringssl/crypto/bytestring/CMakeFiles/bytestring.dir/cbs.c.o
[ 81%] Building C object boringssl/crypto/bytestring/CMakeFiles/bytestring.dir/cbb.c.o
[ 81%] Built target bytestring
[ 82%] Building C object boringssl/crypto/base64/CMakeFiles/base64.dir/base64.c.o
[ 82%] Built target base64
[ 83%] Building C object boringssl/crypto/err/CMakeFiles/err.dir/err.c.o
[ 83%] Building C object boringssl/crypto/err/CMakeFiles/err.dir/err_data.c.o
[ 83%] Built target err
[ 83%] Building C object boringssl/crypto/buf/CMakeFiles/buf.dir/buf.c.o
[ 83%] Built target buf
[ 84%] Building C object boringssl/crypto/lhash/CMakeFiles/lhash.dir/lhash.c.o
[ 84%] Built target lhash
[ 84%] Building C object boringssl/crypto/stack/CMakeFiles/stack.dir/stack.c.o
[ 84%] Built target stack
[ 84%] Building C object CMakeFiles/mono-btls-shared.dir/btls-bio.c.o
[ 84%] Building C object CMakeFiles/mono-btls-shared.dir/btls-error.c.o
[ 85%] Building C object CMakeFiles/mono-btls-shared.dir/btls-key.c.o
In file included from /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/btls/btls-key.c:9:
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/btls/btls-key.h:17:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
   17 | mono_btls_key_new ();
      | ^~~~~~~~~~~~~~~~~
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/btls/btls-key.c:12:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
   12 | mono_btls_key_new ()
      | ^~~~~~~~~~~~~~~~~
[ 85%] Building C object CMakeFiles/mono-btls-shared.dir/btls-pkcs12.c.o
[ 85%] Building C object CMakeFiles/mono-btls-shared.dir/btls-ssl-ctx.c.o
[ 85%] Building C object CMakeFiles/mono-btls-shared.dir/btls-ssl.c.o
[ 86%] Building C object CMakeFiles/mono-btls-shared.dir/btls-time64.c.o
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/btls/btls-time64.c:71:9: warning: no previous prototype for 'btls_timegm64' [-Wmissing-prototypes]
   71 | int64_t btls_timegm64(const struct tm *date) {
      |         ^~~~~~~~~~~~~
[ 86%] Building C object CMakeFiles/mono-btls-shared.dir/btls-util.c.o
[ 86%] Building C object CMakeFiles/mono-btls-shared.dir/btls-x509-chain.c.o
[ 86%] Building C object CMakeFiles/mono-btls-shared.dir/btls-x509-crl.c.o
[ 87%] Building C object CMakeFiles/mono-btls-shared.dir/btls-x509-lookup.c.o
[ 87%] Building C object CMakeFiles/mono-btls-shared.dir/btls-x509-lookup-mono.c.o
[ 87%] Building C object CMakeFiles/mono-btls-shared.dir/btls-x509-name.c.o
[ 87%] Building C object CMakeFiles/mono-btls-shared.dir/btls-x509-revoked.c.o
[ 88%] Building C object CMakeFiles/mono-btls-shared.dir/btls-x509-store-ctx.c.o
[ 88%] Building C object CMakeFiles/mono-btls-shared.dir/btls-x509-store.c.o
[ 88%] Building C object CMakeFiles/mono-btls-shared.dir/btls-x509-verify-param.c.o
[ 88%] Building C object CMakeFiles/mono-btls-shared.dir/btls-x509.c.o
[ 89%] Linking C shared library libmono-btls-shared.so
[ 89%] Built target mono-btls-shared
[ 89%] Building C object boringssl/crypto/CMakeFiles/crypto.dir/cpu-aarch64-linux.c.o
[ 89%] Building C object boringssl/crypto/CMakeFiles/crypto.dir/cpu-arm.c.o
[ 89%] Building C object boringssl/crypto/CMakeFiles/crypto.dir/cpu-arm-linux.c.o
[ 90%] Building C object boringssl/crypto/CMakeFiles/crypto.dir/cpu-intel.c.o
[ 90%] Building C object boringssl/crypto/CMakeFiles/crypto.dir/crypto.c.o
[ 90%] Building C object boringssl/crypto/CMakeFiles/crypto.dir/ex_data.c.o
[ 90%] Building C object boringssl/crypto/CMakeFiles/crypto.dir/mem.c.o
[ 91%] Building C object boringssl/crypto/CMakeFiles/crypto.dir/refcount_c11.c.o
[ 91%] Building C object boringssl/crypto/CMakeFiles/crypto.dir/refcount_lock.c.o
[ 91%] Building C object boringssl/crypto/CMakeFiles/crypto.dir/thread.c.o
[ 91%] Building C object boringssl/crypto/CMakeFiles/crypto.dir/thread_none.c.o
[ 92%] Building C object boringssl/crypto/CMakeFiles/crypto.dir/thread_pthread.c.o
[ 92%] Building C object boringssl/crypto/CMakeFiles/crypto.dir/thread_win.c.o
[ 92%] Building C object boringssl/crypto/CMakeFiles/crypto.dir/time_support.c.o
[ 92%] Linking C static library libcrypto.a
[ 92%] Built target crypto
[ 93%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/custom_extensions.c.o
[ 93%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/handshake_server.c.o
[ 93%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/handshake_client.c.o
[ 93%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/d1_both.c.o
[ 94%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/d1_lib.c.o
[ 94%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/d1_meth.c.o
[ 94%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/d1_pkt.c.o
[ 94%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/d1_srtp.c.o
[ 95%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/dtls_record.c.o
[ 95%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/s3_both.c.o
[ 95%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/s3_enc.c.o
[ 95%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/s3_lib.c.o
[ 96%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/s3_meth.c.o
[ 96%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/s3_pkt.c.o
[ 96%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/ssl_aead_ctx.c.o
[ 96%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/ssl_asn1.c.o
[ 97%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/ssl_buffer.c.o
[ 97%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/ssl_cert.c.o
[ 97%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/ssl_cipher.c.o
[ 97%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/ssl_ecdh.c.o
[ 98%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/ssl_file.c.o
[ 98%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/ssl_lib.c.o
[ 98%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/ssl_rsa.c.o
[ 98%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/ssl_session.c.o
[ 99%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/ssl_stat.c.o
[ 99%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/t1_enc.c.o
[ 99%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/t1_lib.c.o
[ 99%] Building C object boringssl/ssl/CMakeFiles/ssl.dir/tls_record.c.o
[100%] Linking C static library libssl.a
[100%] Built target ssl
gmake[4]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/btls/build-shared'
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/btls'
Making all in eglib
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/eglib'
Making all in .
gmake[4]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/eglib'
  CC       libeglib_la-garray.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from garray.c:30:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gbytearray.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gbytearray.c:30:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gerror.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gerror.c:32:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-ghashtable.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from ghashtable.c:31:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-giconv.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from giconv.c:26:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gmem.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gmem.c:31:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-goutput.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from goutput.c:32:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gqsort.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gqsort.c:29:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gstr.lo
In file included from /usr/include/ctype.h:100,
                 from gstr.c:32:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
gstr.c: In function 'monoeg_g_strchug':
gstr.c:591:26: warning: array subscript has type 'char' [-Wchar-subscripts]
  591 |  while (*tmp && isspace (*tmp)) tmp++;
      |                          ^
gstr.c: In function 'monoeg_g_strchomp':
gstr.c:608:26: warning: array subscript has type 'char' [-Wchar-subscripts]
  608 |  while (*tmp && isspace (*tmp)) tmp--;
      |                          ^
gstr.c: In function 'monoeg_g_filename_from_uri':
gstr.c:759:38: warning: array subscript has type 'char' [-Wchar-subscripts]
  759 |    if (p [1] && p [2] && isxdigit (p [1]) && isxdigit (p [2])){
      |                                      ^
gstr.c:759:58: warning: array subscript has type 'char' [-Wchar-subscripts]
  759 |    if (p [1] && p [2] && isxdigit (p [1]) && isxdigit (p [2])){
      |                                                          ^
gstr.c: In function 'monoeg_g_strdown':
gstr.c:800:29: warning: array subscript has type 'char' [-Wchar-subscripts]
  800 |   *string = (gchar)tolower (*string);
      |                             ^
  CC       libeglib_la-gslist.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gslist.c:31:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gstring.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gstring.c:31:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gptrarray.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gptrarray.c:32:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-glist.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from glist.c:31:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gqueue.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gqueue.c:32:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gpath.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gpath.c:30:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gshell.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gshell.c:30:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
gshell.c: In function 'split_cmdline':
gshell.c:61:36: warning: array subscript has type 'char' [-Wchar-subscripts]
   61 |     if (fresh && (g_ascii_isspace (*ptr) || *ptr == '\0')){
gshell.c:61:19: note: in expansion of macro 'g_ascii_isspace'
   61 |     if (fresh && (g_ascii_isspace (*ptr) || *ptr == '\0')){
      |                   ^~~~~~~~~~~~~~~
  CC       libeglib_la-gspawn.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gspawn.c:35:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gfile.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gfile.c:31:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gfile-posix.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gfile-posix.c:29:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gpattern.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gpattern.c:29:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gmarkup.lo
In file included from /usr/include/ctype.h:100,
                 from gmarkup.c:44:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gutf8.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gutf8.c:12:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gunicode.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gunicode.c:38:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gdate-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gdate-unix.c:30:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gdir-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gdir-unix.c:29:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gfile-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gfile-unix.c:29:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gmisc-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gmisc-unix.c:31:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gmodule-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gmodule-unix.c:33:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
gmodule-unix.c: In function 'monoeg_g_module_address':
gmodule-unix.c:112:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  112 |   *sym_addr = dli.dli_saddr;
      |             ^
  CC       libeglib_la-gtimer-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gtimer-unix.c:29:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libeglib_la-gmodule-aix.lo
  CC       libeglib_la-gclock-nanosleep.lo
In file included from /usr/include/ctype.h:100,
                 from ./glib.h:25,
                 from gclock-nanosleep.c:9:
./glib.h: In function 'monoeg_g_async_safe_fgets':
./glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CCLD     libeglib.la
gmake[4]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/eglib'
Making all in test
gmake[4]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/eglib/test'
  CXX      enum.o
  CC       test.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from test.c:38:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       driver.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from test.h:36,
                 from driver.c:30:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       hashtable.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from hashtable.c:3:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       string-util.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from string-util.c:1:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       string.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from string.c:1:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       slist.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from slist.c:3:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       sizes.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from sizes.c:11:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       ptrarray.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from ptrarray.c:2:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       list.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from list.c:3:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       array.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from array.c:3:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       fake.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from test.h:36,
                 from fake.c:5:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       path.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from path.c:2:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       queue.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from queue.c:3:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       shell.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from shell.c:1:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       spawn.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from spawn.c:2:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       timer.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from timer.c:2:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       file.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from file.c:2:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       pattern.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from pattern.c:2:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       dir.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from dir.c:2:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       markup.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from markup.c:3:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       unicode.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from test.h:36,
                 from unicode.c:1:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       utf8.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from test.h:36,
                 from utf8.c:3:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       endian.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from test.h:36,
                 from endian.c:1:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       module.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from module.c:2:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       memory.o
In file included from /usr/include/ctype.h:100,
                 from ./../glib.h:25,
                 from memory.c:1:
./../glib.h: In function 'monoeg_g_async_safe_fgets':
./../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CXXLD    test-eglib
  CC       assertf.o
In file included from /usr/include/ctype.h:100,
                 from ../glib.h:25,
                 from assertf.c:13:
../glib.h: In function 'monoeg_g_async_safe_fgets':
../glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CCLD     assertf
gmake[4]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/eglib/test'
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/eglib'
Making all in arch
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/arch'
gmake[4]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/arch'
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/arch'
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/arch'
Making all in utils
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/utils'
/usr/pkg/bin/gmake  all-recursive
gmake[4]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/utils'
gmake[5]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/utils'
  CC       libmonomath_la-mono-math-c.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-math-c.c:5:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CCLD     libmonomath.la
  CC       libmonoutils_la-dlmalloc.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-mmap.h:8,
                 from dlmalloc.c:22:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-os-event-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from os-event.h:9,
                 from os-event-unix.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-md5.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-digest.h:31,
                 from mono-md5.c:29:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-sha1.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-sha1.c:76:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-logger.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-logger.c:8:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-codeman.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-codeman.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-counters.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-counters.c:9:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-dl.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/refcount.h:8,
                 from ../../mono/utils/mono-dl.h:10,
                 from mono-dl.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
mono-dl.c: In function 'read_string':
mono-dl.c:78:24: warning: array subscript has type 'char' [-Wchar-subscripts]
   78 |  while (*p && isspace (*p))
      |                        ^
mono-dl.c:84:24: warning: array subscript has type 'char' [-Wchar-subscripts]
   84 |  while (*p && isspace (*p))
      |                        ^
mono-dl.c:100:25: warning: array subscript has type 'char' [-Wchar-subscripts]
  100 |  while (*p && !isspace (*p))
      |                         ^
mono-dl.c: In function 'get_dl_name_from_libtool':
mono-dl.c:119:28: warning: array subscript has type 'char' [-Wchar-subscripts]
  119 |   while (*line && isspace (*line))
      |                            ^
  CC       libmonoutils_la-mono-dl-windows.lo
  CC       libmonoutils_la-mono-dl-darwin.lo
  CC       libmonoutils_la-mono-dl-posix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/refcount.h:8,
                 from ../../mono/utils/mono-dl.h:10,
                 from mono-dl-posix.c:20:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-dl-wasm.lo
  CC       libmonoutils_la-mono-experiments.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-experiments.c:3:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-log-windows.lo
  CC       libmonoutils_la-mono-log-common.lo
In file included from /usr/include/ctype.h:100,
                 from mono-log-common.c:19:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-log-posix.lo
In file included from /usr/include/ctype.h:100,
                 from mono-log-posix.c:21:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-log-android.lo
  CC       libmonoutils_la-mono-log-darwin.lo
  CC       libmonoutils_la-mono-log-flight-recorder.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-logger-internals.h:8,
                 from mono-log-flight-recorder.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-merp.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-merp.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-state.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-state.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-internal-hash.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-internal-hash.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-io-portability.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-io-portability.h:8,
                 from mono-io-portability.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-io-portability.h:8,
                 from mono-io-portability.c:12:
mono-io-portability.c: In function 'mono_portability_find_file_internal':
mono-io-portability.c:147:35: warning: array subscript has type 'char' [-Wchar-subscripts]
  147 |      g_ascii_isalpha (new_pathname[0]) &&
mono-io-portability.c:147:6: note: in expansion of macro 'g_ascii_isalpha'
  147 |      g_ascii_isalpha (new_pathname[0]) &&
      |      ^~~~~~~~~~~~~~~
  CC       libmonoutils_la-monobitset.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from monobitset.c:5:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-filemap.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-mmap.h:8,
                 from mono-filemap.c:25:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-mmap.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-mmap.h:8,
                 from mono-mmap.c:33:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-mmap-windows.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-mmap-windows.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-mmap-wasm.lo
  CC       libmonoutils_la-mono-os-mutex.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-os-mutex.h:17,
                 from mono-os-mutex.c:23:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-flight-recorder.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-flight-recorder.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-networkinterfaces.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-networkinterfaces.h:11,
                 from mono-networkinterfaces.c:6:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-proclib.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-proclib.h:11,
                 from mono-proclib.c:9:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
mono-proclib.c: In function 'get_pid_status_item_buf':
mono-proclib.c:283:27: warning: array subscript has type 'char' [-Wchar-subscripts]
  283 |   while (g_ascii_isspace (*s)) s++;
mono-proclib.c:283:10: note: in expansion of macro 'g_ascii_isspace'
  283 |   while (g_ascii_isspace (*s)) s++;
      |          ^~~~~~~~~~~~~~~
mono-proclib.c:286:27: warning: array subscript has type 'char' [-Wchar-subscripts]
  286 |   while (g_ascii_isspace (*s)) s++;
mono-proclib.c:286:10: note: in expansion of macro 'g_ascii_isspace'
  286 |   while (g_ascii_isspace (*s)) s++;
      |          ^~~~~~~~~~~~~~~
mono-proclib.c: In function 'get_process_stat_item':
mono-proclib.c:547:26: warning: array subscript has type 'char' [-Wchar-subscripts]
  547 |  while (g_ascii_isspace (*s)) s++;
mono-proclib.c:547:9: note: in expansion of macro 'g_ascii_isspace'
  547 |  while (g_ascii_isspace (*s)) s++;
      |         ^~~~~~~~~~~~~~~
mono-proclib.c:551:33: warning: array subscript has type 'char' [-Wchar-subscripts]
  551 |  while (*s && !g_ascii_isspace (*s)) s++;
mono-proclib.c:551:16: note: in expansion of macro 'g_ascii_isspace'
  551 |  while (*s && !g_ascii_isspace (*s)) s++;
      |                ^~~~~~~~~~~~~~~
mono-proclib.c:555:27: warning: array subscript has type 'char' [-Wchar-subscripts]
  555 |   while (g_ascii_isspace (*s)) s++;
mono-proclib.c:555:10: note: in expansion of macro 'g_ascii_isspace'
  555 |   while (g_ascii_isspace (*s)) s++;
      |          ^~~~~~~~~~~~~~~
mono-proclib.c:558:34: warning: array subscript has type 'char' [-Wchar-subscripts]
  558 |   while (*s && !g_ascii_isspace (*s)) s++;
mono-proclib.c:558:17: note: in expansion of macro 'g_ascii_isspace'
  558 |   while (*s && !g_ascii_isspace (*s)) s++;
      |                 ^~~~~~~~~~~~~~~
mono-proclib.c:566:27: warning: array subscript has type 'char' [-Wchar-subscripts]
  566 |   while (g_ascii_isspace (*s)) s++;
mono-proclib.c:566:10: note: in expansion of macro 'g_ascii_isspace'
  566 |   while (g_ascii_isspace (*s)) s++;
      |          ^~~~~~~~~~~~~~~
mono-proclib.c: In function 'get_cpu_times':
mono-proclib.c:898:70: warning: array subscript has type 'char' [-Wchar-subscripts]
  898 |   if (cpu_id < 0 && strncmp (s, "cpu", 3) == 0 && g_ascii_isspace (s [3])) {
mono-proclib.c:898:51: note: in expansion of macro 'g_ascii_isspace'
  898 |   if (cpu_id < 0 && strncmp (s, "cpu", 3) == 0 && g_ascii_isspace (s [3])) {
      |                                                   ^~~~~~~~~~~~~~~
  CC       libmonoutils_la-mono-proclib-windows.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-proclib-windows.c:10:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-publib.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-publib.c:7:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-jemalloc.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-jemalloc.c:7:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-time.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-time.h:9,
                 from mono-time.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-strenc.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from strenc.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-uri.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-uri.h:7,
                 from mono-uri.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-poll.lo
  CC       libmonoutils_la-mono-path.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-path.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-stdlib.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-stdlib.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-property-hash.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-property-hash.h:21,
                 from mono-property-hash.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-value-hash.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-value-hash.c:32:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-error.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-error.c:10:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-context.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-machine.h:21,
                 from ../../mono/utils/mono-context.h:16,
                 from mono-context.c:163:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-hazard-pointer.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/hazard-pointer.h:11,
                 from hazard-pointer.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-lock-free-queue.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-membar.h:16,
                 from lock-free-queue.c:55:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-lock-free-alloc.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from lock-free-alloc.c:66:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-lock-free-array-queue.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/atomic.h:17,
                 from lock-free-array-queue.c:23:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-linked-list-set.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/hazard-pointer.h:11,
                 from ../../mono/utils/mono-linked-list-set.h:14,
                 from mono-linked-list-set.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-threads.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-os-semaphore.h:15,
                 from mono-threads.c:21:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-threads-state-machine.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-os-semaphore.h:15,
                 from ../../mono/utils/mono-threads.h:15,
                 from mono-threads-state-machine.c:8:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-threads-posix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-os-semaphore.h:15,
                 from ../../mono/utils/mono-threads.h:15,
                 from mono-threads-posix.c:26:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-threads-posix-signals.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-threads-posix-signals.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-threads-mach.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-os-semaphore.h:15,
                 from ../../mono/utils/mono-threads.h:15,
                 from mono-threads-mach.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-threads-mach-helper.lo
  CC       libmonoutils_la-mono-threads-windows.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-os-semaphore.h:15,
                 from ../../mono/utils/mono-threads.h:15,
                 from mono-threads-windows.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-threads-linux.lo
  CC       libmonoutils_la-mono-threads-freebsd.lo
  CC       libmonoutils_la-mono-threads-netbsd.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-os-semaphore.h:15,
                 from ../../mono/utils/mono-threads.h:15,
                 from mono-threads-netbsd.c:9:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-threads-openbsd.lo
  CC       libmonoutils_la-mono-threads-android.lo
  CC       libmonoutils_la-mono-threads-haiku.lo
  CC       libmonoutils_la-mono-threads-aix.lo
  CC       libmonoutils_la-mono-threads-wasm.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-os-semaphore.h:15,
                 from ../../mono/utils/mono-threads.h:15,
                 from mono-threads-wasm.c:3:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-threads-coop.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-os-semaphore.h:15,
                 from ../../mono/utils/mono-threads.h:15,
                 from mono-threads-coop.c:20:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-utility-thread.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-utility-thread.h:14,
                 from mono-utility-thread.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-tls.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-tls.h:17,
                 from mono-tls.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-utils-debug.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-utils-debug.c:8:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-atomic.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from atomic.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-hwcap.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-hwcap.h:9,
                 from mono-hwcap.c:26:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-bsearch.lo
  CC       libmonoutils_la-mono-signal-handler.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-signal-handler.h:13,
                 from mono-signal-handler.c:4:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
mono-signal-handler.c: In function 'mono_load_signames':
mono-signal-handler.c:46:40: warning: division 'sizeof (const char * const*) / sizeof (const char * const)' does not compute the number of array elements [-Wsizeof-pointer-div]
   46 |  sigpair_buflen = sizeof (sys_signame) / sizeof (sys_signame [0]);
      |                                        ^
In file included from mono-signal-handler.c:2:
/usr/include/signal.h:49:27: note: first 'sizeof' operand was declared here
   49 | extern const char *const *sys_signame __RENAME(__sys_signame14);
      |                           ^~~~~~~~~~~
  CC       libmonoutils_la-mono-conc-hashtable.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-os-mutex.h:17,
                 from mono-conc-hashtable.h:16,
                 from mono-conc-hashtable.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-json.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/json.h:15,
                 from json.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-networking.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/networking.h:16,
                 from networking.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-networking-posix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from networking-posix.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-networking-fallback.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/networking.h:16,
                 from networking-fallback.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-networking-missing.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/networking.h:16,
                 from networking-missing.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-networking-windows.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/networking.h:16,
                 from networking-windows.c:9:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-rand.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-rand.c:16:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-mono-rand-windows.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-rand-windows.c:9:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-memfuncs.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from memfuncs.c:28:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-parse.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from parse.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoutils_la-checked-build.lo
  CC       libmonoutils_la-mach-support-amd64.lo
  CC       libmonoutils_la-mono-hwcap-x86.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-hwcap.h:9,
                 from mono-hwcap-x86.c:23:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       mono-math-c.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I../.. -I../../mono -I../../external/bdwgc/include -I../../external/bdwgc/libatomic_ops/src -I../../mono/eglib -fvisibility=hidden -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT mono-math-c.lo -MD -MP -MF .deps/mono-math-c.Tpo -c mono-math-c.c  -fPIC -DPIC -o .libs/mono-math-c.o
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-math-c.c:5:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I../.. -I../../mono -I../../external/bdwgc/include -I../../external/bdwgc/libatomic_ops/src -I../../mono/eglib -fvisibility=hidden -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT mono-math-c.lo -MD -MP -MF .deps/mono-math-c.Tpo -c mono-math-c.c -o mono-math-c.o >/dev/null 2>&1
  CCLD     libmonoutils.la
gmake[5]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/utils'
gmake[4]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/utils'
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/utils'
Making all in cil
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/cil'
perl ./make-opcodes-def.pl ./cil-opcodes.xml opcode.def.tmp
mv opcode.def.tmp opcode.def
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/cil'
Making all in zlib
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/zlib'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/zlib'
Making all in sgen
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/sgen'
  CC       libmonosgen_la-sgen-alloc.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-alloc.c:34:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-cardtable.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-cardtable.c:21:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-debug.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-debug.c:22:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-descriptor.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-descriptor.c:35:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-fin-weak-hash.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-fin-weak-hash.c:20:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-gc.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from sgen-gc.c:180:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-gchandles.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-gchandles.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-gray.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-gray.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-hash-table.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-hash-table.c:30:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-internal.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-internal.c:16:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-layout-stats.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-layout-stats.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-los.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-los.c:28:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-marksweep.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-marksweep.c:23:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-memory-governor.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-memory-governor.c:21:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-nursery-allocator.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-nursery-allocator.c:52:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-pinning-stats.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-pinning-stats.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-pinning.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-pinning.c:17:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-pointer-queue.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-pointer-queue.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-array-list.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-array-list.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-protocol.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from sgen-conf.h:15,
                 from sgen-protocol.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-qsort.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-qsort.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-simple-nursery.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-simple-nursery.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-split-nursery.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-split-nursery.c:24:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-thread-pool.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-thread-pool.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonosgen_la-sgen-workers.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-workers.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CCLD     libmonosgen.la
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/sgen'
Making all in metadata
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/metadata'
  CC       libmonoruntime_config_la-mono-config-dirs.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/mono-config-dirs.h:9,
                 from mono-config-dirs.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CCLD     libmonoruntime-config.la
  CC       libmonoruntime_support_la-support.lo
  CCLD     libmonoruntime-support.la
  CC       libmonoruntime_la-console-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from console-unix.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-w32mutex-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32mutex.h:9,
                 from w32mutex-unix.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-w32semaphore-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32semaphore.h:9,
                 from w32semaphore-unix.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-w32event-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32event.h:9,
                 from w32event-unix.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-w32process-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32process-unix.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
w32process-unix.c: At top level:
w32process-unix.c:309: warning: "ALIGN32" redefined
  309 | #define ALIGN32(ptr) ptr = (gpointer)((char *)ptr + 3); ptr = (gpointer)((char *)ptr - ((gsize)ptr & 3));
      | 
In file included from /usr/include/sys/param.h:142,
                 from w32process-unix.c:29:
/usr/include/amd64/param.h:36: note: this is the location of the previous definition
   36 | #define ALIGN32(p)  (((u_long)(p) + ALIGNBYTES32) &~ALIGNBYTES32)
      | 
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32process-unix.c:14:
w32process-unix.c: In function 'process_create':
w32process-unix.c:1576:27: warning: array subscript has type 'char' [-Wchar-subscripts]
 1576 |   if (g_ascii_isalpha (cmd[0]) && (cmd[1] == ':')) {
w32process-unix.c:1576:7: note: in expansion of macro 'g_ascii_isalpha'
 1576 |   if (g_ascii_isalpha (cmd[0]) && (cmd[1] == ':')) {
      |       ^~~~~~~~~~~~~~~
w32process-unix.c:1642:53: warning: array subscript has type 'char' [-Wchar-subscripts]
 1642 |    if (args [i + 1] == '\0' || g_ascii_isspace (args[i+1])) {
w32process-unix.c:1642:32: note: in expansion of macro 'g_ascii_isspace'
 1642 |    if (args [i + 1] == '\0' || g_ascii_isspace (args[i+1])) {
      |                                ^~~~~~~~~~~~~~~
w32process-unix.c:1658:30: warning: array subscript has type 'char' [-Wchar-subscripts]
 1658 |     if (g_ascii_isspace (args[i])) {
w32process-unix.c:1658:9: note: in expansion of macro 'g_ascii_isspace'
 1658 |     if (g_ascii_isspace (args[i])) {
      |         ^~~~~~~~~~~~~~~
w32process-unix.c:1685:29: warning: array subscript has type 'char' [-Wchar-subscripts]
 1685 |   if (g_ascii_isalpha (token[0]) && (token[1] == ':')) {
w32process-unix.c:1685:7: note: in expansion of macro 'g_ascii_isalpha'
 1685 |   if (g_ascii_isalpha (token[0]) && (token[1] == ':')) {
      |       ^~~~~~~~~~~~~~~
  CC       libmonoruntime_la-w32process-unix-osx.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32process.h:15,
                 from w32process-unix-osx.c:5:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-w32process-unix-bsd.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32process.h:15,
                 from w32process-unix-bsd.c:5:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-w32process-unix-haiku.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32process.h:15,
                 from w32process-unix-haiku.c:5:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-w32process-unix-default.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32process.h:15,
                 from w32process-unix-default.c:5:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32process.h:15,
                 from w32process-unix-default.c:5:
w32process-unix-default.c: In function 'mono_w32process_get_modules':
w32process-unix-default.c:251:27: warning: array subscript has type 'char' [-Wchar-subscripts]
  251 |   while (g_ascii_isspace (*p)) ++p;
w32process-unix-default.c:251:10: note: in expansion of macro 'g_ascii_isspace'
  251 |   while (g_ascii_isspace (*p)) ++p;
      |          ^~~~~~~~~~~~~~~
w32process-unix-default.c:253:26: warning: array subscript has type 'char' [-Wchar-subscripts]
  253 |   if (!g_ascii_isxdigit (*start_start)) {
w32process-unix-default.c:253:8: note: in expansion of macro 'g_ascii_isxdigit'
  253 |   if (!g_ascii_isxdigit (*start_start)) {
      |        ^~~~~~~~~~~~~~~~
w32process-unix-default.c:264:26: warning: array subscript has type 'char' [-Wchar-subscripts]
  264 |   if (!g_ascii_isxdigit (*end_start)) {
w32process-unix-default.c:264:8: note: in expansion of macro 'g_ascii_isxdigit'
  264 |   if (!g_ascii_isxdigit (*end_start)) {
      |        ^~~~~~~~~~~~~~~~
w32process-unix-default.c:269:25: warning: array subscript has type 'char' [-Wchar-subscripts]
  269 |   if (!g_ascii_isspace (*p)) {
w32process-unix-default.c:269:8: note: in expansion of macro 'g_ascii_isspace'
  269 |   if (!g_ascii_isspace (*p)) {
      |        ^~~~~~~~~~~~~~~
w32process-unix-default.c:273:27: warning: array subscript has type 'char' [-Wchar-subscripts]
  273 |   while (g_ascii_isspace (*p)) ++p;
w32process-unix-default.c:273:10: note: in expansion of macro 'g_ascii_isspace'
  273 |   while (g_ascii_isspace (*p)) ++p;
      |          ^~~~~~~~~~~~~~~
w32process-unix-default.c:280:28: warning: array subscript has type 'char' [-Wchar-subscripts]
  280 |   while (!g_ascii_isspace (*p)) ++p;
w32process-unix-default.c:280:11: note: in expansion of macro 'g_ascii_isspace'
  280 |   while (!g_ascii_isspace (*p)) ++p;
      |           ^~~~~~~~~~~~~~~
w32process-unix-default.c:282:27: warning: array subscript has type 'char' [-Wchar-subscripts]
  282 |   while (g_ascii_isspace (*p)) ++p;
w32process-unix-default.c:282:10: note: in expansion of macro 'g_ascii_isspace'
  282 |   while (g_ascii_isspace (*p)) ++p;
      |          ^~~~~~~~~~~~~~~
w32process-unix-default.c:284:26: warning: array subscript has type 'char' [-Wchar-subscripts]
  284 |   if (!g_ascii_isxdigit (*offset_start)) {
w32process-unix-default.c:284:8: note: in expansion of macro 'g_ascii_isxdigit'
  284 |   if (!g_ascii_isxdigit (*offset_start)) {
      |        ^~~~~~~~~~~~~~~~
w32process-unix-default.c:289:25: warning: array subscript has type 'char' [-Wchar-subscripts]
  289 |   if (!g_ascii_isspace (*p)) {
w32process-unix-default.c:289:8: note: in expansion of macro 'g_ascii_isspace'
  289 |   if (!g_ascii_isspace (*p)) {
      |        ^~~~~~~~~~~~~~~
w32process-unix-default.c:293:26: warning: array subscript has type 'char' [-Wchar-subscripts]
  293 |   while(g_ascii_isspace (*p)) ++p;
w32process-unix-default.c:293:9: note: in expansion of macro 'g_ascii_isspace'
  293 |   while(g_ascii_isspace (*p)) ++p;
      |         ^~~~~~~~~~~~~~~
w32process-unix-default.c:295:26: warning: array subscript has type 'char' [-Wchar-subscripts]
  295 |   if (!g_ascii_isxdigit (*maj_dev_start)) {
w32process-unix-default.c:295:8: note: in expansion of macro 'g_ascii_isxdigit'
  295 |   if (!g_ascii_isxdigit (*maj_dev_start)) {
      |        ^~~~~~~~~~~~~~~~
w32process-unix-default.c:306:26: warning: array subscript has type 'char' [-Wchar-subscripts]
  306 |   if (!g_ascii_isxdigit (*min_dev_start)) {
w32process-unix-default.c:306:8: note: in expansion of macro 'g_ascii_isxdigit'
  306 |   if (!g_ascii_isxdigit (*min_dev_start)) {
      |        ^~~~~~~~~~~~~~~~
w32process-unix-default.c:311:25: warning: array subscript has type 'char' [-Wchar-subscripts]
  311 |   if (!g_ascii_isspace (*p)) {
w32process-unix-default.c:311:8: note: in expansion of macro 'g_ascii_isspace'
  311 |   if (!g_ascii_isspace (*p)) {
      |        ^~~~~~~~~~~~~~~
w32process-unix-default.c:315:27: warning: array subscript has type 'char' [-Wchar-subscripts]
  315 |   while (g_ascii_isspace (*p)) ++p;
w32process-unix-default.c:315:10: note: in expansion of macro 'g_ascii_isspace'
  315 |   while (g_ascii_isspace (*p)) ++p;
      |          ^~~~~~~~~~~~~~~
w32process-unix-default.c:317:26: warning: array subscript has type 'char' [-Wchar-subscripts]
  317 |   if (!g_ascii_isxdigit (*inode_start)) {
w32process-unix-default.c:317:8: note: in expansion of macro 'g_ascii_isxdigit'
  317 |   if (!g_ascii_isxdigit (*inode_start)) {
      |        ^~~~~~~~~~~~~~~~
w32process-unix-default.c:322:25: warning: array subscript has type 'char' [-Wchar-subscripts]
  322 |   if (!g_ascii_isspace (*p)) {
w32process-unix-default.c:322:8: note: in expansion of macro 'g_ascii_isspace'
  322 |   if (!g_ascii_isspace (*p)) {
      |        ^~~~~~~~~~~~~~~
w32process-unix-default.c:336:26: warning: array subscript has type 'char' [-Wchar-subscripts]
  336 |   while(g_ascii_isspace (*p)) ++p;
w32process-unix-default.c:336:9: note: in expansion of macro 'g_ascii_isspace'
  336 |   while(g_ascii_isspace (*p)) ++p;
      |         ^~~~~~~~~~~~~~~
  CC       libmonoruntime_la-w32socket-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32socket-unix.c:10:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-w32file-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32file-unix.c:6:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32file-unix.c:6:
w32file-unix.c: In function '_wapi_basename':
w32file-unix.c:641:59: warning: array subscript has type 'char' [-Wchar-subscripts]
  641 |  if (IS_PORTABILITY_DRIVE && g_ascii_isalpha (new_filename[0]) && (new_filename[1] == ':')) {
w32file-unix.c:641:30: note: in expansion of macro 'g_ascii_isalpha'
  641 |  if (IS_PORTABILITY_DRIVE && g_ascii_isalpha (new_filename[0]) && (new_filename[1] == ':')) {
      |                              ^~~~~~~~~~~~~~~
w32file-unix.c: In function '_wapi_dirname':
w32file-unix.c:662:59: warning: array subscript has type 'char' [-Wchar-subscripts]
  662 |  if (IS_PORTABILITY_DRIVE && g_ascii_isalpha (new_filename[0]) && (new_filename[1] == ':')) {
w32file-unix.c:662:30: note: in expansion of macro 'g_ascii_isalpha'
  662 |  if (IS_PORTABILITY_DRIVE && g_ascii_isalpha (new_filename[0]) && (new_filename[1] == ':')) {
      |                              ^~~~~~~~~~~~~~~
  CC       libmonoruntime_la-w32file-unix-glob.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32file-unix-glob.c:46:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-w32error-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32error.h:9,
                 from w32error-unix.c:5:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-threadpool-worker-default.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from threadpool-worker-default.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-appdomain.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from appdomain.c:17:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-assembly-load-context.lo
  CC       libmonoruntime_la-domain.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from domain.c:16:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-assembly.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from assembly.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from assembly.c:15:
assembly.c: In function 'mono_stringify_assembly_name':
assembly.c:1234:67: warning: array subscript has type 'char' [-Wchar-subscripts]
 1234 |  const char *quote = (aname->name && g_ascii_isspace (aname->name [0])) ? "\"" : "";
assembly.c:1234:38: note: in expansion of macro 'g_ascii_isspace'
 1234 |  const char *quote = (aname->name && g_ascii_isspace (aname->name [0])) ? "\"" : "";
      |                                      ^~~~~~~~~~~~~~~
assembly.c: In function 'split_key_value':
assembly.c:3478:48: warning: array subscript has type 'char' [-Wchar-subscripts]
 3478 |  while (*keylen > 0 && g_ascii_isspace ((*key) [*keylen - 1]))
assembly.c:3478:24: note: in expansion of macro 'g_ascii_isspace'
 3478 |  while (*keylen > 0 && g_ascii_isspace ((*key) [*keylen - 1]))
      |                        ^~~~~~~~~~~~~~~
  CC       libmonoruntime_la-attach.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from attach.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-class.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from class.c:17:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-class-init.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/class-init.h:9,
                 from class-init.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-class-accessors.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/cil-coff.h:9,
                 from ../../mono/metadata/metadata-internals.h:11,
                 from ../../mono/metadata/class-internals.h:12,
                 from class-accessors.c:7:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-cominterop.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from cominterop.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-coree.lo
  CC       libmonoruntime_la-debug-helpers.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/cil-coff.h:9,
                 from ../../mono/metadata/metadata-internals.h:11,
                 from debug-helpers.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-debug-mono-symfile.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/debug-mono-symfile.h:12,
                 from debug-mono-symfile.c:30:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-debug-mono-ppdb.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/debug-internals.h:4,
                 from debug-mono-ppdb.c:24:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-environment.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from environment.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-exception.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from exception.c:16:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-w32file.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32file.c:17:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-filewatcher.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/filewatcher.h:16,
                 from filewatcher.c:28:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-icall.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from icall.c:25:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from icall.c:25:
icall.c: In function 'ves_icall_System_Text_EncodingHelper_InternalCodePage':
icall.c:7939:32: warning: array subscript has type 'char' [-Wchar-subscripts]
 7939 |   if (isascii (*c) && isalpha (*c))
      |                                ^
icall.c:7940:18: warning: array subscript has type 'char' [-Wchar-subscripts]
 7940 |    *c = tolower (*c);
      |                  ^
  CC       libmonoruntime_la-image.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from image.c:17:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-jit-info.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from jit-info.c:16:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-loader.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from loader.c:24:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-loaded-images.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/loaded-images-internals.h:8,
                 from loaded-images.c:3:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-loaded-images-global.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/loaded-images-internals.h:8,
                 from loaded-images-global.c:3:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-loaded-images-netcore.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/loaded-images-internals.h:8,
                 from loaded-images-netcore.c:3:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-locales.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from locales.c:21:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-lock-tracer.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-os-semaphore.h:15,
                 from ../../mono/utils/mono-threads.h:15,
                 from lock-tracer.c:25:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-marshal.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from cil-coff.h:9,
                 from marshal.c:22:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-mempool.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mempool.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-metadata.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from metadata.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
metadata.c: In function 'mono_metadata_parse_type_internal':
cc1: warning: function may return address of local variable [-Wreturn-local-addr]
metadata.c:1816:11: note: declared here
 1816 |  MonoType stype;
      |           ^~~~~
  CC       libmonoruntime_la-metadata-verify.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/exception-internals.h:8,
                 from metadata-verify.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-method-builder.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/abi-details.h:10,
                 from method-builder.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-mono-basic-block.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/cil-coff.h:9,
                 from ../../mono/metadata/metadata-internals.h:11,
                 from mono-basic-block.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-mono-config.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-config.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-mono-debug.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/assembly-internals.h:9,
                 from mono-debug.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-mono-endian.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-endian.h:8,
                 from mono-endian.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-mono-hash.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-hash.c:32:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-mono-conc-hash.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-conc-hash.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-mono-mlist.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/cil-coff.h:9,
                 from ../../mono/metadata/metadata-internals.h:11,
                 from ../../mono/metadata/class-internals.h:12,
                 from mono-mlist.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-mono-perfcounters.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/mono-perfcounters.h:8,
                 from mono-perfcounters.c:40:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-mono-route.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/handle.h:18,
                 from appdomain-icalls.h:12,
                 from icall-decl.h:9,
                 from mono-route.c:36:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-object.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/mono-endian.h:8,
                 from object.c:21:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-opcodes.lo
  CC       libmonoruntime_la-property-bag.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/atomic.h:17,
                 from property-bag.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-w32socket.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/w32socket.h:15,
                 from w32socket.c:19:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
In file included from ../../mono/metadata/w32socket.h:16,
                 from w32socket.c:19:
w32socket.c: In function 'create_object_handle_from_sockaddr':
../../mono/metadata/object-internals.h:252:8: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  252 |   *__p = (value); \
      |   ~~~~~^~~~~~~~~
../../mono/metadata/handle.h:447:4: note: in expansion of macro 'mono_array_set_internal'
  447 |    mono_array_set_internal (MONO_HANDLE_RAW (MONO_HANDLE_UNSUPPRESS (HANDLE)), TYPE, __idx, __val); \
      |    ^~~~~~~~~~~~~~~~~~~~~~~
w32socket.c:978:5: note: in expansion of macro 'MONO_HANDLE_ARRAY_SETVAL'
  978 |     MONO_HANDLE_ARRAY_SETVAL (data, guint8, 8 + i, 0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../mono/metadata/w32socket.h:16,
                 from w32socket.c:19:
../../mono/metadata/object-internals.h:175:22: note: at offset 0 to object 'vector' with size 0 declared here
  175 |  mono_64bitaligned_t vector [MONO_ZERO_LEN_ARRAY];
      |                      ^~~~~~
  CC       libmonoruntime_la-w32process.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32process.c:5:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-profiler.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/gc-internals.h:15,
                 from profiler.c:9:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-rand.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from rand.c:16:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-remoting.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/handle.h:18,
                 from remoting.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-runtime.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from runtime.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-mono-security.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/assembly-internals.h:9,
                 from mono-security.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-security-core-clr.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/class-init.h:9,
                 from security-core-clr.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-security-manager.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/cil-coff.h:9,
                 from metadata-internals.h:11,
                 from security-manager.h:18,
                 from security-manager.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-string-icalls.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-membar.h:16,
                 from string-icalls.c:17:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-sysmath.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from number-ms.h:8,
                 from sysmath.c:29:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-threads.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from threads.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
threads.c: In function 'mono_threads_summarize_execute_internal':
threads.c:6563:6: warning: 'current_idx' may be used uninitialized in this function [-Wmaybe-uninitialized]
 6563 |  int current_idx;
      |      ^~~~~~~~~~~
  CC       libmonoruntime_la-threadpool.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from threadpool.c:32:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-threadpool-io.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from threadpool-io.c:17:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-verify.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/handle-decl.h:18,
                 from ../../mono/metadata/object-internals.h:10,
                 from verify.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-dynamic-stream.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from dynamic-stream.c:10:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-file-mmap-posix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from file-mmap-posix.c:16:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-file-mmap-windows.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from file-mmap-windows.c:17:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-metadata-cross-helpers.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/abi-details.h:10,
                 from metadata-cross-helpers.c:8:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-seq-points-data.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from seq-points-data.h:10,
                 from seq-points-data.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-handle.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from handle.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-w32handle-namespace.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32handle-namespace.h:9,
                 from w32handle-namespace.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-w32handle.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32handle.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-reflection.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-membar.h:16,
                 from reflection.c:16:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-membar.h:16,
                 from reflection.c:16:
reflection.c: In function 'assembly_name_to_aname':
reflection.c:1514:25: warning: array subscript has type 'char' [-Wchar-subscripts]
 1514 |  while (*p && (isalnum (*p) || *p == '.' || *p == '-' || *p == '_' || *p == '$' || *p == '@' || g_ascii_isspace (*p)))
      |                         ^
reflection.c:1514:114: warning: array subscript has type 'char' [-Wchar-subscripts]
 1514 |  while (*p && (isalnum (*p) || *p == '.' || *p == '-' || *p == '_' || *p == '$' || *p == '@' || g_ascii_isspace (*p)))
reflection.c:1514:97: note: in expansion of macro 'g_ascii_isspace'
 1514 |  while (*p && (isalnum (*p) || *p == '.' || *p == '-' || *p == '_' || *p == '$' || *p == '@' || g_ascii_isspace (*p)))
      |                                                                                                 ^~~~~~~~~~~~~~~
reflection.c:1527:32: warning: array subscript has type 'char' [-Wchar-subscripts]
 1527 |  while (*s && g_ascii_isspace (*s))
reflection.c:1527:15: note: in expansion of macro 'g_ascii_isspace'
 1527 |  while (*s && g_ascii_isspace (*s))
      |               ^~~~~~~~~~~~~~~
reflection.c:1530:26: warning: array subscript has type 'char' [-Wchar-subscripts]
 1530 |  while (g_ascii_isspace (*p))
reflection.c:1530:9: note: in expansion of macro 'g_ascii_isspace'
 1530 |  while (g_ascii_isspace (*p))
      |         ^~~~~~~~~~~~~~~
reflection.c:1584:27: warning: array subscript has type 'char' [-Wchar-subscripts]
 1584 |   while (g_ascii_isspace (*p) || *p == ',') {
reflection.c:1584:10: note: in expansion of macro 'g_ascii_isspace'
 1584 |   while (g_ascii_isspace (*p) || *p == ',') {
      |          ^~~~~~~~~~~~~~~
reflection.c: In function '_mono_reflection_parse_type':
reflection.c:1764:29: warning: array subscript has type 'char' [-Wchar-subscripts]
 1764 |        if (g_ascii_isspace (*aname)) {
reflection.c:1764:12: note: in expansion of macro 'g_ascii_isspace'
 1764 |        if (g_ascii_isspace (*aname)) {
      |            ^~~~~~~~~~~~~~~
reflection.c:1795:26: warning: array subscript has type 'char' [-Wchar-subscripts]
 1795 |     if (g_ascii_isspace (*p)) {
reflection.c:1795:9: note: in expansion of macro 'g_ascii_isspace'
 1795 |     if (g_ascii_isspace (*p)) {
      |         ^~~~~~~~~~~~~~~
  CC       libmonoruntime_la-dynamic-image.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from dynamic-image.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-sre.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from sre.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-sre-encode.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from sre-encode.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-sre-save.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from sre-save.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-custom-attrs.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/class-init.h:9,
                 from custom-attrs.c:17:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-fdhandle.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from fdhandle.h:6,
                 from fdhandle.c:2:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-callspec.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from callspec.h:7,
                 from callspec.c:16:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-abi.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-membar.h:16,
                 from ../../mono/utils/mono-memory-model.h:15,
                 from abi.c:3:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-native-library.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/assembly-internals.h:9,
                 from native-library.c:2:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-icall-table.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from icall-table.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-method-builder-ilgen.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/abi-details.h:10,
                 from method-builder-ilgen.c:8:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-marshal-ilgen.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/handle-decl.h:18,
                 from ../../mono/metadata/object-internals.h:10,
                 from ../../mono/metadata/method-builder-ilgen.h:11,
                 from marshal-ilgen.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
marshal-ilgen.c: In function 'emit_marshal_safehandle_ilgen':
marshal-ilgen.c:5306:6: warning: 'label_next' may be used uninitialized in this function [-Wmaybe-uninitialized]
 5306 |      mono_mb_patch_branch (mb, label_next);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       libmonoruntime_la-sgen-mono-ilgen.lo
  CC       libmonoruntime_la-gc-stats.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/gc-internal-agnostic.h:14,
                 from gc-stats.c:10:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-gc.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from gc.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-monitor.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from monitor.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-null-gc.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from null-gc.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-null-gc-handles.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from null-gc-handles.c:7:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntime_la-boehm-gc.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/gc-internals.h:15,
                 from boehm-gc.c:16:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
boehm-gc.c: At top level:
boehm-gc.c:1103:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 1103 | void GC_start_blocking ()
      |      ^~~~~~~~~~~~~~~~~
boehm-gc.c:1108:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 1108 | void GC_end_blocking ()
      |      ^~~~~~~~~~~~~~~
  CCLD     libmonoruntime.la
  CC       libmonoruntimesgen_la-console-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from console-unix.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-w32mutex-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32mutex.h:9,
                 from w32mutex-unix.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-w32semaphore-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32semaphore.h:9,
                 from w32semaphore-unix.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-w32event-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32event.h:9,
                 from w32event-unix.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-w32process-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32process-unix.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
w32process-unix.c: At top level:
w32process-unix.c:309: warning: "ALIGN32" redefined
  309 | #define ALIGN32(ptr) ptr = (gpointer)((char *)ptr + 3); ptr = (gpointer)((char *)ptr - ((gsize)ptr & 3));
      | 
In file included from /usr/include/sys/param.h:142,
                 from w32process-unix.c:29:
/usr/include/amd64/param.h:36: note: this is the location of the previous definition
   36 | #define ALIGN32(p)  (((u_long)(p) + ALIGNBYTES32) &~ALIGNBYTES32)
      | 
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32process-unix.c:14:
w32process-unix.c: In function 'process_create':
w32process-unix.c:1576:27: warning: array subscript has type 'char' [-Wchar-subscripts]
 1576 |   if (g_ascii_isalpha (cmd[0]) && (cmd[1] == ':')) {
w32process-unix.c:1576:7: note: in expansion of macro 'g_ascii_isalpha'
 1576 |   if (g_ascii_isalpha (cmd[0]) && (cmd[1] == ':')) {
      |       ^~~~~~~~~~~~~~~
w32process-unix.c:1642:53: warning: array subscript has type 'char' [-Wchar-subscripts]
 1642 |    if (args [i + 1] == '\0' || g_ascii_isspace (args[i+1])) {
w32process-unix.c:1642:32: note: in expansion of macro 'g_ascii_isspace'
 1642 |    if (args [i + 1] == '\0' || g_ascii_isspace (args[i+1])) {
      |                                ^~~~~~~~~~~~~~~
w32process-unix.c:1658:30: warning: array subscript has type 'char' [-Wchar-subscripts]
 1658 |     if (g_ascii_isspace (args[i])) {
w32process-unix.c:1658:9: note: in expansion of macro 'g_ascii_isspace'
 1658 |     if (g_ascii_isspace (args[i])) {
      |         ^~~~~~~~~~~~~~~
w32process-unix.c:1685:29: warning: array subscript has type 'char' [-Wchar-subscripts]
 1685 |   if (g_ascii_isalpha (token[0]) && (token[1] == ':')) {
w32process-unix.c:1685:7: note: in expansion of macro 'g_ascii_isalpha'
 1685 |   if (g_ascii_isalpha (token[0]) && (token[1] == ':')) {
      |       ^~~~~~~~~~~~~~~
  CC       libmonoruntimesgen_la-w32process-unix-osx.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32process.h:15,
                 from w32process-unix-osx.c:5:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-w32process-unix-bsd.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32process.h:15,
                 from w32process-unix-bsd.c:5:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-w32process-unix-haiku.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32process.h:15,
                 from w32process-unix-haiku.c:5:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-w32process-unix-default.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32process.h:15,
                 from w32process-unix-default.c:5:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32process.h:15,
                 from w32process-unix-default.c:5:
w32process-unix-default.c: In function 'mono_w32process_get_modules':
w32process-unix-default.c:251:27: warning: array subscript has type 'char' [-Wchar-subscripts]
  251 |   while (g_ascii_isspace (*p)) ++p;
w32process-unix-default.c:251:10: note: in expansion of macro 'g_ascii_isspace'
  251 |   while (g_ascii_isspace (*p)) ++p;
      |          ^~~~~~~~~~~~~~~
w32process-unix-default.c:253:26: warning: array subscript has type 'char' [-Wchar-subscripts]
  253 |   if (!g_ascii_isxdigit (*start_start)) {
w32process-unix-default.c:253:8: note: in expansion of macro 'g_ascii_isxdigit'
  253 |   if (!g_ascii_isxdigit (*start_start)) {
      |        ^~~~~~~~~~~~~~~~
w32process-unix-default.c:264:26: warning: array subscript has type 'char' [-Wchar-subscripts]
  264 |   if (!g_ascii_isxdigit (*end_start)) {
w32process-unix-default.c:264:8: note: in expansion of macro 'g_ascii_isxdigit'
  264 |   if (!g_ascii_isxdigit (*end_start)) {
      |        ^~~~~~~~~~~~~~~~
w32process-unix-default.c:269:25: warning: array subscript has type 'char' [-Wchar-subscripts]
  269 |   if (!g_ascii_isspace (*p)) {
w32process-unix-default.c:269:8: note: in expansion of macro 'g_ascii_isspace'
  269 |   if (!g_ascii_isspace (*p)) {
      |        ^~~~~~~~~~~~~~~
w32process-unix-default.c:273:27: warning: array subscript has type 'char' [-Wchar-subscripts]
  273 |   while (g_ascii_isspace (*p)) ++p;
w32process-unix-default.c:273:10: note: in expansion of macro 'g_ascii_isspace'
  273 |   while (g_ascii_isspace (*p)) ++p;
      |          ^~~~~~~~~~~~~~~
w32process-unix-default.c:280:28: warning: array subscript has type 'char' [-Wchar-subscripts]
  280 |   while (!g_ascii_isspace (*p)) ++p;
w32process-unix-default.c:280:11: note: in expansion of macro 'g_ascii_isspace'
  280 |   while (!g_ascii_isspace (*p)) ++p;
      |           ^~~~~~~~~~~~~~~
w32process-unix-default.c:282:27: warning: array subscript has type 'char' [-Wchar-subscripts]
  282 |   while (g_ascii_isspace (*p)) ++p;
w32process-unix-default.c:282:10: note: in expansion of macro 'g_ascii_isspace'
  282 |   while (g_ascii_isspace (*p)) ++p;
      |          ^~~~~~~~~~~~~~~
w32process-unix-default.c:284:26: warning: array subscript has type 'char' [-Wchar-subscripts]
  284 |   if (!g_ascii_isxdigit (*offset_start)) {
w32process-unix-default.c:284:8: note: in expansion of macro 'g_ascii_isxdigit'
  284 |   if (!g_ascii_isxdigit (*offset_start)) {
      |        ^~~~~~~~~~~~~~~~
w32process-unix-default.c:289:25: warning: array subscript has type 'char' [-Wchar-subscripts]
  289 |   if (!g_ascii_isspace (*p)) {
w32process-unix-default.c:289:8: note: in expansion of macro 'g_ascii_isspace'
  289 |   if (!g_ascii_isspace (*p)) {
      |        ^~~~~~~~~~~~~~~
w32process-unix-default.c:293:26: warning: array subscript has type 'char' [-Wchar-subscripts]
  293 |   while(g_ascii_isspace (*p)) ++p;
w32process-unix-default.c:293:9: note: in expansion of macro 'g_ascii_isspace'
  293 |   while(g_ascii_isspace (*p)) ++p;
      |         ^~~~~~~~~~~~~~~
w32process-unix-default.c:295:26: warning: array subscript has type 'char' [-Wchar-subscripts]
  295 |   if (!g_ascii_isxdigit (*maj_dev_start)) {
w32process-unix-default.c:295:8: note: in expansion of macro 'g_ascii_isxdigit'
  295 |   if (!g_ascii_isxdigit (*maj_dev_start)) {
      |        ^~~~~~~~~~~~~~~~
w32process-unix-default.c:306:26: warning: array subscript has type 'char' [-Wchar-subscripts]
  306 |   if (!g_ascii_isxdigit (*min_dev_start)) {
w32process-unix-default.c:306:8: note: in expansion of macro 'g_ascii_isxdigit'
  306 |   if (!g_ascii_isxdigit (*min_dev_start)) {
      |        ^~~~~~~~~~~~~~~~
w32process-unix-default.c:311:25: warning: array subscript has type 'char' [-Wchar-subscripts]
  311 |   if (!g_ascii_isspace (*p)) {
w32process-unix-default.c:311:8: note: in expansion of macro 'g_ascii_isspace'
  311 |   if (!g_ascii_isspace (*p)) {
      |        ^~~~~~~~~~~~~~~
w32process-unix-default.c:315:27: warning: array subscript has type 'char' [-Wchar-subscripts]
  315 |   while (g_ascii_isspace (*p)) ++p;
w32process-unix-default.c:315:10: note: in expansion of macro 'g_ascii_isspace'
  315 |   while (g_ascii_isspace (*p)) ++p;
      |          ^~~~~~~~~~~~~~~
w32process-unix-default.c:317:26: warning: array subscript has type 'char' [-Wchar-subscripts]
  317 |   if (!g_ascii_isxdigit (*inode_start)) {
w32process-unix-default.c:317:8: note: in expansion of macro 'g_ascii_isxdigit'
  317 |   if (!g_ascii_isxdigit (*inode_start)) {
      |        ^~~~~~~~~~~~~~~~
w32process-unix-default.c:322:25: warning: array subscript has type 'char' [-Wchar-subscripts]
  322 |   if (!g_ascii_isspace (*p)) {
w32process-unix-default.c:322:8: note: in expansion of macro 'g_ascii_isspace'
  322 |   if (!g_ascii_isspace (*p)) {
      |        ^~~~~~~~~~~~~~~
w32process-unix-default.c:336:26: warning: array subscript has type 'char' [-Wchar-subscripts]
  336 |   while(g_ascii_isspace (*p)) ++p;
w32process-unix-default.c:336:9: note: in expansion of macro 'g_ascii_isspace'
  336 |   while(g_ascii_isspace (*p)) ++p;
      |         ^~~~~~~~~~~~~~~
  CC       libmonoruntimesgen_la-w32socket-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32socket-unix.c:10:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-w32file-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32file-unix.c:6:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32file-unix.c:6:
w32file-unix.c: In function '_wapi_basename':
w32file-unix.c:641:59: warning: array subscript has type 'char' [-Wchar-subscripts]
  641 |  if (IS_PORTABILITY_DRIVE && g_ascii_isalpha (new_filename[0]) && (new_filename[1] == ':')) {
w32file-unix.c:641:30: note: in expansion of macro 'g_ascii_isalpha'
  641 |  if (IS_PORTABILITY_DRIVE && g_ascii_isalpha (new_filename[0]) && (new_filename[1] == ':')) {
      |                              ^~~~~~~~~~~~~~~
w32file-unix.c: In function '_wapi_dirname':
w32file-unix.c:662:59: warning: array subscript has type 'char' [-Wchar-subscripts]
  662 |  if (IS_PORTABILITY_DRIVE && g_ascii_isalpha (new_filename[0]) && (new_filename[1] == ':')) {
w32file-unix.c:662:30: note: in expansion of macro 'g_ascii_isalpha'
  662 |  if (IS_PORTABILITY_DRIVE && g_ascii_isalpha (new_filename[0]) && (new_filename[1] == ':')) {
      |                              ^~~~~~~~~~~~~~~
  CC       libmonoruntimesgen_la-w32file-unix-glob.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32file-unix-glob.c:46:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-w32error-unix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32error.h:9,
                 from w32error-unix.c:5:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-threadpool-worker-default.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from threadpool-worker-default.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-appdomain.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from appdomain.c:17:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-assembly-load-context.lo
  CC       libmonoruntimesgen_la-domain.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from domain.c:16:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-assembly.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from assembly.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from assembly.c:15:
assembly.c: In function 'mono_stringify_assembly_name':
assembly.c:1234:67: warning: array subscript has type 'char' [-Wchar-subscripts]
 1234 |  const char *quote = (aname->name && g_ascii_isspace (aname->name [0])) ? "\"" : "";
assembly.c:1234:38: note: in expansion of macro 'g_ascii_isspace'
 1234 |  const char *quote = (aname->name && g_ascii_isspace (aname->name [0])) ? "\"" : "";
      |                                      ^~~~~~~~~~~~~~~
assembly.c: In function 'split_key_value':
assembly.c:3478:48: warning: array subscript has type 'char' [-Wchar-subscripts]
 3478 |  while (*keylen > 0 && g_ascii_isspace ((*key) [*keylen - 1]))
assembly.c:3478:24: note: in expansion of macro 'g_ascii_isspace'
 3478 |  while (*keylen > 0 && g_ascii_isspace ((*key) [*keylen - 1]))
      |                        ^~~~~~~~~~~~~~~
  CC       libmonoruntimesgen_la-attach.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from attach.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-class.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from class.c:17:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-class-init.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/class-init.h:9,
                 from class-init.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-class-accessors.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/cil-coff.h:9,
                 from ../../mono/metadata/metadata-internals.h:11,
                 from ../../mono/metadata/class-internals.h:12,
                 from class-accessors.c:7:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-cominterop.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from cominterop.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-coree.lo
  CC       libmonoruntimesgen_la-debug-helpers.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/cil-coff.h:9,
                 from ../../mono/metadata/metadata-internals.h:11,
                 from debug-helpers.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-debug-mono-symfile.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/debug-mono-symfile.h:12,
                 from debug-mono-symfile.c:30:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-debug-mono-ppdb.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/debug-internals.h:4,
                 from debug-mono-ppdb.c:24:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-environment.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from environment.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-exception.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from exception.c:16:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-w32file.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32file.c:17:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-filewatcher.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/filewatcher.h:16,
                 from filewatcher.c:28:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-icall.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from icall.c:25:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from icall.c:25:
icall.c: In function 'ves_icall_System_Text_EncodingHelper_InternalCodePage':
icall.c:7939:32: warning: array subscript has type 'char' [-Wchar-subscripts]
 7939 |   if (isascii (*c) && isalpha (*c))
      |                                ^
icall.c:7940:18: warning: array subscript has type 'char' [-Wchar-subscripts]
 7940 |    *c = tolower (*c);
      |                  ^
  CC       libmonoruntimesgen_la-image.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from image.c:17:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-jit-info.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from jit-info.c:16:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-loader.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from loader.c:24:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-loaded-images.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/loaded-images-internals.h:8,
                 from loaded-images.c:3:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-loaded-images-global.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/loaded-images-internals.h:8,
                 from loaded-images-global.c:3:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-loaded-images-netcore.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/loaded-images-internals.h:8,
                 from loaded-images-netcore.c:3:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-locales.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from locales.c:21:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-lock-tracer.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-os-semaphore.h:15,
                 from ../../mono/utils/mono-threads.h:15,
                 from lock-tracer.c:25:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-marshal.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from cil-coff.h:9,
                 from marshal.c:22:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-mempool.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mempool.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-metadata.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from metadata.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
metadata.c: In function 'mono_metadata_parse_type_internal':
cc1: warning: function may return address of local variable [-Wreturn-local-addr]
metadata.c:1816:11: note: declared here
 1816 |  MonoType stype;
      |           ^~~~~
  CC       libmonoruntimesgen_la-metadata-verify.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/exception-internals.h:8,
                 from metadata-verify.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-method-builder.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/abi-details.h:10,
                 from method-builder.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-mono-basic-block.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/cil-coff.h:9,
                 from ../../mono/metadata/metadata-internals.h:11,
                 from mono-basic-block.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-mono-config.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-config.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-mono-debug.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/assembly-internals.h:9,
                 from mono-debug.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-mono-endian.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-endian.h:8,
                 from mono-endian.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-mono-hash.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-hash.c:32:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-mono-conc-hash.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-conc-hash.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-mono-mlist.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/cil-coff.h:9,
                 from ../../mono/metadata/metadata-internals.h:11,
                 from ../../mono/metadata/class-internals.h:12,
                 from mono-mlist.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-mono-perfcounters.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/mono-perfcounters.h:8,
                 from mono-perfcounters.c:40:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-mono-route.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/handle.h:18,
                 from appdomain-icalls.h:12,
                 from icall-decl.h:9,
                 from mono-route.c:36:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-object.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/mono-endian.h:8,
                 from object.c:21:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-opcodes.lo
  CC       libmonoruntimesgen_la-property-bag.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/atomic.h:17,
                 from property-bag.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-w32socket.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/w32socket.h:15,
                 from w32socket.c:19:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
In file included from ../../mono/metadata/w32socket.h:16,
                 from w32socket.c:19:
w32socket.c: In function 'create_object_handle_from_sockaddr':
../../mono/metadata/object-internals.h:252:8: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  252 |   *__p = (value); \
      |   ~~~~~^~~~~~~~~
../../mono/metadata/handle.h:447:4: note: in expansion of macro 'mono_array_set_internal'
  447 |    mono_array_set_internal (MONO_HANDLE_RAW (MONO_HANDLE_UNSUPPRESS (HANDLE)), TYPE, __idx, __val); \
      |    ^~~~~~~~~~~~~~~~~~~~~~~
w32socket.c:978:5: note: in expansion of macro 'MONO_HANDLE_ARRAY_SETVAL'
  978 |     MONO_HANDLE_ARRAY_SETVAL (data, guint8, 8 + i, 0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../mono/metadata/w32socket.h:16,
                 from w32socket.c:19:
../../mono/metadata/object-internals.h:175:22: note: at offset 0 to object 'vector' with size 0 declared here
  175 |  mono_64bitaligned_t vector [MONO_ZERO_LEN_ARRAY];
      |                      ^~~~~~
  CC       libmonoruntimesgen_la-w32process.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32process.c:5:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-profiler.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/gc-internals.h:15,
                 from profiler.c:9:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-rand.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from rand.c:16:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-remoting.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/handle.h:18,
                 from remoting.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-runtime.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from runtime.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-mono-security.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/assembly-internals.h:9,
                 from mono-security.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-security-core-clr.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/class-init.h:9,
                 from security-core-clr.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-security-manager.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/cil-coff.h:9,
                 from metadata-internals.h:11,
                 from security-manager.h:18,
                 from security-manager.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-string-icalls.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-membar.h:16,
                 from string-icalls.c:17:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-sysmath.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from number-ms.h:8,
                 from sysmath.c:29:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-threads.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from threads.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
threads.c: In function 'mono_threads_summarize_execute_internal':
threads.c:6563:6: warning: 'current_idx' may be used uninitialized in this function [-Wmaybe-uninitialized]
 6563 |  int current_idx;
      |      ^~~~~~~~~~~
  CC       libmonoruntimesgen_la-threadpool.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from threadpool.c:32:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-threadpool-io.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from threadpool-io.c:17:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-verify.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/handle-decl.h:18,
                 from ../../mono/metadata/object-internals.h:10,
                 from verify.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-dynamic-stream.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from dynamic-stream.c:10:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-file-mmap-posix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from file-mmap-posix.c:16:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-file-mmap-windows.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from file-mmap-windows.c:17:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-metadata-cross-helpers.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/abi-details.h:10,
                 from metadata-cross-helpers.c:8:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-seq-points-data.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from seq-points-data.h:10,
                 from seq-points-data.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-handle.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from handle.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-w32handle-namespace.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32handle-namespace.h:9,
                 from w32handle-namespace.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-w32handle.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from w32handle.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-reflection.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-membar.h:16,
                 from reflection.c:16:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-membar.h:16,
                 from reflection.c:16:
reflection.c: In function 'assembly_name_to_aname':
reflection.c:1514:25: warning: array subscript has type 'char' [-Wchar-subscripts]
 1514 |  while (*p && (isalnum (*p) || *p == '.' || *p == '-' || *p == '_' || *p == '$' || *p == '@' || g_ascii_isspace (*p)))
      |                         ^
reflection.c:1514:114: warning: array subscript has type 'char' [-Wchar-subscripts]
 1514 |  while (*p && (isalnum (*p) || *p == '.' || *p == '-' || *p == '_' || *p == '$' || *p == '@' || g_ascii_isspace (*p)))
reflection.c:1514:97: note: in expansion of macro 'g_ascii_isspace'
 1514 |  while (*p && (isalnum (*p) || *p == '.' || *p == '-' || *p == '_' || *p == '$' || *p == '@' || g_ascii_isspace (*p)))
      |                                                                                                 ^~~~~~~~~~~~~~~
reflection.c:1527:32: warning: array subscript has type 'char' [-Wchar-subscripts]
 1527 |  while (*s && g_ascii_isspace (*s))
reflection.c:1527:15: note: in expansion of macro 'g_ascii_isspace'
 1527 |  while (*s && g_ascii_isspace (*s))
      |               ^~~~~~~~~~~~~~~
reflection.c:1530:26: warning: array subscript has type 'char' [-Wchar-subscripts]
 1530 |  while (g_ascii_isspace (*p))
reflection.c:1530:9: note: in expansion of macro 'g_ascii_isspace'
 1530 |  while (g_ascii_isspace (*p))
      |         ^~~~~~~~~~~~~~~
reflection.c:1584:27: warning: array subscript has type 'char' [-Wchar-subscripts]
 1584 |   while (g_ascii_isspace (*p) || *p == ',') {
reflection.c:1584:10: note: in expansion of macro 'g_ascii_isspace'
 1584 |   while (g_ascii_isspace (*p) || *p == ',') {
      |          ^~~~~~~~~~~~~~~
reflection.c: In function '_mono_reflection_parse_type':
reflection.c:1764:29: warning: array subscript has type 'char' [-Wchar-subscripts]
 1764 |        if (g_ascii_isspace (*aname)) {
reflection.c:1764:12: note: in expansion of macro 'g_ascii_isspace'
 1764 |        if (g_ascii_isspace (*aname)) {
      |            ^~~~~~~~~~~~~~~
reflection.c:1795:26: warning: array subscript has type 'char' [-Wchar-subscripts]
 1795 |     if (g_ascii_isspace (*p)) {
reflection.c:1795:9: note: in expansion of macro 'g_ascii_isspace'
 1795 |     if (g_ascii_isspace (*p)) {
      |         ^~~~~~~~~~~~~~~
  CC       libmonoruntimesgen_la-dynamic-image.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from dynamic-image.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-sre.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from sre.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-sre-encode.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from sre-encode.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-sre-save.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from sre-save.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-custom-attrs.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/class-init.h:9,
                 from custom-attrs.c:17:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-fdhandle.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from fdhandle.h:6,
                 from fdhandle.c:2:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-callspec.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from callspec.h:7,
                 from callspec.c:16:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-abi.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-membar.h:16,
                 from ../../mono/utils/mono-memory-model.h:15,
                 from abi.c:3:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-native-library.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/assembly-internals.h:9,
                 from native-library.c:2:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-icall-table.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from icall-table.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-method-builder-ilgen.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/abi-details.h:10,
                 from method-builder-ilgen.c:8:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-marshal-ilgen.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/handle-decl.h:18,
                 from ../../mono/metadata/object-internals.h:10,
                 from ../../mono/metadata/method-builder-ilgen.h:11,
                 from marshal-ilgen.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
marshal-ilgen.c: In function 'emit_marshal_safehandle_ilgen':
marshal-ilgen.c:5306:6: warning: 'label_next' may be used uninitialized in this function [-Wmaybe-uninitialized]
 5306 |      mono_mb_patch_branch (mb, label_next);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       libmonoruntimesgen_la-sgen-mono-ilgen.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/handle-decl.h:18,
                 from ../../mono/metadata/object-internals.h:10,
                 from ../../mono/metadata/method-builder.h:17,
                 from sgen-mono-ilgen.c:9:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-gc-stats.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/gc-internal-agnostic.h:14,
                 from gc-stats.c:10:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-gc.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from gc.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-monitor.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from monitor.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-sgen-bridge.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-bridge.c:19:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-sgen-old-bridge.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-old-bridge.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-sgen-new-bridge.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-new-bridge.c:20:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-sgen-tarjan-bridge.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-tarjan-bridge.c:21:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-sgen-toggleref.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-toggleref.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-sgen-stw.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-stw.c:20:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonoruntimesgen_la-sgen-mono.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from sgen-mono.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CCLD     libmonoruntimesgen.la
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/metadata'
Making all in mini
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/mini'
if test -e ../../.git; then \
	(cd ../..; \
		LANG=C; export LANG; \
		if test -z "$ghprbPullId"; then \
			branch=`git branch | grep '^\*' | sed 's/.*detached .*/explicit/' | cut -d ' ' -f 2`; \
		else \
			branch="pull-request-$ghprbPullId"; \
		fi; \
		version=`git log --no-color --first-parent -n1 --pretty=format:%h`; \
		echo "#define FULL_VERSION \"$branch/$version\""; \
	); \
else \
	if test -z "$MONO_BRANCH" -o -z "$MONO_BUILD_REVISION"; then \
		echo "#define FULL_VERSION \"tarball\""; \
	else \
		echo "#define FULL_VERSION \"$MONO_BRANCH/$MONO_BUILD_REVISION\""; \
	fi \
fi > version.h
/usr/pkg/bin/python3.12 ./genmdesc.py TARGET_AMD64 . cpu-amd64.h amd64_desc ./cpu-amd64.md
/usr/pkg/bin/gmake  all-am
gmake[4]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/mini'
  CC       libmini_la-mini.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/cil-coff.h:9,
                 from ../../mono/metadata/metadata-internals.h:11,
                 from ../../mono/metadata/class-internals.h:12,
                 from ../../mono/metadata/profiler-private.h:10,
                 from mini.c:39:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-mini-runtime.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/assembly-internals.h:9,
                 from mini-runtime.c:31:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-seq-points.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from seq-points.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-method-to-ir.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from method-to-ir.c:16:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
method-to-ir.c: In function 'mono_method_to_ir':
method-to-ir.c:7851:92: warning: 'will_have_imt_arg' may be used uninitialized in this function [-Wmaybe-uninitialized]
 7851 |    g_assert (!called_is_supported_tailcall || tailcall_extra_arg == (vtable_arg || imt_arg || will_have_imt_arg || mono_class_is_interface (cmethod->klass)));
      |                                                                                            ^~
  CC       libmini_la-cfgdump.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from cfgdump.c:9:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-decompose.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from decompose.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-jit-icalls.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from jit-icalls.h:9,
                 from jit-icalls.c:21:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-trace.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from trace.c:22:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-dominators.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/mempool-internals.h:8,
                 from dominators.c:17:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-cfold.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from cfold.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-helpers.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from helpers.c:10:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from helpers.c:10:
helpers.c: In function 'mono_disassemble_code':
helpers.c:145:29: warning: array subscript has type 'char' [-Wchar-subscripts]
  145 |   if (i == 0 && isdigit (id [i]))
      |                             ^
helpers.c:147:25: warning: array subscript has type 'char' [-Wchar-subscripts]
  147 |   else if (!isalnum (id [i]))
      |                         ^
  CC       libmini_la-liveness.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from liveness.c:18:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-ssa.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/mempool-internals.h:8,
                 from ssa.c:16:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-abcremoval.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/mempool-internals.h:8,
                 from abcremoval.c:17:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-local-propagation.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/unlocked.h:19,
                 from local-propagation.c:31:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-driver.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/assembly-internals.h:9,
                 from driver.c:23:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-debug-mini.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from debug-mini.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-linear-scan.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from linear-scan.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-aot-compiler.lo
In file included from /usr/include/ctype.h:100,
                 from aot-compiler.c:25:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
In file included from /usr/include/ctype.h:100,
                 from aot-compiler.c:25:
aot-compiler.c: In function 'sanitize_symbol':
aot-compiler.c:6349:38: warning: array subscript has type 'char' [-Wchar-subscripts]
 6349 |   if (!(s [i] <= 0x7f && (isalnum (s [i]) || s [i] == '_')))
      |                                      ^
aot-compiler.c: In function 'get_debug_sym':
aot-compiler.c:6408:29: warning: array subscript has type 'char' [-Wchar-subscripts]
 6408 |   } else if (isalnum (name1 [i])) {
      |                             ^
aot-compiler.c: In function 'emit_file_info':
aot-compiler.c:11488:19: warning: array subscript has type 'char' [-Wchar-subscripts]
11488 |    if (!(isalnum (*p) || *p == '_'))
      |                   ^
aot-compiler.c: In function 'mono_compile_assembly':
aot-compiler.c:13805:18: warning: array subscript has type 'char' [-Wchar-subscripts]
13805 |   if (!(isalnum (*p) || *p == '_'))
      |                  ^
  CC       libmini_la-aot-runtime.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/abi-details.h:10,
                 from aot-runtime.c:42:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-aot-runtime-wasm.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from aot-runtime-wasm.c:10:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-graph.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from graph.c:19:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-mini-codegen.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/cil-coff.h:9,
                 from ../../mono/metadata/metadata-internals.h:11,
                 from ../../mono/metadata/class-internals.h:12,
                 from ../../mono/metadata/profiler-private.h:10,
                 from mini-codegen.c:19:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-mini-exceptions.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini-exceptions.c:16:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-mini-trampolines.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini-trampolines.c:9:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-branch-opts.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from branch-opts.c:17:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-mini-generic-sharing.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/handle-decl.h:18,
                 from ../../mono/metadata/object-internals.h:10,
                 from ../../mono/metadata/method-builder.h:17,
                 from mini-generic-sharing.c:16:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-tasklets.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from tasklets.h:8,
                 from tasklets.c:6:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-simd-intrinsics.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from simd-intrinsics.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-simd-intrinsics-netcore.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from simd-intrinsics-netcore.c:21:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-mini-native-types.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from mini-native-types.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-unwind.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from unwind.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-image-writer.lo
In file included from /usr/include/ctype.h:100,
                 from image-writer.c:23:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-dwarfwriter.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from image-writer.h:18,
                 from dwarfwriter.h:15,
                 from dwarfwriter.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-mini-gc.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from mini-gc.h:8,
                 from mini-gc.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-debugger-agent-stubs.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from mini-runtime.h:15,
                 from debugger-agent-stubs.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-xdebug.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from xdebug.c:28:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-alias-analysis.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from alias-analysis.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-mini-cross-helpers.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from mini-cross-helpers.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-arch-stubs.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from arch-stubs.c:5:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-type-checking.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from type-checking.c:10:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-calls.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from calls.c:10:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-lldb.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from lldb.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-memory-access.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/gc-internals.h:15,
                 from memory-access.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-intrinsics.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from intrinsics.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-mini-profiler.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/abi-details.h:10,
                 from mini-profiler.c:9:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-interp-stubs.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/mini/mini.h:12,
                 from ../../mono/mini/mini-runtime.h:15,
                 from interp/interp.h:7,
                 from interp-stubs.c:3:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-llvmonly-runtime.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from mini-runtime.h:15,
                 from llvmonly-runtime.h:11,
                 from llvmonly-runtime.c:8:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-tiered.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from tiered.c:4:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-mini-amd64.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from mini-amd64.c:19:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-exceptions-amd64.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from exceptions-amd64.c:21:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-tramp-amd64.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from tramp-amd64.c:17:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-mini-amd64-gsharedvt.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini-amd64-gsharedvt.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-tramp-amd64-gsharedvt.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from tramp-amd64-gsharedvt.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmini_la-mini-posix.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/cil-coff.h:9,
                 from ../../mono/metadata/metadata-internals.h:11,
                 from ../../mono/metadata/class-internals.h:12,
                 from ../../mono/metadata/profiler-private.h:10,
                 from mini-posix.c:52:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CXXLD    libmini.la
  CC       libmain_a-main.o
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-mmap.h:8,
                 from main.c:24:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       interp/libmono_ee_interp_la-interp.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from interp/interp.c:21:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       interp/libmono_ee_interp_la-mintops.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from interp/mintops.c:9:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       interp/libmono_ee_interp_la-transform.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/cil-coff.h:9,
                 from ../../mono/metadata/metadata-internals.h:11,
                 from ../../mono/metadata/class-internals.h:12,
                 from interp/transform.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CCLD     libmono-ee-interp.la
  CC       libmono_dbg_la-debugger-agent.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from debugger-agent.c:36:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from debugger-agent.c:36:
debugger-agent.c: In function 'strdup_tolower':
debugger-agent.c:3538:17: warning: array subscript has type 'char' [-Wchar-subscripts]
 3538 |   *p = tolower (*p);
      |                 ^
  CC       libmono_dbg_la-debugger-state-machine.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from debugger-state-machine.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmono_dbg_la-debugger-engine.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mini.h:12,
                 from mini-runtime.h:15,
                 from debugger-engine.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
debugger-engine.c: At top level:
debugger-engine.c:758:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  758 | ss_req_count ()
      | ^~~~~~~~~~~~
  CCLD     libmono-dbg.la
  CCLD     mono-boehm
  CC       libmain_a-main-sgen.o
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-mmap.h:8,
                 from main.c:24,
                 from main-sgen.c:5:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CCLD     mono-sgen
ln -sf mono-sgen mono
  AR       libmain.a
  CC       interp/libmaintest_a-whitebox.o
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/mini/mini.h:12,
                 from ../../mono/mini/mini-runtime.h:15,
                 from interp/transform.h:3,
                 from interp/whitebox.c:3:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  AR       libmaintest.a
  CCLD     libmonoboehm-2.0.la
  CCLD     libmonosgen-2.0.la
gmake[4]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/mini'
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/mini'
Making all in dis
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/dis'
  CC       libmonodismain_a-dump.o
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from dump.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonodismain_a-main.o
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from main.c:19:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from main.c:19:
main.c: In function 'load_filter':
main.c:1809:33: warning: array subscript has type 'char' [-Wchar-subscripts]
 1809 |   while (*s && g_ascii_isspace (*s)) ++s;
main.c:1809:16: note: in expansion of macro 'g_ascii_isspace'
 1809 |   while (*s && g_ascii_isspace (*s)) ++s;
      |                ^~~~~~~~~~~~~~~
  CC       libmonodismain_a-declsec.o
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from declsec.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonodis_a-get.o
In file included from /usr/include/ctype.h:100,
                 from get.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
In file included from /usr/include/ctype.h:100,
                 from get.c:15:
get.c: In function 'get_escaped_name':
get.c:1580:16: warning: array subscript has type 'char' [-Wchar-subscripts]
 1580 |   if (isalnum (*s) || *s == '_' || *s == '$' || *s == '@' ||
      |                ^
  CC       libmonodis_a-dis-cil.o
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from dis-cil.c:10:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libmonodis_a-util.o
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from util.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  AR       libmonodis.a
  CCLD     monodis
  AR       libmonodismain.a
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/dis'
Making all in tests
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/tests'
Makefile:3324: warning: overriding recipe for target 'assemblyresolve_asm.dll'
Makefile:3315: warning: ignoring old recipe for target 'assemblyresolve_asm.dll'
Makefile:3479: warning: overriding recipe for target 'assembly-dep-simplename.dll'
Makefile:3474: warning: ignoring old recipe for target 'assembly-dep-simplename.dll'
  CXX      tailcall/split-fsharp.o
  CXXLD    tailcall/split-fsharp
./tailcall/split-fsharp < ./tailcall/fsharp-deeptail.il
touch -f tailcall/fsharp-deeptail.stamp
  CXX      split-tailcall-interface-conservestack.o
  CXXLD    split-tailcall-interface-conservestack
./split-tailcall-interface-conservestack < ./tailcall-interface-conservestack.il
touch -f tailcall/interface-conservestack.stamp
/usr/pkg/bin/gmake  all-recursive
gmake[4]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/tests'
Makefile:3324: warning: overriding recipe for target 'assemblyresolve_asm.dll'
Makefile:3315: warning: ignoring old recipe for target 'assemblyresolve_asm.dll'
Makefile:3479: warning: overriding recipe for target 'assembly-dep-simplename.dll'
Makefile:3474: warning: ignoring old recipe for target 'assembly-dep-simplename.dll'
Making all in gc-descriptors
gmake[5]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/tests/gc-descriptors'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/tests/gc-descriptors'
Making all in .
gmake[5]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/tests'
Makefile:3324: warning: overriding recipe for target 'assemblyresolve_asm.dll'
Makefile:3315: warning: ignoring old recipe for target 'assemblyresolve_asm.dll'
Makefile:3479: warning: overriding recipe for target 'assembly-dep-simplename.dll'
Makefile:3474: warning: ignoring old recipe for target 'assembly-dep-simplename.dll'
  CC       libtest_la-libtest.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from libtest.c:5:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CCLD     libtest.la
gmake[5]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/tests'
Making all in testing_gac
gmake[5]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/tests/testing_gac'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/tests/testing_gac'
Making all in assembly-load-reference
gmake[5]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/tests/assembly-load-reference'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/tests/assembly-load-reference'
Making all in llvmonly-mixed
gmake[5]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/tests/llvmonly-mixed'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/tests/llvmonly-mixed'
Making all in fullaot-mixed
gmake[5]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/tests/fullaot-mixed'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/tests/fullaot-mixed'
gmake[4]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/tests'
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/tests'
Making all in unit-tests
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/unit-tests'
  CC       libtestlib_la-test-sgen-qsort.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/sgen/sgen-gc.h:24,
                 from test-sgen-qsort.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libtestlib_la-test-memfuncs.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/memfuncs.h:14,
                 from test-memfuncs.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libtestlib_la-test-mono-linked-list-set.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-os-semaphore.h:15,
                 from ../../mono/utils/mono-threads.h:15,
                 from test-mono-linked-list-set.c:6:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libtestlib_la-test-conc-hashtable.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-os-semaphore.h:15,
                 from ../../mono/utils/mono-threads.h:15,
                 from test-conc-hashtable.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libtestlib_la-test-mono-handle.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from test-mono-handle.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libtestlib_la-test-mono-callspec.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from test-mono-callspec.c:21:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libtestlib_la-test-mono-string.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/handle-decl.h:18,
                 from ../../mono/metadata/object-internals.h:10,
                 from test-mono-string.c:7:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
  CC       libtestlib_la-test-mono-embed.lo
  CC       libtestlib_la-test-embed-invoke.lo
In file included from test-embed-invoke.c:7:
../../samples/embed/test-invoke.c: In function 'test_mono_embed_invoke_main':
../../samples/embed/test-invoke.c:210:2: warning: 'mvalues' may be used uninitialized in this function [-Wmaybe-uninitialized]
  210 |  mono_runtime_invoke (mvalues, obj, args, NULL);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../samples/embed/test-invoke.c:104:69: note: 'mvalues' was declared here
  104 |  MonoMethod *method = NULL, *m = NULL, *ctor = NULL, *fail = NULL, *mvalues;
      |                                                                     ^~~~~~~
  CCLD     libtestlib.la
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/unit-tests'
Making all in benchmark
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/benchmark'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/benchmark'
Making all in profiler
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/profiler'
  CC       mprof-report.o
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from log.h:4,
                 from mprof-report.c:13:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
mprof-report.c: In function 'decode_buffer':
mprof-report.c:1988:2: warning: 'event' may be used uninitialized in this function [-Wmaybe-uninitialized]
 1988 |  switch (ev) {
      |  ^~~~~~
mprof-report.c:2740:8: note: 'event' was declared here
 2740 |    int event;
      |        ^~~~~
  CCLD     mprof-report
  CC       aot.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I../.. -DSUPPRESSION_DIR=\"/usr/pkg/share/mono-2.0/mono/profiler\" -I../../mono/eglib -fvisibility=hidden -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT aot.lo -MD -MP -MF .deps/aot.Tpo -c aot.c  -fPIC -DPIC -o .libs/aot.o
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/metadata/handle-decl.h:18,
                 from ../../mono/metadata/object-internals.h:10,
                 from aot.c:14:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I../.. -DSUPPRESSION_DIR=\"/usr/pkg/share/mono-2.0/mono/profiler\" -I../../mono/eglib -fvisibility=hidden -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT aot.lo -MD -MP -MF .deps/aot.Tpo -c aot.c -o aot.o >/dev/null 2>&1
  CC       helper.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I../.. -DSUPPRESSION_DIR=\"/usr/pkg/share/mono-2.0/mono/profiler\" -I../../mono/eglib -fvisibility=hidden -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT helper.lo -MD -MP -MF .deps/helper.Tpo -c helper.c  -fPIC -DPIC -o .libs/helper.o
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-logger-internals.h:8,
                 from helper.c:11:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I../.. -DSUPPRESSION_DIR=\"/usr/pkg/share/mono-2.0/mono/profiler\" -I../../mono/eglib -fvisibility=hidden -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT helper.lo -MD -MP -MF .deps/helper.Tpo -c helper.c -o helper.o >/dev/null 2>&1
  CCLD     libmono-profiler-aot.la
  CCLD     libmono-profiler-aot-static.la
  CC       log.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I../.. -DSUPPRESSION_DIR=\"/usr/pkg/share/mono-2.0/mono/profiler\" -I../../mono/eglib -fvisibility=hidden -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.c  -fPIC -DPIC -o .libs/log.o
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/eglib/gmodule.h:4,
                 from log.c:15:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I../.. -DSUPPRESSION_DIR=\"/usr/pkg/share/mono-2.0/mono/profiler\" -I../../mono/eglib -fvisibility=hidden -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.c -o log.o >/dev/null 2>&1
  CC       log-args.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I../.. -DSUPPRESSION_DIR=\"/usr/pkg/share/mono-2.0/mono/profiler\" -I../../mono/eglib -fvisibility=hidden -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT log-args.lo -MD -MP -MF .deps/log-args.Tpo -c log-args.c  -fPIC -DPIC -o .libs/log-args.o
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from ../../mono/utils/mono-logger-internals.h:8,
                 from log-args.c:2:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
log-args.c: In function 'set_sample_freq':
log-args.c:285:15: warning: array subscript has type 'char' [-Wchar-subscripts]
  285 |  if (isdigit (*p))
      |               ^
log-args.c:289:18: warning: array subscript has type 'char' [-Wchar-subscripts]
  289 |  while (isalpha (*p))
      |                  ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I../.. -DSUPPRESSION_DIR=\"/usr/pkg/share/mono-2.0/mono/profiler\" -I../../mono/eglib -fvisibility=hidden -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT log-args.lo -MD -MP -MF .deps/log-args.Tpo -c log-args.c -o log-args.o >/dev/null 2>&1
  CCLD     libmono-profiler-log.la
  CCLD     libmono-profiler-log-static.la
  CC       coverage.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I../.. -DSUPPRESSION_DIR=\"/usr/pkg/share/mono-2.0/mono/profiler\" -I../../mono/eglib -fvisibility=hidden -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT coverage.lo -MD -MP -MF .deps/coverage.Tpo -c coverage.c  -fPIC -DPIC -o .libs/coverage.o
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from coverage.c:57:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I../.. -DSUPPRESSION_DIR=\"/usr/pkg/share/mono-2.0/mono/profiler\" -I../../mono/eglib -fvisibility=hidden -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT coverage.lo -MD -MP -MF .deps/coverage.Tpo -c coverage.c -o coverage.o >/dev/null 2>&1
  CCLD     libmono-profiler-coverage.la
  CCLD     libmono-profiler-coverage-static.la
  CC       proftest-pinvokes.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I../.. -DSUPPRESSION_DIR=\"/usr/pkg/share/mono-2.0/mono/profiler\" -I../../mono/eglib -fvisibility=hidden -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT proftest-pinvokes.lo -MD -MP -MF .deps/proftest-pinvokes.Tpo -c proftest-pinvokes.c  -fPIC -DPIC -o .libs/proftest-pinvokes.o
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I../.. -DSUPPRESSION_DIR=\"/usr/pkg/share/mono-2.0/mono/profiler\" -I../../mono/eglib -fvisibility=hidden -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT proftest-pinvokes.lo -MD -MP -MF .deps/proftest-pinvokes.Tpo -c proftest-pinvokes.c -o proftest-pinvokes.o >/dev/null 2>&1
  CCLD     libproftest_pinvokes.la
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/profiler'
Making all in native
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/native'
  CC       libmono_native_la-mono-native-platform.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from mono-native-platform.c:2:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
mono-native-platform.c: At top level:
cc1: note: unrecognized command-line option '-Wno-typedef-redefinition' may have been intended to silence earlier diagnostics
  CC       ../../external/corefx/src/Native/Unix/System.Native/libmono_native_la-pal_errno.lo
  CC       ../../external/corefx/src/Native/Unix/System.Native/libmono_native_la-pal_maphardwaretype.lo
  CC       ../../external/corefx/src/Native/Unix/System.Native/libmono_native_la-pal_memory.lo
  CC       ../../external/corefx/src/Native/Unix/System.Native/libmono_native_la-pal_uid.lo
  CC       ../../external/corefx/src/Native/Unix/System.Native/libmono_native_la-pal_time.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-backward_references.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-backward_references_hq.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-bit_cost.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-block_splitter.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-brotli_bit_stream.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-cluster.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-command.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-compress_fragment.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-compress_fragment_two_pass.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-dictionary_hash.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-encode.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-encoder_dict.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-entropy_encode.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-fast_log.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-histogram.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-literal_cost.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-memory.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-metablock.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-static_dict.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-utf8_util.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/dec/libmono_native_la-bit_reader.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/dec/libmono_native_la-decode.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/dec/libmono_native_la-huffman.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/dec/libmono_native_la-state.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/common/libmono_native_la-constants.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/common/libmono_native_la-context.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/common/libmono_native_la-dictionary.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/common/libmono_native_la-platform.lo
  CC       ../../external/corefx/src/Native/AnyOS/brotli/common/libmono_native_la-transform.lo
  CC       libmono_native_la-pal-icalls.lo
In file included from /usr/include/ctype.h:100,
                 from ../../mono/eglib/glib.h:25,
                 from pal-icalls.c:12:
../../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
pal-icalls.c: At top level:
cc1: note: unrecognized command-line option '-Wno-typedef-redefinition' may have been intended to silence earlier diagnostics
  CC       ../../external/corefx/src/Native/Unix/System.Native/libmono_native_la-pal_io.lo
  CC       ../../external/corefx/src/Native/Unix/System.Native/libmono_native_la-pal_networking.lo
../../external/corefx/src/Native/Unix/System.Native/pal_networking.c: In function 'GET_CMSG_NXTHDR':
../../external/corefx/src/Native/Unix/System.Native/pal_networking.c:850: warning: ignoring '#pragma clang diagnostic' [-Wunknown-pragmas]
  850 | #pragma clang diagnostic push
      | 
../../external/corefx/src/Native/Unix/System.Native/pal_networking.c:851: warning: ignoring '#pragma clang diagnostic' [-Wunknown-pragmas]
  851 | #pragma clang diagnostic ignored "-Wsign-compare"
      | 
../../external/corefx/src/Native/Unix/System.Native/pal_networking.c: At top level:
../../external/corefx/src/Native/Unix/System.Native/pal_networking.c:1080:16: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 1080 | static int32_t GetMaxLingerTime()
      |                ^~~~~~~~~~~~~~~~
cc1: note: unrecognized command-line option '-Wno-typedef-redefinition' may have been intended to silence earlier diagnostics
  CC       ../../external/corefx/src/Native/Unix/System.Native/libmono_native_la-pal_networkstatistics.lo
  CC       ../../external/corefx/src/Native/Unix/System.Native/libmono_native_la-pal_tcpstate.lo
../../external/corefx/src/Native/Unix/System.Native/pal_tcpstate.c:14:22: warning: missing terminating ' character
   14 | #warning System doesn't have TCP states defined in either tcp.h or tcp_fsm.h; falling back to always returning unknown.
      |                      ^
cc1: note: unrecognized command-line option '-Wno-typedef-redefinition' may have been intended to silence earlier diagnostics
  CC       ../../external/corefx/src/Native/Unix/System.Native/libmono_native_la-pal_random.lo
  CC       libmono_native_la-platform-type.lo
  CCLD     libmono-native.la
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/native'
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono'
gmake[3]: Nothing to be done for 'all-am'.
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono'
gmake[2]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono'
Making all in ikvm-native
gmake[2]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/ikvm-native'
  CC       jni.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT jni.lo -MD -MP -MF .deps/jni.Tpo -c jni.c  -fPIC -DPIC -o .libs/jni.o
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT jni.lo -MD -MP -MF .deps/jni.Tpo -c jni.c -o jni.o >/dev/null 2>&1
  CC       os.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT os.lo -MD -MP -MF .deps/os.Tpo -c os.c  -fPIC -DPIC -o .libs/os.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from ../mono/eglib/gmodule.h:4,
                 from os.c:59:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT os.lo -MD -MP -MF .deps/os.Tpo -c os.c -o os.o >/dev/null 2>&1
  CCLD     libikvm-native.la
gmake[2]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/ikvm-native'
Making all in support
gmake[2]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/support'
  CC       errno.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT errno.lo -MD -MP -MF .deps/errno.Tpo -c errno.c  -fPIC -DPIC -o .libs/errno.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from map.h:10,
                 from errno.c:7:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT errno.lo -MD -MP -MF .deps/errno.Tpo -c errno.c -o errno.o >/dev/null 2>&1
  CC       map.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT map.lo -MD -MP -MF .deps/map.Tpo -c map.c  -fPIC -DPIC -o .libs/map.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from mph.h:33,
                 from map.c:79:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT map.lo -MD -MP -MF .deps/map.Tpo -c map.c -o map.o >/dev/null 2>&1
  CC       signal.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c signal.c  -fPIC -DPIC -o .libs/signal.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from map.h:10,
                 from signal.c:15:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c signal.c -o signal.o >/dev/null 2>&1
  CC       stdio.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT stdio.lo -MD -MP -MF .deps/stdio.Tpo -c stdio.c  -fPIC -DPIC -o .libs/stdio.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from map.h:10,
                 from stdio.c:14:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT stdio.lo -MD -MP -MF .deps/stdio.Tpo -c stdio.c -o stdio.o >/dev/null 2>&1
  CC       string.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT string.lo -MD -MP -MF .deps/string.Tpo -c string.c  -fPIC -DPIC -o .libs/string.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from map.h:10,
                 from string.c:12:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT string.lo -MD -MP -MF .deps/string.Tpo -c string.c -o string.o >/dev/null 2>&1
  CC       stdlib.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT stdlib.lo -MD -MP -MF .deps/stdlib.Tpo -c stdlib.c  -fPIC -DPIC -o .libs/stdlib.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from map.h:10,
                 from stdlib.c:12:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT stdlib.lo -MD -MP -MF .deps/stdlib.Tpo -c stdlib.c -o stdlib.o >/dev/null 2>&1
  CC       dirent.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT dirent.lo -MD -MP -MF .deps/dirent.Tpo -c dirent.c  -fPIC -DPIC -o .libs/dirent.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from map.h:10,
                 from dirent.c:17:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT dirent.lo -MD -MP -MF .deps/dirent.Tpo -c dirent.c -o dirent.o >/dev/null 2>&1
  CC       fcntl.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT fcntl.lo -MD -MP -MF .deps/fcntl.Tpo -c fcntl.c  -fPIC -DPIC -o .libs/fcntl.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from mph.h:33,
                 from fcntl.c:25:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT fcntl.lo -MD -MP -MF .deps/fcntl.Tpo -c fcntl.c -o fcntl.o >/dev/null 2>&1
  CC       fstab.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT fstab.lo -MD -MP -MF .deps/fstab.Tpo -c fstab.c  -fPIC -DPIC -o .libs/fstab.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from map.h:10,
                 from fstab.c:16:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT fstab.lo -MD -MP -MF .deps/fstab.Tpo -c fstab.c -o fstab.o >/dev/null 2>&1
  CC       grp.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT grp.lo -MD -MP -MF .deps/grp.Tpo -c grp.c  -fPIC -DPIC -o .libs/grp.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from map.h:10,
                 from grp.c:21:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT grp.lo -MD -MP -MF .deps/grp.Tpo -c grp.c -o grp.o >/dev/null 2>&1
  CC       macros.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT macros.lo -MD -MP -MF .deps/macros.Tpo -c macros.c  -fPIC -DPIC -o .libs/macros.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from mph.h:33,
                 from macros.c:1:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT macros.lo -MD -MP -MF .deps/macros.Tpo -c macros.c -o macros.o >/dev/null 2>&1
  CC       nl.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT nl.lo -MD -MP -MF .deps/nl.Tpo -c nl.c  -fPIC -DPIC -o .libs/nl.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from nl.h:3,
                 from nl.c:14:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT nl.lo -MD -MP -MF .deps/nl.Tpo -c nl.c -o nl.o >/dev/null 2>&1
  CC       old-map.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT old-map.lo -MD -MP -MF .deps/old-map.Tpo -c old-map.c  -fPIC -DPIC -o .libs/old-map.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from mph.h:33,
                 from old-map.c:14:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT old-map.lo -MD -MP -MF .deps/old-map.Tpo -c old-map.c -o old-map.o >/dev/null 2>&1
  CC       pwd.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT pwd.lo -MD -MP -MF .deps/pwd.Tpo -c pwd.c  -fPIC -DPIC -o .libs/pwd.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from mph.h:33,
                 from pwd.c:16:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT pwd.lo -MD -MP -MF .deps/pwd.Tpo -c pwd.c -o pwd.o >/dev/null 2>&1
  CC       serial.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT serial.lo -MD -MP -MF .deps/serial.Tpo -c serial.c  -fPIC -DPIC -o .libs/serial.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from map.h:10,
                 from serial.c:8:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT serial.lo -MD -MP -MF .deps/serial.Tpo -c serial.c -o serial.o >/dev/null 2>&1
  CC       sys-mman.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT sys-mman.lo -MD -MP -MF .deps/sys-mman.Tpo -c sys-mman.c  -fPIC -DPIC -o .libs/sys-mman.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from map.h:10,
                 from sys-mman.c:35:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT sys-mman.lo -MD -MP -MF .deps/sys-mman.Tpo -c sys-mman.c -o sys-mman.o >/dev/null 2>&1
  CC       sys-sendfile.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT sys-sendfile.lo -MD -MP -MF .deps/sys-sendfile.Tpo -c sys-sendfile.c  -fPIC -DPIC -o .libs/sys-sendfile.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from map.h:10,
                 from sys-sendfile.c:16:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT sys-sendfile.lo -MD -MP -MF .deps/sys-sendfile.Tpo -c sys-sendfile.c -o sys-sendfile.o >/dev/null 2>&1
  CC       sys-socket.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT sys-socket.lo -MD -MP -MF .deps/sys-socket.Tpo -c sys-socket.c  -fPIC -DPIC -o .libs/sys-socket.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from map.h:10,
                 from sys-socket.c:18:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT sys-socket.lo -MD -MP -MF .deps/sys-socket.Tpo -c sys-socket.c -o sys-socket.o >/dev/null 2>&1
  CC       sys-stat.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT sys-stat.lo -MD -MP -MF .deps/sys-stat.Tpo -c sys-stat.c  -fPIC -DPIC -o .libs/sys-stat.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from mph.h:33,
                 from sys-stat.c:22:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT sys-stat.lo -MD -MP -MF .deps/sys-stat.Tpo -c sys-stat.c -o sys-stat.o >/dev/null 2>&1
  CC       sys-statvfs.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT sys-statvfs.lo -MD -MP -MF .deps/sys-statvfs.Tpo -c sys-statvfs.c  -fPIC -DPIC -o .libs/sys-statvfs.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from mph.h:33,
                 from sys-statvfs.c:14:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT sys-statvfs.lo -MD -MP -MF .deps/sys-statvfs.Tpo -c sys-statvfs.c -o sys-statvfs.o >/dev/null 2>&1
  CC       sys-time.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT sys-time.lo -MD -MP -MF .deps/sys-time.Tpo -c sys-time.c  -fPIC -DPIC -o .libs/sys-time.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from map.h:10,
                 from sys-time.c:17:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT sys-time.lo -MD -MP -MF .deps/sys-time.Tpo -c sys-time.c -o sys-time.o >/dev/null 2>&1
  CC       sys-uio.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT sys-uio.lo -MD -MP -MF .deps/sys-uio.Tpo -c sys-uio.c  -fPIC -DPIC -o .libs/sys-uio.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from sys-uio.h:4,
                 from sys-uio.c:20:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT sys-uio.lo -MD -MP -MF .deps/sys-uio.Tpo -c sys-uio.c -o sys-uio.o >/dev/null 2>&1
  CC       sys-utsname.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT sys-utsname.lo -MD -MP -MF .deps/sys-utsname.Tpo -c sys-utsname.c  -fPIC -DPIC -o .libs/sys-utsname.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from map.h:10,
                 from sys-utsname.c:14:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT sys-utsname.lo -MD -MP -MF .deps/sys-utsname.Tpo -c sys-utsname.c -o sys-utsname.o >/dev/null 2>&1
  CC       sys-wait.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT sys-wait.lo -MD -MP -MF .deps/sys-wait.Tpo -c sys-wait.c  -fPIC -DPIC -o .libs/sys-wait.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from sys-wait.c:13:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT sys-wait.lo -MD -MP -MF .deps/sys-wait.Tpo -c sys-wait.c -o sys-wait.o >/dev/null 2>&1
  CC       sys-xattr.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT sys-xattr.lo -MD -MP -MF .deps/sys-xattr.Tpo -c sys-xattr.c  -fPIC -DPIC -o .libs/sys-xattr.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from map.h:10,
                 from sys-xattr.c:51:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
At top level:
sys-xattr.c:301:1: warning: 'bsd_flistxattr' defined but not used [-Wunused-function]
  301 | bsd_flistxattr (int fd, void *list, mph_size_t size)
      | ^~~~~~~~~~~~~~
sys-xattr.c:271:1: warning: 'bsd_llistxattr' defined but not used [-Wunused-function]
  271 | bsd_llistxattr (const char *path, void *list, mph_size_t size)
      | ^~~~~~~~~~~~~~
sys-xattr.c:241:1: warning: 'bsd_listxattr' defined but not used [-Wunused-function]
  241 | bsd_listxattr (const char *path, void *list, mph_size_t size)
      | ^~~~~~~~~~~~~
sys-xattr.c:128:1: warning: 'bsd_handle_nsprefix' defined but not used [-Wunused-function]
  128 | bsd_handle_nsprefix (const char *name, char **_name, int *namespace)
      | ^~~~~~~~~~~~~~~~~~~
sys-xattr.c:114:12: warning: 'bsd_check_flags' defined but not used [-Wunused-function]
  114 | static int bsd_check_flags (gint32 flags)
      |            ^~~~~~~~~~~~~~~
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT sys-xattr.lo -MD -MP -MF .deps/sys-xattr.Tpo -c sys-xattr.c -o sys-xattr.o >/dev/null 2>&1
  CC       syslog.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT syslog.lo -MD -MP -MF .deps/syslog.Tpo -c syslog.c  -fPIC -DPIC -o .libs/syslog.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from map.h:10,
                 from syslog.c:14:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT syslog.lo -MD -MP -MF .deps/syslog.Tpo -c syslog.c -o syslog.o >/dev/null 2>&1
  CC       time.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT time.lo -MD -MP -MF .deps/time.Tpo -c time.c  -fPIC -DPIC -o .libs/time.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from map.h:10,
                 from time.c:14:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT time.lo -MD -MP -MF .deps/time.Tpo -c time.c -o time.o >/dev/null 2>&1
  CC       unistd.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT unistd.lo -MD -MP -MF .deps/unistd.Tpo -c unistd.c  -fPIC -DPIC -o .libs/unistd.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from mph.h:33,
                 from unistd.c:34:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT unistd.lo -MD -MP -MF .deps/unistd.Tpo -c unistd.c -o unistd.o >/dev/null 2>&1
  CC       utime.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT utime.lo -MD -MP -MF .deps/utime.Tpo -c utime.c  -fPIC -DPIC -o .libs/utime.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from map.h:10,
                 from utime.c:13:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT utime.lo -MD -MP -MF .deps/utime.Tpo -c utime.c -o utime.o >/dev/null 2>&1
  CC       x-struct-str.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT x-struct-str.lo -MD -MP -MF .deps/x-struct-str.Tpo -c x-struct-str.c  -fPIC -DPIC -o .libs/x-struct-str.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from mph.h:33,
                 from x-struct-str.c:9:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT x-struct-str.lo -MD -MP -MF .deps/x-struct-str.Tpo -c x-struct-str.c -o x-struct-str.o >/dev/null 2>&1
  CC       zlib-helper.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT zlib-helper.lo -MD -MP -MF .deps/zlib-helper.Tpo -c zlib-helper.c  -fPIC -DPIC -o .libs/zlib-helper.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from zlib-helper.c:16:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT zlib-helper.lo -MD -MP -MF .deps/zlib-helper.Tpo -c zlib-helper.c -o zlib-helper.o >/dev/null 2>&1
  CC       minizip/ioapi.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT minizip/ioapi.lo -MD -MP -MF minizip/.deps/ioapi.Tpo -c minizip/ioapi.c  -fPIC -DPIC -o minizip/.libs/ioapi.o
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT minizip/ioapi.lo -MD -MP -MF minizip/.deps/ioapi.Tpo -c minizip/ioapi.c -o minizip/ioapi.o >/dev/null 2>&1
  CC       minizip/unzip.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT minizip/unzip.lo -MD -MP -MF minizip/.deps/unzip.Tpo -c minizip/unzip.c  -fPIC -DPIC -o minizip/.libs/unzip.o
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT minizip/unzip.lo -MD -MP -MF minizip/.deps/unzip.Tpo -c minizip/unzip.c -o minizip/unzip.o >/dev/null 2>&1
  CC       minizip/zip.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT minizip/zip.lo -MD -MP -MF minizip/.deps/zip.Tpo -c minizip/zip.c  -fPIC -DPIC -o minizip/.libs/zip.o
minizip/zip.c:189:38: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  189 | local linkedlist_datablock_internal* allocate_new_datablock()
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
minizip/zip.c: In function 'zip64local_SearchCentralDir':
minizip/zip.c:521:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  521 |     for (i=(int)uReadSize-3; (i--)>0;)
      |     ^~~
minizip/zip.c:529:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  529 |       if (uPosFound!=0)
      |       ^~
minizip/zip.c: At top level:
minizip/zip.c:640:5: warning: no previous prototype for 'LoadCentralDirectoryRecord' [-Wmissing-prototypes]
  640 | int LoadCentralDirectoryRecord(zip64_internal* pziinit)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
minizip/zip.c:849:24: warning: no previous prototype for 'zipOpen3' [-Wmissing-prototypes]
  849 | extern zipFile ZEXPORT zipOpen3 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def)
      |                        ^~~~~~~~
minizip/zip.c:958:5: warning: no previous prototype for 'Write_LocalFileHeader' [-Wmissing-prototypes]
  958 | int Write_LocalFileHeader(zip64_internal* zi, const char* filename, uInt size_extrafield_local, const void* extrafield_local)
      |     ^~~~~~~~~~~~~~~~~~~~~
minizip/zip.c:1755:5: warning: no previous prototype for 'Write_Zip64EndOfCentralDirectoryLocator' [-Wmissing-prototypes]
 1755 | int Write_Zip64EndOfCentralDirectoryLocator(zip64_internal* zi, ZPOS64_T zip64eocd_pos_inzip)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
minizip/zip.c:1777:5: warning: no previous prototype for 'Write_Zip64EndOfCentralDirectoryRecord' [-Wmissing-prototypes]
 1777 | int Write_Zip64EndOfCentralDirectoryRecord(zip64_internal* zi, uLong size_centraldir, ZPOS64_T centraldir_pos_inzip)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
minizip/zip.c:1816:5: warning: no previous prototype for 'Write_EndOfCentralDirectoryRecord' [-Wmissing-prototypes]
 1816 | int Write_EndOfCentralDirectoryRecord(zip64_internal* zi, uLong size_centraldir, ZPOS64_T centraldir_pos_inzip)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
minizip/zip.c:1864:5: warning: no previous prototype for 'Write_GlobalComment' [-Wmissing-prototypes]
 1864 | int Write_GlobalComment(zip64_internal* zi, const char* global_comment)
      |     ^~~~~~~~~~~~~~~~~~~
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT minizip/zip.lo -MD -MP -MF minizip/.deps/zip.Tpo -c minizip/zip.c -o minizip/zip.o >/dev/null 2>&1
  CCLD     libMonoPosixHelper.la
  CC       supportw.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT supportw.lo -MD -MP -MF .deps/supportw.Tpo -c supportw.c  -fPIC -DPIC -o .libs/supportw.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from supportw.c:13:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT supportw.lo -MD -MP -MF .deps/supportw.Tpo -c supportw.c -o supportw.o >/dev/null 2>&1
  CC       support-heap.lo
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT support-heap.lo -MD -MP -MF .deps/support-heap.Tpo -c support-heap.c  -fPIC -DPIC -o .libs/support-heap.o
In file included from /usr/include/ctype.h:100,
                 from ../mono/eglib/glib.h:25,
                 from support-heap.c:11:
../mono/eglib/glib.h: In function 'monoeg_g_async_safe_fgets':
../mono/eglib/glib.h:1205:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1205 |   if (!isprint (str [i]))
      |                     ^
libtool: compile:  cc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -DHAVE_UNISTD_H -DHAVE_HIDDEN -I../mono/eglib -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include/python3.12 -I/home/pbulk/build-disk/lang/mono/work/.buildlink/include -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE -DHOST_BSD -g -DUSE_COMPILER_TLS -Wall -Wunused -Wmissing-declarations -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -pipe -O2 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wno-format-zero-length -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mno-tls-direct-seg-refs -Werror=incompatible-pointer-types -Werror=return-type -Werror-implicit-function-declaration -MT support-heap.lo -MD -MP -MF .deps/support-heap.Tpo -c support-heap.c -o support-heap.o >/dev/null 2>&1
  CCLD     libMonoSupportW.la
gmake[2]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/support'
Making all in data
gmake[2]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data'
Making all in net_2_0
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data/net_2_0'
Making all in Browsers
gmake[4]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data/net_2_0/Browsers'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data/net_2_0/Browsers'
gmake[4]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data/net_2_0'
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data/net_2_0'
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data/net_2_0'
Making all in net_4_0
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data/net_4_0'
Making all in Browsers
gmake[4]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data/net_4_0/Browsers'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data/net_4_0/Browsers'
gmake[4]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data/net_4_0'
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data/net_4_0'
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data/net_4_0'
Making all in net_4_5
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data/net_4_5'
Making all in Browsers
gmake[4]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data/net_4_5/Browsers'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data/net_4_5/Browsers'
gmake[4]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data/net_4_5'
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data/net_4_5'
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data/net_4_5'
gmake[3]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data'
cp gdb/mono-gdb.py mono-sgen-gdb.py
gmake[3]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data'
gmake[2]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/data'
Making all in runtime
gmake[2]: Entering directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/runtime'
cp ../data/config etc/mono/config
if test -d "/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/support"; then \
	sed 's,target="$mono_libdir/libMonoPosixHelper.so",target="/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/support/libMonoPosixHelper.la",' etc/mono/config > etc/mono/config.tmp \
	 && mv etc/mono/config.tmp etc/mono/config \
	 ; \
else \
	echo "Unknown directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/support'" && false; \
fi
if test -d "/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/native"; then \
	sed 's,target="$mono_libdir/libmono-native.so",target="/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/native/libmono-native.la",' etc/mono/config > etc/mono/config.tmp \
	 && mv etc/mono/config.tmp etc/mono/config \
	 ; \
else \
	echo "Unknown directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/native'" && false; \
fi
if test -d "/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/btls/build-shared"; then \
	sed 's,target="$mono_libdir/libmono-btls-shared.so",target="/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/btls/build-shared/libmono-btls-shared.so",' etc/mono/config > etc/mono/config.tmp \
	 && mv etc/mono/config.tmp etc/mono/config \
	 ; \
else \
	echo "Unknown directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/btls/build-shared'"; \
fi
if test -n ""; then \
	sed 's,target="libgdiplus.so",target="",' etc/mono/config > etc/mono/config.tmp \
	 && mv etc/mono/config.tmp etc/mono/config \
	 ; \
fi
cat etc/mono/config
<configuration>
	<dllmap dll="i:cygwin1.dll" target="libc.so" os="!windows" />
	<dllmap dll="libc" target="libc.so" os="!windows"/>
	<dllmap dll="intl" target="libintl.so" os="!windows"/>
	<dllmap dll="intl" name="bind_textdomain_codeset" target="libc.so" os="solaris"/>
	<dllmap dll="libintl" name="bind_textdomain_codeset" target="libc.so" os="solaris"/>
	<dllmap dll="libintl" target="libintl.so" os="!windows"/>
	<dllmap dll="i:libxslt.dll" target="libxslt.so" os="!windows"/>
	<dllmap dll="i:odbc32.dll" target="libodbc.so.2" os="!windows"/>
	<dllmap dll="i:odbc32.dll" target="libiodbc.dylib" os="osx"/>
	<dllmap dll="oci" target="libclntsh.so" os="!windows"/>
	<dllmap dll="db2cli" target="libdb2_36.so" os="!windows"/>
	<dllmap dll="MonoPosixHelper" target="/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/support/libMonoPosixHelper.la" os="!windows" />
	<dllmap dll="System.Native" target="/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/native/libmono-native.la" os="!windows" />
	<dllmap dll="System.Net.Security.Native" target="/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/native/libmono-native.la" os="!windows" />
	<dllmap dll="System.Security.Cryptography.Native.Apple" target="/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/native/libmono-native.la" os="osx" />
	<dllmap dll="libmono-btls-shared" target="/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mono/btls/build-shared/libmono-btls-shared.so" os="!windows" />
	<dllmap dll="i:msvcrt" target="libc.so" os="!windows"/>
	<dllmap dll="i:msvcrt.dll" target="libc.so" os="!windows"/>
	<dllmap dll="sqlite" target="libsqlite.so" os="!windows"/>
	<dllmap dll="sqlite3" target="libsqlite3.so" os="!windows"/>
	<dllmap dll="libX11" target="libX11.so" os="!windows" />
	<dllmap dll="libgdk-x11-2.0" target="libgdk-x11-2.0.so.0" os="!windows"/>
	<dllmap dll="libgdk_pixbuf-2.0" target="libgdk_pixbuf-2.0.so.0" os="!windows"/>
	<dllmap dll="libgtk-x11-2.0" target="libgtk-x11-2.0.so.0" os="!windows"/>
	<dllmap dll="libglib-2.0" target="libglib-2.0.so.0" os="!windows"/>
	<dllmap dll="libgobject-2.0" target="libgobject-2.0.so.0" os="!windows"/>
	<dllmap dll="libgnomeui-2" target="libgnomeui-2.so.0" os="!windows"/>
	<dllmap dll="librsvg-2" target="librsvg-2.so.2" os="!windows"/>
	<dllmap dll="libXinerama" target="libXinerama.so.1" os="!windows" />
	<dllmap dll="libasound" target="libasound.so.2" os="!windows" />
	<dllmap dll="libcairo-2.dll" target="libcairo.so.2" os="!windows"/>
	<dllmap dll="libcairo-2.dll" target="$mono_libdir/libcairo.2.dylib" os="osx" />
	<dllmap dll="libcups" target="libcups.so.2" os="!windows"/>
	<dllmap dll="libcups" target="libcups.dylib" os="osx"/>
	<dllmap dll="i:kernel32.dll">
		<dllentry dll="__Internal" name="CopyMemory" target="mono_win32_compat_CopyMemory"/>
		<dllentry dll="__Internal" name="FillMemory" target="mono_win32_compat_FillMemory"/>
		<dllentry dll="__Internal" name="MoveMemory" target="mono_win32_compat_MoveMemory"/>
		<dllentry dll="__Internal" name="ZeroMemory" target="mono_win32_compat_ZeroMemory"/>
	</dllmap>
	<dllmap dll="gdiplus" target="libgdiplus.so" os="!windows"/>
	<dllmap dll="gdiplus.dll" target="libgdiplus.so"  os="!windows"/>
	<dllmap dll="gdi32" target="libgdiplus.so" os="!windows"/>
	<dllmap dll="gdi32.dll" target="libgdiplus.so" os="!windows"/>
</configuration>
/bin/sh ../mkinstalldirs _tmpinst/bin
mkdir -p -- _tmpinst/bin
cp mono-wrapper _tmpinst/bin/mono
echo '#! /bin/sh' > _tmpinst/bin/ilasm ; \
r=`pwd`; m=`cd /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/ilasm/ilasm.exe"'" "$@"' >> _tmpinst/bin/ilasm ; \
chmod +x _tmpinst/bin/ilasm
echo '#! /bin/sh' > _tmpinst/bin/csc ; \
r=`pwd`; m=`cd /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/roslyn-binaries/Microsoft.Net.Compilers/3.9.0/csc.exe"'" "$@"' >> _tmpinst/bin/csc ; \
chmod +x _tmpinst/bin/csc
echo '#! /bin/sh' > _tmpinst/bin/mcs ; \
r=`pwd`; m=`cd /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_4_x/mcs.exe"'" "$@"' >> _tmpinst/bin/mcs ; \
chmod +x _tmpinst/bin/mcs
echo '#! /bin/sh' > _tmpinst/bin/al ; \
r=`pwd`; m=`cd /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_4_x/al.exe"'" "$@"' >> _tmpinst/bin/al ; \
chmod +x _tmpinst/bin/al
if test -w /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs; then :; else chmod -R +w /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs; fi
cd /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs && /usr/pkg/bin/gmake --no-print-directory -s NO_DIR_CHECK=1 PROFILES='binary_reference_assemblies net_4_x xbuild_12 xbuild_14              ' CC='cc -std=gnu11' all-profiles
mkdir -p -- build/deps
gmake[6]: mono: No such file or directory
gmake[6]: *** [build/profiles/build.make:134: build/deps/basic-profile-check.exe] Error 127
*** The runtime 'mono' doesn't appear to be usable.
*** Trying the 'monolite-unix/1A5E0066-58DC-428A-B21C-0AD6CDAE2789' directory.
Microsoft (R) Visual C# Compiler version 3.9.0-6.21124.20 (db94f4cc)
Copyright (C) Microsoft Corporation. All rights reserved.

sh: git: not found
sh: git: not found
sh: git: not found
sh: git: not found
closure.c:38:13: warning: 'sccsid' defined but not used [-Wunused-variable]
   38 | static char sccsid[] = "@(#)closure.c 5.3 (Berkeley) 5/24/93";
      |             ^~~~~~
In file included from /usr/include/ctype.h:100,
                 from defs.h:40,
                 from error.c:43:
error.c: In function 'print_pos':
error.c:82:14: warning: array subscript has type 'char' [-Wchar-subscripts]
   82 |  if (isprint(*s) || *s == '\t')
      |              ^
At top level:
error.c:38:13: warning: 'sccsid' defined but not used [-Wunused-variable]
   38 | static char sccsid[] = "@(#)error.c 5.3 (Berkeley) 6/1/90";
      |             ^~~~~~
lalr.c:38:13: warning: 'sccsid' defined but not used [-Wunused-variable]
   38 | static char sccsid[] = "@(#)lalr.c 5.3 (Berkeley) 6/1/90";
      |             ^~~~~~
lr0.c:373:1: warning: no previous prototype for 'show_cores' [-Wmissing-prototypes]
  373 | show_cores (void)
      | ^~~~~~~~~~
lr0.c:409:1: warning: no previous prototype for 'show_ritems' [-Wmissing-prototypes]
  409 | show_ritems (void)
      | ^~~~~~~~~~~
lr0.c:419:1: warning: no previous prototype for 'show_rrhs' [-Wmissing-prototypes]
  419 | show_rrhs (void)
      | ^~~~~~~~~
lr0.c:431:1: warning: no previous prototype for 'show_shifts' [-Wmissing-prototypes]
  431 | show_shifts (void)
      | ^~~~~~~~~~~
lr0.c:643:1: warning: no previous prototype for 'free_nullable' [-Wmissing-prototypes]
  643 | free_nullable (void)
      | ^~~~~~~~~~~~~
lr0.c:38:13: warning: 'sccsid' defined but not used [-Wunused-variable]
   38 | static char sccsid[] = "@(#)lr0.c 5.3 (Berkeley) 1/20/91";
      |             ^~~~~~
main.c:44:13: warning: 'sccsid' defined but not used [-Wunused-variable]
   44 | static char sccsid[] = "@(#)main.c 5.5 (Berkeley) 5/24/93";
      |             ^~~~~~
mkpar.c:38:13: warning: 'sccsid' defined but not used [-Wunused-variable]
   38 | static char sccsid[] = "@(#)mkpar.c 5.3 (Berkeley) 1/20/91";
      |             ^~~~~~
mkpar.c: In function 'make_parser':
mkpar.c:307:21: warning: 'pref' may be used uninitialized in this function [-Wmaybe-uninitialized]
  307 |    pref->suppressed = 2;
      |    ~~~~~~~~~~~~~~~~~^~~
mkpar.c:260:26: note: 'pref' was declared here
  260 |     register action *p, *pref;
      |                          ^~~~
output.c:38:13: warning: 'sccsid' defined but not used [-Wunused-variable]
   38 | static char sccsid[] = "@(#)output.c 5.7 (Berkeley) 5/24/93";
      |             ^~~~~~
In file included from /usr/include/ctype.h:100,
                 from defs.h:40,
                 from reader.c:41:
reader.c: In function 'is_reserved':
reader.c:612:57: warning: array subscript has type 'char' [-Wchar-subscripts]
  612 |     if (name[0] == '$' && name[1] == '$' && isdigit(name[2]))
      |                                                         ^
reader.c:615:17: warning: array subscript has type 'char' [-Wchar-subscripts]
  615 |  while (isdigit(*s)) ++s;
      |                 ^
reader.c: In function 'copy_action':
reader.c:1113:39: warning: array subscript has type 'char' [-Wchar-subscripts]
 1113 |      else if (c == '-' && isdigit(cptr[1]))
      |                                       ^
reader.c:1136:23: warning: array subscript has type 'char' [-Wchar-subscripts]
 1136 |  else if (isdigit(cptr[1]))
      |                       ^
At top level:
reader.c:38:13: warning: 'sccsid' defined but not used [-Wunused-variable]
   38 | static char sccsid[] = "@(#)reader.c 5.7 (Berkeley) 1/20/91";
      |             ^~~~~~
reader.c: In function 'reader':
reader.c:1676:12: warning: 'spacing' may be used uninitialized in this function [-Wmaybe-uninitialized]
 1676 |      while (--j >= 0) putc(' ', f);
      |            ^
reader.c:1658:9: note: 'spacing' was declared here
 1658 |     int spacing;
      |         ^~~~~~~
symtab.c:38:13: warning: 'sccsid' defined but not used [-Wunused-variable]
   38 | static char sccsid[] = "@(#)symtab.c 5.3 (Berkeley) 6/1/90";
      |             ^~~~~~
verbose.c:38:13: warning: 'sccsid' defined but not used [-Wunused-variable]
   38 | static char sccsid[] = "@(#)verbose.c 5.3 (Berkeley) 1/20/91";
      |             ^~~~~~
verbose.c: In function 'verbose':
verbose.c:197:7: warning: 'number' may be used uninitialized in this function [-Wmaybe-uninitialized]
  197 |       fprintf(verbose_file, "%d: reduce/reduce conflict \
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  198 | (reduce %d, reduce %d) on %s\n", state, number - 2, p->number - 2,
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  199 |        symbol_name[symbol]);
      |        ~~~~~~~~~~~~~~~~~~~~
verbose.c:162:31: note: 'number' was declared here
  162 |     register int symbol, act, number;
      |                               ^~~~~~
verbose.c:189:6: warning: 'act' may be used uninitialized in this function [-Wmaybe-uninitialized]
  189 |   if (act == SHIFT)
      |      ^
verbose.c:162:26: note: 'act' was declared here
  162 |     register int symbol, act, number;
      |                          ^~~
warshall.c:38:13: warning: 'sccsid' defined but not used [-Wunused-variable]
   38 | static char sccsid[] = "@(#)warshall.c 5.4 (Berkeley) 5/24/93";
      |             ^~~~~~
mkdir -p -- ../../class/lib/build-unix/tmp/
CSC     [build-unix] gensources.exe
Makefile:20: warning: overriding recipe for target 'test-local'
../../build/library.make:208: warning: ignoring old recipe for target 'test-local'
Makefile:20: warning: overriding recipe for target 'test-local'
../../build/library.make:208: warning: ignoring old recipe for target 'test-local'
CSC     [build-unix] Mono.Cecil.dll
CSC     [build-unix] cil-stringreplacer.exe
CSC     [build-unix] PEAPI.dll
./../jay/jay: 7 rules never reduced
./../jay/jay: 14 shift/reduce conflicts.
CSC     [build-unix] ilasm.exe
Assembling '../../class/corlib/System.Runtime.CompilerServices/Unsafe.il' , no listing file, to dll --> '../../class/lib/build-unix/corlib.unsafe.dll.tmp'

../../class/corlib/System.Runtime.CompilerServices/Unsafe.il : Warning -- Reference to undeclared extern assembly 'mscorlib', adding.
Operation completed successfully
CSC     [build-unix] mscorlib.dll
CSC     [build-unix] Mono.Security.dll
CSC     [build-unix] System.dll
CSC     [build-unix] System.Xml.dll
CSC     [build-unix] System.Security.dll
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/Common/src/System/Security/Cryptography/Asn1V2.cs(405,13): warning CS0114: 'SpanBasedEncoding.GetByteCount(ReadOnlySpan<char>)' hides inherited member 'Encoding.GetByteCount(ReadOnlySpan<char>)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/Common/src/System/Security/Cryptography/Asn1V2.cs(440,13): warning CS0114: 'SpanBasedEncoding.GetCharCount(ReadOnlySpan<byte>)' hides inherited member 'Encoding.GetCharCount(ReadOnlySpan<byte>)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs(316,21): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs(109,24): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs(137,24): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs(348,13): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/AnyOS/ManagedPal.Encrypt.cs(82,55): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/AnyOS/ManagedPal.Encrypt.cs(147,20): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs(712,20): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/AnyOS/ManagedPal.cs(19,28): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/AnyOS/ManagedPal.cs(25,21): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs(749,31): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs(123,51): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs(172,51): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs(226,52): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs(481,21): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
CSC     [build-unix] Mono.Posix.dll
Mono.Unix/UnixEncoding.cs(312,44): warning CS3001: Argument type 'char*' is not CLS-compliant
Mono.Unix/UnixEncoding.cs(312,72): warning CS3001: Argument type 'byte*' is not CLS-compliant
CSC     [build-unix] System.Core.dll
Makefile:20: warning: overriding recipe for target 'test-local'
../../build/library.make:208: warning: ignoring old recipe for target 'test-local'
Makefile:20: warning: overriding recipe for target 'test-local'
../../build/library.make:208: warning: ignoring old recipe for target 'test-local'
CSC     [build-unix] System.Configuration.dll
CSC     [build-unix] System.ComponentModel.Composition.dll
CSC     [build-unix] System.Numerics.dll
CSC     [build-unix] System.Xml.Linq.dll
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Private.Xml.Linq/src/System/Xml/XPath/XNodeNavigator.cs(36,27): warning CS0108: 'XNodeNavigator.TextMask' hides inherited member 'XPathNavigator.TextMask'. Use the new keyword if hiding was intended.
CSC     [build-unix] System.IO.Compression.dll
CSC     [build-unix] System.IO.Compression.FileSystem.dll
Makefile:18: warning: overriding recipe for target 'clean-local'
../../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
Makefile:18: warning: overriding recipe for target 'clean-local'
../../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
Makefile:18: warning: overriding recipe for target 'clean-local'
../../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
Makefile:16: warning: overriding recipe for target 'clean-local'
../../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
Makefile:16: warning: overriding recipe for target 'clean-local'
../../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
Makefile:16: warning: overriding recipe for target 'clean-local'
../../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
CSC     [build-unix] System.Net.Http.dll
CSC     [build-unix] System.Net.Http.WebRequest.dll
System.Net.Http.WebRequest/WebRequestHandler.cs(39,3): warning CS0436: The type 'MonoWebRequestHandler' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Net.Http.WebRequest/../System.Net.Http/MonoWebRequestHandler.cs' conflicts with the imported type 'MonoWebRequestHandler' in 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Net.Http.WebRequest/../System.Net.Http/MonoWebRequestHandler.cs'.
System.Net.Http.WebRequest/WebRequestHandler.cs(48,22): warning CS0436: The type 'MonoWebRequestHandler' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Net.Http.WebRequest/../System.Net.Http/MonoWebRequestHandler.cs' conflicts with the imported type 'MonoWebRequestHandler' in 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Net.Http.WebRequest/../System.Net.Http/MonoWebRequestHandler.cs'.
System.Net.Http.WebRequest/WebRequestHandler.cs(44,16): warning CS0436: The type 'MonoWebRequestHandler' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Net.Http.WebRequest/../System.Net.Http/MonoWebRequestHandler.cs' conflicts with the imported type 'MonoWebRequestHandler' in 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Net.Http.WebRequest/../System.Net.Http/MonoWebRequestHandler.cs'.
CSC     [build-unix] System.Drawing.dll
mkdir -p -- ../../../class/lib/build-unix/Facades/
CSC     [build-unix] System.Runtime.dll
CSC     [build-unix] System.Reflection.dll
CSC     [build-unix] System.Collections.dll
CSC     [build-unix] System.Resources.ResourceManager.dll
CSC     [build-unix] System.Globalization.dll
CSC     [build-unix] System.Threading.Tasks.dll
CSC     [build-unix] System.Collections.Concurrent.dll
CSC     [build-unix] System.Text.Encoding.dll
CSC     [build-unix] System.IO.dll
CSC     [build-unix] System.Threading.dll
CSC     [build-unix] System.Diagnostics.Debug.dll
CSC     [build-unix] System.Linq.Expressions.dll
CSC     [build-unix] System.Dynamic.Runtime.dll
CSC     [build-unix] System.Linq.dll
CSC     [build-unix] System.Threading.Tasks.Parallel.dll
CSC     [build-unix] System.Xml.ReaderWriter.dll
CSC     [build-unix] System.Diagnostics.Tools.dll
CSC     [build-unix] System.Reflection.Primitives.dll
CSC     [build-unix] System.Runtime.Extensions.dll
CSC     [build-unix] System.Runtime.InteropServices.dll
CSC     [build-unix] System.Text.Encoding.Extensions.dll
CSC     [build-unix] System.Runtime.Numerics.dll
CSC     [build-unix] System.Xml.XDocument.dll
CSC     [build-unix] System.Reflection.Extensions.dll
CSC     [build-unix] System.IO.FileSystem.Primitives.dll
CSC     [build-unix] System.IO.FileSystem.dll
CSC     [build-unix] System.Diagnostics.FileVersionInfo.dll
CSC     [build-unix] System.Security.Cryptography.Primitives.dll
CSC     [build-unix] System.Security.Cryptography.Algorithms.dll
CSC     [build-unix] System.ValueTuple.dll
CSC     [build-unix] System.Text.Encoding.CodePages.dll
CSC     [build-unix] System.Text.RegularExpressions.dll
CSC     [build-unix] System.Diagnostics.Contracts.dll
CSC     [build-unix] System.Diagnostics.Tracing.dll
CSC     [build-unix] System.Net.Primitives.dll
CSC     [build-unix] netstandard.dll
CSC     [build-unix] resgen.exe
CSC     [build-unix] gacutil.exe
CSC     [build-unix] sn.exe
CSC     [build-unix] culevel.exe
CompileUplevel.cs(943,25): warning CS0618: 'CodeDomProvider.CreateGenerator()' is obsolete: 'Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.'
CSC     [build-unix] upload-to-sentry.exe
CSC     [build-unix] mono-helix-client.exe
CSC     [build-unix] commoncryptogenerator.exe
CSC     [build-unix] resx2sr.exe
CSC     [build-unix] monolinker.exe
CSC     [build-unix] mono-cil-strip.exe
Mono.Cecil/HashCodeProvider.cs(33,43): warning CS0618: 'IHashCodeProvider' is obsolete: 'Please use IEqualityComparer instead.'
Mono.Cecil.Metadata/BlobHeap.cs(57,36): warning CS0618: 'IHashCodeProvider' is obsolete: 'Please use IEqualityComparer instead.'
Mono.Cecil/ExternTypeCollection.cs(85,60): warning CS0618: 'NameObjectCollectionBase.NameObjectCollectionBase(IHashCodeProvider, IComparer)' is obsolete: 'Please use NameObjectCollectionBase(IEqualityComparer) instead.'
Mono.Cecil/TypeDefinitionCollection.cs(85,64): warning CS0618: 'NameObjectCollectionBase.NameObjectCollectionBase(IHashCodeProvider, IComparer)' is obsolete: 'Please use NameObjectCollectionBase(IEqualityComparer) instead.'
Mono.Cecil/TypeReferenceCollection.cs(85,63): warning CS0618: 'NameObjectCollectionBase.NameObjectCollectionBase(IHashCodeProvider, IComparer)' is obsolete: 'Please use NameObjectCollectionBase(IEqualityComparer) instead.'
Mono.Cecil.Cil/SymbolStoreHelper.cs(67,29): warning CS0618: 'Assembly.LoadWithPartialName(string)' is obsolete: 'This method has been deprecated. Please use Assembly.Load() instead. http://go.microsoft.com/fwlink/?linkid=14202'
Mono.Cecil.Metadata/MetadataWriter.cs(134,18): warning CS0618: 'Hashtable.Hashtable(IHashCodeProvider, IComparer)' is obsolete: 'Please use Hashtable(IEqualityComparer) instead.'
Mono.Cecil.Binary/ExportTable.cs(37,17): warning CS0649: Field 'ExportTable.Name' is never assigned to, and will always have its default value null
CSC     [build-unix] mono-api-info.exe
CSC     [build-unix] mono-api-diff.exe
CSC     [build-unix] mono-api-html.exe
Attempting to start compiler server...
Log location set to /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/build/compiler-server.log
cd /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs; bash -c "RoslynCommandLineLogFile=/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/build/compiler-server.log MONO_PATH="/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build:/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/Facades:$MONO_PATH" '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/runtime/mono-wrapper' --gc-params=nursery-size=64m "/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/roslyn-binaries/Microsoft.Net.Compilers/3.9.0/VBCSCompiler.exe" -pipename:monomake &"
Compiler server started.
Creating ../../build/deps/unix_net_4_x_System.Security_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Security_xtest.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_Mono.Posix_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Core_test.dll.makefrag ...
// Error(s) in file /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Core/System.Core_xtest.dll.sources:
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Core/corefx/SR.tests.cs'
// gensources produced 1 error(s) and a set of 422 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/unix_net_4_x_System.Core_xtest.dll.response System.Core_xtest.dll unix net_4_x'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Core'
// Error(s) in file /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Core/System.Core_xtest.dll.sources:
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Core/corefx/SR.tests.cs'
// gensources produced 1 error(s) and a set of 422 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/unix_net_4_x_System.Core_xtest.dll.response System.Core_xtest.dll unix net_4_x'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Core'
Makefile:20: warning: overriding recipe for target 'test-local'
../../build/library.make:208: warning: ignoring old recipe for target 'test-local'
Creating ../../build/deps/unix_net_4_x_System.Configuration_test.dll.makefrag ...
Makefile:20: warning: overriding recipe for target 'test-local'
../../build/library.make:208: warning: ignoring old recipe for target 'test-local'
Creating ../../build/deps/unix_net_4_x_System.Drawing_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Drawing_xtest.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.IO.Compression_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.IO.Compression_xtest.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.IO.Compression.FileSystem_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Transactions_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Numerics_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Numerics_xtest.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Data_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Data_xtest.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.ComponentModel.DataAnnotations_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Runtime.Serialization.Formatters.Soap_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Windows.Forms_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_Mono.Data.Sqlite_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_Novell.Directory.Ldap_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.DirectoryServices_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Design_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Web.Services_test.dll.makefrag ...
Makefile:417: warning: overriding recipe for target 'clean-local'
../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
Creating ../../build/deps/unix_net_4_x_System.Web_test.dll.makefrag ...
Creating ../../build/deps/System.Web_standalone_test_net_4_x.dll.makefrag ...
Creating ../../build/deps/net_4_x_standalone-runner-support.dll.makefrag ...
Makefile:417: warning: overriding recipe for target 'clean-local'
../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
Creating ../../build/deps/unix_net_4_x_System.Runtime.Remoting_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Data.OracleClient_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_Commons.Xml.Relaxng_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_Mono.Messaging_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Messaging_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.ServiceProcess_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_Microsoft.CSharp_xtest.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Runtime.Serialization_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Runtime.Serialization_xtest.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Xml.Linq_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Xml.Linq_xtest.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Data.Linq_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Web.Abstractions_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Web.Routing_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Runtime.DurableInstancing_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.IdentityModel_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.ServiceModel_test.dll.makefrag ...
Creating ../../build/deps/System.Web.Extensions_standalone_test_net_4_x.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Web.Extensions_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Web.DynamicData_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Xaml_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_WindowsBase_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.ServiceModel.Discovery_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Runtime.Caching_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.ServiceModel.Web_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Net.Http_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Net.Http.WebRequest_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_Cscompmgd_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_Mono.CSharp_test.dll.makefrag ...
../../build/tests.make:279: warning: overriding recipe for target '../../class/lib/net_4_x/tests'
Makefile:26: warning: ignoring old recipe for target '../../class/lib/net_4_x/tests'
Creating ../../build/deps/unix_net_4_x_Mono.Debugger.Soft_test.dll.makefrag ...
../../build/tests.make:279: warning: overriding recipe for target '../../class/lib/net_4_x/tests'
Makefile:26: warning: ignoring old recipe for target '../../class/lib/net_4_x/tests'
Creating ../../build/deps/unix_net_4_x_Mono.C5_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_Mono.Options_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_Mono.Tasklets_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_Mono.CodeContracts_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_Mono.Parallel_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_Mono.Messaging.RabbitMQ_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_Mono.Data.Tds_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Windows.Forms.DataVisualization_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Data.Services_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Data.DataSetExtensions_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Json_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Json_xtest.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Json.Microsoft_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Threading.Tasks.Dataflow_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Threading.Tasks.Dataflow_xtest.dll.makefrag ...
// Error(s) in file /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ComponentModel.Composition.4.5/System.ComponentModel.Composition_xtest.dll.sources:
Directory does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ComponentModel.Composition.4.5/corefx'
// gensources produced 1 error(s) and a set of 148 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/unix_net_4_x_System.ComponentModel.Composition_xtest.dll.response System.ComponentModel.Composition_xtest.dll unix net_4_x'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ComponentModel.Composition.4.5'
// Error(s) in file /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ComponentModel.Composition.4.5/System.ComponentModel.Composition_xtest.dll.sources:
Directory does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ComponentModel.Composition.4.5/corefx'
// gensources produced 1 error(s) and a set of 148 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/unix_net_4_x_System.ComponentModel.Composition_xtest.dll.response System.ComponentModel.Composition_xtest.dll unix net_4_x'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ComponentModel.Composition.4.5'
Creating ../../build/deps/unix_net_4_x_WebMatrix.Data_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_monodoc_test.dll.makefrag ...
// Error(s) in file /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Mono.Profiler.Log/Mono.Profiler.Log_xtest.dll.sources:
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Mono.Profiler.Log/Test/ProfilerTestRun.cs'
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Mono.Profiler.Log/Test/ProfilerTests.cs'
// gensources produced 2 error(s) and a set of 1 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/unix_net_4_x_Mono.Profiler.Log_xtest.dll.response Mono.Profiler.Log_xtest.dll unix net_4_x'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Mono.Profiler.Log'
// Error(s) in file /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Mono.Profiler.Log/Mono.Profiler.Log_xtest.dll.sources:
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Mono.Profiler.Log/Test/ProfilerTestRun.cs'
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Mono.Profiler.Log/Test/ProfilerTests.cs'
// gensources produced 2 error(s) and a set of 1 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/unix_net_4_x_Mono.Profiler.Log_xtest.dll.response Mono.Profiler.Log_xtest.dll unix net_4_x'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Mono.Profiler.Log'
Creating ../../build/deps/unix_net_4_x_Mono.Runtime.Tests_test.dll.makefrag ...
Makefile:17: warning: overriding recipe for target '../../class/lib/net_4_x-unix/System.Runtime.CompilerServices.Unsafe.dll'
../../build/library.make:335: warning: ignoring old recipe for target '../../class/lib/net_4_x-unix/System.Runtime.CompilerServices.Unsafe.dll'
Creating ../../build/deps/unix_net_4_x_System.Runtime.CompilerServices.Unsafe_xtest.dll.makefrag ...
Makefile:17: warning: overriding recipe for target '../../class/lib/net_4_x-unix/System.Runtime.CompilerServices.Unsafe.dll'
../../build/library.make:335: warning: ignoring old recipe for target '../../class/lib/net_4_x-unix/System.Runtime.CompilerServices.Unsafe.dll'
Creating ../../build/deps/unix_net_4_x_Microsoft.Build.Framework_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_Microsoft.Build.Utilities_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_Microsoft.Build.Engine_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_Mono.XBuild.Tasks_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_Microsoft.Build.Tasks_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_Microsoft.Build_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_corlib_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_corlib_xtest.dll.makefrag ...
Assembling '../../class/corlib/System.Runtime.CompilerServices/Unsafe.il' , no listing file, to dll --> '../../class/lib/net_4_x-unix/corlib.unsafe.dll.tmp'

../../class/corlib/System.Runtime.CompilerServices/Unsafe.il : Warning -- Reference to undeclared extern assembly 'mscorlib', adding.
Operation completed successfully
CSC     [net_4_x-unix] mscorlib.dll
Creating ../../build/deps/unix_net_4_x_Mono.Security_test.dll.makefrag ...
CSC     [net_4_x-unix] Mono.Security.dll
Creating ../../build/deps/unix_net_4_x_System_test.dll.makefrag ...
// Error(s) in file /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System/System_xtest.dll.sources:
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/test-helpers/Configuration.Certificates.cs'
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/test-helpers/TestConfiguration.cs'
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/test-helpers/NetworkStreamHelper.cs'
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System/System/RemoteExecutorTests.cs'
// gensources produced 4 error(s) and a set of 202 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/unix_net_4_x_System_xtest.dll.response System_xtest.dll unix net_4_x'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System'
// Error(s) in file /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System/System_xtest.dll.sources:
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/test-helpers/Configuration.Certificates.cs'
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/test-helpers/TestConfiguration.cs'
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/test-helpers/NetworkStreamHelper.cs'
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System/System/RemoteExecutorTests.cs'
// gensources produced 4 error(s) and a set of 202 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/unix_net_4_x_System_xtest.dll.response System_xtest.dll unix net_4_x'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System'
// Error(s) in file /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System/System_xtest.dll.sources:
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/test-helpers/Configuration.Certificates.cs'
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/test-helpers/TestConfiguration.cs'
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/test-helpers/NetworkStreamHelper.cs'
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System/System/RemoteExecutorTests.cs'
// gensources produced 4 error(s) and a set of 202 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/unix_net_4_x_System_xtest.dll.response System_xtest.dll unix net_4_x'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System'
CSC     [net_4_x-unix] System.dll
Creating ../../build/deps/unix_net_4_x_System.Xml_test.dll.makefrag ...
Creating ../../build/deps/unix_net_4_x_System.Xml_xtest.dll.makefrag ...
CSC     [net_4_x-unix] System.Xml.dll
CSC     [net_4_x-unix] System.Security.dll
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/Common/src/System/Security/Cryptography/Asn1V2.cs(405,13): warning CS0114: 'SpanBasedEncoding.GetByteCount(ReadOnlySpan<char>)' hides inherited member 'Encoding.GetByteCount(ReadOnlySpan<char>)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/Common/src/System/Security/Cryptography/Asn1V2.cs(440,13): warning CS0114: 'SpanBasedEncoding.GetCharCount(ReadOnlySpan<byte>)' hides inherited member 'Encoding.GetCharCount(ReadOnlySpan<byte>)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/AnyOS/ManagedPal.Encrypt.cs(82,55): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/AnyOS/ManagedPal.Encrypt.cs(147,20): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/AnyOS/ManagedPal.cs(19,28): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/AnyOS/ManagedPal.cs(25,21): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs(123,51): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs(172,51): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs(226,52): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs(109,24): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs(137,24): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs(316,21): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs(348,13): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs(712,20): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs(749,31): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs(481,21): warning CS0436: The type 'Helpers' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs' conflicts with the imported type 'Helpers' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Security/../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Helpers.cs'.
CSC     [net_4_x-unix] Mono.Posix.dll
Mono.Unix/UnixEncoding.cs(312,44): warning CS3001: Argument type 'char*' is not CLS-compliant
Mono.Unix/UnixEncoding.cs(312,72): warning CS3001: Argument type 'byte*' is not CLS-compliant
// Error(s) in file /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Core/System.Core_xtest.dll.sources:
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Core/corefx/SR.tests.cs'
// gensources produced 1 error(s) and a set of 422 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/unix_net_4_x_System.Core_xtest.dll.response System.Core_xtest.dll unix net_4_x'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Core'
// Error(s) in file /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Core/System.Core_xtest.dll.sources:
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Core/corefx/SR.tests.cs'
// gensources produced 1 error(s) and a set of 422 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/unix_net_4_x_System.Core_xtest.dll.response System.Core_xtest.dll unix net_4_x'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Core'
CSC     [net_4_x-unix] System.Core.dll
Makefile:20: warning: overriding recipe for target 'test-local'
../../build/library.make:208: warning: ignoring old recipe for target 'test-local'
Makefile:20: warning: overriding recipe for target 'test-local'
../../build/library.make:208: warning: ignoring old recipe for target 'test-local'
CSC     [net_4_x-unix] System.Configuration.dll
CSC     [net_4_x-unix] System.Drawing.dll
CSC     [net_4_x-unix] System.IO.Compression.dll
CSC     [net_4_x-unix] System.IO.Compression.FileSystem.dll
CSC     [net_4_x-unix] System.Transactions.dll
System.Transactions/CommittableTransaction.cs(62,8): warning CS0252: Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'Transaction'
System.Transactions/TransactionManager.cs(84,4): warning CS0067: The event 'TransactionManager.DistributedTransactionStarted' is never used
CSC     [net_4_x-unix] System.EnterpriseServices.dll
CSC     [net_4_x-unix] System.Numerics.dll
CSC     [net_4_x-unix] System.Numerics.Vectors.dll
CSC     [net_4_x-unix] System.Data.dll
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlConnection.cs(46,23): warning CS0108: 'SqlConnection._suppressStateChangeForReconnection' hides inherited member 'DbConnection._suppressStateChangeForReconnection'. Use the new keyword if hiding was intended.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlCommand.cs(3909,23): warning CS0108: 'SqlCommand.CancelIgnoreFailure()' hides inherited member 'DbCommand.CancelIgnoreFailure()'. Use the new keyword if hiding was intended.
CSC     [net_4_x-unix] System.ComponentModel.DataAnnotations.dll
CSC     [net_4_x-unix] Accessibility.dll
CSC     [net_4_x-unix] Mono.WebBrowser.dll
CSC     [net_4_x-unix] System.Runtime.Serialization.Formatters.Soap.dll
Error: Unable to find assembly 'create-keyboards, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
Read in 44 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Windows.Forms/resources/System.Windows.Forms.resx'
Writing resource file...  Done.
CSC     [net_4_x-unix] System.Windows.Forms.dll
System.Windows.Forms/XplatUIX11.cs(2897,12): warning CS0168: The variable 'atoms' is declared but never used
System.Windows.Forms/ListViewGroup.cs(94,37): warning CS0168: The variable 'e2' is declared but never used
System.Windows.Forms/ListViewGroup.cs(90,36): warning CS0168: The variable 'e' is declared but never used
System.Windows.Forms.VisualStyles/GtkPlus.cs(1665,16): warning CS0649: Field 'GtkPlus.GtkStyle.xthickness' is never assigned to, and will always have its default value 0
System.Windows.Forms/DataGridViewColumn.cs(462,29): warning CS0067: The event 'DataGridViewColumn.Disposed' is never used
System.Windows.Forms.VisualStyles/GtkPlus.cs(1705,18): warning CS0649: Field 'GtkPlus.GtkMisc.yalign' is never assigned to, and will always have its default value 0
System.Windows.Forms.VisualStyles/GtkPlus.cs(1666,16): warning CS0649: Field 'GtkPlus.GtkStyle.ythickness' is never assigned to, and will always have its default value 0
System.Windows.Forms.VisualStyles/GtkPlus.cs(1706,19): warning CS0649: Field 'GtkPlus.GtkMisc.xpad' is never assigned to, and will always have its default value 0
System.Windows.Forms.VisualStyles/GtkPlus.cs(1679,25): warning CS0649: Field 'GtkPlus.GtkWidget.allocation' is never assigned to, and will always have its default value 
System.Windows.Forms.VisualStyles/GtkPlus.cs(1707,19): warning CS0649: Field 'GtkPlus.GtkMisc.ypad' is never assigned to, and will always have its default value 0
System.Windows.Forms.VisualStyles/GtkPlus.cs(1715,28): warning CS0649: Field 'GtkPlus.GtkTreeViewColumn.button' is never assigned to, and will always have its default value 
System.Windows.Forms.VisualStyles/GtkPlus.cs(1704,18): warning CS0649: Field 'GtkPlus.GtkMisc.xalign' is never assigned to, and will always have its default value 0
Read in 3 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Mono.Data.Sqlite/resources/SR.resx'
Writing resource file...  Done.
CSC     [net_4_x-unix] Mono.Data.Sqlite.dll
Mono.Data.Sqlite_2.0/SQLiteFunction.cs(686,29): warning CS0649: Field 'CollationSequence._func' is never assigned to, and will always have its default value null
CSC     [net_4_x-unix] System.Web.ApplicationServices.dll
Read in 61 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt'
Writing resource file...  Done.
CSC     [net_4_x-unix] Novell.Directory.Ldap.dll
CSC     [net_4_x-unix] System.DirectoryServices.dll
System.DirectoryServices/DirectoryEntry.cs(519,4): warning CS0618: 'RecommendedAsConfigurableAttribute' is obsolete: 'Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.'
System.DirectoryServices/DirectorySearcher.cs(168,4): warning CS0618: 'RecommendedAsConfigurableAttribute' is obsolete: 'Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.'
System.DirectoryServices/DirectorySearcher.cs(315,4): warning CS0618: 'RecommendedAsConfigurableAttribute' is obsolete: 'Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.'
System.DirectoryServices/DirectoryEntry.cs(608,57): warning CS0618: 'ConfigurationSettings.GetConfig(string)' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection'
System.DirectoryServices/DirectoryEntry.cs(627,57): warning CS0618: 'ConfigurationSettings.GetConfig(string)' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection'
System.DirectoryServices/DirectoryEntries.cs(168,25): warning CS0168: The variable 'e' is declared but never used
CSC     [net_4_x-unix] System.Design.dll
CSC     [net_4_x-unix] System.Web.Services.dll
Makefile:417: warning: overriding recipe for target 'clean-local'
../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
Makefile:417: warning: overriding recipe for target 'clean-local'
../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
Read in 36 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Web/resources/TranslationResources.resx'
Writing resource file...  Done.
CSC     [net_4_x-unix] System.Web.dll
CSC     [net_4_x-unix] System.Runtime.Remoting.dll
System.Runtime.Remoting.MetadataServices/MetaData.cs(64,25): warning CS0618: 'CodeDomProvider.CreateCompiler()' is obsolete: 'Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.'
System.Runtime.Remoting.MetadataServices/MetaData.cs(78,25): warning CS0618: 'CodeDomProvider.CreateCompiler()' is obsolete: 'Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.'
System.Runtime.Remoting.Channels/RemotingThreadPool.cs(160,22): warning CS0168: The variable 'ex' is declared but never used
System.Runtime.Remoting.Channels/ChannelCore.cs(60,10): warning CS0618: 'Assembly.LoadWithPartialName(string)' is obsolete: 'This method has been deprecated. Please use Assembly.Load() instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(72,24): warning CS0618: 'Dns.Resolve(string)' is obsolete: 'Use GetHostEntry instead'
System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(83,13): warning CS0618: 'Dns.GetHostByName(string)' is obsolete: 'Use GetHostEntry instead'
System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(219,25): warning CS0168: The variable 'e' is declared but never used
System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(227,21): warning CS0168: The variable 'e' is declared but never used
System.Runtime.Remoting.Channels.Ipc.Win32/IpcChannelHelper.cs(64,37): warning CS0618: 'Path.InvalidPathChars' is obsolete: 'see GetInvalidPathChars and GetInvalidFileNameChars methods.'
System.Runtime.Remoting.Channels.Http/HttpServerChannel.cs(129,31): warning CS0618: 'Dns.Resolve(string)' is obsolete: 'Use GetHostEntry instead'
System.Runtime.Remoting.Channels.Http/HttpServerChannel.cs(137,30): warning CS0618: 'Dns.GetHostByName(string)' is obsolete: 'Use GetHostEntry instead'
System.Runtime.Remoting.Channels.Http/HttpRemotingHandlerFactory.cs(67,6): warning CS0618: 'RemotingConfiguration.Configure(string)' is obsolete: 'Use Configure(String,Boolean)'
System.Runtime.Remoting.Channels.Http/HttpRemotingHandlerFactory.cs(92,6): warning CS0618: 'ChannelServices.RegisterChannel(IChannel)' is obsolete: 'Use RegisterChannel(IChannel,Boolean)'
CSC     [net_4_x-unix] System.Configuration.Install.dll
System.Configuration.Install/Installer.cs(40,18): warning CS0649: Field 'Installer.helptext' is never assigned to, and will always have its default value null
CSC     [net_4_x-unix] System.Management.dll
System.Management/ManagementBaseObject.cs(173,15): warning CS0108: 'ManagementBaseObject.Dispose()' hides inherited member 'Component.Dispose()'. Use the new keyword if hiding was intended.
System.Management/ManagementObject.cs(382,15): warning CS0108: 'ManagementObject.Dispose()' hides inherited member 'ManagementBaseObject.Dispose()'. Use the new keyword if hiding was intended.
System.Management/ManagementOperationObserver.cs(47,40): warning CS0067: The event 'ManagementOperationObserver.ObjectReady' is never used
System.Management/ManagementOperationObserver.cs(48,37): warning CS0067: The event 'ManagementOperationObserver.Progress' is never used
System.Management/ManagementEventWatcher.cs(85,41): warning CS0067: The event 'ManagementEventWatcher.EventArrived' is never used
System.Management/ManagementOperationObserver.cs(45,38): warning CS0067: The event 'ManagementOperationObserver.Completed' is never used
System.Management/ManagementEventWatcher.cs(86,36): warning CS0067: The event 'ManagementEventWatcher.Stopped' is never used
System.Management/ManagementOperationObserver.cs(46,38): warning CS0067: The event 'ManagementOperationObserver.ObjectPut' is never used
CSC     [net_4_x-unix] System.Data.OracleClient.dll
System.Data.OracleClient/OracleParameter.cs(275,15): warning CS0114: 'OracleParameter.Precision' hides inherited member 'DbParameter.Precision'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
System.Data.OracleClient/OracleParameter.cs(283,15): warning CS0114: 'OracleParameter.Scale' hides inherited member 'DbParameter.Scale'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
System.Data.OracleClient.Oci/OciColumnInfo.cs(30,17): warning CS0649: Field 'OciColumnInfo.BaseColumnName' is never assigned to, and will always have its default value null
System.Data.OracleClient.Oci/OciColumnInfo.cs(26,15): warning CS0649: Field 'OciColumnInfo.Precision' is never assigned to, and will always have its default value 0
System.Data.OracleClient.Oci/OciColumnInfo.cs(23,17): warning CS0649: Field 'OciColumnInfo.ColumnName' is never assigned to, and will always have its default value null
System.Data.OracleClient.Oci/OciColumnInfo.cs(27,16): warning CS0649: Field 'OciColumnInfo.Scale' is never assigned to, and will always have its default value 0
System.Data.OracleClient.Oci/OciColumnInfo.cs(24,14): warning CS0649: Field 'OciColumnInfo.ColumnOrdinal' is never assigned to, and will always have its default value 0
System.Data.OracleClient.Oci/OciColumnInfo.cs(28,22): warning CS0649: Field 'OciColumnInfo.DataType' is never assigned to, and will always have its default value 
System.Data.OracleClient.Oci/OciColumnInfo.cs(25,17): warning CS0649: Field 'OciColumnInfo.ColumnSize' is never assigned to, and will always have its default value 0
System.Data.OracleClient.Oci/OciColumnInfo.cs(29,15): warning CS0649: Field 'OciColumnInfo.AllowDBNull' is never assigned to, and will always have its default value false
./../../jay/jay: 16 rules never reduced
./../../jay/jay: 1 reduce/reduce conflict.
CSC     [net_4_x-unix] Commons.Xml.Relaxng.dll
Commons.Xml.Nvdl/NvdlXsdSupport.cs(24,5): warning CS0618: 'XmlSchema.Compile(ValidationEventHandler, XmlResolver)' is obsolete: 'Use System.Xml.Schema.XmlSchemaSet for schema compilation and validation. http://go.microsoft.com/fwlink/?linkid=14202'
Commons.Xml.Relaxng/XsdDatatypeProvider.cs(194,4): warning CS0618: 'XmlSchema.Compile(ValidationEventHandler)' is obsolete: 'Use System.Xml.Schema.XmlSchemaSet for schema compilation and validation. http://go.microsoft.com/fwlink/?linkid=14202'
Commons.Xml.Relaxng/XsdDatatypeProvider.cs(217,4): warning CS0618: 'XmlValidatingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. https://go.microsoft.com/fwlink/?linkid=14202'
Commons.Xml.Relaxng/XsdDatatypeProvider.cs(217,32): warning CS0618: 'XmlValidatingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. https://go.microsoft.com/fwlink/?linkid=14202'
Commons.Xml.Relaxng/XsdDatatypeProvider.cs(87,4): warning CS0618: 'XmlSchema.Compile(ValidationEventHandler)' is obsolete: 'Use System.Xml.Schema.XmlSchemaSet for schema compilation and validation. http://go.microsoft.com/fwlink/?linkid=14202'
Commons.Xml.Relaxng/XsdDatatypeProvider.cs(89,56): warning CS0618: 'XmlSchemaElement.ElementType' is obsolete: 'This property has been deprecated. Please use ElementSchemaType property that returns a strongly typed element type. http://go.microsoft.com/fwlink/?linkid=14202'
Commons.Xml.Relaxng/RelaxngValidatingReader.cs(566,13): warning CS0184: The given expression is never of the provided ('RdpElement') type
Commons.Xml.Relaxng/RelaxngPattern.cs(79,19): warning CS0219: The variable 'g' is assigned but its value is never used
Commons.Xml.Relaxng.Inference/RelaxngInference.cs(896,5): warning CS0618: 'XmlConvert.ToDateTime(string)' is obsolete: 'Use XmlConvert.ToDateTime() that takes in XmlDateTimeSerializationMode'
Commons.Xml.Relaxng.Derivative/RdpPatterns.cs(750,8): warning CS0649: Field 'RdpAbstractBinary.expanded' is never assigned to, and will always have its default value false
Commons.Xml.Relaxng.Rnc/Commons.Xml.Relaxng.Rnc/RncParser.jay(70,14): warning CS0649: Field 'RncParser.yacc_verbose_flag' is never assigned to, and will always have its default value 0
Commons.Xml.Nvdl/NvdlSimplified.cs(549,15): warning CS0649: Field 'SimpleValidate.resolver' is never assigned to, and will always have its default value null
Commons.Xml.Relaxng.Rnc/RncTokenizer.cs(49,8): warning CS0169: The field 'RncTokenizer.isLiteralNsUri' is never used
Commons.Xml.Relaxng.Derivative/RdpPatterns.cs(1399,8): warning CS0649: Field 'RdpAbstractSingleContent.isExpanded' is never assigned to, and will always have its default value false
CSC     [net_4_x-unix] Mono.Messaging.dll
CSC     [net_4_x-unix] System.Messaging.dll
CSC     [net_4_x-unix] System.ServiceProcess.dll
System.ServiceProcess/Win32ServiceController.cs(762,15): warning CS0649: Field 'Win32ServiceController.QUERY_SERVICE_CONFIG.dwErrorControl' is never assigned to, and will always have its default value 0
System.ServiceProcess/Win32ServiceController.cs(763,18): warning CS0649: Field 'Win32ServiceController.QUERY_SERVICE_CONFIG.lpBinaryPathName' is never assigned to, and will always have its default value 
System.ServiceProcess/Win32ServiceController.cs(764,18): warning CS0649: Field 'Win32ServiceController.QUERY_SERVICE_CONFIG.lpLoadOrderGroup' is never assigned to, and will always have its default value 
System.ServiceProcess/Win32ServiceController.cs(765,15): warning CS0649: Field 'Win32ServiceController.QUERY_SERVICE_CONFIG.dwTagId' is never assigned to, and will always have its default value 0
System.ServiceProcess/Win32ServiceController.cs(766,18): warning CS0649: Field 'Win32ServiceController.QUERY_SERVICE_CONFIG.lpDependencies' is never assigned to, and will always have its default value 
System.ServiceProcess/Win32ServiceController.cs(767,18): warning CS0649: Field 'Win32ServiceController.QUERY_SERVICE_CONFIG.lpServiceStartName' is never assigned to, and will always have its default value 
System.ServiceProcess/Win32ServiceController.cs(768,18): warning CS0649: Field 'Win32ServiceController.QUERY_SERVICE_CONFIG.lpDisplayName' is never assigned to, and will always have its default value 
System.ServiceProcess/Win32ServiceController.cs(760,15): warning CS0649: Field 'Win32ServiceController.QUERY_SERVICE_CONFIG.dwServiceType' is never assigned to, and will always have its default value 0
System.ServiceProcess/ServiceBase.cs(50,38): warning CS0649: Field 'ServiceBase.RunService' is never assigned to, and will always have its default value null
System.ServiceProcess/Win32ServiceController.cs(761,15): warning CS0649: Field 'Win32ServiceController.QUERY_SERVICE_CONFIG.dwStartType' is never assigned to, and will always have its default value 0
CSC     [net_4_x-unix] System.Drawing.Design.dll
CSC     [net_4_x-unix] ICSharpCode.SharpZipLib.dll
CSC     [net_4_x-unix] Microsoft.CSharp.dll
CSC     [net_4_x-unix] System.ServiceModel.Internals.dll
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Diagnostics/DiagnosticTraceBase.cs(487,17): warning CS1634: Expected 'disable' or 'restore'
Assembly/AssemblyInfo.cs(49,30): warning CS0618: 'SecurityCriticalScope' is obsolete: 'SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.'
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/PartialTrustHelpers.cs(20,30): warning CS0169: The field 'PartialTrustHelpers.checkedForFullTrust' is never used
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/PartialTrustHelpers.cs(23,21): warning CS0169: The field 'PartialTrustHelpers.inFullTrust' is never used
CSC     [net_4_x-unix] SMDiagnostics.dll
CSC     [net_4_x-unix] System.Runtime.Serialization.dll
CSC     [net_4_x-unix] System.Xml.Linq.dll
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/corefx/src/System.Private.Xml.Linq/src/System/Xml/XPath/XNodeNavigator.cs(36,27): warning CS0108: 'XNodeNavigator.TextMask' hides inherited member 'XPathNavigator.TextMask'. Use the new keyword if hiding was intended.
CSC     [net_4_x-unix] System.Data.Linq.dll
CSC     [net_4_x-unix] System.Web.Abstractions.dll
CSC     [net_4_x-unix] System.Web.Routing.dll
CSC     [net_4_x-unix] System.Runtime.DurableInstancing.dll
CSC     [net_4_x-unix] System.IdentityModel.dll
Assembly/AssemblyInfo.cs(64,30): warning CS0618: 'SecurityCriticalScope' is obsolete: 'SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.'
System.IdentityModel.Selectors/X509CertificateValidator.cs(98,14): warning CS0108: 'X509CertificateValidator.X509CertificateValidatorImpl.chain' hides inherited member 'X509CertificateValidator.chain'. Use the new keyword if hiding was intended.
System.IdentityModel.Tokens/SamlAuthenticationStatement.cs(46,35): warning CS0109: The member 'SamlAuthenticationStatement.bindings' does not hide an accessible member. The new keyword is not required.
System.IdentityModel.Tokens/SessionSecurityTokenHandler.cs(43,16): warning CS0649: Field 'SessionSecurityTokenHandler.canValidateToken' is never assigned to, and will always have its default value false
System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(57,30): warning CS0649: Field 'KerberosRequestorSecurityToken.id' is never assigned to, and will always have its default value null
System.IdentityModel.Tokens/SessionSecurityTokenHandler.cs(44,16): warning CS0649: Field 'SessionSecurityTokenHandler.canWriteToken' is never assigned to, and will always have its default value false
System.IdentityModel.Claims/ClaimSet.cs(39,19): warning CS0649: Field 'ClaimSet.win' is never assigned to, and will always have its default value null
System.IdentityModel.Claims/WindowsClaimSet.cs(38,19): warning CS0649: Field 'WindowsClaimSet.identity' is never assigned to, and will always have its default value null
System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(55,21): warning CS0169: The field 'KerberosRequestorSecurityToken.cred' is never used
System.IdentityModel.Tokens/SessionSecurityTokenHandler.cs(45,18): warning CS0649: Field 'SessionSecurityTokenHandler.cookieElementName' is never assigned to, and will always have its default value null
System.IdentityModel.Claims/WindowsClaimSet.cs(39,12): warning CS0649: Field 'WindowsClaimSet.expiration_time' is never assigned to, and will always have its default value 
System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(57,10): warning CS0649: Field 'KerberosRequestorSecurityToken.svc_principal_name' is never assigned to, and will always have its default value null
System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(56,27): warning CS0169: The field 'KerberosRequestorSecurityToken.imp_level' is never used
System.IdentityModel.Tokens/SessionSecurityToken.cs(41,20): warning CS0649: Field 'SessionSecurityToken.validFrom' is never assigned to, and will always have its default value 
System.IdentityModel.Tokens/SessionSecurityToken.cs(42,20): warning CS0649: Field 'SessionSecurityToken.validTo' is never assigned to, and will always have its default value 
System.IdentityModel.Tokens/SessionSecurityTokenHandler.cs(46,18): warning CS0649: Field 'SessionSecurityTokenHandler.cookieNamespace' is never assigned to, and will always have its default value null
System.IdentityModel.Tokens/SessionSecurityTokenHandler.cs(47,16): warning CS0649: Field 'SessionSecurityTokenHandler.tokenType' is never assigned to, and will always have its default value null
System.IdentityModel.Selectors/RsaSecurityTokenAuthenticator.cs(68,8): warning CS0649: Field 'RsaSecurityTokenAuthenticator.RsaAuthorizationPolicy.rsa' is never assigned to, and will always have its default value null
CSC     [net_4_x-unix] System.IdentityModel.Selectors.dll
CSC     [net_4_x-unix] System.ServiceModel.dll
System.ServiceModel.Channels/HttpTransportBindingElement.cs(278,14): warning CS0108: 'HttpTransportBindingElement.CreateTransportBinding(XmlElement)' hides inherited member 'TransportBindingElement.CreateTransportBinding(XmlElement)'. Use the new keyword if hiding was intended.
System.ServiceModel/MessageSecurityVersion.cs(104,9): warning CS0108: 'MessageSecurityVersion.MessageSecurityVersionImpl.wss11' hides inherited member 'MessageSecurityVersion.wss11'. Use the new keyword if hiding was intended.
System.ServiceModel.Security/SecurityAlgorithmSuite.cs(121,24): warning CS0108: 'SecurityAlgorithmSuite.SecurityAlgorithmSuiteImplBase.tdes' hides inherited member 'SecurityAlgorithmSuite.tdes'. Use the new keyword if hiding was intended.
System.ServiceModel/NetTcpBinding.cs(273,4): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(275,5): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(278,5): warning CS0162: Unreachable code detected
System.ServiceModel/NetTcpBinding.cs(280,5): warning CS0162: Unreachable code detected
System.ServiceModel/Logger.cs(97,24): warning CS0168: The variable 'ex' is declared but never used
System.ServiceModel/ClientRuntimeChannel.cs(484,23): warning CS0168: The variable 'ex' is declared but never used
System.ServiceModel/ClientCredentialsSecurityTokenManager.cs(108,9): warning CS0168: The variable 'isInitiator' is declared but never used
System.ServiceModel/ClientBase.cs(249,24): warning CS0168: The variable 'ex' is declared but never used
System.ServiceModel.Description/ContractDescriptionGenerator.cs(172,5): warning CS0162: Unreachable code detected
System.ServiceModel.Channels.Security/SecurityReplyChannel.cs(107,5): warning CS0162: Unreachable code detected
System.ServiceModel.Channels.NetTcp/TcpReplyChannel.cs(122,23): warning CS0168: The variable 'ex' is declared but never used
System.ServiceModel.Channels/MsmqMessageProperty.cs(45,19): warning CS0649: Field 'MsmqMessageProperty.delivery_status' is never assigned to, and will always have its default value 
Mono.CodeGeneration/CodeAnd.cs(36,8): warning CS0649: Field 'CodeAnd.t1' is never assigned to, and will always have its default value null
System.ServiceModel.Channels/MsmqMessageProperty.cs(44,20): warning CS0649: Field 'MsmqMessageProperty.failure' is never assigned to, and will always have its default value 
System.ServiceModel.Security.Tokens/DerivedKeySecurityToken.cs(16,17): warning CS0649: Field 'DerivedKeySecurityToken.resolved_token' is never assigned to, and will always have its default value null
System.ServiceModel.Security.Tokens/SspiSecurityToken.cs(42,12): warning CS0649: Field 'SspiSecurityToken.valid_to' is never assigned to, and will always have its default value 
System.ServiceModel.Channels/MsmqMessageProperty.cs(43,7): warning CS0649: Field 'MsmqMessageProperty.abort_count' is never assigned to, and will always have its default value 0
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ServiceModel.Web/System/UriTemplateTable.cs(68,8): warning CS0649: Field 'UriTemplateTable.is_readonly' is never assigned to, and will always have its default value false
Mono.CodeGeneration/CodeOr.cs(35,8): warning CS0649: Field 'CodeOr.t1' is never assigned to, and will always have its default value null
System.ServiceModel/ServiceSecurityContext.cs(40,33): warning CS0649: Field 'ServiceSecurityContext.current' is never assigned to, and will always have its default value null
Mono.CodeGeneration/CodeTryBlock.cs(43,18): warning CS0649: Field 'CodeTry.condition' is never assigned to, and will always have its default value null
System.ServiceModel/WSDualHttpBinding.cs(50,19): warning CS0649: Field 'WSDualHttpBinding.reliable_session' is never assigned to, and will always have its default value null
System.ServiceModel.Channels/MsmqBindingElementBase.cs(40,45): warning CS0649: Field 'MsmqBindingElementBase.tx_enabled' is never assigned to, and will always have its default value false
System.ServiceModel.Channels/MsmqInputChannel.cs(36,19): warning CS0649: Field 'MsmqInputChannel.local_address' is never assigned to, and will always have its default value null
System.ServiceModel/NetTcpBinding.cs(44,27): warning CS0649: Field 'NetTcpBinding.reliable_session' is never assigned to, and will always have its default value null
System.ServiceModel.Configuration/MsmqIntegrationBindingElement.cs(63,32): warning CS0649: Field 'MsmqIntegrationBindingElement.binding_element_type' is never assigned to, and will always have its default value null
System.ServiceModel.Configuration/NetMsmqBindingElement.cs(63,32): warning CS0649: Field 'NetMsmqBindingElement.binding_element_type' is never assigned to, and will always have its default value null
Mono.CodeGeneration/CodeOr.cs(36,8): warning CS0649: Field 'CodeOr.t2' is never assigned to, and will always have its default value null
System.ServiceModel.Channels/MsmqMessageProperty.cs(43,20): warning CS0649: Field 'MsmqMessageProperty.move_count' is never assigned to, and will always have its default value 0
System.ServiceModel/WSDualHttpBinding.cs(51,19): warning CS0649: Field 'WSDualHttpBinding.env_version' is never assigned to, and will always have its default value null
Mono.CodeGeneration/CodeAnd.cs(37,8): warning CS0649: Field 'CodeAnd.t2' is never assigned to, and will always have its default value null
CSC     [net_4_x-unix] System.Web.Extensions.dll
CSC     [net_4_x-unix] System.Web.Extensions.Design.dll
CSC     [net_4_x-unix] System.Web.DynamicData.dll
CSC     [net_4_x-unix] System.Net.dll
CSC     [net_4_x-unix] System.Xaml.dll
Assembly/AssemblyInfo.cs(63,30): warning CS0618: 'SecurityCriticalScope' is obsolete: 'SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.'
System.Xaml/XamlSchemaContext.cs(239,11): warning CS0618: 'Assembly.LoadWithPartialName(string)' is obsolete: 'This method has been deprecated. Please use Assembly.Load() instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.Xaml/TypeExtensionMethods.cs(152,13): warning CS0618: 'XmlConvert.ToString(DateTime)' is obsolete: 'Use XmlConvert.ToString() that takes in XmlDateTimeSerializationMode'
CSC     [net_4_x-unix] WindowsBase.dll
System.Windows/Size.cs(78,9): warning CS0168: The variable 'value' is declared but never used
CSC     [net_4_x-unix] System.ServiceModel.Activation.dll
CSC     [net_4_x-unix] System.ServiceModel.Routing.dll
Assembly/AssemblyInfo.cs(38,29): warning CS0436: The type 'Consts' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ServiceModel.Routing/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ServiceModel.Routing/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(39,38): warning CS0436: The type 'Consts' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ServiceModel.Routing/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ServiceModel.Routing/../../build/common/Consts.cs'.
System.ServiceModel.Dispatcher/EndpointNameMessageFilter.cs(20,4): warning CS0436: The type 'MonoTODOAttribute' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ServiceModel.Routing/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ServiceModel.Routing/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Dispatcher/EndpointNameMessageFilter.cs(26,4): warning CS0436: The type 'MonoTODOAttribute' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ServiceModel.Routing/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ServiceModel.Routing/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Routing.Configuration/RoutingSection.cs(62,4): warning CS0436: The type 'MonoTODOAttribute' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ServiceModel.Routing/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ServiceModel.Routing/../../build/common/MonoTODOAttribute.cs'.
System.ServiceModel.Routing/RoutingBehavior.cs(15,4): warning CS0436: The type 'MonoTODOAttribute' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ServiceModel.Routing/../../build/common/MonoTODOAttribute.cs' conflicts with the imported type 'MonoTODOAttribute' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ServiceModel.Routing/../../build/common/MonoTODOAttribute.cs'.
CSC     [net_4_x-unix] System.ServiceModel.Discovery.dll
System.ServiceModel.Discovery/DiscoveryRequestChannel.cs(227,43): warning CS0436: The type 'RequestChannelBase' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Channels/RequestChannelBase.cs' conflicts with the imported type 'RequestChannelBase' in 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Channels/RequestChannelBase.cs'.
System.ServiceModel.Discovery/UdpDiscoveryEndpoint.cs(43,17): warning CS0618: 'Socket.SupportsIPv4' is obsolete: 'SupportsIPv4 is obsoleted for this type, please use OSSupportsIPv4 instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.ServiceModel.Discovery/UdpAnnouncementEndpoint.cs(43,17): warning CS0618: 'Socket.SupportsIPv4' is obsolete: 'SupportsIPv4 is obsoleted for this type, please use OSSupportsIPv4 instead. http://go.microsoft.com/fwlink/?linkid=14202'
System.ServiceModel.Discovery/DiscoveryClient.cs(99,52): warning CS0067: The event 'DiscoveryClient.ProxyAvailable' is never used
System.ServiceModel.Discovery/DiscoveryClient.cs(98,59): warning CS0067: The event 'DiscoveryClient.FindProgressChanged' is never used
System.ServiceModel.Discovery/DiscoveryRequestChannel.cs(237,19): warning CS0169: The field 'DiscoveryRequestChannel.client' is never used
CSC     [net_4_x-unix] System.Runtime.Caching.dll
CSC     [net_4_x-unix] Microsoft.Web.Infrastructure.dll
CSC     [net_4_x-unix] System.ServiceModel.Web.dll
System.ServiceModel/WebHttpBinding.cs(63,11): warning CS0618: 'ConfigurationException.ConfigurationException(string)' is obsolete: 'This class is obsolete.  Use System.Configuration.ConfigurationErrorsException'
System.ServiceModel.Dispatcher/WebMessageFormatter.cs(316,28): warning CS0169: The field 'WebMessageFormatter.WebClientMessageFormatter.default_formatter' is never used
Makefile:18: warning: overriding recipe for target 'clean-local'
../../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
Creating ../../../build/deps/unix_net_4_x_System.Net.Http.FunctionalTests_xtest.dll.makefrag ...
Makefile:18: warning: overriding recipe for target 'clean-local'
../../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
Makefile:18: warning: overriding recipe for target 'clean-local'
../../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
Makefile:16: warning: overriding recipe for target 'clean-local'
../../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
// Error(s) in file /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Net.Http/UnitTests/unit-tests.sources:
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/test-helpers/Configuration.Certificates.cs'
// gensources produced 1 error(s) and a set of 181 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../../build ../../../build/deps/unix_net_4_x_System.Net.Http.UnitTests_xtest.dll.response System.Net.Http.UnitTests_xtest.dll unix net_4_x'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Net.Http/UnitTests'
Makefile:16: warning: overriding recipe for target 'clean-local'
../../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
// Error(s) in file /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Net.Http/UnitTests/unit-tests.sources:
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/test-helpers/Configuration.Certificates.cs'
// gensources produced 1 error(s) and a set of 181 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../../build ../../../build/deps/unix_net_4_x_System.Net.Http.UnitTests_xtest.dll.response System.Net.Http.UnitTests_xtest.dll unix net_4_x'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Net.Http/UnitTests'
Makefile:16: warning: overriding recipe for target 'clean-local'
../../../build/library.make:205: warning: ignoring old recipe for target 'clean-local'
// Error(s) in file /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Net.Http/UnitTests/unit-tests.sources:
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/test-helpers/Configuration.Certificates.cs'
// gensources produced 1 error(s) and a set of 181 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../../build ../../../build/deps/unix_net_4_x_System.Net.Http.UnitTests_xtest.dll.response System.Net.Http.UnitTests_xtest.dll unix net_4_x'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Net.Http/UnitTests'
CSC     [net_4_x-unix] System.Net.Http.dll
CSC     [net_4_x-unix] System.Net.Http.WebRequest.dll
System.Net.Http.WebRequest/WebRequestHandler.cs(39,3): warning CS0436: The type 'MonoWebRequestHandler' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Net.Http.WebRequest/../System.Net.Http/MonoWebRequestHandler.cs' conflicts with the imported type 'MonoWebRequestHandler' in 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Net.Http.WebRequest/../System.Net.Http/MonoWebRequestHandler.cs'.
System.Net.Http.WebRequest/WebRequestHandler.cs(48,22): warning CS0436: The type 'MonoWebRequestHandler' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Net.Http.WebRequest/../System.Net.Http/MonoWebRequestHandler.cs' conflicts with the imported type 'MonoWebRequestHandler' in 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Net.Http.WebRequest/../System.Net.Http/MonoWebRequestHandler.cs'.
System.Net.Http.WebRequest/WebRequestHandler.cs(44,16): warning CS0436: The type 'MonoWebRequestHandler' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Net.Http.WebRequest/../System.Net.Http/MonoWebRequestHandler.cs' conflicts with the imported type 'MonoWebRequestHandler' in 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Net.Http.WebRequest/../System.Net.Http/MonoWebRequestHandler.cs'.
Read in 8 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/aspnetwebstack/src/CommonResources.resx'
Writing resource file...  Done.
Read in 87 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/aspnetwebstack/src/System.Web.Razor/Resources/RazorResources.resx'
Writing resource file...  Done.
CSC     [net_4_x-unix] System.Web.Razor.dll
Read in 8 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/aspnetwebstack/src/CommonResources.resx'
Writing resource file...  Done.
Read in 5 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/aspnetwebstack/src/System.Web.WebPages.Deployment/Resources/ConfigurationResources.resx'
Writing resource file...  Done.
CSC     [net_4_x-unix] System.Web.WebPages.Deployment.dll
Read in 8 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/aspnetwebstack/src/CommonResources.resx'
Writing resource file...  Done.
Read in 53 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/aspnetwebstack/src/System.Web.WebPages/Resources/WebPageResources.resx'
Writing resource file...  Done.
CSC     [net_4_x-unix] System.Web.WebPages.dll
Read in 8 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/aspnetwebstack/src/CommonResources.resx'
Writing resource file...  Done.
Read in 2 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/aspnetwebstack/src/System.Web.WebPages.Razor/Resources/RazorWebResources.resx'
Writing resource file...  Done.
CSC     [net_4_x-unix] System.Web.WebPages.Razor.dll
Read in 106 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Web.Mvc3/Mvc/Resources/MvcResources.resx'
Writing resource file...  Done.
CSC     [net_4_x-unix] System.Web.Mvc.dll
Read in 7 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/aspnetwebstack/src/Common/CommonWebApiResources.resx'
Writing resource file...  Done.
Read in 55 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/aspnetwebstack/src/System.Net.Http.Formatting/Properties/Resources.resx'
Writing resource file...  Done.
CSC     [net_4_x-unix] System.Net.Http.Formatting.dll
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/aspnetwebstack/src/System.Net.Http.Formatting/Formatting/JsonContractResolver.cs(95,59): warning CS0108: 'JsonContractResolver.PrivateMemberContractResolver.Instance' hides inherited member 'DefaultContractResolver.Instance'. Use the new keyword if hiding was intended.
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/JsonPropertyCollection.cs(123,18): warning CS0108: 'JsonPropertyCollection.TryGetValue(string, out JsonProperty)' hides inherited member 'KeyedCollection<string, JsonProperty>.TryGetValue(string, out JsonProperty)'. Use the new keyword if hiding was intended.
Read in 7 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/aspnetwebstack/src/Common/CommonWebApiResources.resx'
Writing resource file...  Done.
Read in 120 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/aspnetwebstack/src/System.Web.Http/Properties/SRResources.resx'
Writing resource file...  Done.
CSC     [net_4_x-unix] System.Web.Http.dll
Read in 7 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/aspnetwebstack/src/Common/CommonWebApiResources.resx'
Writing resource file...  Done.
Read in 33 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/aspnetwebstack/src/System.Web.Http.SelfHost/Properties/SRResources.resx'
Writing resource file...  Done.
CSC     [net_4_x-unix] System.Web.Http.SelfHost.dll
Read in 7 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/aspnetwebstack/src/Common/CommonWebApiResources.resx'
Writing resource file...  Done.
Read in 5 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/aspnetwebstack/src/System.Web.Http.WebHost/Properties/SRResources.resx'
Writing resource file...  Done.
CSC     [net_4_x-unix] System.Web.Http.WebHost.dll
CSC     [net_4_x-unix] CustomMarshalers.dll
CSC     [net_4_x-unix] IBM.Data.DB2.dll
CSC     [net_4_x-unix] PEAPI.dll
CSC     [net_4_x-unix] I18N.dll
MonoEncoding.cs(322,31): warning CS3021: 'MonoEncodingDefaultEncoder.Convert(char*, int, byte*, int, bool, out int, out int, out bool)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Manager.cs(55,31): warning CS0618: 'CaseInsensitiveHashCodeProvider' is obsolete: 'Please use StringComparer instead.'
Manager.cs(55,16): warning CS0618: 'Hashtable.Hashtable(IHashCodeProvider, IComparer)' is obsolete: 'Please use Hashtable(IEqualityComparer) instead.'
Creating ../../../build/deps/unix_net_4_x_I18N.West_test.dll.makefrag ...
CSC     [net_4_x-unix] I18N.West.dll
Creating ../../../build/deps/unix_net_4_x_I18N.MidEast_test.dll.makefrag ...
CSC     [net_4_x-unix] I18N.MidEast.dll
Creating ../../../build/deps/unix_net_4_x_I18N.Other_test.dll.makefrag ...
CSC     [net_4_x-unix] I18N.Other.dll
Creating ../../../build/deps/unix_net_4_x_I18N.Rare_test.dll.makefrag ...
CSC     [net_4_x-unix] I18N.Rare.dll
Creating ../../../build/deps/unix_net_4_x_I18N.CJK_test.dll.makefrag ...
CSC     [net_4_x-unix] I18N.CJK.dll
CSC     [net_4_x-unix] cscompmgd.dll
CSC     [net_4_x-unix] Mono.CompilerServices.SymbolWriter.dll
CSC     [net_4_x-unix] Mono.Btls.Interface.dll
CSC     [net_4_x-unix] Mono.Http.dll
CSC     [net_4_x-unix] Mono.Cairo.dll
CSC     [net_4_x-unix] Mono.Cecil.dll
CSC     [net_4_x-unix] Mono.Cecil.Mdb.dll
./../../jay/jay: 7 shift/reduce conflicts.
CSC     [net_4_x-unix] Mono.CSharp.dll
../../build/tests.make:279: warning: overriding recipe for target '../../class/lib/net_4_x/tests'
Makefile:26: warning: ignoring old recipe for target '../../class/lib/net_4_x/tests'
../../build/tests.make:279: warning: overriding recipe for target '../../class/lib/net_4_x/tests'
Makefile:26: warning: ignoring old recipe for target '../../class/lib/net_4_x/tests'
CSC     [net_4_x-unix] Mono.Debugger.Soft.dll
CSC     [net_4_x-unix] Mono.C5.dll
C5/Interfaces.cs(727,10): warning CS0108: 'IList<T>.IsFixedSize' hides inherited member 'IList.IsFixedSize'. Use the new keyword if hiding was intended.
CSC     [net_4_x-unix] Mono.Management.dll
CSC     [net_4_x-unix] Mono.Options.dll
CSC     [net_4_x-unix] Mono.Simd.dll
Mono.Simd/ArrayExtensions.cs(36,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(43,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(50,17): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(57,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(64,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(71,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(78,17): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(91,17): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(104,17): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(117,17): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(130,54): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(138,52): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(146,53): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(154,53): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(164,51): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(174,52): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(184,53): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(198,54): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(212,53): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(220,52): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(229,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(236,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(243,17): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(250,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(257,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(264,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(271,17): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(284,17): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(297,17): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(310,17): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(323,61): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(331,59): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(339,60): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(347,60): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(357,58): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(367,59): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(377,60): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(391,61): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(405,60): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(413,59): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/Vector16b.cs(34,16): warning CS0660: 'Vector16b' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector16b.cs(34,16): warning CS0661: 'Vector16b' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector16sb.cs(35,16): warning CS0660: 'Vector16sb' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector16sb.cs(35,16): warning CS0661: 'Vector16sb' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector4f.cs(89,16): warning CS0660: 'Vector4f' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector4f.cs(89,16): warning CS0661: 'Vector4f' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector4i.cs(34,16): warning CS0660: 'Vector4i' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector4i.cs(34,16): warning CS0661: 'Vector4i' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector4ui.cs(35,16): warning CS0660: 'Vector4ui' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector4ui.cs(35,16): warning CS0661: 'Vector4ui' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector8s.cs(34,16): warning CS0660: 'Vector8s' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector8s.cs(34,16): warning CS0661: 'Vector8s' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/Vector8us.cs(35,16): warning CS0660: 'Vector8us' defines operator == or operator != but does not override Object.Equals(object o)
Mono.Simd/Vector8us.cs(35,16): warning CS0661: 'Vector8us' defines operator == or operator != but does not override Object.GetHashCode()
Mono.Simd/VectorOperations.cs(36,46): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(36,59): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(36,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(50,46): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(50,59): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(50,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(65,61): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(65,24): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(77,61): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(77,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(88,57): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(88,24): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(94,57): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(94,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(105,57): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(105,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(117,50): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(126,50): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(138,57): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(138,70): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(138,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(150,58): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(150,72): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(150,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(162,59): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(162,74): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(162,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(173,58): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(173,72): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(173,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(184,62): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(184,75): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(184,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(196,63): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(196,77): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(196,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(208,64): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(208,79): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(208,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(219,63): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(219,77): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(219,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(230,57): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(230,70): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(230,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(242,58): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(242,72): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(242,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(254,65): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(254,79): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(254,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(273,37): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(273,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(297,37): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(297,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(282,40): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(282,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(291,43): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(291,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(305,48): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(305,62): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(305,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(316,48): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(316,62): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(316,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(327,36): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(327,49): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(327,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(336,36): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(336,49): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(336,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(343,36): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(343,49): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(343,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(350,37): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(350,51): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(350,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(356,43): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(356,56): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(356,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(368,44): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(368,58): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(368,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(389,45): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(389,60): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(389,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(400,44): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(400,58): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(400,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(379,36): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(379,49): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(379,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(411,36): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(411,49): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(411,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(418,36): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(418,49): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(418,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(425,37): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(425,51): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(425,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(431,43): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(431,56): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(431,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(443,44): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(443,58): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(443,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(455,45): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(455,60): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(455,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(466,44): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(466,58): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(466,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(480,46): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(480,59): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(480,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(485,46): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(485,59): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(485,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(491,46): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(491,59): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(491,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(497,46): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(497,59): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(497,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(503,39): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(503,52): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(503,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(509,39): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(509,52): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(509,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(518,52): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(518,65): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(518,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(531,52): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(531,65): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(531,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(541,45): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(541,58): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(541,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(548,46): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(548,60): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(548,17): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(554,45): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(554,58): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(554,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(561,46): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(561,60): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(561,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(567,52): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(567,65): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(567,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(579,53): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(579,67): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(579,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(591,54): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(591,69): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(591,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(602,53): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(602,67): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(602,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(614,55): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(614,68): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(614,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(627,55): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(627,68): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(627,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(638,56): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(638,69): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(638,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(651,56): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(651,69): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(651,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(661,51): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(661,64): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(661,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(667,51): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(667,64): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(667,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(673,58): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(673,71): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(673,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(685,60): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(685,75): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(685,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(697,56): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(697,69): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(697,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(710,56): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(710,69): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(710,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(721,55): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(721,68): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(721,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(734,55): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(734,68): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(734,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(745,58): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(745,71): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(745,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(758,58): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(758,71): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(758,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(769,59): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(769,72): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(769,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(782,59): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(782,72): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(782,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(793,54): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(793,67): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(793,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(806,54): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(806,67): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(806,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(819,47): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(819,60): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(819,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(825,47): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(825,60): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(825,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(831,46): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(831,59): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(831,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(837,46): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(837,59): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(837,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(843,42): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(843,17): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(849,45): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(849,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(855,46): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(855,17): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(861,42): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(861,55): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(861,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(868,43): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(868,57): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(868,17): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(874,42): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(874,55): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(874,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(881,43): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(881,57): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(881,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(887,49): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(887,62): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(887,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(894,50): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(894,64): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(894,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(901,51): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(901,66): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(901,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(907,50): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(907,64): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(907,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(913,43): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(913,56): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(913,17): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(920,44): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(920,58): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(920,17): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(926,43): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(926,56): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(926,17): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(933,44): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(933,58): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(933,17): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(939,50): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(939,63): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(939,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(946,51): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(946,65): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(946,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(953,52): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(953,67): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(953,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(959,51): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(959,65): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(959,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(965,47): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(965,60): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(965,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(974,47): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(974,60): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(974,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(983,48): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(983,62): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(983,24): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(992,47): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(992,60): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(992,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1000,47): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1000,60): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1000,24): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1008,48): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1008,62): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1008,24): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1016,47): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1016,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1024,47): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1024,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1033,48): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1033,24): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1041,51): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1041,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1050,52): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1050,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1058,50): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1058,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1067,51): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1067,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1076,67): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1076,80): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1076,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1090,67): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1090,80): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1090,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1103,64): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1103,77): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1103,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1117,66): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1117,79): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1117,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1132,73): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1132,87): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1132,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1147,73): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1147,87): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1147,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1162,70): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1162,84): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1162,24): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1177,72): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1177,86): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1177,24): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1190,54): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1190,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1210,54): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1210,24): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1195,55): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1195,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1225,55): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1225,24): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1200,52): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1200,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1215,52): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1215,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1205,61): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1205,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1220,61): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1220,24): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(983,34): warning CS3002: Return type of 'VectorOperations.Shuffle(Vector4ui, Vector4ui, ShuffleSel)' is not CLS-compliant
Mono.Simd/VectorOperations.cs(983,58): warning CS3001: Argument type 'Vector4ui' is not CLS-compliant
Mono.Simd/VectorOperations.cs(983,72): warning CS3001: Argument type 'Vector4ui' is not CLS-compliant
Mono.Simd/VectorOperations.cs(1008,34): warning CS3002: Return type of 'VectorOperations.Shuffle(Vector2ul, Vector2ul, int)' is not CLS-compliant
Mono.Simd/VectorOperations.cs(1008,58): warning CS3001: Argument type 'Vector2ul' is not CLS-compliant
Mono.Simd/VectorOperations.cs(1008,72): warning CS3001: Argument type 'Vector2ul' is not CLS-compliant
Mono.Simd/VectorOperations.cs(38,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(38,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(52,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(52,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(67,4): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(67,24): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(79,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(79,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(90,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(96,4): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(96,23): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(107,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(107,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(139,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(139,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(151,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(151,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(163,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(163,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(174,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(174,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(185,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(185,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(197,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(197,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(209,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(209,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(220,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(220,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(231,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(231,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(243,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(243,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(255,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(255,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(275,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(284,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(293,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(299,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(306,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(306,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(317,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(317,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(329,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(338,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(345,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(352,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(357,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(357,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(369,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(369,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(381,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(390,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(390,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(401,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(401,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(413,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(420,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(427,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(432,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(432,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(444,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(444,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(456,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(456,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(467,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(467,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(482,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(487,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(493,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(499,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(505,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(511,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(520,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(520,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(533,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(533,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(543,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(550,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(556,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(563,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(568,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(568,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(580,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(580,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(592,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(592,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(603,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(603,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(616,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(616,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(629,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(629,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(640,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(640,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(653,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(653,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(663,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(669,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(674,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(674,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(686,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(686,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(699,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(699,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(712,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(712,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(723,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(723,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(736,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(736,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(747,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(747,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(760,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(760,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(771,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(771,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(784,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(784,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(795,4): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(795,23): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(808,4): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(808,23): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(821,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(827,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(833,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(839,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(845,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(851,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(857,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(863,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(870,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(876,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(883,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(889,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(896,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(903,15): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(909,15): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(915,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(922,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(928,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(935,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(941,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(948,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(955,15): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(961,15): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(970,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(979,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(988,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(996,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1004,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1012,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1020,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1028,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1037,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1045,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1054,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1062,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1071,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1077,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1077,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1091,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1091,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1104,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1104,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1118,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1118,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1133,4): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1133,24): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1148,4): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1148,24): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1163,4): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1163,23): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1178,4): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1178,25): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1191,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1196,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1201,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1206,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1211,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1216,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1221,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/VectorOperations.cs(1226,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(38,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(45,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(52,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(59,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(66,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(73,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(84,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(97,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(110,15): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(123,15): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(231,15): warning CS0618: 'Vector2d' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(238,15): warning CS0618: 'Vector2l' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(245,15): warning CS0618: 'Vector2ul' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(252,15): warning CS0618: 'Vector4f' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(259,15): warning CS0618: 'Vector4i' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(266,15): warning CS0618: 'Vector4ui' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(277,15): warning CS0618: 'Vector8s' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(290,15): warning CS0618: 'Vector8us' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(303,15): warning CS0618: 'Vector16sb' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
Mono.Simd/ArrayExtensions.cs(316,15): warning CS0618: 'Vector16b' is obsolete: 'Use the types in the System.Numerics.Vectors namespace'
CSC     [net_4_x-unix] Mono.Tasklets.dll
CSC     [net_4_x-unix] Mono.CodeContracts.dll
CSC     [net_4_x-unix] Mono.Parallel.dll
Mono.Threading/Snzi.cs(290,5): warning CS0675: Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
Mono.Threading/Snzi.cs(199,5): warning CS0675: Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
CSC     [net_4_x-unix] Mono.Security.Win32.dll
CSC     [net_4_x-unix] RabbitMQ.Client.Apigen.exe
* Loading spec from 'amqp0-9.stripped.xml'
* Parsing spec
* Generating code into 'net_4_x-api-0-9.cs'
* Loading spec from 'amqp0-8.stripped.xml'
* Parsing spec
* Generating code into 'net_4_x-api-0-8.cs'
* Loading spec from 'qpid-amqp.0-8.stripped.xml'
* Parsing spec
* Generating code into 'net_4_x-api-qpid-0-8.cs'
CSC     [net_4_x-unix] RabbitMQ.Client.dll
CSC     [net_4_x-unix] Mono.Messaging.RabbitMQ.dll
CSC     [net_4_x-unix] Mono.Data.Tds.dll
CSC     [net_4_x-unix] System.Dynamic.dll
CSC     [net_4_x-unix] System.Windows.Forms.DataVisualization.dll
CSC     [net_4_x-unix] System.Reactive.Interfaces.dll
Read in 8 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Reactive.Core/Strings_Core.resx'
Writing resource file...  Done.
CSC     [net_4_x-unix] System.Reactive.Core.dll
Read in 16 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Reactive.Linq/Strings_Linq.resx'
Writing resource file...  Done.
CSC     [net_4_x-unix] System.Reactive.Linq.dll
Read in 1 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Reactive.PlatformServices/Strings_PlatformServices.resx'
Writing resource file...  Done.
CSC     [net_4_x-unix] System.Reactive.PlatformServices.dll
Read in 3 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Reactive.Providers/Strings_Providers.resx'
Writing resource file...  Done.
CSC     [net_4_x-unix] System.Reactive.Providers.dll
CSC     [net_4_x-unix] System.Reactive.Runtime.Remoting.dll
CSC     [net_4_x-unix] System.Reactive.Windows.Forms.dll
Read in 2 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Reactive.Windows.Threading/Strings_WindowsThreading.resx'
Writing resource file...  Done.
CSC     [net_4_x-unix] System.Reactive.Windows.Threading.dll
CSC     [net_4_x-unix] System.Reactive.Observable.Aliases.dll
CSC     [net_4_x-unix] System.Reactive.Experimental.dll
CSC     [net_4_x-unix] System.Reactive.Debugger.dll
Read in 193 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Data.Services.Client/Client/System.Data.Services.Client.txt'
Writing resource file...  Done.
CSC     [net_4_x-unix] System.Data.Services.Client.dll
Client/System/Data/Services/Client/ALinq/ResourceExpression.cs(51,13): warning CS0618: 'Expression.Expression(ExpressionType, Type)' is obsolete: 'use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
Client/System/Data/Services/Client/ALinq/QueryOptionExpression.cs(20,76): warning CS0618: 'Expression.Expression(ExpressionType, Type)' is obsolete: 'use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
Client/System/Data/Services/Client/ALinq/InputReferenceExpression.cs(25,13): warning CS0618: 'Expression.Expression(ExpressionType, Type)' is obsolete: 'use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
CSC     [net_4_x-unix] System.Data.Services.dll
System.Data.Services/DataServiceException.cs(67,13): warning CS0628: 'DataServiceException.DataServiceException(SerializationInfo, StreamingContext)': new protected member declared in sealed type
CSC     [net_4_x-unix] System.Data.Entity.dll
CSC     [net_4_x-unix] System.Data.DataSetExtensions.dll
CSC     [net_4_x-unix] System.Json.dll
Read in 17 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.Json.Microsoft/System.Json/Properties/Resources.resx'
Writing resource file...  Done.
CSC     [net_4_x-unix] System.Json.Microsoft.dll
CSC     [net_4_x-unix] System.Threading.Tasks.Dataflow.dll
// Error(s) in file /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ComponentModel.Composition.4.5/System.ComponentModel.Composition_xtest.dll.sources:
Directory does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ComponentModel.Composition.4.5/corefx'
// gensources produced 1 error(s) and a set of 148 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/unix_net_4_x_System.ComponentModel.Composition_xtest.dll.response System.ComponentModel.Composition_xtest.dll unix net_4_x'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ComponentModel.Composition.4.5'
// Error(s) in file /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ComponentModel.Composition.4.5/System.ComponentModel.Composition_xtest.dll.sources:
Directory does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ComponentModel.Composition.4.5/corefx'
// gensources produced 1 error(s) and a set of 148 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/unix_net_4_x_System.ComponentModel.Composition_xtest.dll.response System.ComponentModel.Composition_xtest.dll unix net_4_x'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ComponentModel.Composition.4.5'
Read in 109 resources from '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/System.ComponentModel.Composition.4.5/src/ComponentModel/Strings.resx'
Writing resource file...  Done.
CSC     [net_4_x-unix] System.ComponentModel.Composition.dll
CSC     [net_4_x-unix] System.Windows.dll
CSC     [net_4_x-unix] System.Xml.Serialization.dll
CSC     [net_4_x-unix] System.DirectoryServices.Protocols.dll
CSC     [net_4_x-unix] Microsoft.VisualC.dll
CSC     [net_4_x-unix] WebMatrix.Data.dll
CSC     [net_4_x-unix] monodoc.dll
CSC     [net_4_x-unix] System.Deployment.dll
CSC     [net_4_x-unix] System.Web.Mobile.dll
CSC     [net_4_x-unix] System.Web.RegularExpressions.dll
CSC     [net_4_x-unix] System.Workflow.Activities.dll
CSC     [net_4_x-unix] System.Workflow.ComponentModel.dll
CSC     [net_4_x-unix] System.Workflow.Runtime.dll
CSC     [net_4_x-unix] System.Reflection.Context.dll
// Error(s) in file /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Mono.Profiler.Log/Mono.Profiler.Log_xtest.dll.sources:
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Mono.Profiler.Log/Test/ProfilerTestRun.cs'
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Mono.Profiler.Log/Test/ProfilerTests.cs'
// gensources produced 2 error(s) and a set of 1 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/unix_net_4_x_Mono.Profiler.Log_xtest.dll.response Mono.Profiler.Log_xtest.dll unix net_4_x'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Mono.Profiler.Log'
// Error(s) in file /home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Mono.Profiler.Log/Mono.Profiler.Log_xtest.dll.sources:
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Mono.Profiler.Log/Test/ProfilerTestRun.cs'
File does not exist: '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Mono.Profiler.Log/Test/ProfilerTests.cs'
// gensources produced 2 error(s) and a set of 1 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/unix_net_4_x_Mono.Profiler.Log_xtest.dll.response Mono.Profiler.Log_xtest.dll unix net_4_x'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Mono.Profiler.Log'
CSC     [net_4_x-unix] Mono.Profiler.Log.dll
Makefile:17: warning: overriding recipe for target '../../class/lib/net_4_x-unix/System.Runtime.CompilerServices.Unsafe.dll'
../../build/library.make:335: warning: ignoring old recipe for target '../../class/lib/net_4_x-unix/System.Runtime.CompilerServices.Unsafe.dll'
Makefile:17: warning: overriding recipe for target '../../class/lib/net_4_x-unix/System.Runtime.CompilerServices.Unsafe.dll'
../../build/library.make:335: warning: ignoring old recipe for target '../../class/lib/net_4_x-unix/System.Runtime.CompilerServices.Unsafe.dll'
Assembling 'AssemblyInfo.il' , no listing file, to dll --> './../../class/lib/net_4_x-unix/System.Runtime.CompilerServices.Unsafe.dll'

Assembling '../corlib/System.Runtime.CompilerServices/Unsafe.il' , no listing file, to dll --> './../../class/lib/net_4_x-unix/System.Runtime.CompilerServices.Unsafe.dll'

Operation completed successfully
mkdir -p -- ../../../class/lib/net_4_x-unix/legacy/
CSC     [net_4_x-unix] Mono.Cecil.dll
CSC     [net_4_x-unix] SystemWebTestShim.dll
Assembly/AssemblyInfo.cs(41,29): warning CS0436: The type 'Consts' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/SystemWebTestShim/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/SystemWebTestShim/../../build/common/Consts.cs'.
Assembly/AssemblyInfo.cs(42,38): warning CS0436: The type 'Consts' in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/SystemWebTestShim/../../build/common/Consts.cs' conflicts with the imported type 'Consts' in 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using the type defined in '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/SystemWebTestShim/../../build/common/Consts.cs'.
CSC     [net_4_x-unix] Microsoft.Build.Framework.dll
CSC     [net_4_x-unix] Microsoft.Build.Utilities.v4.0.dll
Microsoft.Build.Utilities/TaskLoggingHelper.cs(39,16): warning CS0169: The field 'TaskLoggingHelper.buildEngine' is never used
CSC     [net_4_x-unix] Microsoft.Build.Engine.dll
Microsoft.Build.BuildEngine/ConsoleLogger.cs(287,16): warning CS0168: The variable 'r' is declared but never used
CSC     [net_4_x-unix] Mono.XBuild.Tasks.dll
CSC     [net_4_x-unix] Microsoft.Build.Tasks.v4.0.dll
Microsoft.Build.Tasks/Csc.cs(126,9): warning CS0472: The result of the expression is always 'false' since a value of type 'int' is never equal to 'null' of type 'int?'
Microsoft.Build.Tasks/Copy.cs(234,22): warning CS0168: The variable 'ex' is declared but never used
Microsoft.Build.Tasks/CodeTaskFactory.cs(214,18): warning CS0618: 'Assembly.LoadWithPartialName(string)' is obsolete: 'This method has been deprecated. Please use Assembly.Load() instead. http://go.microsoft.com/fwlink/?linkid=14202'
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(42,10): warning CS0649: Field 'ComClass.tlbId' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(38,10): warning CS0649: Field 'ComClass.clsId' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(40,10): warning CS0649: Field 'ComClass.progId' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks/ResolveAssemblyReference.cs(65,15): warning CS0649: Field 'ResolveAssemblyReference.suggestedRedirects' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.Bootstrapper/ProductBuilder.cs(37,11): warning CS0649: Field 'ProductBuilder.product' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(39,8): warning CS0649: Field 'AssemblyIdentity.isFrameworkAssembly' is never assigned to, and will always have its default value false
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(43,12): warning CS0649: Field 'Product.productCode' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(41,12): warning CS0649: Field 'Product.name' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(41,10): warning CS0649: Field 'TypeLib.tlbId' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(39,10): warning CS0649: Field 'TypeLib.helpDirectory' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(38,12): warning CS0649: Field 'OutputMessage.name' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(40,10): warning CS0649: Field 'ProxyStub.name' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(38,10): warning CS0649: Field 'ProxyStub.baseInterface' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TrustInfo.cs(40,9): warning CS0649: Field 'TrustInfo.hasUnmanagedCodePermission' is never assigned to, and will always have its default value false
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(40,24): warning CS0649: Field 'BuildMessage.severity' is never assigned to, and will always have its default value 
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(42,19): warning CS0649: Field 'BuildResults.messages' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(40,13): warning CS0649: Field 'BuildResults.component_files' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(42,13): warning CS0649: Field 'FileReference.typeLibs' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(41,8): warning CS0649: Field 'AssemblyIdentity.isStrongName' is never assigned to, and will always have its default value false
Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(43,27): warning CS0649: Field 'Manifest.fileReferences' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildSettings.cs(49,28): warning CS0649: Field 'BuildSettings.productBuilders' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(40,21): warning CS0649: Field 'OutputMessage.type' is never assigned to, and will always have its default value 
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(42,10): warning CS0649: Field 'ProxyStub.tlbId' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/WindowClass.cs(39,8): warning CS0649: Field 'WindowClass.versioned' is never assigned to, and will always have its default value false
Microsoft.Build.Tasks.Deployment.Bootstrapper/BootstrapperBuilder.cs(41,21): warning CS0649: Field 'BootstrapperBuilder.products' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(37,9): warning CS0649: Field 'BuildMessage.help_id' is never assigned to, and will always have its default value 0
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(41,10): warning CS0649: Field 'ComClass.threadingModel' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(39,10): warning CS0649: Field 'ComClass.description' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks/ResolveAssemblyReference.cs(62,15): warning CS0649: Field 'ResolveAssemblyReference.serializationAssemblyFiles' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(40,8): warning CS0649: Field 'AssemblyIdentity.isNeutralPlatform' is never assigned to, and will always have its default value false
Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(45,28): warning CS0649: Field 'Manifest.outputMessages' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(42,19): warning CS0649: Field 'Product.productBuilder' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(40,21): warning CS0649: Field 'Product.includes' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(40,10): warning CS0649: Field 'TypeLib.resourceId' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(38,10): warning CS0649: Field 'TypeLib.flags' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessageCollection.cs(42,9): warning CS0649: Field 'OutputMessageCollection.warning_count' is never assigned to, and will always have its default value 0
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessageCollection.cs(40,9): warning CS0649: Field 'OutputMessageCollection.error_count' is never assigned to, and will always have its default value 0
Microsoft.Build.Tasks/ResolveAssemblyReference.cs(60,15): warning CS0649: Field 'ResolveAssemblyReference.scatterFiles' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(39,10): warning CS0649: Field 'ProxyStub.iid' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(39,12): warning CS0649: Field 'BuildMessage.message' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(43,9): warning CS0649: Field 'BuildResults.succeeded' is never assigned to, and will always have its default value false
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyManifest.cs(38,15): warning CS0649: Field 'AssemblyManifest.externalProxyStubs' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(41,11): warning CS0649: Field 'BuildResults.key_file' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(41,15): warning CS0649: Field 'FileReference.proxyStubs' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(39,14): warning CS0649: Field 'FileReference.comClasses' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(42,10): warning CS0649: Field 'TypeLib.version' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(40,31): warning CS0649: Field 'Manifest.assemblyReferences' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(39,12): warning CS0649: Field 'OutputMessage.text' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(41,10): warning CS0649: Field 'ProxyStub.numMethods' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.ManifestUtilities/WindowClass.cs(38,10): warning CS0649: Field 'WindowClass.name' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks/SGen.cs(44,10): warning CS0649: Field 'SGen.serializationAssemblyName' is never assigned to, and will always have its default value null
Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(38,12): warning CS0649: Field 'BuildMessage.help_keyword' is never assigned to, and will always have its default value null
./../../../jay/jay: 1 rule never reduced
./../../../jay/jay: 12 shift/reduce conflicts, 126 reduce/reduce conflicts.
CSC     [net_4_x-unix] Microsoft.Build.dll
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/ConsoleLogger.cs(287,16): warning CS0168: The variable 'r' is declared but never used
Microsoft.Build.Internal/ExpressionTokenizer.cs(242,5): warning CS0162: Unreachable code detected
Microsoft.Build.Evaluation/ProjectCollection.cs(129,54): warning CS0067: The event 'ProjectCollection.ProjectChanged' is never used
Microsoft.Build.Evaluation/ProjectCollection.cs(133,57): warning CS0067: The event 'ProjectCollection.ProjectXmlChanged' is never used
Microsoft.Build.Evaluation/ProjectCollection.cs(131,64): warning CS0067: The event 'ProjectCollection.ProjectCollectionChanged' is never used
mkdir -p -- ../../../class/lib/net_4_x-unix/Facades/
CSC     [net_4_x-unix] System.Collections.Concurrent.dll
CSC     [net_4_x-unix] System.Collections.dll
CSC     [net_4_x-unix] System.ComponentModel.Annotations.dll
CSC     [net_4_x-unix] System.ComponentModel.EventBasedAsync.dll
CSC     [net_4_x-unix] System.ComponentModel.dll
CSC     [net_4_x-unix] System.Diagnostics.Contracts.dll
CSC     [net_4_x-unix] System.Diagnostics.Debug.dll
CSC     [net_4_x-unix] System.Diagnostics.Tracing.dll
CSC     [net_4_x-unix] System.Diagnostics.Tools.dll
CSC     [net_4_x-unix] System.Dynamic.Runtime.dll
CSC     [net_4_x-unix] System.Globalization.dll
CSC     [net_4_x-unix] System.IO.dll
CSC     [net_4_x-unix] System.Linq.Expressions.dll
CSC     [net_4_x-unix] System.Linq.Parallel.dll
CSC     [net_4_x-unix] System.Linq.Queryable.dll
CSC     [net_4_x-unix] System.Linq.dll
CSC     [net_4_x-unix] System.Net.NetworkInformation.dll
CSC     [net_4_x-unix] System.Net.Primitives.dll
CSC     [net_4_x-unix] System.Net.Requests.dll
CSC     [net_4_x-unix] System.ObjectModel.dll
CSC     [net_4_x-unix] System.Reflection.Extensions.dll
CSC     [net_4_x-unix] System.Reflection.Primitives.dll
CSC     [net_4_x-unix] System.Reflection.dll
CSC     [net_4_x-unix] System.Resources.ResourceManager.dll
CSC     [net_4_x-unix] System.Runtime.Extensions.dll
CSC     [net_4_x-unix] System.Runtime.InteropServices.dll
CSC     [net_4_x-unix] System.Runtime.InteropServices.WindowsRuntime.dll
CSC     [net_4_x-unix] System.Runtime.Numerics.dll
CSC     [net_4_x-unix] System.Runtime.Serialization.Json.dll
CSC     [net_4_x-unix] System.Runtime.dll
CSC     [net_4_x-unix] System.Security.Principal.dll
CSC     [net_4_x-unix] System.ServiceModel.Http.dll
CSC     [net_4_x-unix] System.ServiceModel.Security.dll
CSC     [net_4_x-unix] System.Text.Encoding.Extensions.dll
CSC     [net_4_x-unix] System.Text.Encoding.dll
CSC     [net_4_x-unix] System.Text.RegularExpressions.dll
CSC     [net_4_x-unix] System.Threading.Tasks.Parallel.dll
CSC     [net_4_x-unix] System.Threading.Tasks.dll
CSC     [net_4_x-unix] System.Threading.Timer.dll
CSC     [net_4_x-unix] System.Threading.dll
CSC     [net_4_x-unix] System.Xml.ReaderWriter.dll
CSC     [net_4_x-unix] System.Xml.XDocument.dll
CSC     [net_4_x-unix] System.Xml.XmlSerializer.dll
CSC     [net_4_x-unix] System.Runtime.Handles.dll
CSC     [net_4_x-unix] System.ServiceModel.Duplex.dll
CSC     [net_4_x-unix] System.ServiceModel.NetTcp.dll
CSC     [net_4_x-unix] Microsoft.Win32.Primitives.dll
CSC     [net_4_x-unix] Microsoft.Win32.Registry.dll
CSC     [net_4_x-unix] System.AppContext.dll
CSC     [net_4_x-unix] System.Collections.NonGeneric.dll
CSC     [net_4_x-unix] System.Collections.Specialized.dll
CSC     [net_4_x-unix] System.ComponentModel.Primitives.dll
CSC     [net_4_x-unix] System.ComponentModel.TypeConverter.dll
CSC     [net_4_x-unix] System.Console.dll
CSC     [net_4_x-unix] System.Data.SqlClient.dll
CSC     [net_4_x-unix] System.Diagnostics.FileVersionInfo.dll
CSC     [net_4_x-unix] System.Diagnostics.Process.dll
CSC     [net_4_x-unix] System.Diagnostics.TextWriterTraceListener.dll
CSC     [net_4_x-unix] System.Diagnostics.TraceEvent.dll
CSC     [net_4_x-unix] System.Diagnostics.TraceSource.dll
CSC     [net_4_x-unix] System.Globalization.Calendars.dll
CSC     [net_4_x-unix] System.IO.Compression.ZipFile.dll
CSC     [net_4_x-unix] System.IO.FileSystem.dll
CSC     [net_4_x-unix] System.IO.FileSystem.DriveInfo.dll
CSC     [net_4_x-unix] System.IO.FileSystem.Primitives.dll
CSC     [net_4_x-unix] System.IO.IsolatedStorage.dll
CSC     [net_4_x-unix] System.IO.MemoryMappedFiles.dll
CSC     [net_4_x-unix] System.IO.UnmanagedMemoryStream.dll
CSC     [net_4_x-unix] System.Net.AuthenticationManager.dll
CSC     [net_4_x-unix] System.Net.Cache.dll
CSC     [net_4_x-unix] System.Net.HttpListener.dll
CSC     [net_4_x-unix] System.Net.Mail.dll
CSC     [net_4_x-unix] System.Net.NameResolution.dll
CSC     [net_4_x-unix] System.Net.Security.dll
CSC     [net_4_x-unix] System.Net.ServicePoint.dll
CSC     [net_4_x-unix] System.Net.Sockets.dll
CSC     [net_4_x-unix] System.Net.Utilities.dll
CSC     [net_4_x-unix] System.Net.WebHeaderCollection.dll
CSC     [net_4_x-unix] System.Net.WebSockets.dll
CSC     [net_4_x-unix] System.Net.WebSockets.Client.dll
CSC     [net_4_x-unix] System.Resources.ReaderWriter.dll
CSC     [net_4_x-unix] System.Runtime.CompilerServices.VisualC.dll
CSC     [net_4_x-unix] System.Security.AccessControl.dll
CSC     [net_4_x-unix] System.Security.Claims.dll
CSC     [net_4_x-unix] System.Security.Cryptography.DeriveBytes.dll
CSC     [net_4_x-unix] System.Security.Cryptography.Encoding.dll
CSC     [net_4_x-unix] System.Security.Cryptography.Encryption.dll
CSC     [net_4_x-unix] System.Security.Cryptography.Encryption.Aes.dll
CSC     [net_4_x-unix] System.Security.Cryptography.Encryption.ECDiffieHellman.dll
CSC     [net_4_x-unix] System.Security.Cryptography.Encryption.ECDsa.dll
CSC     [net_4_x-unix] System.Security.Cryptography.Hashing.dll
CSC     [net_4_x-unix] System.Security.Cryptography.Hashing.Algorithms.dll
CSC     [net_4_x-unix] System.Security.Cryptography.RSA.dll
CSC     [net_4_x-unix] System.Security.Cryptography.RandomNumberGenerator.dll
CSC     [net_4_x-unix] System.Security.Principal.Windows.dll
CSC     [net_4_x-unix] System.Threading.Thread.dll
CSC     [net_4_x-unix] System.Threading.ThreadPool.dll
CSC     [net_4_x-unix] System.Xml.XPath.dll
CSC     [net_4_x-unix] System.Xml.XmlDocument.dll
CSC     [net_4_x-unix] System.Xml.Xsl.Primitives.dll
CSC     [net_4_x-unix] Microsoft.Win32.Registry.AccessControl.dll
CSC     [net_4_x-unix] System.IO.FileSystem.AccessControl.dll
CSC     [net_4_x-unix] System.Reflection.TypeExtensions.dll
CSC     [net_4_x-unix] System.Reflection.Emit.Lightweight.dll
CSC     [net_4_x-unix] System.Reflection.Emit.ILGeneration.dll
CSC     [net_4_x-unix] System.Reflection.Emit.dll
CSC     [net_4_x-unix] System.Threading.AccessControl.dll
CSC     [net_4_x-unix] System.ValueTuple.dll
CSC     [net_4_x-unix] System.Security.Cryptography.Primitives.dll
CSC     [net_4_x-unix] System.Text.Encoding.CodePages.dll
CSC     [net_4_x-unix] System.IO.FileSystem.Watcher.dll
CSC     [net_4_x-unix] System.Security.Cryptography.ProtectedData.dll
CSC     [net_4_x-unix] System.ServiceProcess.ServiceController.dll
CSC     [net_4_x-unix] System.IO.Pipes.dll
CSC     [net_4_x-unix] System.Net.Ping.dll
CSC     [net_4_x-unix] System.Resources.Reader.dll
CSC     [net_4_x-unix] System.Resources.Writer.dll
CSC     [net_4_x-unix] System.Runtime.Serialization.Formatters.dll
CSC     [net_4_x-unix] System.Security.Cryptography.Csp.dll
CSC     [net_4_x-unix] System.Runtime.InteropServices.RuntimeInformation.dll
CSC     [net_4_x-unix] System.Xml.XPath.XDocument.dll
CSC     [net_4_x-unix] System.Threading.Overlapped.dll
CSC     [net_4_x-unix] System.Security.SecureString.dll
CSC     [net_4_x-unix] System.Diagnostics.StackTrace.dll
CSC     [net_4_x-unix] System.Data.Common.dll
TypeForwarders.cs(84,76): warning CS0618: 'DataSysDescriptionAttribute' is obsolete: 'DataSysDescriptionAttribute has been deprecated.  https://go.microsoft.com/fwlink/?linkid=14202'
CSC     [net_4_x-unix] System.Globalization.Extensions.dll
CSC     [net_4_x-unix] System.Runtime.Serialization.Xml.dll
CSC     [net_4_x-unix] System.ServiceModel.Primitives.dll
CSC     [net_4_x-unix] System.Security.Cryptography.X509Certificates.dll
CSC     [net_4_x-unix] System.Runtime.Serialization.Primitives.dll
CSC     [net_4_x-unix] System.Security.Cryptography.Algorithms.dll
CSC     [net_4_x-unix] netstandard.dll
CSC     [net_4_x-unix] System.Drawing.Primitives.dll
CSC     [net_4_x-unix] System.Net.Http.Rtc.dll
CSC     [net_4_x-unix] ilasm.exe
CSC     [net_4_x-unix] al.exe
Al.cs(65,8): warning CS0414: The field 'AssemblyLinker.fullPaths' is assigned but its value is never used
CSC     [net_4_x-unix] aprofutil.exe
CSC     [net_4_x-unix] monolinker.exe
CSC     [net_4_x-unix] culevel.exe
CompileUplevel.cs(943,25): warning CS0618: 'CodeDomProvider.CreateGenerator()' is obsolete: 'Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.'
CSC     [net_4_x-unix] genxs.exe
CSC     [net_4_x-unix] mkbundle.exe
CSC     [net_4_x-unix] monop.exe
CSC     [net_4_x-unix] mono-service.exe
warning CS1616: Option 'CryptoKeyFile' overrides attribute 'System.Reflection.AssemblyKeyFileAttribute' given in a source file or added module
warning CS8105: Attribute 'System.Reflection.AssemblyKeyFileAttribute' is ignored when public signing is specified.
mono-service.cs(135,28): warning CS0618: 'AppDomain.CreateInstanceAndUnwrap(string, string, bool, BindingFlags, Binder, object[], CultureInfo, object[], Evidence)' is obsolete: 'Use an overload that does not take an Evidence parameter'
mono-service.cs(207,11): warning CS0618: 'AppDomain.ExecuteAssembly(string, Evidence, string[])' is obsolete: 'Use an overload that does not take an Evidence parameter'
CSC     [net_4_x-unix] xsd.exe
NewMonoXSD.cs(119,47): warning CS0618: 'Path.InvalidPathChars' is obsolete: 'see GetInvalidPathChars and GetInvalidFileNameChars methods.'
NewMonoXSD.cs(405,30): warning CS0618: 'XmlSchema.Compile(ValidationEventHandler)' is obsolete: 'Use System.Xml.Schema.XmlSchemaSet for schema compilation and validation. http://go.microsoft.com/fwlink/?linkid=14202'
NewMonoXSD.cs(432,25): warning CS0618: 'CodeDomProvider.CreateGenerator()' is obsolete: 'Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.'
NewMonoXSD.cs(466,25): warning CS0618: 'CodeDomProvider.CreateGenerator()' is obsolete: 'Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.'
NewMonoXSD.cs(468,4): warning CS0618: 'TypedDataSetGenerator' is obsolete: 'TypedDataSetGenerator class will be removed in a future release. Please use System.Data.Design.TypedDataSetGenerator in System.Design.dll.'
NewMonoXSD.cs(63,26): warning CS0414: The field 'Driver.languageNotSupported' is assigned but its value is never used
CSC     [net_4_x-unix] resgen.exe
CSC     [net_4_x-unix] wsdl.exe
MonoWSDL2.cs(285,31): warning CS0618: 'CodeDomProvider.CreateGenerator()' is obsolete: 'Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.'
MonoWSDL2.cs(464,60): warning CS0618: 'Path.InvalidPathChars' is obsolete: 'see GetInvalidPathChars and GetInvalidFileNameChars methods.'
CSC     [net_4_x-unix] xbuild.exe
CSC     [net_4_x-unix] csharp.exe
CSC     [net_4_x-unix] mono-api-info.exe
CSC     [net_4_x-unix] mono-api-diff.exe
CSC     [net_4_x-unix] mono-api-html.exe
CSC     [net_4_x-unix] compiler-tester.exe
CSC     [net_4_x-unix] mono-xmltool.exe
xmltool.cs(181,4): warning CS0618: 'XmlSchema.Compile(ValidationEventHandler)' is obsolete: 'Use System.Xml.Schema.XmlSchemaSet for schema compilation and validation. http://go.microsoft.com/fwlink/?linkid=14202'
xmltool.cs(184,5): warning CS0618: 'XmlValidatingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. https://go.microsoft.com/fwlink/?linkid=14202'
xmltool.cs(184,35): warning CS0618: 'XmlValidatingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. https://go.microsoft.com/fwlink/?linkid=14202'
xmltool.cs(208,5): warning CS0618: 'XmlValidatingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. https://go.microsoft.com/fwlink/?linkid=14202'
xmltool.cs(208,35): warning CS0618: 'XmlValidatingReader' is obsolete: 'Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. https://go.microsoft.com/fwlink/?linkid=14202'
xmltool.cs(220,4): warning CS0618: 'XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
xmltool.cs(220,25): warning CS0618: 'XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
CSC     [net_4_x-unix] mono-shlib-cop.exe
mono-shlib-cop.cs(250,9): warning CS0618: 'Assembly.LoadWithPartialName(string)' is obsolete: 'This method has been deprecated. Please use Assembly.Load() instead. http://go.microsoft.com/fwlink/?linkid=14202'
CSC     [net_4_x-unix] sgen.exe
sgen.cs(242,105): warning CS0618: 'Path.InvalidPathChars' is obsolete: 'see GetInvalidPathChars and GetInvalidFileNameChars methods.'
sgen.cs(32,7): warning CS0414: The field 'Driver.proxyTypes' is assigned but its value is never used
CSC     [net_4_x-unix] mconfig.exe
mconfig.cs(78,17): warning CS0649: Field 'MConfigOptions.ConfigFile' is never assigned to, and will always have its default value null
CSC     [net_4_x-unix] installutil.exe
installutil.cs(119,24): warning CS0168: The variable 'e' is declared but never used
installutil.cs(166,10): warning CS0219: The variable 'logfile' is assigned but its value is never used
installutil.cs(38,14): warning CS0414: The field 'InstallUtil.showcallstack' is assigned but its value is never used
installutil.cs(39,14): warning CS0414: The field 'InstallUtil.logtoconsole' is assigned but its value is never used
CSC     [net_4_x-unix] nunitreport.exe
CSC     [net_4_x-unix] pdb2mdb.exe
Driver.cs(198,35): warning CS0168: The variable 'ex' is declared but never used
CvInfo.cs(1913,19): warning CS0649: Field 'ProcSym32.parent' is never assigned to, and will always have its default value 0
CvInfo.cs(2245,21): warning CS0649: Field 'CoffGroupSym.seg' is never assigned to, and will always have its default value 0
CvInfo.cs(1127,21): warning CS0649: Field 'LeafRefSym.Sym' is never assigned to, and will always have its default value null
CvInfo.cs(1713,19): warning CS0649: Field 'AttrManyRegSym.offCod' is never assigned to, and will always have its default value 0
CvInfo.cs(1695,19): warning CS0649: Field 'ManyRegSym.count' is never assigned to, and will always have its default value 0
CvInfo.cs(2115,21): warning CS0649: Field 'RefSym.imod' is never assigned to, and will always have its default value 0
CvInfo.cs(2243,19): warning CS0649: Field 'CoffGroupSym.characteristics' is never assigned to, and will always have its default value 0
CvInfo.cs(730,18): warning CS0649: Field 'CV_PDMR32_VBASE.pdisp' is never assigned to, and will always have its default value 0
CvInfo.cs(2113,19): warning CS0649: Field 'RefSym.sumName' is never assigned to, and will always have its default value 0
CvInfo.cs(1389,21): warning CS0649: Field 'LeafNestType.pad0' is never assigned to, and will always have its default value 0
CvInfo.cs(1237,20): warning CS0649: Field 'LeafCmplx32.val_imag' is never assigned to, and will always have its default value 0
CvInfo.cs(34,19): warning CS0649: Field 'FLOAT10.Data_5' is never assigned to, and will always have its default value 0
CvInfo.cs(1300,21): warning CS0649: Field 'LeafVBClass.vbpoff' is never assigned to, and will always have its default value null
CvInfo.cs(965,19): warning CS0649: Field 'LeafPreComp.signature' is never assigned to, and will always have its default value 0
CvInfo.cs(909,21): warning CS0649: Field 'LeafVTShape.count' is never assigned to, and will always have its default value 0
CvInfo.cs(1298,19): warning CS0649: Field 'LeafVBClass.index' is never assigned to, and will always have its default value 0
CvInfo.cs(1686,21): warning CS0649: Field 'AttrRegSym.flags' is never assigned to, and will always have its default value 0
CvInfo.cs(802,32): warning CS0649: Field 'LeafPointer.LeafPointerBody.attr' is never assigned to, and will always have its default value 
CvInfo.cs(1825,19): warning CS0649: Field 'ReturnSym.style' is never assigned to, and will always have its default value 0
CvInfo.cs(895,19): warning CS0649: Field 'LeafMFunc.rvtype' is never assigned to, and will always have its default value 0
CvInfo.cs(1316,21): warning CS0649: Field 'LeafFriendFcn.pad0' is never assigned to, and will always have its default value 0
CvInfo.cs(1879,21): warning CS0649: Field 'AnnotationSym.csz' is never assigned to, and will always have its default value 0
CvInfo.cs(1877,19): warning CS0649: Field 'AnnotationSym.off' is never assigned to, and will always have its default value 0
CvInfo.cs(876,19): warning CS0649: Field 'LeafEnum.field' is never assigned to, and will always have its default value 0
CvInfo.cs(1289,19): warning CS0649: Field 'LeafBClass.index' is never assigned to, and will always have its default value 0
CvInfo.cs(827,21): warning CS0649: Field 'LeafArray.name' is never assigned to, and will always have its default value null
CvInfo.cs(948,21): warning CS0649: Field 'LeafDimArray.name' is never assigned to, and will always have its default value null
CvInfo.cs(2327,27): warning CS0649: Field 'DiscardedSym.iscarded' is never assigned to, and will always have its default value 
CvInfo.cs(887,21): warning CS0649: Field 'LeafProc.parmcount' is never assigned to, and will always have its default value 0
CvInfo.cs(825,19): warning CS0649: Field 'LeafArray.idxtype' is never assigned to, and will always have its default value 0
CvInfo.cs(946,19): warning CS0649: Field 'LeafDimArray.utype' is never assigned to, and will always have its default value 0
CvInfo.cs(1705,23): warning CS0649: Field 'ManyRegSym2.reg' is never assigned to, and will always have its default value null
CvInfo.cs(757,18): warning CS0649: Field 'CV_PMFR32_VBASE.vdisp' is never assigned to, and will always have its default value 0
CvInfo.cs(1400,19): warning CS0649: Field 'LeafNestTypeEx.index' is never assigned to, and will always have its default value 0
CvInfo.cs(2184,21): warning CS0649: Field 'SepCodSym.sec' is never assigned to, and will always have its default value 0
CvInfo.cs(755,18): warning CS0649: Field 'CV_PMFR32_VBASE.mdisp' is never assigned to, and will always have its default value 0
CvInfo.cs(2182,19): warning CS0649: Field 'SepCodSym.off' is never assigned to, and will always have its default value 0
CvInfo.cs(1308,21): warning CS0649: Field 'LeafFriendCls.pad0' is never assigned to, and will always have its default value 0
CvInfo.cs(1081,21): warning CS0649: Field 'mlMethod.vbaseoff' is never assigned to, and will always have its default value null
CvInfo.cs(2293,21): warning CS0649: Field 'CallsiteInfo.pad0' is never assigned to, and will always have its default value 0
CvInfo.cs(32,19): warning CS0649: Field 'FLOAT10.Data_3' is never assigned to, and will always have its default value 0
CvInfo.cs(2218,19): warning CS0649: Field 'DefRangeSym2.id' is never assigned to, and will always have its default value 0
CvInfo.cs(1079,21): warning CS0649: Field 'mlMethod.pad0' is never assigned to, and will always have its default value 0
CvInfo.cs(1988,19): warning CS0649: Field 'TrampolineSym.offThunk' is never assigned to, and will always have its default value 0
CvInfo.cs(30,19): warning CS0649: Field 'FLOAT10.Data_1' is never assigned to, and will always have its default value 0
CvInfo.cs(1156,21): warning CS0649: Field 'LeafUShort.val' is never assigned to, and will always have its default value 0
CvInfo.cs(840,21): warning CS0649: Field 'LeafClass.name' is never assigned to, and will always have its default value null
CvInfo.cs(1373,21): warning CS0649: Field 'LeafOneMethod.name' is never assigned to, and will always have its default value null
CvInfo.cs(1371,19): warning CS0649: Field 'LeafOneMethod.index' is never assigned to, and will always have its default value 0
CvInfo.cs(2051,21): warning CS0649: Field 'AttrRegRel.flags' is never assigned to, and will always have its default value 0
CvInfo.cs(2068,18): warning CS0649: Field 'Slink32.off' is never assigned to, and will always have its default value 0
CvInfo.cs(2408,19): warning CS0649: Field 'FrameData.cbParams' is never assigned to, and will always have its default value 0
CvInfo.cs(1975,21): warning CS0649: Field 'ThunkSym32.variant' is never assigned to, and will always have its default value null
CvInfo.cs(1676,21): warning CS0649: Field 'RegSym.reg' is never assigned to, and will always have its default value 0
CvInfo.cs(1880,23): warning CS0649: Field 'AnnotationSym.rgsz' is never assigned to, and will always have its default value null
CvInfo.cs(1337,21): warning CS0649: Field 'LeafSTMember.name' is never assigned to, and will always have its default value null
CvInfo.cs(1858,19): warning CS0649: Field 'SlotSym32.typind' is never assigned to, and will always have its default value 0
CvInfo.cs(902,18): warning CS0649: Field 'LeafMFunc.thisadjust' is never assigned to, and will always have its default value 0
CvInfo.cs(1685,21): warning CS0649: Field 'AttrRegSym.segCod' is never assigned to, and will always have its default value 0
CvInfo.cs(1997,19): warning CS0649: Field 'LabelSym32.off' is never assigned to, and will always have its default value 0
CvInfo.cs(1335,21): warning CS0649: Field 'LeafSTMember.attr' is never assigned to, and will always have its default value 0
CvInfo.cs(1663,21): warning CS0649: Field 'SYMTYPE.rectyp' is never assigned to, and will always have its default value 0
CvInfo.cs(900,21): warning CS0649: Field 'LeafMFunc.parmcount' is never assigned to, and will always have its default value 0
CvInfo.cs(2107,21): warning CS0649: Field 'ProcSymIa64.name' is never assigned to, and will always have its default value null
CvInfo.cs(1683,19): warning CS0649: Field 'AttrRegSym.typind' is never assigned to, and will always have its default value 0
CvInfo.cs(1804,21): warning CS0649: Field 'CompileSym.verBuild' is never assigned to, and will always have its default value 0
CvInfo.cs(1961,21): warning CS0649: Field 'ManProcSymMips.name' is never assigned to, and will always have its default value null
CvInfo.cs(2193,21): warning CS0649: Field 'LocalSym.flags' is never assigned to, and will always have its default value 0
CvInfo.cs(1840,21): warning CS0649: Field 'BpRelSym32.name' is never assigned to, and will always have its default value null
CvInfo.cs(1886,19): warning CS0649: Field 'DatasSym32.typind' is never assigned to, and will always have its default value 0
CvInfo.cs(1802,21): warning CS0649: Field 'CompileSym.verMajor' is never assigned to, and will always have its default value 0
CvInfo.cs(2235,21): warning CS0649: Field 'SectionSym.name' is never assigned to, and will always have its default value null
CvInfo.cs(2191,19): warning CS0649: Field 'LocalSym.id' is never assigned to, and will always have its default value 0
CvInfo.cs(1199,20): warning CS0649: Field 'LeafUOct.val0' is never assigned to, and will always have its default value 0
CvInfo.cs(1986,21): warning CS0649: Field 'TrampolineSym.trampType' is never assigned to, and will always have its default value 0
CvInfo.cs(2061,21): warning CS0649: Field 'ThreadSym32.name' is never assigned to, and will always have its default value null
CvInfo.cs(1776,21): warning CS0649: Field 'CFlagSym.flags' is never assigned to, and will always have its default value 0
CvInfo.cs(1950,19): warning CS0649: Field 'ManProcSymMips.dbgStart' is never assigned to, and will always have its default value 0
CvInfo.cs(984,21): warning CS0649: Field 'LeafOEM.index' is never assigned to, and will always have its default value null
CvInfo.cs(2165,21): warning CS0649: Field 'FrameProcSym.secExHdlr' is never assigned to, and will always have its default value 0
CvInfo.cs(2314,18): warning CS0649: Field 'FrameCookie.cookietype' is never assigned to, and will always have its default value 0
CvInfo.cs(1163,18): warning CS0649: Field 'LeafLong.val' is never assigned to, and will always have its default value 0
CvInfo.cs(851,21): warning CS0649: Field 'LeafUnion.name' is never assigned to, and will always have its default value null
CvInfo.cs(1948,19): warning CS0649: Field 'ManProcSymMips.next' is never assigned to, and will always have its default value 0
CvInfo.cs(2086,19): warning CS0649: Field 'ProcSymMips.off' is never assigned to, and will always have its default value 0
CvInfo.cs(2163,19): warning CS0649: Field 'FrameProcSym.cbSaveRegs' is never assigned to, and will always have its default value 0
CvInfo.cs(2312,18): warning CS0649: Field 'FrameCookie.off' is never assigned to, and will always have its default value 0
CvInfo.cs(1946,19): warning CS0649: Field 'ManProcSymMips.parent' is never assigned to, and will always have its default value 0
CvInfo.cs(1907,21): warning CS0649: Field 'PubSym32.name' is never assigned to, and will always have its default value null
CvInfo.cs(2084,19): warning CS0649: Field 'ProcSymMips.fpOff' is never assigned to, and will always have its default value 0
CvInfo.cs(1838,18): warning CS0649: Field 'BpRelSym32.off' is never assigned to, and will always have its default value 0
CvInfo.cs(1344,21): warning CS0649: Field 'LeafVFuncTab.pad0' is never assigned to, and will always have its default value 0
CvInfo.cs(1922,19): warning CS0649: Field 'ProcSym32.flags' is never assigned to, and will always have its default value 0
CvInfo.cs(1905,19): warning CS0649: Field 'PubSym32.off' is never assigned to, and will always have its default value 0
CvInfo.cs(1177,19): warning CS0649: Field 'LeafQuad.val' is never assigned to, and will always have its default value 0
CvInfo.cs(1037,21): warning CS0649: Field 'LeafArgList.arg' is never assigned to, and will always have its default value null
CvInfo.cs(2082,19): warning CS0649: Field 'ProcSymMips.fpSave' is never assigned to, and will always have its default value 0
PdbFunction.cs(31,48): warning CS0649: Field 'PdbFunction.namespaceScopes' is never assigned to, and will always have its default value null
CvInfo.cs(2080,19): warning CS0649: Field 'ProcSymMips.dbgEnd' is never assigned to, and will always have its default value 0
CvInfo.cs(1063,21): warning CS0649: Field 'LeafList.data' is never assigned to, and will always have its default value null
CvInfo.cs(2059,19): warning CS0649: Field 'ThreadSym32.off' is never assigned to, and will always have its default value 0
CvInfo.cs(925,21): warning CS0649: Field 'LeafCobol1.data' is never assigned to, and will always have its default value null
CvInfo.cs(1326,19): warning CS0649: Field 'LeafMember.index' is never assigned to, and will always have its default value 0
CvInfo.cs(2124,21): warning CS0649: Field 'RefSym2.imod' is never assigned to, and will always have its default value 0
CvInfo.cs(2100,19): warning CS0649: Field 'ProcSymIa64.dbgStart' is never assigned to, and will always have its default value 0
CvInfo.cs(38,19): warning CS0649: Field 'FLOAT10.Data_9' is never assigned to, and will always have its default value 0
CvInfo.cs(746,19): warning CS0649: Field 'CV_PMFR32_NVMA.off' is never assigned to, and will always have its default value 0
CvInfo.cs(1727,21): warning CS0649: Field 'AttrManyRegSym2.flags' is never assigned to, and will always have its default value 0
CvInfo.cs(2122,19): warning CS0649: Field 'RefSym2.sumName' is never assigned to, and will always have its default value 0
CvInfo.cs(2098,19): warning CS0649: Field 'ProcSymIa64.next' is never assigned to, and will always have its default value 0
CvInfo.cs(1391,21): warning CS0649: Field 'LeafNestType.name' is never assigned to, and will always have its default value null
CvInfo.cs(36,19): warning CS0649: Field 'FLOAT10.Data_7' is never assigned to, and will always have its default value 0
CvInfo.cs(2096,19): warning CS0649: Field 'ProcSymIa64.parent' is never assigned to, and will always have its default value 0
CvInfo.cs(1363,21): warning CS0649: Field 'LeafMethod.name' is never assigned to, and will always have its default value null
CvInfo.cs(866,21): warning CS0649: Field 'LeafManaged.name' is never assigned to, and will always have its default value null
CvInfo.cs(1813,21): warning CS0649: Field 'ObjNameSym.name' is never assigned to, and will always have its default value null
CvInfo.cs(1688,21): warning CS0649: Field 'AttrRegSym.name' is never assigned to, and will always have its default value null
CvInfo.cs(1184,20): warning CS0649: Field 'LeafUQuad.val' is never assigned to, and will always have its default value 0
CvInfo.cs(1361,21): warning CS0649: Field 'LeafMethod.count' is never assigned to, and will always have its default value 0
CvInfo.cs(897,19): warning CS0649: Field 'LeafMFunc.thistype' is never assigned to, and will always have its default value 0
CvInfo.cs(1751,19): warning CS0649: Field 'ManyTypRef.typind' is never assigned to, and will always have its default value 0
CvInfo.cs(1704,21): warning CS0649: Field 'ManyRegSym2.count' is never assigned to, and will always have its default value 0
CvInfo.cs(1318,21): warning CS0649: Field 'LeafFriendFcn.name' is never assigned to, and will always have its default value null
CvInfo.cs(964,19): warning CS0649: Field 'LeafPreComp.count' is never assigned to, and will always have its default value 0
CvInfo.cs(2211,33): warning CS0649: Field 'DefRangeSym.range' is never assigned to, and will always have its default value 
CvInfo.cs(1738,21): warning CS0649: Field 'ConstSym.name' is never assigned to, and will always have its default value null
CvInfo.cs(1608,19): warning CS0649: Field 'CV_EXPROCFLAGS.reserved' is never assigned to, and will always have its default value 0
CvInfo.cs(2208,19): warning CS0649: Field 'DefRangeSym.id' is never assigned to, and will always have its default value 0
CvInfo.cs(2406,19): warning CS0649: Field 'FrameData.cbBlock' is never assigned to, and will always have its default value 0
CvInfo.cs(2329,19): warning CS0649: Field 'DiscardedSym.linenum' is never assigned to, and will always have its default value 0
CvInfo.cs(1736,19): warning CS0649: Field 'ConstSym.typind' is never assigned to, and will always have its default value 0
CvInfo.cs(2199,19): warning CS0649: Field 'LocalSym.pad1' is never assigned to, and will always have its default value 0
CvInfo.cs(875,19): warning CS0649: Field 'LeafEnum.utype' is never assigned to, and will always have its default value 0
CvInfo.cs(2419,19): warning CS0649: Field 'XFixupData.rva' is never assigned to, and will always have its default value 0
CvInfo.cs(1103,21): warning CS0649: Field 'LeafDimCon.rank' is never assigned to, and will always have its default value 0
CvInfo.cs(1744,19): warning CS0649: Field 'UdtSym.typind' is never assigned to, and will always have its default value 0
CvInfo.cs(1354,18): warning CS0649: Field 'LeafVFuncOff.offset' is never assigned to, and will always have its default value 0
CvInfo.cs(1221,22): warning CS0649: Field 'LeafReal80.val' is never assigned to, and will always have its default value 
CvInfo.cs(873,21): warning CS0649: Field 'LeafEnum.count' is never assigned to, and will always have its default value 0
CvInfo.cs(2417,21): warning CS0649: Field 'XFixupData.wType' is never assigned to, and will always have its default value 0
CvInfo.cs(886,19): warning CS0649: Field 'LeafProc.reserved' is never assigned to, and will always have its default value 0
CvInfo.cs(939,21): warning CS0649: Field 'LeafLabel.mode' is never assigned to, and will always have its default value 0
CvInfo.cs(1352,21): warning CS0649: Field 'LeafVFuncOff.pad0' is never assigned to, and will always have its default value 0
CvInfo.cs(1029,21): warning CS0649: Field 'LeafSkip.data' is never assigned to, and will always have its default value null
CvInfo.cs(1009,21): warning CS0649: Field 'LeafTypeServer.name' is never assigned to, and will always have its default value null
CvInfo.cs(2221,21): warning CS0649: Field 'DefRangeSym2.count' is never assigned to, and will always have its default value 0
CvInfo.cs(2049,19): warning CS0649: Field 'AttrRegRel.offCod' is never assigned to, and will always have its default value 0
CvInfo.cs(1007,19): warning CS0649: Field 'LeafTypeServer.signature' is never assigned to, and will always have its default value 0
CvInfo.cs(1990,21): warning CS0649: Field 'TrampolineSym.sectThunk' is never assigned to, and will always have its default value 0
CvInfo.cs(2264,21): warning CS0649: Field 'ExportSym.flags' is never assigned to, and will always have its default value 0
CvInfo.cs(998,19): warning CS0649: Field 'LeafOEM2.count' is never assigned to, and will always have its default value 0
CvInfo.cs(2047,19): warning CS0649: Field 'AttrRegRel.typind' is never assigned to, and will always have its default value 0
CvInfo.cs(2179,19): warning CS0649: Field 'SepCodSym.end' is never assigned to, and will always have its default value 0
CvInfo.cs(1078,21): warning CS0649: Field 'mlMethod.attr' is never assigned to, and will always have its default value 0
CvInfo.cs(2038,19): warning CS0649: Field 'RegRel32.typind' is never assigned to, and will always have its default value 0
CvInfo.cs(2030,19): warning CS0649: Field 'VpathSym32.off' is never assigned to, and will always have its default value 0
CvInfo.cs(2090,21): warning CS0649: Field 'ProcSymMips.name' is never assigned to, and will always have its default value null
CvInfo.cs(29,19): warning CS0649: Field 'FLOAT10.Data_0' is never assigned to, and will always have its default value 0
CvInfo.cs(839,21): warning CS0649: Field 'LeafClass.data' is never assigned to, and will always have its default value null
CvInfo.cs(2412,21): warning CS0649: Field 'FrameData.cbSavedRegs' is never assigned to, and will always have its default value 0
CvInfo.cs(2028,19): warning CS0649: Field 'VpathSym32.root' is never assigned to, and will always have its default value 0
CvInfo.cs(2088,19): warning CS0649: Field 'ProcSymMips.retReg' is never assigned to, and will always have its default value 0
CvInfo.cs(1280,21): warning CS0649: Field 'LeafIndex.pad0' is never assigned to, and will always have its default value 0
CvInfo.cs(1113,19): warning CS0649: Field 'LeafDimVar.typ' is never assigned to, and will always have its default value 0
CvInfo.cs(837,19): warning CS0649: Field 'LeafClass.derived' is never assigned to, and will always have its default value 0
CvInfo.cs(1370,21): warning CS0649: Field 'LeafOneMethod.attr' is never assigned to, and will always have its default value 0
CvInfo.cs(2410,19): warning CS0649: Field 'FrameData.frameFunc' is never assigned to, and will always have its default value 0
CvInfo.cs(1017,19): warning CS0649: Field 'LeafTypeServer2.age' is never assigned to, and will always have its default value 0
CvInfo.cs(1245,21): warning CS0649: Field 'LeafCmplx64.val_imag' is never assigned to, and will always have its default value 0
CvInfo.cs(918,21): warning CS0649: Field 'LeafCobol0.data' is never assigned to, and will always have its default value null
CvInfo.cs(1889,21): warning CS0649: Field 'DatasSym32.name' is never assigned to, and will always have its default value null
CvInfo.cs(781,19): warning CS0649: Field 'LeafModifier.type' is never assigned to, and will always have its default value 0
CvInfo.cs(835,21): warning CS0649: Field 'LeafClass.property' is never assigned to, and will always have its default value 0
CvInfo.cs(859,21): warning CS0649: Field 'LeafAlias.name' is never assigned to, and will always have its default value null
CvInfo.cs(1887,19): warning CS0649: Field 'DatasSym32.off' is never assigned to, and will always have its default value 0
CvInfo.cs(1999,19): warning CS0649: Field 'LabelSym32.flags' is never assigned to, and will always have its default value 0
CvInfo.cs(2198,19): warning CS0649: Field 'LocalSym.pad0' is never assigned to, and will always have its default value 0
CvInfo.cs(1053,21): warning CS0649: Field 'LeafDefArg.expr' is never assigned to, and will always have its default value null
CvInfo.cs(1972,21): warning CS0649: Field 'ThunkSym32.len' is never assigned to, and will always have its default value 0
CvInfo.cs(707,21): warning CS0649: Field 'TYPTYPE.leaf' is never assigned to, and will always have its default value 0
CvInfo.cs(2195,19): warning CS0649: Field 'LocalSym.offParent' is never assigned to, and will always have its default value 0
CvInfo.cs(1253,22): warning CS0649: Field 'LeafCmplx80.val_imag' is never assigned to, and will always have its default value 
CvInfo.cs(1970,19): warning CS0649: Field 'ThunkSym32.off' is never assigned to, and will always have its default value 0
CvInfo.cs(2106,19): warning CS0649: Field 'ProcSymIa64.flags' is never assigned to, and will always have its default value 0
CvInfo.cs(1968,19): warning CS0649: Field 'ThunkSym32.end' is never assigned to, and will always have its default value 0
CvInfo.cs(1094,19): warning CS0649: Field 'LeafBitfield.length' is never assigned to, and will always have its default value 0
CvInfo.cs(1045,21): warning CS0649: Field 'LeafDerived.drvdcls' is never assigned to, and will always have its default value null
CvInfo.cs(1270,21): warning CS0649: Field 'LeafVarString.len' is never assigned to, and will always have its default value 0
CvInfo.cs(1958,21): warning CS0649: Field 'ManProcSymMips.seg' is never assigned to, and will always have its default value 0
CvInfo.cs(1410,21): warning CS0649: Field 'LeafMemberModify.name' is never assigned to, and will always have its default value null
CvInfo.cs(1952,19): warning CS0649: Field 'ManProcSymMips.regSave' is never assigned to, and will always have its default value 0
CvInfo.cs(1799,21): warning CS0649: Field 'CompileSym.verFEMajor' is never assigned to, and will always have its default value 0
CvInfo.cs(1775,19): warning CS0649: Field 'CFlagSym.language' is never assigned to, and will always have its default value 0
CvInfo.cs(1956,19): warning CS0649: Field 'ManProcSymMips.token' is never assigned to, and will always have its default value 0
CvInfo.cs(2232,19): warning CS0649: Field 'SectionSym.rva' is never assigned to, and will always have its default value 0
CvInfo.cs(2246,21): warning CS0649: Field 'CoffGroupSym.name' is never assigned to, and will always have its default value null
CvInfo.cs(1408,21): warning CS0649: Field 'LeafMemberModify.attr' is never assigned to, and will always have its default value 0
CvInfo.cs(1263,20): warning CS0649: Field 'LeafCmplx128.val1_imag' is never assigned to, and will always have its default value 0
CvInfo.cs(1630,19): warning CS0649: Field 'CV_lvar_addr_range.cbRange' is never assigned to, and will always have its default value 0
CvInfo.cs(1797,19): warning CS0649: Field 'CompileSym.flags' is never assigned to, and will always have its default value 0
CvInfo.cs(1954,19): warning CS0649: Field 'ManProcSymMips.intOff' is never assigned to, and will always have its default value 0
CvInfo.cs(2230,19): warning CS0649: Field 'SectionSym.align' is never assigned to, and will always have its default value 0
CvInfo.cs(1149,20): warning CS0649: Field 'LeafShort.val' is never assigned to, and will always have its default value 0
CvInfo.cs(1261,20): warning CS0649: Field 'LeafCmplx128.val1_real' is never assigned to, and will always have its default value 0
CvInfo.cs(955,19): warning CS0649: Field 'LeafVFTPath.count' is never assigned to, and will always have its default value 0
CvInfo.cs(1628,19): warning CS0649: Field 'CV_lvar_addr_range.offStart' is never assigned to, and will always have its default value 0
CvInfo.cs(981,21): warning CS0649: Field 'LeafOEM.cvOEM' is never assigned to, and will always have its default value 0
CvInfo.cs(2162,19): warning CS0649: Field 'FrameProcSym.offPad' is never assigned to, and will always have its default value 0
CvInfo.cs(848,21): warning CS0649: Field 'LeafUnion.property' is never assigned to, and will always have its default value 0
CvInfo.cs(2160,19): warning CS0649: Field 'FrameProcSym.cbFrame' is never assigned to, and will always have its default value 0
CvInfo.cs(2021,21): warning CS0649: Field 'WithSym32.seg' is never assigned to, and will always have its default value 0
CvInfo.cs(1382,21): warning CS0649: Field 'LeafEnumerate.name' is never assigned to, and will always have its default value null
CvInfo.cs(1726,21): warning CS0649: Field 'AttrManyRegSym2.segCod' is never assigned to, and will always have its default value 0
CvInfo.cs(1228,20): warning CS0649: Field 'LeafReal128.val0' is never assigned to, and will always have its default value 0
CvInfo.cs(2019,19): warning CS0649: Field 'WithSym32.len' is never assigned to, and will always have its default value 0
CvInfo.cs(1850,21): warning CS0649: Field 'FrameRelSym.flags' is never assigned to, and will always have its default value 0
CvInfo.cs(1919,19): warning CS0649: Field 'ProcSym32.typind' is never assigned to, and will always have its default value 0
CvInfo.cs(1380,21): warning CS0649: Field 'LeafEnumerate.attr' is never assigned to, and will always have its default value 0
CvInfo.cs(1724,19): warning CS0649: Field 'AttrManyRegSym2.typind' is never assigned to, and will always have its default value 0
CvInfo.cs(2104,21): warning CS0649: Field 'ProcSymIa64.seg' is never assigned to, and will always have its default value 0
CvInfo.cs(2079,19): warning CS0649: Field 'ProcSymMips.dbgStart' is never assigned to, and will always have its default value 0
CvInfo.cs(2172,21): warning CS0649: Field 'UnamespaceSym.name' is never assigned to, and will always have its default value null
CvInfo.cs(2017,19): warning CS0649: Field 'WithSym32.parent' is never assigned to, and will always have its default value 0
CvInfo.cs(1848,19): warning CS0649: Field 'FrameRelSym.offCod' is never assigned to, and will always have its default value 0
CvInfo.cs(1916,19): warning CS0649: Field 'ProcSym32.len' is never assigned to, and will always have its default value 0
CvInfo.cs(1917,19): warning CS0649: Field 'ProcSym32.dbgStart' is never assigned to, and will always have its default value 0
CvInfo.cs(2102,19): warning CS0649: Field 'ProcSymIa64.typind' is never assigned to, and will always have its default value 0
CvInfo.cs(2077,19): warning CS0649: Field 'ProcSymMips.next' is never assigned to, and will always have its default value 0
CvInfo.cs(1716,19): warning CS0649: Field 'AttrManyRegSym.count' is never assigned to, and will always have its default value 0
CvInfo.cs(722,18): warning CS0649: Field 'CV_PDMR32_NVVFCN.mdisp' is never assigned to, and will always have its default value 0
CvInfo.cs(1846,18): warning CS0649: Field 'FrameRelSym.off' is never assigned to, and will always have its default value 0
CvInfo.cs(1325,21): warning CS0649: Field 'LeafMember.attr' is never assigned to, and will always have its default value 0
CvInfo.cs(1914,19): warning CS0649: Field 'ProcSym32.end' is never assigned to, and will always have its default value 0
CvInfo.cs(1729,23): warning CS0649: Field 'AttrManyRegSym2.reg' is never assigned to, and will always have its default value null
CvInfo.cs(1714,21): warning CS0649: Field 'AttrManyRegSym.segCod' is never assigned to, and will always have its default value 0
CvInfo.cs(1696,21): warning CS0649: Field 'ManyRegSym.reg' is never assigned to, and will always have its default value null
CvInfo.cs(2244,19): warning CS0649: Field 'CoffGroupSym.off' is never assigned to, and will always have its default value 0
CvInfo.cs(1694,19): warning CS0649: Field 'ManyRegSym.typind' is never assigned to, and will always have its default value 0
CvInfo.cs(1758,21): warning CS0649: Field 'SearchSym.seg' is never assigned to, and will always have its default value 0
CvInfo.cs(2114,19): warning CS0649: Field 'RefSym.ibSym' is never assigned to, and will always have its default value 0
CvInfo.cs(2242,19): warning CS0649: Field 'CoffGroupSym.cb' is never assigned to, and will always have its default value 0
CvInfo.cs(35,19): warning CS0649: Field 'FLOAT10.Data_6' is never assigned to, and will always have its default value 0
CvInfo.cs(729,18): warning CS0649: Field 'CV_PDMR32_VBASE.mdisp' is never assigned to, and will always have its default value 0
CvInfo.cs(1142,20): warning CS0649: Field 'LeafChar.val' is never assigned to, and will always have its default value 0
CvInfo.cs(1236,20): warning CS0649: Field 'LeafCmplx32.val_real' is never assigned to, and will always have its default value 0
CvInfo.cs(33,19): warning CS0649: Field 'FLOAT10.Data_4' is never assigned to, and will always have its default value 0
CvInfo.cs(966,21): warning CS0649: Field 'LeafPreComp.name' is never assigned to, and will always have its default value null
CvInfo.cs(910,21): warning CS0649: Field 'LeafVTShape.desc' is never assigned to, and will always have its default value null
CvInfo.cs(1299,19): warning CS0649: Field 'LeafVBClass.vbptr' is never assigned to, and will always have its default value 0
CvInfo.cs(1812,19): warning CS0649: Field 'ObjNameSym.signature' is never assigned to, and will always have its default value 0
CvInfo.cs(1687,21): warning CS0649: Field 'AttrRegSym.reg' is never assigned to, and will always have its default value 0
CvInfo.cs(2075,19): warning CS0649: Field 'ProcSymMips.parent' is never assigned to, and will always have its default value 0
CvInfo.cs(896,19): warning CS0649: Field 'LeafMFunc.classtype' is never assigned to, and will always have its default value 0
CvInfo.cs(1086,21): warning CS0649: Field 'LeafMethodList.mList' is never assigned to, and will always have its default value null
CvInfo.cs(1317,19): warning CS0649: Field 'LeafFriendFcn.index' is never assigned to, and will always have its default value 0
CvInfo.cs(1297,21): warning CS0649: Field 'LeafVBClass.attr' is never assigned to, and will always have its default value 0
CvInfo.cs(1824,30): warning CS0649: Field 'ReturnSym.flags' is never assigned to, and will always have its default value 
CvInfo.cs(1878,21): warning CS0649: Field 'AnnotationSym.seg' is never assigned to, and will always have its default value 0
CvInfo.cs(877,21): warning CS0649: Field 'LeafEnum.name' is never assigned to, and will always have its default value null
CvInfo.cs(1290,21): warning CS0649: Field 'LeafBClass.offset' is never assigned to, and will always have its default value null
CvInfo.cs(2328,19): warning CS0649: Field 'DiscardedSym.fileid' is never assigned to, and will always have its default value 0
CvInfo.cs(1192,20): warning CS0649: Field 'LeafOct.val1' is never assigned to, and will always have its default value 0
CvInfo.cs(1288,21): warning CS0649: Field 'LeafBClass.attr' is never assigned to, and will always have its default value 0
CvInfo.cs(884,19): warning CS0649: Field 'LeafProc.rvtype' is never assigned to, and will always have its default value 0
CvInfo.cs(888,19): warning CS0649: Field 'LeafProc.arglist' is never assigned to, and will always have its default value 0
CvInfo.cs(826,21): warning CS0649: Field 'LeafArray.data' is never assigned to, and will always have its default value null
CvInfo.cs(947,19): warning CS0649: Field 'LeafDimArray.diminfo' is never assigned to, and will always have its default value 0
CvInfo.cs(1712,19): warning CS0649: Field 'AttrManyRegSym.typind' is never assigned to, and will always have its default value 0
CvInfo.cs(1401,21): warning CS0649: Field 'LeafNestTypeEx.name' is never assigned to, and will always have its default value null
CvInfo.cs(2185,21): warning CS0649: Field 'SepCodSym.secParent' is never assigned to, and will always have its default value 0
CvInfo.cs(932,19): warning CS0649: Field 'LeafBArray.utype' is never assigned to, and will always have its default value 0
CvInfo.cs(824,19): warning CS0649: Field 'LeafArray.elemtype' is never assigned to, and will always have its default value 0
CvInfo.cs(756,18): warning CS0649: Field 'CV_PMFR32_VBASE.pdisp' is never assigned to, and will always have its default value 0
CvInfo.cs(1399,21): warning CS0649: Field 'LeafNestTypeEx.attr' is never assigned to, and will always have its default value 0
CvInfo.cs(2183,19): warning CS0649: Field 'SepCodSym.offParent' is never assigned to, and will always have its default value 0
CvInfo.cs(1309,19): warning CS0649: Field 'LeafFriendCls.index' is never assigned to, and will always have its default value 0
CvInfo.cs(2294,19): warning CS0649: Field 'CallsiteInfo.typind' is never assigned to, and will always have its default value 0
CvInfo.cs(1328,21): warning CS0649: Field 'LeafMember.name' is never assigned to, and will always have its default value null
CvInfo.cs(754,19): warning CS0649: Field 'CV_PMFR32_VBASE.off' is never assigned to, and will always have its default value 0
CvInfo.cs(2181,19): warning CS0649: Field 'SepCodSym.scf' is never assigned to, and will always have its default value 0
CvInfo.cs(1080,19): warning CS0649: Field 'mlMethod.index' is never assigned to, and will always have its default value 0
CvInfo.cs(2040,21): warning CS0649: Field 'RegRel32.name' is never assigned to, and will always have its default value null
CvInfo.cs(1774,19): warning CS0649: Field 'CFlagSym.machine' is never assigned to, and will always have its default value 0
CvInfo.cs(2292,21): warning CS0649: Field 'CallsiteInfo.ect' is never assigned to, and will always have its default value 0
CvInfo.cs(31,19): warning CS0649: Field 'FLOAT10.Data_2' is never assigned to, and will always have its default value 0
CvInfo.cs(1372,21): warning CS0649: Field 'LeafOneMethod.vbaseoff' is never assigned to, and will always have its default value null
CvInfo.cs(2052,21): warning CS0649: Field 'AttrRegRel.name' is never assigned to, and will always have its default value null
CvInfo.cs(2069,21): warning CS0649: Field 'Slink32.reg' is never assigned to, and will always have its default value 0
CvInfo.cs(1207,20): warning CS0649: Field 'LeafReal32.val' is never assigned to, and will always have its default value 0
CvInfo.cs(2067,19): warning CS0649: Field 'Slink32.framesize' is never assigned to, and will always have its default value 0
CvInfo.cs(1859,21): warning CS0649: Field 'SlotSym32.name' is never assigned to, and will always have its default value null
CvInfo.cs(1974,21): warning CS0649: Field 'ThunkSym32.name' is never assigned to, and will always have its default value null
CvInfo.cs(1675,19): warning CS0649: Field 'RegSym.typind' is never assigned to, and will always have its default value 0
CvInfo.cs(1998,21): warning CS0649: Field 'LabelSym32.seg' is never assigned to, and will always have its default value 0
CvInfo.cs(1336,19): warning CS0649: Field 'LeafSTMember.index' is never assigned to, and will always have its default value 0
CvInfo.cs(1857,19): warning CS0649: Field 'SlotSym32.index' is never assigned to, and will always have its default value 0
CvInfo.cs(901,19): warning CS0649: Field 'LeafMFunc.arglist' is never assigned to, and will always have its default value 0
CvInfo.cs(1684,19): warning CS0649: Field 'AttrRegSym.offCod' is never assigned to, and will always have its default value 0
CvInfo.cs(1805,21): warning CS0649: Field 'CompileSym.verSt' is never assigned to, and will always have its default value null
CvInfo.cs(1662,21): warning CS0649: Field 'SYMTYPE.reclen' is never assigned to, and will always have its default value 0
CvInfo.cs(2194,19): warning CS0649: Field 'LocalSym.idParent' is never assigned to, and will always have its default value 0
CvInfo.cs(899,19): warning CS0649: Field 'LeafMFunc.reserved' is never assigned to, and will always have its default value 0
CvInfo.cs(1803,21): warning CS0649: Field 'CompileSym.verMinor' is never assigned to, and will always have its default value 0
CvInfo.cs(1960,19): warning CS0649: Field 'ManProcSymMips.frameReg' is never assigned to, and will always have its default value 0
CvInfo.cs(2192,19): warning CS0649: Field 'LocalSym.typind' is never assigned to, and will always have its default value 0
CvInfo.cs(1200,20): warning CS0649: Field 'LeafUOct.val1' is never assigned to, and will always have its default value 0
CvInfo.cs(1987,21): warning CS0649: Field 'TrampolineSym.cbThunk' is never assigned to, and will always have its default value 0
CvInfo.cs(1801,21): warning CS0649: Field 'CompileSym.verFEBuild' is never assigned to, and will always have its default value 0
CvInfo.cs(1777,21): warning CS0649: Field 'CFlagSym.ver' is never assigned to, and will always have its default value null
CvInfo.cs(2234,19): warning CS0649: Field 'SectionSym.characteristics' is never assigned to, and will always have its default value 0
CvInfo.cs(2060,21): warning CS0649: Field 'ThreadSym32.seg' is never assigned to, and will always have its default value 0
CvInfo.cs(2166,19): warning CS0649: Field 'FrameProcSym.flags' is never assigned to, and will always have its default value 0
CvInfo.cs(2315,19): warning CS0649: Field 'FrameCookie.flags' is never assigned to, and will always have its default value 0
CvInfo.cs(1967,19): warning CS0649: Field 'ThunkSym32.parent' is never assigned to, and will always have its default value 0
CvInfo.cs(1949,19): warning CS0649: Field 'ManProcSymMips.len' is never assigned to, and will always have its default value 0
CvInfo.cs(983,19): warning CS0649: Field 'LeafOEM.count' is never assigned to, and will always have its default value 0
CvInfo.cs(2164,19): warning CS0649: Field 'FrameProcSym.offExHdlr' is never assigned to, and will always have its default value 0
CvInfo.cs(2313,21): warning CS0649: Field 'FrameCookie.reg' is never assigned to, and will always have its default value 0
CvInfo.cs(850,21): warning CS0649: Field 'LeafUnion.data' is never assigned to, and will always have its default value null
CvInfo.cs(1947,19): warning CS0649: Field 'ManProcSymMips.end' is never assigned to, and will always have its default value 0
CvInfo.cs(2085,19): warning CS0649: Field 'ProcSymMips.typind' is never assigned to, and will always have its default value 0
CvInfo.cs(1345,19): warning CS0649: Field 'LeafVFuncTab.type' is never assigned to, and will always have its default value 0
CvInfo.cs(1923,21): warning CS0649: Field 'ProcSym32.name' is never assigned to, and will always have its default value null
CvInfo.cs(1906,21): warning CS0649: Field 'PubSym32.seg' is never assigned to, and will always have its default value 0
CvInfo.cs(2083,19): warning CS0649: Field 'ProcSymMips.intOff' is never assigned to, and will always have its default value 0
CvInfo.cs(1921,21): warning CS0649: Field 'ProcSym32.seg' is never assigned to, and will always have its default value 0
CvInfo.cs(1904,19): warning CS0649: Field 'PubSym32.flags' is never assigned to, and will always have its default value 0
CvInfo.cs(1036,19): warning CS0649: Field 'LeafArgList.count' is never assigned to, and will always have its default value 0
CvInfo.cs(2081,19): warning CS0649: Field 'ProcSymMips.regSave' is never assigned to, and will always have its default value 0
CvInfo.cs(1718,21): warning CS0649: Field 'AttrManyRegSym.name' is never assigned to, and will always have its default value null
CvInfo.cs(1327,21): warning CS0649: Field 'LeafMember.offset' is never assigned to, and will always have its default value null
CvInfo.cs(2058,19): warning CS0649: Field 'ThreadSym32.typind' is never assigned to, and will always have its default value 0
CvInfo.cs(2125,21): warning CS0649: Field 'RefSym2.name' is never assigned to, and will always have its default value null
CvInfo.cs(747,18): warning CS0649: Field 'CV_PMFR32_NVMA.disp' is never assigned to, and will always have its default value 0
CvInfo.cs(1728,21): warning CS0649: Field 'AttrManyRegSym2.count' is never assigned to, and will always have its default value 0
CvInfo.cs(2123,19): warning CS0649: Field 'RefSym2.ibSym' is never assigned to, and will always have its default value 0
CvInfo.cs(2099,19): warning CS0649: Field 'ProcSymIa64.len' is never assigned to, and will always have its default value 0
CvInfo.cs(37,19): warning CS0649: Field 'FLOAT10.Data_8' is never assigned to, and will always have its default value 0
CvInfo.cs(731,18): warning CS0649: Field 'CV_PDMR32_VBASE.vdisp' is never assigned to, and will always have its default value 0
CvInfo.cs(2097,19): warning CS0649: Field 'ProcSymIa64.end' is never assigned to, and will always have its default value 0
CvInfo.cs(1390,19): warning CS0649: Field 'LeafNestType.index' is never assigned to, and will always have its default value 0
CvInfo.cs(1757,19): warning CS0649: Field 'SearchSym.startsym' is never assigned to, and will always have its default value 0
CvInfo.cs(2138,21): warning CS0649: Field 'OemSymbol.rgl' is never assigned to, and will always have its default value null
CvInfo.cs(974,19): warning CS0649: Field 'LeafEndPreComp.signature' is never assigned to, and will always have its default value 0
CvInfo.cs(1362,19): warning CS0649: Field 'LeafMethod.mList' is never assigned to, and will always have its default value 0
CvInfo.cs(898,19): warning CS0649: Field 'LeafMFunc.calltype' is never assigned to, and will always have its default value 0
CvInfo.cs(1703,19): warning CS0649: Field 'ManyRegSym2.typind' is never assigned to, and will always have its default value 0
CvInfo.cs(963,19): warning CS0649: Field 'LeafPreComp.start' is never assigned to, and will always have its default value 0
CvInfo.cs(2209,19): warning CS0649: Field 'DefRangeSym.program' is never assigned to, and will always have its default value 0
CvInfo.cs(2407,19): warning CS0649: Field 'FrameData.cbLocals' is never assigned to, and will always have its default value 0
CvInfo.cs(2330,21): warning CS0649: Field 'DiscardedSym.data' is never assigned to, and will always have its default value null
CvInfo.cs(1737,21): warning CS0649: Field 'ConstSym.value' is never assigned to, and will always have its default value 0
CvInfo.cs(2201,21): warning CS0649: Field 'LocalSym.name' is never assigned to, and will always have its default value null
CvInfo.cs(1114,21): warning CS0649: Field 'LeafDimVar.dim' is never assigned to, and will always have its default value null
CvInfo.cs(1607,19): warning CS0649: Field 'CV_EXPROCFLAGS.flags' is never assigned to, and will always have its default value 0
CvInfo.cs(2420,19): warning CS0649: Field 'XFixupData.rvaTarget' is never assigned to, and will always have its default value 0
CvInfo.cs(2405,19): warning CS0649: Field 'FrameData.ulRvaStart' is never assigned to, and will always have its default value 0
CvInfo.cs(1104,21): warning CS0649: Field 'LeafDimCon.dim' is never assigned to, and will always have its default value null
CvInfo.cs(1745,21): warning CS0649: Field 'UdtSym.name' is never assigned to, and will always have its default value null
CvInfo.cs(1191,20): warning CS0649: Field 'LeafOct.val0' is never assigned to, and will always have its default value 0
CvInfo.cs(874,21): warning CS0649: Field 'LeafEnum.property' is never assigned to, and will always have its default value 0
CvInfo.cs(2418,21): warning CS0649: Field 'XFixupData.wExtra' is never assigned to, and will always have its default value 0
CvInfo.cs(1102,19): warning CS0649: Field 'LeafDimCon.typ' is never assigned to, and will always have its default value 0
CvInfo.cs(1706,21): warning CS0649: Field 'ManyRegSym2.name' is never assigned to, and will always have its default value null
CvInfo.cs(1353,19): warning CS0649: Field 'LeafVFuncOff.type' is never assigned to, and will always have its default value 0
CvInfo.cs(885,19): warning CS0649: Field 'LeafProc.calltype' is never assigned to, and will always have its default value 0
CvInfo.cs(2222,35): warning CS0649: Field 'DefRangeSym2.range' is never assigned to, and will always have its default value null
CvInfo.cs(1028,19): warning CS0649: Field 'LeafSkip.type' is never assigned to, and will always have its default value 0
CvInfo.cs(1416,19): warning CS0649: Field 'LeafPad.leaf' is never assigned to, and will always have its default value 0
CvInfo.cs(2050,21): warning CS0649: Field 'AttrRegRel.segCod' is never assigned to, and will always have its default value 0
CvInfo.cs(1008,19): warning CS0649: Field 'LeafTypeServer.age' is never assigned to, and will always have its default value 0
CvInfo.cs(1991,21): warning CS0649: Field 'TrampolineSym.sectTarget' is never assigned to, and will always have its default value 0
CvInfo.cs(2219,19): warning CS0649: Field 'DefRangeSym2.program' is never assigned to, and will always have its default value 0
CvInfo.cs(2265,21): warning CS0649: Field 'ExportSym.name' is never assigned to, and will always have its default value null
CvInfo.cs(999,21): warning CS0649: Field 'LeafOEM2.index' is never assigned to, and will always have its default value null
CvInfo.cs(2048,21): warning CS0649: Field 'AttrRegRel.reg' is never assigned to, and will always have its default value 0
CvInfo.cs(2180,19): warning CS0649: Field 'SepCodSym.length' is never assigned to, and will always have its default value 0
CvInfo.cs(1989,19): warning CS0649: Field 'TrampolineSym.offTarget' is never assigned to, and will always have its default value 0
CvInfo.cs(2039,21): warning CS0649: Field 'RegRel32.reg' is never assigned to, and will always have its default value 0
CvInfo.cs(2031,21): warning CS0649: Field 'VpathSym32.seg' is never assigned to, and will always have its default value 0
CvInfo.cs(2291,18): warning CS0649: Field 'CallsiteInfo.off' is never assigned to, and will always have its default value 0
CvInfo.cs(2263,21): warning CS0649: Field 'ExportSym.ordinal' is never assigned to, and will always have its default value 0
CvInfo.cs(997,19): warning CS0649: Field 'LeafOEM2.idOem' is never assigned to, and will always have its default value 
CvInfo.cs(2046,19): warning CS0649: Field 'AttrRegRel.off' is never assigned to, and will always have its default value 0
CvInfo.cs(2178,19): warning CS0649: Field 'SepCodSym.parent' is never assigned to, and will always have its default value 0
CvInfo.cs(2413,19): warning CS0649: Field 'FrameData.flags' is never assigned to, and will always have its default value 0
CvInfo.cs(2037,19): warning CS0649: Field 'RegRel32.off' is never assigned to, and will always have its default value 0
CvInfo.cs(2029,19): warning CS0649: Field 'VpathSym32.path' is never assigned to, and will always have its default value 0
CvInfo.cs(2089,19): warning CS0649: Field 'ProcSymMips.frameReg' is never assigned to, and will always have its default value 0
CvInfo.cs(1281,19): warning CS0649: Field 'LeafIndex.index' is never assigned to, and will always have its default value 0
CvInfo.cs(838,19): warning CS0649: Field 'LeafClass.vshape' is never assigned to, and will always have its default value 0
CvInfo.cs(2411,21): warning CS0649: Field 'FrameData.cbProlog' is never assigned to, and will always have its default value 0
CvInfo.cs(1018,21): warning CS0649: Field 'LeafTypeServer2.name' is never assigned to, and will always have its default value null
CvInfo.cs(782,26): warning CS0649: Field 'LeafModifier.attr' is never assigned to, and will always have its default value 
CvInfo.cs(1112,19): warning CS0649: Field 'LeafDimVar.rank' is never assigned to, and will always have its default value 0
CvInfo.cs(836,19): warning CS0649: Field 'LeafClass.field' is never assigned to, and will always have its default value 0
CvInfo.cs(2409,19): warning CS0649: Field 'FrameData.cbStkMax' is never assigned to, and will always have its default value 0
CvInfo.cs(1016,19): warning CS0649: Field 'LeafTypeServer2.sig70' is never assigned to, and will always have its default value 
CvInfo.cs(1677,21): warning CS0649: Field 'RegSym.name' is never assigned to, and will always have its default value null
CvInfo.cs(1244,21): warning CS0649: Field 'LeafCmplx64.val_real' is never assigned to, and will always have its default value 0
CvInfo.cs(917,19): warning CS0649: Field 'LeafCobol0.type' is never assigned to, and will always have its default value 0
CvInfo.cs(1888,21): warning CS0649: Field 'DatasSym32.seg' is never assigned to, and will always have its default value 0
CvInfo.cs(834,21): warning CS0649: Field 'LeafClass.count' is never assigned to, and will always have its default value 0
CvInfo.cs(2000,21): warning CS0649: Field 'LabelSym32.name' is never assigned to, and will always have its default value null
CvInfo.cs(1214,21): warning CS0649: Field 'LeafReal64.val' is never assigned to, and will always have its default value 0
CvInfo.cs(858,19): warning CS0649: Field 'LeafAlias.utype' is never assigned to, and will always have its default value 0
CvInfo.cs(1973,19): warning CS0649: Field 'ThunkSym32.ord' is never assigned to, and will always have its default value 0
CvInfo.cs(2022,21): warning CS0649: Field 'WithSym32.expr' is never assigned to, and will always have its default value null
CvInfo.cs(2116,21): warning CS0649: Field 'RefSym.usFill' is never assigned to, and will always have its default value 0
CvInfo.cs(2197,19): warning CS0649: Field 'LocalSym.expr' is never assigned to, and will always have its default value 0
CvInfo.cs(1052,19): warning CS0649: Field 'LeafDefArg.type' is never assigned to, and will always have its default value 0
CvInfo.cs(1971,21): warning CS0649: Field 'ThunkSym32.seg' is never assigned to, and will always have its default value 0
CvInfo.cs(706,21): warning CS0649: Field 'TYPTYPE.len' is never assigned to, and will always have its default value 0
CvInfo.cs(1252,22): warning CS0649: Field 'LeafCmplx80.val_real' is never assigned to, and will always have its default value 
CvInfo.cs(1969,19): warning CS0649: Field 'ThunkSym32.next' is never assigned to, and will always have its default value 0
CvInfo.cs(2105,21): warning CS0649: Field 'ProcSymIa64.retReg' is never assigned to, and will always have its default value 0
CvInfo.cs(1095,19): warning CS0649: Field 'LeafBitfield.position' is never assigned to, and will always have its default value 0
CvInfo.cs(1271,21): warning CS0649: Field 'LeafVarString.value' is never assigned to, and will always have its default value null
CvInfo.cs(1959,19): warning CS0649: Field 'ManProcSymMips.retReg' is never assigned to, and will always have its default value 0
CvInfo.cs(1832,19): warning CS0649: Field 'EntryThisSym.thissym' is never assigned to, and will always have its default value 0
CvInfo.cs(1093,19): warning CS0649: Field 'LeafBitfield.type' is never assigned to, and will always have its default value 0
CvInfo.cs(1044,19): warning CS0649: Field 'LeafDerived.count' is never assigned to, and will always have its default value 0
CvInfo.cs(1800,21): warning CS0649: Field 'CompileSym.verFEMinor' is never assigned to, and will always have its default value 0
CvInfo.cs(1170,19): warning CS0649: Field 'LeafULong.val' is never assigned to, and will always have its default value 0
CvInfo.cs(1957,19): warning CS0649: Field 'ManProcSymMips.off' is never assigned to, and will always have its default value 0
CvInfo.cs(2233,19): warning CS0649: Field 'SectionSym.cb' is never assigned to, and will always have its default value 0
CvInfo.cs(1409,19): warning CS0649: Field 'LeafMemberModify.index' is never assigned to, and will always have its default value 0
CvInfo.cs(1951,19): warning CS0649: Field 'ManProcSymMips.dbgEnd' is never assigned to, and will always have its default value 0
CvInfo.cs(1798,21): warning CS0649: Field 'CompileSym.machine' is never assigned to, and will always have its default value 0
CvInfo.cs(1955,19): warning CS0649: Field 'ManProcSymMips.fpOff' is never assigned to, and will always have its default value 0
CvInfo.cs(2231,19): warning CS0649: Field 'SectionSym.bReserved' is never assigned to, and will always have its default value 0
CvInfo.cs(1262,20): warning CS0649: Field 'LeafCmplx128.val0_imag' is never assigned to, and will always have its default value 0
CvInfo.cs(956,21): warning CS0649: Field 'LeafVFTPath.bases' is never assigned to, and will always have its default value null
CvInfo.cs(1629,21): warning CS0649: Field 'CV_lvar_addr_range.isectStart' is never assigned to, and will always have its default value 0
CvInfo.cs(2087,21): warning CS0649: Field 'ProcSymMips.seg' is never assigned to, and will always have its default value 0
CvInfo.cs(982,21): warning CS0649: Field 'LeafOEM.recOEM' is never assigned to, and will always have its default value 0
CvInfo.cs(1806,23): warning CS0649: Field 'CompileSym.verArgs' is never assigned to, and will always have its default value null
CvInfo.cs(1953,19): warning CS0649: Field 'ManProcSymMips.fpSave' is never assigned to, and will always have its default value 0
CvInfo.cs(2229,21): warning CS0649: Field 'SectionSym.isec' is never assigned to, and will always have its default value 0
CvInfo.cs(1260,20): warning CS0649: Field 'LeafCmplx128.val0_real' is never assigned to, and will always have its default value 0
CvInfo.cs(801,21): warning CS0649: Field 'LeafPointer.LeafPointerBody.utype' is never assigned to, and will always have its default value 0
CvInfo.cs(849,19): warning CS0649: Field 'LeafUnion.field' is never assigned to, and will always have its default value 0
CvInfo.cs(1839,19): warning CS0649: Field 'BpRelSym32.typind' is never assigned to, and will always have its default value 0
CvInfo.cs(2161,19): warning CS0649: Field 'FrameProcSym.cbPad' is never assigned to, and will always have its default value 0
CvInfo.cs(847,21): warning CS0649: Field 'LeafUnion.count' is never assigned to, and will always have its default value 0
CvInfo.cs(1229,20): warning CS0649: Field 'LeafReal128.val1' is never assigned to, and will always have its default value 0
CvInfo.cs(2020,19): warning CS0649: Field 'WithSym32.off' is never assigned to, and will always have its default value 0
CvInfo.cs(1851,21): warning CS0649: Field 'FrameRelSym.name' is never assigned to, and will always have its default value null
CvInfo.cs(739,19): warning CS0649: Field 'CV_PMFR32_NVSA.off' is never assigned to, and will always have its default value 0
CvInfo.cs(1920,19): warning CS0649: Field 'ProcSym32.off' is never assigned to, and will always have its default value 0
CvInfo.cs(1381,21): warning CS0649: Field 'LeafEnumerate.value' is never assigned to, and will always have its default value null
CvInfo.cs(1725,19): warning CS0649: Field 'AttrManyRegSym2.offCod' is never assigned to, and will always have its default value 0
CvInfo.cs(2018,19): warning CS0649: Field 'WithSym32.end' is never assigned to, and will always have its default value 0
CvInfo.cs(1849,21): warning CS0649: Field 'FrameRelSym.segCod' is never assigned to, and will always have its default value 0
CvInfo.cs(1918,19): warning CS0649: Field 'ProcSym32.dbgEnd' is never assigned to, and will always have its default value 0
CvInfo.cs(2103,19): warning CS0649: Field 'ProcSymIa64.off' is never assigned to, and will always have its default value 0
CvInfo.cs(2078,19): warning CS0649: Field 'ProcSymMips.len' is never assigned to, and will always have its default value 0
CvInfo.cs(1717,21): warning CS0649: Field 'AttrManyRegSym.reg' is never assigned to, and will always have its default value null
CvInfo.cs(1847,19): warning CS0649: Field 'FrameRelSym.typind' is never assigned to, and will always have its default value 0
CvInfo.cs(1915,19): warning CS0649: Field 'ProcSym32.next' is never assigned to, and will always have its default value 0
CvInfo.cs(1730,21): warning CS0649: Field 'AttrManyRegSym2.name' is never assigned to, and will always have its default value null
CvInfo.cs(2101,19): warning CS0649: Field 'ProcSymIa64.dbgEnd' is never assigned to, and will always have its default value 0
CvInfo.cs(2076,19): warning CS0649: Field 'ProcSymMips.end' is never assigned to, and will always have its default value 0
CvInfo.cs(1715,21): warning CS0649: Field 'AttrManyRegSym.flags' is never assigned to, and will always have its default value 0
CvInfo.cs(1697,21): warning CS0649: Field 'ManyRegSym.name' is never assigned to, and will always have its default value null
CvInfo.cs(1072,21): warning CS0649: Field 'LeafFieldList.data' is never assigned to, and will always have its default value null
CSC     [net_4_x-unix] sqlsharp.exe
CSC     [net_4_x-unix] sqlmetal.exe
src/DbLinq/Schema/Dbml/DatabaseSerializer.cs(2204,24): warning CS0114: 'XmlSerializerContract.GetSerializer(Type)' hides inherited member 'XmlSerializerImplementation.GetSerializer(Type)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
src/DbLinq/Util/ThreadSafeDictionary.cs(281,40): warning CS3008: Identifier '_Locks' is not CLS-compliant
src/DbLinq.SqlServer/SqlServerVendor.cs(54,6): warning CS3016: Arrays as attribute arguments is not CLS-compliant
src/DbLinq.Sqlite/SqliteVendor.cs(50,6): warning CS3016: Arrays as attribute arguments is not CLS-compliant
src/DbLinq.PostgreSql/PgsqlVendor.cs(58,6): warning CS3016: Arrays as attribute arguments is not CLS-compliant
src/DbLinq.Oracle/OracleVendor.cs(44,6): warning CS3016: Arrays as attribute arguments is not CLS-compliant
src/DbLinq.MySql/MySqlVendor.cs(47,6): warning CS3016: Arrays as attribute arguments is not CLS-compliant
src/DbLinq.Ingres/IngresVendor.cs(49,6): warning CS3016: Arrays as attribute arguments is not CLS-compliant
src/DbLinq.Firebird/FirebirdVendor.cs(47,6): warning CS3016: Arrays as attribute arguments is not CLS-compliant
src/DbLinq/Data/Linq/Mapping/XmlMappingSource.cs(176,83): warning CS0162: Unreachable code detected
src/DbLinq/Data/Linq/Sugar/Expressions/MutableExpression.cs(41,13): warning CS0618: 'Expression.Expression(ExpressionType, Type)' is obsolete: 'use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
src/DbLinq.Firebird/FirebirdSchemaLoader.cs(65,13): warning CS0162: Unreachable code detected
CSC     [net_4_x-unix] svcutil.exe
CSC     [net_4_x-unix] ictool.exe
CSC     [net_4_x-unix] disco.exe
CSC     [net_4_x-unix] soapsuds.exe
CSC     [net_4_x-unix] browsercaps-updater.exe
BrowserCapsUpdater.cs(90,10): warning CS0169: The field 'Updater.date' is never used
BrowserCapsUpdater.cs(89,7): warning CS0169: The field 'Updater.nupdates' is never used
BrowserCapsUpdater.cs(88,10): warning CS0169: The field 'Updater.local' is never used
BrowserCapsUpdater.cs(87,10): warning CS0169: The field 'Updater.tempfile' is never used
CSC     [net_4_x-unix] mono-cil-strip.exe
Mono.Cecil/HashCodeProvider.cs(33,43): warning CS0618: 'IHashCodeProvider' is obsolete: 'Please use IEqualityComparer instead.'
Mono.Cecil.Metadata/BlobHeap.cs(57,36): warning CS0618: 'IHashCodeProvider' is obsolete: 'Please use IEqualityComparer instead.'
Mono.Cecil.Cil/SymbolStoreHelper.cs(67,29): warning CS0618: 'Assembly.LoadWithPartialName(string)' is obsolete: 'This method has been deprecated. Please use Assembly.Load() instead. http://go.microsoft.com/fwlink/?linkid=14202'
Mono.Cecil.Metadata/MetadataWriter.cs(134,18): warning CS0618: 'Hashtable.Hashtable(IHashCodeProvider, IComparer)' is obsolete: 'Please use Hashtable(IEqualityComparer) instead.'
Mono.Cecil/TypeReferenceCollection.cs(85,63): warning CS0618: 'NameObjectCollectionBase.NameObjectCollectionBase(IHashCodeProvider, IComparer)' is obsolete: 'Please use NameObjectCollectionBase(IEqualityComparer) instead.'
Mono.Cecil/TypeDefinitionCollection.cs(85,64): warning CS0618: 'NameObjectCollectionBase.NameObjectCollectionBase(IHashCodeProvider, IComparer)' is obsolete: 'Please use NameObjectCollectionBase(IEqualityComparer) instead.'
Mono.Cecil/ExternTypeCollection.cs(85,60): warning CS0618: 'NameObjectCollectionBase.NameObjectCollectionBase(IHashCodeProvider, IComparer)' is obsolete: 'Please use NameObjectCollectionBase(IEqualityComparer) instead.'
Mono.Cecil.Binary/ExportTable.cs(37,17): warning CS0649: Field 'ExportTable.Name' is never assigned to, and will always have its default value null
CSC     [net_4_x-unix] macpack.exe
CSC     [net_4_x-unix] dtd2rng.exe
CSC     [net_4_x-unix] dtd2xsd.exe
CSC     [net_4_x-unix] mdoc.exe
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/api-doc-tools/mdoc/Mono.Documentation/Updater/Formatters/ILFullMemberFormatter.cs(184,62): warning CS0618: 'MDocUpdater.IsPublic(TypeDefinition)' is obsolete: 'Use DocUtils.IsPublic instead'
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/api-doc-tools/mdoc/Mono.Documentation/webdoc.cs(171,4): warning CS0618: 'ZipInputStream' is obsolete: 'This assembly has been deprecated. Please use https://www.nuget.org/packages/SharpZipLib/ instead.'
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/api-doc-tools/mdoc/Mono.Documentation/webdoc.cs(171,29): warning CS0618: 'ZipInputStream' is obsolete: 'This assembly has been deprecated. Please use https://www.nuget.org/packages/SharpZipLib/ instead.'
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/api-doc-tools/mdoc/Mono.Documentation/webdoc.cs(173,4): warning CS0618: 'ZipEntry' is obsolete: 'This assembly has been deprecated. Please use https://www.nuget.org/packages/SharpZipLib/ instead.'
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/api-doc-tools/mdoc/Mono.Documentation/MDocUpdater.cs(2736,42): warning CS0618: 'MDocUpdater.IsPublic(TypeDefinition)' is obsolete: 'Use DocUtils.IsPublic instead'
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/api-doc-tools/mdoc/Mono.Documentation/Updater/Frameworks/MDocResolver.cs(271,13): warning CS0414: The field 'CachedResolver.stackTraceIncrease' is assigned but its value is never used
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/api-doc-tools/mdoc/Mono.Documentation/Updater/Frameworks/MDocResolver.cs(270,15): warning CS0414: The field 'CachedResolver.lastAverageStackLength' is assigned but its value is never used
CSC     [net_4_x-unix] mod.exe
mod.cs(27,23): warning CS0618: 'RootTree.RenderUrl(string, out Node)' is obsolete: 'Use the RenderUrl variant accepting a generator'
CSC     [net_4_x-unix] installvst.exe
CSC     [net_4_x-unix] lc.exe
CSC     [net_4_x-unix] Mono.Configuration.Crypto.dll
warning CS7033: Delay signing was specified and requires a public key, but no public key was specified
Mono.Configuration.Crypto/Key.cs(17,22): warning CS0169: The field 'Key.keypair' is never used
CSC     [net_4_x-unix] mono-configuration-crypto.exe
CSC     [net_4_x-unix] ccrewrite.exe
CSC     [net_4_x-unix] cccheck.exe
CSC     [net_4_x-unix] secutil.exe
CSC     [net_4_x-unix] cert2spc.exe
CSC     [net_4_x-unix] sn.exe
CSC     [net_4_x-unix] makecert.exe
CSC     [net_4_x-unix] chktrust.exe
CSC     [net_4_x-unix] crlupdate.exe
CSC     [net_4_x-unix] signcode.exe
CSC     [net_4_x-unix] setreg.exe
CSC     [net_4_x-unix] certmgr.exe
certmgr.cs(445,23): warning CS0618: 'Dns.Resolve(string)' is obsolete: 'Use GetHostEntry instead'
CSC     [net_4_x-unix] caspol.exe
caspol.cs(85,40): warning CS0618: 'SecurityManager.SecurityEnabled' is obsolete: 'The security manager cannot be turned off on MS runtime'
caspol.cs(86,47): warning CS0612: 'SecurityManager.CheckExecutionRights' is obsolete
caspol.cs(289,52): warning CS0618: 'PolicyLevel.FullTrustAssemblies' is obsolete: 'All GACed assemblies are now fully trusted and all permissions now succeed on fully trusted code.'
caspol.cs(315,21): warning CS0612: 'SecurityManager.PolicyHierarchy()' is obsolete
caspol.cs(341,21): warning CS0612: 'SecurityManager.PolicyHierarchy()' is obsolete
caspol.cs(399,5): warning CS0612: 'SecurityManager.SavePolicyLevel(PolicyLevel)' is obsolete
caspol.cs(423,6): warning CS0612: 'SecurityManager.SavePolicyLevel(PolicyLevel)' is obsolete
caspol.cs(444,6): warning CS0612: 'SecurityManager.SavePolicyLevel(PolicyLevel)' is obsolete
caspol.cs(461,5): warning CS0618: 'PolicyLevel.AddFullTrustAssembly(StrongName)' is obsolete: 'All GACed assemblies are now fully trusted and all permissions now succeed on fully trusted code.'
caspol.cs(475,5): warning CS0618: 'PolicyLevel.RemoveFullTrustAssembly(StrongName)' is obsolete: 'All GACed assemblies are now fully trusted and all permissions now succeed on fully trusted code.'
caspol.cs(715,4): warning CS0612: 'SecurityManager.SavePolicyLevel(PolicyLevel)' is obsolete
caspol.cs(736,4): warning CS0612: 'SecurityManager.SavePolicyLevel(PolicyLevel)' is obsolete
caspol.cs(756,4): warning CS0612: 'SecurityManager.SavePolicyLevel(PolicyLevel)' is obsolete
caspol.cs(769,5): warning CS0612: 'SecurityManager.SavePolicyLevel(PolicyLevel)' is obsolete
caspol.cs(781,6): warning CS0612: 'SecurityManager.SavePolicyLevel(PolicyLevel)' is obsolete
caspol.cs(795,4): warning CS0618: 'SecurityManager.SecurityEnabled' is obsolete: 'The security manager cannot be turned off on MS runtime'
caspol.cs(806,4): warning CS0612: 'SecurityManager.CheckExecutionRights' is obsolete
caspol.cs(838,20): warning CS0612: 'SecurityManager.PolicyHierarchy()' is obsolete
caspol.cs(912,18): warning CS0612: 'SecurityManager.LoadPolicyLevelFromFile(string, PolicyLevelType)' is obsolete
caspol.cs(918,18): warning CS0612: 'SecurityManager.LoadPolicyLevelFromFile(string, PolicyLevelType)' is obsolete
caspol.cs(80,15): warning CS0414: The field 'CasPol.forcePolicyChanges' is assigned but its value is never used
CSC     [net_4_x-unix] permview.exe
CSC     [net_4_x-unix] mozroots.exe
CSC     [net_4_x-unix] cert-sync.exe
CSC     [net_4_x-unix] httpcfg.exe
CSC     [net_4_x-unix] mdbrebase.exe
CSC     [net_4_x-unix] mdb2ppdb.exe
CSC     [net_4_x-unix] ikdasm.exe
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/ikdasm/Disassembler.cs(2259,26): warning CS0618: 'SecurityAction.RequestMinimum' is obsolete: 'This requests should not be used'
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/ikdasm/Disassembler.cs(2262,26): warning CS0618: 'SecurityAction.RequestRefuse' is obsolete: 'This requests should not be used'
/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/external/ikdasm/Disassembler.cs(2265,26): warning CS0618: 'SecurityAction.RequestOptional' is obsolete: 'This requests should not be used'
CSC     [net_4_x-unix] mono-symbolicate.exe
CSC     [net_4_x-unix] illinkanalyzer.exe
CSC     [net_4_x-unix] gacutil.exe
MDOC    [net_4_x-unix] cs-errors.tree
MDOC    [net_4_x-unix] ecma334.tree
MDOC    [net_4_x-unix] Mono.tree
Warning: couldn't process directory `./../class/Commons.Xml.Relaxng/Documentation/en' as it has no index.xml file
Warning: couldn't process type file `./../class/Mono.Debugger.Soft/Documentation/en/Mono.Debugger.Soft/AssemblyLoadEventRequest.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Mono.Posix/Documentation/en/Mono.Unix.Native/EpollEvent.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Mono.Posix/Documentation/en/Mono.Unix.Native/EpollEvents.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Mono.Posix/Documentation/en/Mono.Unix.Native/EpollFlags.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Mono.Posix/Documentation/en/Mono.Unix.Native/EpollOp.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Mono.Posix/Documentation/en/Mono.Unix.Native/RealTimeSignum.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Mono.Security.Win32/Documentation/en/Mono.Security.Cryptography/MD2.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Mono.Security.Win32/Documentation/en/Mono.Security.Cryptography/MD4.xml' as it doesn't exist
MDOC    [net_4_x-unix] netdocs.tree
Error reading namespace XML for Mono.Security.Cryptography at ./../class/System.Core/Documentation/en/ns-Mono.Security.Cryptography.xml
Warning: couldn't process type file `./../class/System.Design/Documentation/en/System.Web.UI.Design.WebControls/DataSourceIDConverter.xml' as it doesn't exist
Warning: couldn't process directory `./../class/System.DirectoryServices/Documentation/en' as it has no index.xml file
Error reading namespace XML for System.Resources at ./../class/System.Web/Documentation/en/ns-System.Resources.xml
Warning: couldn't process type file `./../class/System.Web/Documentation/en/System.Resources/ResXFileRef.xml' as it doesn't exist
Warning: couldn't process type file `./../class/System.Web/Documentation/en/System.Resources/ResXFileRef+Converter.xml' as it doesn't exist
Warning: couldn't process type file `./../class/System.Web/Documentation/en/System.Resources/ResXResourceReader.xml' as it doesn't exist
Warning: couldn't process type file `./../class/System.Web/Documentation/en/System.Resources/ResXResourceWriter.xml' as it doesn't exist
MDOC    [net_4_x-unix] Novell.tree
Error reading namespace XML for global at ./../class/Novell.Directory.Ldap/Documentation/en/ns-global.xml
Warning: couldn't process type file `./../class/Novell.Directory.Ldap/Documentation/en/global/IThreadRunnable.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Novell.Directory.Ldap/Documentation/en/global/Integer32.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Novell.Directory.Ldap/Documentation/en/global/SupportClass.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Novell.Directory.Ldap/Documentation/en/global/SupportClass+SingleThreadModel.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Novell.Directory.Ldap/Documentation/en/global/SupportClass+Tokenizer.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Novell.Directory.Ldap/Documentation/en/global/SupportClass+DateTimeFormatManager.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Novell.Directory.Ldap/Documentation/en/global/SupportClass+DateTimeFormatManager+DateTimeFormatHashTable.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Novell.Directory.Ldap/Documentation/en/global/SupportClass+ArrayListSupport.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Novell.Directory.Ldap/Documentation/en/global/SupportClass+ThreadClass.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Novell.Directory.Ldap/Documentation/en/global/SupportClass+CollectionSupport.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Novell.Directory.Ldap/Documentation/en/global/SupportClass+ListCollectionSupport.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Novell.Directory.Ldap/Documentation/en/global/SupportClass+ArraysSupport.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Novell.Directory.Ldap/Documentation/en/global/SupportClass+SetSupport.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Novell.Directory.Ldap/Documentation/en/global/SupportClass+AbstractSetSupport.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Novell.Directory.Ldap/Documentation/en/global/SupportClass+MessageDigestSupport.xml' as it doesn't exist
Warning: couldn't process type file `./../class/Novell.Directory.Ldap/Documentation/en/global/SupportClass+SecureRandomSupport.xml' as it doesn't exist
Error reading namespace XML for Novell.Directory.Ldap.Asn1 at ./../class/Novell.Directory.Ldap/Documentation/en/ns-Novell.Directory.Ldap.Asn1.xml
Error reading namespace XML for Novell.Directory.Ldap.Rfc2251 at ./../class/Novell.Directory.Ldap/Documentation/en/ns-Novell.Directory.Ldap.Rfc2251.xml
Error reading namespace XML for Novell.Directory.Ldap at ./../class/Novell.Directory.Ldap/Documentation/en/ns-Novell.Directory.Ldap.xml
Error reading namespace XML for Novell.Directory.Ldap.Utilclass at ./../class/Novell.Directory.Ldap/Documentation/en/ns-Novell.Directory.Ldap.Utilclass.xml
Error reading namespace XML for Novell.Directory.Ldap.Extensions at ./../class/Novell.Directory.Ldap/Documentation/en/ns-Novell.Directory.Ldap.Extensions.xml
Error reading namespace XML for Novell.Directory.Ldap.Controls at ./../class/Novell.Directory.Ldap/Documentation/en/ns-Novell.Directory.Ldap.Controls.xml
./../jay/jay: 7 shift/reduce conflicts.
CSC     [net_4_x-unix] mcs.exe
// gensources produced 0 error(s) and a set of 0 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --basedir:./Test --strict --platformsdir:./../../build ../../build/deps/_xbuild_12_Microsoft.Build.Framework_test.dll.response Microsoft.Build.Framework_test.dll xbuild_12'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Microsoft.Build.Framework'
// gensources produced 0 error(s) and a set of 0 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/_xbuild_12__Microsoft.Build.Framework.dll.sources Microsoft.Build.Framework.dll xbuild_12'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Microsoft.Build.Framework'
// gensources produced 0 error(s) and a set of 0 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --basedir:./Test --strict --platformsdir:./../../build ../../build/deps/_xbuild_12_Microsoft.Build.Framework_test.dll.response Microsoft.Build.Framework_test.dll xbuild_12'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Microsoft.Build.Framework'
// gensources produced 0 error(s) and a set of 0 filename(s)
// Invoked with '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/lib/build/gensources.exe --strict --platformsdir:./../../build ../../build/deps/_xbuild_12__Microsoft.Build.Framework.dll.sources Microsoft.Build.Framework.dll xbuild_12'
// Working directory was '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/mcs/class/Microsoft.Build.Framework'
gmake[8]: *** No rule to make target '../../build/deps/_xbuild_12__Microsoft.Build.Framework.dll.sources', needed by '../../build/deps/_xbuild_12__Microsoft.Build.Framework.dll.response'.  Stop.
gmake[7]: *** [../../build/rules.make:220: do-all] Error 2
gmake[6]: *** [../build/rules.make:241: all-recursive] Error 1
gmake[5]: *** [build/rules.make:241: all-recursive] Error 1
gmake[4]: *** [Makefile:58: profile-do--xbuild_12--all] Error 2
gmake[3]: *** [Makefile:54: profiles-do--all] Error 2
gmake[2]: *** [Makefile:709: all-mcs] Error 2
gmake[2]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199/runtime'
gmake[1]: *** [Makefile:602: all-recursive] Error 1
gmake[1]: Leaving directory '/home/pbulk/build-disk/lang/mono/work/mono-6.12.0.199'
gmake: *** [Makefile:530: all] Error 2
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/lang/mono
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/lang/mono