------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libgamepad-0.1.2.txz SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> roboctl-0.3.8 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> roboctl-0.3.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by roboctl-0.3.8 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> roboctl-0.3.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by roboctl-0.3.8 for building => SHA256 Checksum OK for roboctl-0.3.8.tar.xz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> roboctl-0.3.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by roboctl-0.3.8 for building ===> Extracting for roboctl-0.3.8 => SHA256 Checksum OK for roboctl-0.3.8.tar.xz. Extracted Memory Use: 1.61M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for roboctl-0.3.8 ===> Applying dragonfly patches for roboctl-0.3.8 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> roboctl-0.3.8 depends on file: /usr/local/lib/libgamepad.a - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> roboctl-0.3.8 depends on file: /usr/local/lib/libgamepad.a - found ===> Configuring for roboctl-0.3.8 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for roboctl-0.3.8 (cd /construction/devel/roboctl/roboctl-0.3.8 && /usr/bin/env EXTRALIBS=-lbluetooth XDG_DATA_HOME=/construction/devel/roboctl XDG_CONFIG_HOME=/construction/devel/roboctl HOME=/construction/devel/roboctl TMPDIR="/tmp" PATH=/construction/devel/roboctl/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" /usr/bin/make depend) (cd Libs/C; /usr/bin/make depend) rm -f Makefile.depend for file in *.c; do cpp -MM -I. -I/usr/local/include ${file} >> Makefile.depend; printf "\t\${CC} -c \${CFLAGS} ${file}\n\n" >> Makefile.depend; done (cd Commands/Vexctl; /usr/bin/make depend) rm -f Makefile.depend for file in *.c; do cpp -I../../Libs/C -I/usr/local/include -MM ${file} >> Makefile.depend; printf "\t\${CC} -c \${CFLAGS} ${file}\n\n" >> Makefile.depend; done (cd Commands/Legoctl; /usr/bin/make depend) rm -f Makefile.depend for file in *.c; do cpp -I../../Libs/C -I/usr/local/include -MM ${file} >> Makefile.depend; printf "\t\${CC} -c \${CFLAGS} ${file}\n\n" >> Makefile.depend; done `Makefile' is up to date. (cd Libs/C; /usr/bin/make) cc -c -g -pipe -Wall -I. -I/usr/local/include rct.c cc -c -g -pipe -Wall -I. -I/usr/local/include nxt.c cc -c -g -pipe -Wall -I. -I/usr/local/include nxt_direct_cmd.c cc -c -g -pipe -Wall -I. -I/usr/local/include nxt_system_cmd.c cc -c -g -pipe -Wall -I. -I/usr/local/include rcx.c cc -c -g -pipe -Wall -I. -I/usr/local/include usb.c cc -c -g -pipe -Wall -I. -I/usr/local/include brick.c cc -c -g -pipe -Wall -I. -I/usr/local/include get_home_dir.c cc -c -g -pipe -Wall -I. -I/usr/local/include debug.c cc -c -g -pipe -Wall -I. -I/usr/local/include pic.c pic.c: In function 'pic_write_program_mem': pic.c:215:31: warning: 'snprintf' output truncated before the last format character [-Wformat-truncation=] snprintf(cmd,5,"%c%c%c%c%c", ^ pic.c:215:5: note: 'snprintf' output 6 bytes into a destination of size 5 snprintf(cmd,5,"%c%c%c%c%c", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ PIC_WRITE_PROGRAM_MEM, ~~~~~~~~~~~~~~~~~~~~~~ blocks, ~~~~~~~ (int)(address & 0xff), ~~~~~~~~~~~~~~~~~~~~~~ (int)((address >> 8) & 0xff), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (int)((address >> 16) & 0xff)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pic.c: In function 'pic_read_program_mem': pic.c:265:31: warning: 'snprintf' output truncated before the last format character [-Wformat-truncation=] snprintf(cmd,5,"%c%c%c%c%c", ^ pic.c:265:5: note: 'snprintf' output 6 bytes into a destination of size 5 snprintf(cmd,5,"%c%c%c%c%c", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ PIC_READ_PROGRAM_MEM, ~~~~~~~~~~~~~~~~~~~~~ bytes, ~~~~~~ (int)(address & 0xff), ~~~~~~~~~~~~~~~~~~~~~~ (int)((address >> 8) & 0xff), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (int)((address >> 16) & 0xff)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -c -g -pipe -Wall -I. -I/usr/local/include vex.c cc -c -g -pipe -Wall -I. -I/usr/local/include strings.c ar r libroboctl.a rct.o nxt.o nxt_direct_cmd.o nxt_system_cmd.o rcx.o usb.o brick.o get_home_dir.o debug.o pic.o vex.o strings.o /usr/libexec/binutils227/elf/ar: creating libroboctl.a ranlib libroboctl.a (cd Commands/Legoctl; /usr/bin/make) cc -c -pipe -O2 -fno-strict-aliasing -Wall -I../../Libs/C -I/usr/local/include legoctl.c cc -o legoctl legoctl.o -L../../Libs/C -lroboctl -L/usr/local/lib -lusb -lbluetooth (cd Commands/Vexctl; /usr/bin/make) cc -c -g -pipe -Wall -I../../Libs/C -I/usr/local/include vexctl.c cc -o vexctl vexctl.o -L../../Libs/C -L/usr/local/lib -lroboctl -lbluetooth SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for roboctl-0.3.8 ===> Generating temporary packing list `Makefile' is up to date. (cd Libs/C; /usr/bin/make) (cd Commands/Legoctl; /usr/bin/make) (cd Commands/Vexctl; /usr/bin/make) (cd Libs/C; /usr/bin/make install) mkdir -p /construction/devel/roboctl/stage/usr/local/bin /construction/devel/roboctl/stage/usr/local/lib /construction/devel/roboctl/stage/usr/local/include/roboctl /construction/devel/roboctl/stage/usr/local/man/man3 (cd Commands/Legoctl; /usr/bin/make install) mkdir -p /construction/devel/roboctl/stage/usr/local/bin /construction/devel/roboctl/stage/usr/local/lib /construction/devel/roboctl/stage/usr/local/include /construction/devel/roboctl/stage/usr/local/man/man1 (cd Commands/Vexctl; /usr/bin/make install) mkdir -p /construction/devel/roboctl/stage/usr/local/bin /construction/devel/roboctl/stage/usr/local/lib /construction/devel/roboctl/stage/usr/local/include /construction/devel/roboctl/stage/usr/local/man/man1 (cd /construction/devel/roboctl/roboctl-0.3.8/Commands/NXTRemote; /usr/bin/make) cc -c -o nxtremote.o -pipe -O -I/usr/local/include/roboctl -I/usr/local/include -I../../Libs/C nxtremote.c cc -c -o arcade_drive.o -pipe -O -I/usr/local/include/roboctl -I/usr/local/include -I../../Libs/C arcade_drive.c cc -o nxtremote nxtremote.o arcade_drive.o -L../../Libs/C -L/usr/local/lib -lroboctl -lgamepad -lusbhid -lusb -lbluetooth -lm install -s -m 555 /construction/devel/roboctl/roboctl-0.3.8/Commands/NXTRemote/nxtremote /construction/devel/roboctl/stage/usr/local/bin install -m 555 /construction/devel/roboctl/roboctl-0.3.8/Scripts/lego_bluetooth_config /construction/devel/roboctl/stage/usr/local/bin install -m 444 /construction/devel/roboctl/roboctl-0.3.8/Commands/NXTRemote/nxtremote.1 /construction/devel/roboctl/stage/usr/local/man/man1 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for roboctl-0.3.8 file sizes/checksums [16]: 0% file sizes/checksums [16]: 100% packing files [16]: 0% packing files [16]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:04