+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/intel2gas-1.3.3nb1/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/intel2gas-1.3.3nb1/work.log
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for intel2gas-1.3.3nb1
--- warning ---
--- strhandle.o ---
--- loaddata.o ---
--- intel2gas.o ---
--- warning ---
Building intel2gas.. This might take a while!
--- intel2gas.o ---
g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations intel2gas.cc
--- strhandle.o ---
g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations strhandle.cc
--- loaddata.o ---
g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations loaddata.cc
--- strhandle.o ---
strhandle.cc: In function 'char* str_splitat(const char*, char*, char)':
strhandle.cc:27:23: error: invalid conversion from 'const char*' to 'char*' [-fpermissive]
   27 |     char *pos = strchr(str,cut);
      |                 ~~~~~~^~~~~~~~~
      |                       |
      |                       const char*
*** [strhandle.o] Error code 1

bmake: stopped making "all" in /home/pbulk/build/devel/intel2gas/work/intel2gas-1.3.3
--- intel2gas.o ---
intel2gas.cc: In function 'void findComment(const char*, comment_match_t&)':
intel2gas.cc:451:23: error: invalid conversion from 'const char*' to 'char*' [-fpermissive]
  451 |     char *pos = strstr(source, comment[c].src);
      |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
      |                       |
      |                       const char*
intel2gas.cc: In function 'void clean_clobber_list()':
intel2gas.cc:543:6: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  543 |     {"bp",0x40000},{"ebp",0xc0000},
      |      ^~~~
intel2gas.cc:543:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  543 |     {"bp",0x40000},{"ebp",0xc0000},
      |                     ^~~~~
intel2gas.cc:544:6: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  544 |     {"sp",0x10000},{"esp",0x20000},
      |      ^~~~
intel2gas.cc:544:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  544 |     {"sp",0x10000},{"esp",0x20000},
      |                     ^~~~~
intel2gas.cc:545:6: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  545 |     {"si",0x4000},{"esi",0xc000},
      |      ^~~~
intel2gas.cc:545:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  545 |     {"si",0x4000},{"esi",0xc000},
      |                    ^~~~~
intel2gas.cc:546:6: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  546 |     {"di",0x1000},{"edi",0x3000},
      |      ^~~~
intel2gas.cc:546:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  546 |     {"di",0x1000},{"edi",0x3000},
      |                    ^~~~~
intel2gas.cc:547:6: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  547 |     {"dl",0x200},{"dh",0x400},{"dx",0x600},{"edx",0xe00},
      |      ^~~~
intel2gas.cc:547:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  547 |     {"dl",0x200},{"dh",0x400},{"dx",0x600},{"edx",0xe00},
      |                   ^~~~
intel2gas.cc:547:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  547 |     {"dl",0x200},{"dh",0x400},{"dx",0x600},{"edx",0xe00},
      |                                ^~~~
intel2gas.cc:547:45: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  547 |     {"dl",0x200},{"dh",0x400},{"dx",0x600},{"edx",0xe00},
      |                                             ^~~~~
intel2gas.cc:548:6: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  548 |     {"cl",0x040},{"ch",0x080},{"cx",0x0c0},{"ecx",0x1c0},
      |      ^~~~
intel2gas.cc:548:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  548 |     {"cl",0x040},{"ch",0x080},{"cx",0x0c0},{"ecx",0x1c0},
      |                   ^~~~
intel2gas.cc:548:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  548 |     {"cl",0x040},{"ch",0x080},{"cx",0x0c0},{"ecx",0x1c0},
      |                                ^~~~
intel2gas.cc:548:45: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  548 |     {"cl",0x040},{"ch",0x080},{"cx",0x0c0},{"ecx",0x1c0},
      |                                             ^~~~~
intel2gas.cc:549:6: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  549 |     {"bl",0x008},{"bh",0x010},{"bx",0x018},{"ebx",0x038},
      |      ^~~~
intel2gas.cc:549:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  549 |     {"bl",0x008},{"bh",0x010},{"bx",0x018},{"ebx",0x038},
      |                   ^~~~
intel2gas.cc:549:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  549 |     {"bl",0x008},{"bh",0x010},{"bx",0x018},{"ebx",0x038},
      |                                ^~~~
intel2gas.cc:549:45: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  549 |     {"bl",0x008},{"bh",0x010},{"bx",0x018},{"ebx",0x038},
      |                                             ^~~~~
intel2gas.cc:550:6: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  550 |     {"al",0x001},{"ah",0x002},{"ax",0x003},{"eax",0x007},
      |      ^~~~
intel2gas.cc:550:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  550 |     {"al",0x001},{"ah",0x002},{"ax",0x003},{"eax",0x007},
      |                   ^~~~
intel2gas.cc:550:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  550 |     {"al",0x001},{"ah",0x002},{"ax",0x003},{"eax",0x007},
      |                                ^~~~
intel2gas.cc:550:45: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  550 |     {"al",0x001},{"ah",0x002},{"ax",0x003},{"eax",0x007},
      |                                             ^~~~~
In file included from intel2gas.h:10,
                 from intel2gas.cc:18:
intel2gas.cc: In function 'int load_syntax_files(char*)':
i2gconf.h:2:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    2 | #define RESOURCE_PATH     "/opt/pkg/share/intel2gas/"
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
intel2gas.cc:724:21: note: in expansion of macro 'RESOURCE_PATH'
  724 |     resource_path = RESOURCE_PATH;
      |                     ^~~~~~~~~~~~~
intel2gas.cc: In function 'void retrieve_comment_styles()':
intel2gas.cc:755:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  755 |   if (!str_parse(syntaxlist, "General settings:", tempstr))
      |                              ^~~~~~~~~~~~~~~~~~~
intel2gas.cc: In function 'bool is_a_define_line(const char*)':
intel2gas.cc:774:5: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  774 |     "if","define","else","endif",NULL,
      |     ^~~~
intel2gas.cc:774:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  774 |     "if","define","else","endif",NULL,
      |          ^~~~~~~~
intel2gas.cc:774:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  774 |     "if","define","else","endif",NULL,
      |                   ^~~~~~
intel2gas.cc:774:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  774 |     "if","define","else","endif",NULL,
      |                          ^~~~~~~
*** [intel2gas.o] Error code 1

bmake: stopped making "all" in /home/pbulk/build/devel/intel2gas/work/intel2gas-1.3.3
bmake: 2 errors

bmake: stopped making "all" in /home/pbulk/build/devel/intel2gas/work/intel2gas-1.3.3
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/intel2gas
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/intel2gas