+ 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/bossa-20140109nb14/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/bossa-20140109nb14/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for bossa-20140109nb14 CPP src/bossac.cpp g++ -Wall -Werror -MT obj/bossac.o -MD -MP -MF obj/bossac.d -DVERSION=\"1.3a\" -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libdrm -I/usr/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -c -o obj/bossac.o src/bossac.cpp CPP src/CmdOpts.cpp g++ -Wall -Werror -MT obj/CmdOpts.o -MD -MP -MF obj/CmdOpts.d -DVERSION=\"1.3a\" -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libdrm -I/usr/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -c -o obj/CmdOpts.o src/CmdOpts.cpp CPP src/bossash.cpp g++ -Wall -Werror -MT obj/bossash.o -MD -MP -MF obj/bossash.d -DVERSION=\"1.3a\" -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libdrm -I/usr/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -Isrc/arm-dis -c -o obj/bossash.o src/bossash.cpp CPP src/Command.cpp g++ -Wall -Werror -MT obj/Command.o -MD -MP -MF obj/Command.d -DVERSION=\"1.3a\" -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libdrm -I/usr/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -Isrc/arm-dis -c -o obj/Command.o src/Command.cpp CPP src/Shell.cpp g++ -Wall -Werror -MT obj/Shell.o -MD -MP -MF obj/Shell.d -DVERSION=\"1.3a\" -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libdrm -I/usr/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -Isrc/arm-dis -c -o obj/Shell.o src/Shell.cpp CPP src/arm-dis/arm-dis.cpp g++ -Wall -Werror -MT obj/arm-dis/arm-dis.o -MD -MP -MF obj/arm-dis/arm-dis.d -DVERSION=\"1.3a\" -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libdrm -I/usr/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -Isrc/arm-dis -c -o obj/arm-dis/arm-dis.o src/arm-dis/arm-dis.cpp CPP src/arm-dis/floatformat.cpp g++ -Wall -Werror -MT obj/arm-dis/floatformat.o -MD -MP -MF obj/arm-dis/floatformat.d -DVERSION=\"1.3a\" -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libdrm -I/usr/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -Isrc/arm-dis -c -o obj/arm-dis/floatformat.o src/arm-dis/floatformat.cpp In file included from src/bossac.cpp:27: src/PortFactory.h:53:2: error: #error "Platform is not supported" 53 | #error "Platform is not supported" | ^~~~~ src/bossac.cpp:169:24: error: 'PortFactory' has not been declared 169 | autoScan(Samba& samba, PortFactory& portFactory, string& port) | ^~~~~~~~~~~ src/bossac.cpp: In function 'bool autoScan(Samba&, int&, std::string&)': src/bossac.cpp:171:29: error: request for member 'begin' in 'portFactory', which is of non-class type 'int' 171 | for (port = portFactory.begin(); | ^~~~~ src/bossac.cpp:172:30: error: request for member 'end' in 'portFactory', which is of non-class type 'int' 172 | port != portFactory.end(); | ^~~ src/bossac.cpp:173:29: error: request for member 'next' in 'portFactory', which is of non-class type 'int' 173 | port = portFactory.next()) | ^~~~ src/bossac.cpp:177:39: error: request for member 'create' in 'portFactory', which is of non-class type 'int' 177 | if (samba.connect(portFactory.create(port))) | ^~~~~~ src/bossac.cpp: In function 'int main(int, char**)': src/bossac.cpp:253:9: error: 'PortFactory' was not declared in this scope; did you mean 'PortFactoryBase'? 253 | PortFactory portFactory; | ^~~~~~~~~~~ | PortFactoryBase src/bossac.cpp:261:32: error: 'portFactory' was not declared in this scope 261 | if (!samba.connect(portFactory.create(config.portArg))) | ^~~~~~~~~~~ src/bossac.cpp:270:34: error: 'portFactory' was not declared in this scope 270 | if (!autoScan(samba, portFactory, port)) | ^~~~~~~~~~~ In file included from src/Command.h:26, from src/Command.cpp:29: src/PortFactory.h:53:2: error: #error "Platform is not supported" 53 | #error "Platform is not supported" | ^~~~~ src/arm-dis/arm-dis.cpp: In function 'void print_insn_thumb32(bfd_vma, disassemble_info*, long int)': src/arm-dis/arm-dis.cpp:3998:33: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 3998 | value_in_comment = off * 4 * U ? 1 : -1; | ~~~~~~~~^~~ src/arm-dis/arm-dis.cpp:4010:33: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 4010 | value_in_comment = off * 4 * U ? 1 : -1; | ~~~~~~~~^~~ gmake: *** [Makefile:240: obj/bossac.o] Error 1 gmake: *** Waiting for unfinished jobs.... In file included from src/Command.h:26, from src/Shell.cpp:23: src/PortFactory.h:53:2: error: #error "Platform is not supported" 53 | #error "Platform is not supported" | ^~~~~ In file included from src/Command.cpp:29: src/Command.h:49:12: error: 'PortFactory' does not name a type; did you mean 'PortFactoryBase'? 49 | static PortFactory _portFactory; | ^~~~~~~~~~~ | PortFactoryBase src/Command.cpp:38:1: error: 'PortFactory' does not name a type; did you mean 'PortFactoryBase'? 38 | PortFactory Command::_portFactory; | ^~~~~~~~~~~ | PortFactoryBase src/Command.cpp: In member function 'virtual void CommandConnect::invoke(char**, int)': src/Command.cpp:327:25: error: '_portFactory' was not declared in this scope 327 | if (!_samba.connect(_portFactory.create(argv[1]))) | ^~~~~~~~~~~~ src/Command.cpp: In member function 'virtual void CommandMwb::invoke(char**, int)': src/Command.cpp:710:23: warning: comparison between pointer and zero character constant [-Wpointer-compare] 710 | if (input == '\0' || | ~~~~~~^~~~~~~ src/Command.cpp:710:23: note: did you mean to dereference the pointer? src/Command.cpp: In member function 'virtual void CommandMww::invoke(char**, int)': src/Command.cpp:813:23: warning: comparison between pointer and zero character constant [-Wpointer-compare] 813 | if (input == '\0' || | ~~~~~~^~~~~~~ src/Command.cpp:813:23: note: did you mean to dereference the pointer? src/Command.cpp: In member function 'virtual void CommandScan::invoke(char**, int)': src/Command.cpp:1122:17: error: '_portFactory' was not declared in this scope 1122 | for (port = _portFactory.begin(); | ^~~~~~~~~~~~ gmake: *** [Makefile:250: obj/Command.o] Error 1 In file included from src/Shell.cpp:23: src/Command.h:49:12: error: 'PortFactory' does not name a type; did you mean 'PortFactoryBase'? 49 | static PortFactory _portFactory; | ^~~~~~~~~~~ | PortFactoryBase gmake: *** [Makefile:250: obj/Shell.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/cross/bossa *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/cross/bossa