+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/htmlcxx-0.85/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/htmlcxx-0.85/work.log ===> Building for htmlcxx-0.85 --- config.h --- --- all --- /opt/local/bin/bmake all-recursive --- all-recursive --- Making all in html --- libhtmlcxx_la-ParserSax.lo --- --- libhtmlcxx_la-ParserDom.lo --- --- libhtmlcxx_la-Extensions.lo --- --- libhtmlcxx_la-CharsetConverter.lo --- --- libhtmlcxx_la-ParserSax.lo --- /usr/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DDEFAULT_CSS="\"/opt/local/share/htmlcxx/css/default.css\"" -MT libhtmlcxx_la-ParserSax.lo -MD -MP -MF .deps/libhtmlcxx_la-ParserSax.Tpo -c -o libhtmlcxx_la-ParserSax.lo `test -f 'ParserSax.cc' || echo './'`ParserSax.cc --- libhtmlcxx_la-Extensions.lo --- /usr/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DDEFAULT_CSS="\"/opt/local/share/htmlcxx/css/default.css\"" -MT libhtmlcxx_la-Extensions.lo -MD -MP -MF .deps/libhtmlcxx_la-Extensions.Tpo -c -o libhtmlcxx_la-Extensions.lo `test -f 'Extensions.cc' || echo './'`Extensions.cc --- libhtmlcxx_la-CharsetConverter.lo --- /usr/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DDEFAULT_CSS="\"/opt/local/share/htmlcxx/css/default.css\"" -MT libhtmlcxx_la-CharsetConverter.lo -MD -MP -MF .deps/libhtmlcxx_la-CharsetConverter.Tpo -c -o libhtmlcxx_la-CharsetConverter.lo `test -f 'CharsetConverter.cc' || echo './'`CharsetConverter.cc --- libhtmlcxx_la-ParserDom.lo --- /usr/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DDEFAULT_CSS="\"/opt/local/share/htmlcxx/css/default.css\"" -MT libhtmlcxx_la-ParserDom.lo -MD -MP -MF .deps/libhtmlcxx_la-ParserDom.Tpo -c -o libhtmlcxx_la-ParserDom.lo `test -f 'ParserDom.cc' || echo './'`ParserDom.cc --- libhtmlcxx_la-ParserSax.lo --- libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/home/pbulk/build/www/htmlcxx/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DDEFAULT_CSS=\"/opt/local/share/htmlcxx/css/default.css\" -MT libhtmlcxx_la-ParserSax.lo -MD -MP -MF .deps/libhtmlcxx_la-ParserSax.Tpo -c ParserSax.cc -fPIC -DPIC -o .libs/libhtmlcxx_la-ParserSax.o --- libhtmlcxx_la-ParserDom.lo --- libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/home/pbulk/build/www/htmlcxx/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DDEFAULT_CSS=\"/opt/local/share/htmlcxx/css/default.css\" -MT libhtmlcxx_la-ParserDom.lo -MD -MP -MF .deps/libhtmlcxx_la-ParserDom.Tpo -c ParserDom.cc -fPIC -DPIC -o .libs/libhtmlcxx_la-ParserDom.o --- libhtmlcxx_la-CharsetConverter.lo --- libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/home/pbulk/build/www/htmlcxx/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DDEFAULT_CSS=\"/opt/local/share/htmlcxx/css/default.css\" -MT libhtmlcxx_la-CharsetConverter.lo -MD -MP -MF .deps/libhtmlcxx_la-CharsetConverter.Tpo -c CharsetConverter.cc -fPIC -DPIC -o .libs/libhtmlcxx_la-CharsetConverter.o --- libhtmlcxx_la-Extensions.lo --- libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/home/pbulk/build/www/htmlcxx/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DDEFAULT_CSS=\"/opt/local/share/htmlcxx/css/default.css\" -MT libhtmlcxx_la-Extensions.lo -MD -MP -MF .deps/libhtmlcxx_la-Extensions.Tpo -c Extensions.cc -fPIC -DPIC -o .libs/libhtmlcxx_la-Extensions.o --- libhtmlcxx_la-CharsetConverter.lo --- CharsetConverter.cc: In member function 'std::string htmlcxx::CharsetConverter::convert(const std::string&)': CharsetConverter.cc:52:47: error: invalid conversion from 'char**' to 'const char**' [-fpermissive] 52 | ret = iconv(mIconvDescriptor, const_cast<char**>(&inbuf), &inbytesleft, &outbuf, &outbytesleft); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char** In file included from CharsetConverter.cc:1: /home/pbulk/build/www/htmlcxx/work/.buildlink/include/iconv.h:82:48: note: initializing argument 2 of 'size_t libiconv(libiconv_t, const char**, size_t*, char**, size_t*)' 82 | extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft); | ~~~~~~~~~~~~~~^~~~~ *** [libhtmlcxx_la-CharsetConverter.lo] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/build/www/htmlcxx/work/htmlcxx-0.85/html --- libhtmlcxx_la-Extensions.lo --- libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/home/pbulk/build/www/htmlcxx/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DDEFAULT_CSS=\"/opt/local/share/htmlcxx/css/default.css\" -MT libhtmlcxx_la-Extensions.lo -MD -MP -MF .deps/libhtmlcxx_la-Extensions.Tpo -c Extensions.cc -o libhtmlcxx_la-Extensions.o >/dev/null 2>&1 --- libhtmlcxx_la-ParserSax.lo --- libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/home/pbulk/build/www/htmlcxx/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DDEFAULT_CSS=\"/opt/local/share/htmlcxx/css/default.css\" -MT libhtmlcxx_la-ParserSax.lo -MD -MP -MF .deps/libhtmlcxx_la-ParserSax.Tpo -c ParserSax.cc -o libhtmlcxx_la-ParserSax.o >/dev/null 2>&1 --- libhtmlcxx_la-ParserDom.lo --- libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/home/pbulk/build/www/htmlcxx/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DDEFAULT_CSS=\"/opt/local/share/htmlcxx/css/default.css\" -MT libhtmlcxx_la-ParserDom.lo -MD -MP -MF .deps/libhtmlcxx_la-ParserDom.Tpo -c ParserDom.cc -o libhtmlcxx_la-ParserDom.o >/dev/null 2>&1 --- libhtmlcxx_la-ParserSax.lo --- mv -f .deps/libhtmlcxx_la-ParserSax.Tpo .deps/libhtmlcxx_la-ParserSax.Plo --- libhtmlcxx_la-Extensions.lo --- mv -f .deps/libhtmlcxx_la-Extensions.Tpo .deps/libhtmlcxx_la-Extensions.Plo --- libhtmlcxx_la-ParserDom.lo --- mv -f .deps/libhtmlcxx_la-ParserDom.Tpo .deps/libhtmlcxx_la-ParserDom.Plo bmake[2]: 1 error bmake[2]: stopped making "all" in /home/pbulk/build/www/htmlcxx/work/htmlcxx-0.85/html bmake[1]: stopped making "all-recursive" in /home/pbulk/build/www/htmlcxx/work/htmlcxx-0.85 bmake: stopped making "all" in /home/pbulk/build/www/htmlcxx/work/htmlcxx-0.85 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-2024Q4-x86_64/www/htmlcxx *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-2024Q4-x86_64/www/htmlcxx