===> Building for libredwg-0.12.4nb8
/opt/pkg/bin/bmake  all-recursive
Making all in src
/opt/pkg/bin/bmake  all-am
  CC       dwg.lo
dwg.c:1706:3: warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Wstring-concatenation]
  "STYLE",                    // 3
  ^
dwg.c:1705:3: note: place parentheses around the string literal to silence warning
  "LAYER"                     // 2
  ^
1 warning generated.
  CC       common.lo
CC       bits.lo
  CC       decode.lo
In file included from decode.c:3496:
./acds.spec:64:7: warning: format specifies type 'unsigned short' but the argument has type 'BITCODE_RL' (aka 'unsigned int') [-Wformat]
      SUB_FIELD_RSx (segments[0],signature, 0); /* always 0xD5AC (ACD5 in the TF) */
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./spec.h:155:38: note: expanded from macro 'SUB_FIELD_RSx'
#  define SUB_FIELD_RSx(o, nam, dxf) FIELD_RSx (o.nam, dxf)
                                     ^~~~~~~~~~~~~~~~~~~~~~
./dec_macros.h:418:52: note: expanded from macro 'FIELD_RSx'
    LOG_TRACE (#nam ": " FORMAT_RSx " [RSx %d]\n", _obj->nam, dxf);           \
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
./logging.h:94:40: note: expanded from macro 'LOG_TRACE'
#define LOG_TRACE(args...) LOG (TRACE, args)
                           ~~~~~~~~~~~~^~~~~
./logging.h:59:26: note: expanded from macro 'LOG'
        HANDLER (OUTPUT, args);                                               \
                         ^~~~
In file included from decode.c:3496:
./acds.spec:124:7: warning: format specifies type 'unsigned short' but the argument has type 'BITCODE_RL' (aka 'unsigned int') [-Wformat]
      SUB_FIELD_RSx (segments[rcount1],signature, 0); /* always 0xD5AC (ACD5 in the TF) */
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./spec.h:155:38: note: expanded from macro 'SUB_FIELD_RSx'
#  define SUB_FIELD_RSx(o, nam, dxf) FIELD_RSx (o.nam, dxf)
                                     ^~~~~~~~~~~~~~~~~~~~~~
./dec_macros.h:418:52: note: expanded from macro 'FIELD_RSx'
    LOG_TRACE (#nam ": " FORMAT_RSx " [RSx %d]\n", _obj->nam, dxf);           \
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
./logging.h:94:40: note: expanded from macro 'LOG_TRACE'
#define LOG_TRACE(args...) LOG (TRACE, args)
                           ~~~~~~~~~~~~^~~~~
./logging.h:59:26: note: expanded from macro 'LOG'
        HANDLER (OUTPUT, args);                                               \
                         ^~~~
In file included from decode.c:5168:
./dwg.spec:1557:17: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
    KEY (flag); VALUE_BS (flag | 16, 70);
                ^~~~~~~~~~~~~~~~~~~~~~~~
./dec_macros.h:59:30: note: expanded from macro 'VALUE_BS'
#define VALUE_BS(value, dxf) VALUE (value, BS, dxf)
                             ^~~~~~~~~~~~~~~~~~~~~~
./dec_macros.h:57:49: note: expanded from macro 'VALUE'
  LOG_TRACE (FORMAT_##type " [" #type " %d]\n", (BITCODE_##type)value, dxf)
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
./logging.h:94:40: note: expanded from macro 'LOG_TRACE'
#define LOG_TRACE(args...) LOG (TRACE, args)
                           ~~~~~~~~~~~~^~~~~
./logging.h:59:26: note: expanded from macro 'LOG'
        HANDLER (OUTPUT, args);                                               \
                         ^~~~
decode.c:656:1: warning: unused function 'decode_preR13' [-Wunused-function]
decode_preR13 (Bit_Chain *restrict dat, Dwg_Data *restrict dwg)
^
4 warnings generated.
CC       decode_r2007.lo
In file included from decode_r2007.c:2195:
./acds.spec:64:7: warning: format specifies type 'unsigned short' but the argument has type 'BITCODE_RL' (aka 'unsigned int') [-Wformat]
      SUB_FIELD_RSx (segments[0],signature, 0); /* always 0xD5AC (ACD5 in the TF) */
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./spec.h:155:38: note: expanded from macro 'SUB_FIELD_RSx'
#  define SUB_FIELD_RSx(o, nam, dxf) FIELD_RSx (o.nam, dxf)
                                     ^~~~~~~~~~~~~~~~~~~~~~
./dec_macros.h:418:52: note: expanded from macro 'FIELD_RSx'
    LOG_TRACE (#nam ": " FORMAT_RSx " [RSx %d]\n", _obj->nam, dxf);           \
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
./logging.h:94:40: note: expanded from macro 'LOG_TRACE'
#define LOG_TRACE(args...) LOG (TRACE, args)
                           ~~~~~~~~~~~~^~~~~
./logging.h:59:26: note: expanded from macro 'LOG'
        HANDLER (OUTPUT, args);                                               \
                         ^~~~
In file included from decode_r2007.c:2195:
./acds.spec:124:7: warning: format specifies type 'unsigned short' but the argument has type 'BITCODE_RL' (aka 'unsigned int') [-Wformat]
      SUB_FIELD_RSx (segments[rcount1],signature, 0); /* always 0xD5AC (ACD5 in the TF) */
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./spec.h:155:38: note: expanded from macro 'SUB_FIELD_RSx'
#  define SUB_FIELD_RSx(o, nam, dxf) FIELD_RSx (o.nam, dxf)
                                     ^~~~~~~~~~~~~~~~~~~~~~
./dec_macros.h:418:52: note: expanded from macro 'FIELD_RSx'
    LOG_TRACE (#nam ": " FORMAT_RSx " [RSx %d]\n", _obj->nam, dxf);           \
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
./logging.h:94:40: note: expanded from macro 'LOG_TRACE'
#define LOG_TRACE(args...) LOG (TRACE, args)
                           ~~~~~~~~~~~~^~~~~
./logging.h:59:26: note: expanded from macro 'LOG'
        HANDLER (OUTPUT, args);                                               \
                         ^~~~
2 warnings generated.
CC       reedsolomon.lo
  CC       print.lo
In file included from print.c:388:
./dwg.spec:7448:9: warning: format specifies type 'unsigned short' but the argument has type 'BITCODE_BL' (aka 'unsigned int') [-Wformat]
        FIELD_BS (face_modifier, 90);             FIELD_BS (face_modifier_int, 176);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
print.c:95:29: note: expanded from macro 'FIELD_BS'
#define FIELD_BS(name, dxf) FIELDG (name, BS, dxf);
                            ^~~~~~~~~~~~~~~~~~~~~~
print.c:46:32: note: expanded from macro 'FIELDG'
#define FIELDG(nam, type, dxf) FIELD_G_TRACE (nam, type, dxf)
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
print.c:50:65: note: expanded from macro 'FIELD_G_TRACE'
  LOG_TRACE (#nam ": " FORMAT_##type " [" #type " " #dxf "]\n", _obj->nam)
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
./logging.h:94:40: note: expanded from macro 'LOG_TRACE'
#define LOG_TRACE(args...) LOG (TRACE, args)
                           ~~~~~~~~~~~~^~~~~
./logging.h:59:26: note: expanded from macro 'LOG'
        HANDLER (OUTPUT, args);                                               \
                         ^~~~
1 warning generated.
CC       free.lo
  CC       hash.lo
  CC       dynapi.lo
CC       classes.lo
  CC       dwg_api.lo
  CC       objects.lo
src/objects.in:30:7: error: invalid suffix '.3' on floating constant
#  if GPERF_VERSION < 301
      ^
./config.h:28:26: note: expanded from macro 'GPERF_VERSION'
#define GPERF_VERSION 3.0.3
                         ^
1 error generated.
*** [objects.lo] Error code 1

bmake[3]: stopped making "all-am" in /Users/pbulk/build/cad/libredwg/work/libredwg-0.12.4/src
bmake[3]: 1 error

bmake[3]: stopped making "all-am" in /Users/pbulk/build/cad/libredwg/work/libredwg-0.12.4/src

bmake[2]: stopped making "all" in /Users/pbulk/build/cad/libredwg/work/libredwg-0.12.4/src

bmake[1]: stopped making "all-recursive" in /Users/pbulk/build/cad/libredwg/work/libredwg-0.12.4

bmake: stopped making "all" in /Users/pbulk/build/cad/libredwg/work/libredwg-0.12.4
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/cad/libredwg
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/cad/libredwg