>>> Building on octeon-2 under emulators/libretro-pcsx-rearmed BDEPENDS = [emulators/libchdr;devel/gmake] DIST = [emulators/libretro-pcsx-rearmed:libretro-pcsx-rearmed-23.tar.gz] FULLPKGNAME = libretro-pcsx-rearmed-23p0 RDEPENDS = [emulators/libchdr] (Junk lock obtained for octeon-2 at 1712904537.56) >>> Running depends in emulators/libretro-pcsx-rearmed at 1712904537.62 last junk was in graphics/gnofract4d /usr/sbin/pkg_add -aI -Drepair libchdr-1.0pl20230220 was: /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1 libchdr-1.0pl20230220 /usr/sbin/pkg_add -aI -Drepair libchdr-1.0pl20230220 >>> Running show-prepare-results in emulators/libretro-pcsx-rearmed at 1712904543.05 ===> emulators/libretro-pcsx-rearmed ===> Building from scratch libretro-pcsx-rearmed-23p0 ===> libretro-pcsx-rearmed-23p0 depends on: gmake-* -> gmake-4.4.1 ===> libretro-pcsx-rearmed-23p0 depends on: libchdr-* -> libchdr-1.0pl20230220 ===> Verifying specs: chdr m pthread z ===> found chdr.1.0 m.10.1 pthread.27.1 z.7.0 gmake-4.4.1 libchdr-1.0pl20230220 (Junk lock released for octeon-2 at 1712904546.88) distfiles size=1129836 >>> Running build in emulators/libretro-pcsx-rearmed at 1712904546.95 ===> emulators/libretro-pcsx-rearmed ===> Checking files for libretro-pcsx-rearmed-23p0 `/ports/distfiles/libretro-pcsx-rearmed-23.tar.gz' is up to date. >> (SHA256) libretro-pcsx-rearmed-23.tar.gz: OK ===> Extracting for libretro-pcsx-rearmed-23p0 ===> Patching for libretro-pcsx-rearmed-23p0 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |unbundle libchdr and link against emulators/libchdr |replace git usage with hardcoded revision | |Index: Makefile |--- Makefile.orig |+++ Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 150. Hunk #2 succeeded at 262. done ===> Applying OpenBSD patch patch-Makefile_libretro Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.libretro.orig Tue Aug 30 11:48:52 2016 |+++ Makefile.libretro Tue Aug 30 11:48:49 2016 -------------------------- Patching file Makefile.libretro using Plan A... Hunk #1 succeeded at 176. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for libretro-pcsx-rearmed-23p0 ===> Configuring for libretro-pcsx-rearmed-23p0 /usr/bin/perl /ports/infrastructure/bin/pkg_subst -DARCH=octeon -DBASE_PKGPATH=emulators/libretro-pcsx-rearmed -DFLAVOR_EXT= -DFULLPKGNAME=libretro-pcsx-rearmed-23p0 -DHOMEPAGE=https://github.com/notaz/pcsx_rearmed -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=mips64 -DMAINTAINER=Nam\ Nguyen\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=libretro-pcsx-rearmed -i -B /pobj/libretro-pcsx-rearmed-23 /pobj/libretro-pcsx-rearmed-23/pcsx_rearmed-r23/Makefile ===> Building for libretro-pcsx-rearmed-23p0 cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -Wno-unused-function -c -o libpcsxcore/cdriso.o libpcsxcore/cdriso.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o libpcsxcore/cdrom.o libpcsxcore/cdrom.c libpcsxcore/cdrom.c:625:9: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] i = abs(i - msf2sec(set_loc)); ^ libpcsxcore/cdrom.c:625:9: note: remove the call to 'abs' since unsigned values cannot be negative i = abs(i - msf2sec(set_loc)); ^~~ libpcsxcore/cdrom.c:981:16: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] seekTime = abs(msf2sec(cdr.SetSectorPlay) - msf2sec(cdr.SetSector)) * (cdReadTime / 200); ^ libpcsxcore/cdrom.c:981:16: note: remove the call to 'abs' since unsigned values cannot be negative seekTime = abs(msf2sec(cdr.SetSectorPlay) - msf2sec(cdr.SetSector)) * (cdReadTime / 200); ^~~ 2 warnings generated. cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o libpcsxcore/cheat.o libpcsxcore/cheat.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o libpcsxcore/database.o libpcsxcore/database.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o libpcsxcore/decode_xa.o libpcsxcore/decode_xa.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o libpcsxcore/mdec.o libpcsxcore/mdec.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o libpcsxcore/misc.o libpcsxcore/misc.c libpcsxcore/misc.c:137:5: warning: result of comparison of constant -1 with expression of type 'boolean' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] READDIR(ddir); ^~~~~~~~~~~~~ libpcsxcore/misc.c:105:2: note: expanded from macro 'READDIR' READTRACK(); \ ^~~~~~~~~~~ libpcsxcore/misc.c:99:26: note: expanded from macro 'READTRACK' if (CDR_readTrack(time) == -1) return -1; \ ~~~~~~~~~~~~~~~~~~~ ^ ~~ libpcsxcore/misc.c:137:5: warning: result of comparison of constant -1 with expression of type 'boolean' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] READDIR(ddir); ^~~~~~~~~~~~~ libpcsxcore/misc.c:109:2: note: expanded from macro 'READDIR' READTRACK(); \ ^~~~~~~~~~~ libpcsxcore/misc.c:99:26: note: expanded from macro 'READTRACK' if (CDR_readTrack(time) == -1) return -1; \ ~~~~~~~~~~~~~~~~~~~ ^ ~~ libpcsxcore/misc.c:193:2: warning: result of comparison of constant -1 with expression of type 'boolean' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] READTRACK(); ^~~~~~~~~~~ libpcsxcore/misc.c:99:26: note: expanded from macro 'READTRACK' if (CDR_readTrack(time) == -1) return -1; \ ~~~~~~~~~~~~~~~~~~~ ^ ~~ libpcsxcore/misc.c:200:2: warning: result of comparison of constant -1 with expression of type 'boolean' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] READDIR(mdir); ^~~~~~~~~~~~~ libpcsxcore/misc.c:105:2: note: expanded from macro 'READDIR' READTRACK(); \ ^~~~~~~~~~~ libpcsxcore/misc.c:99:26: note: expanded from macro 'READTRACK' if (CDR_readTrack(time) == -1) return -1; \ ~~~~~~~~~~~~~~~~~~~ ^ ~~ libpcsxcore/misc.c:200:2: warning: result of comparison of constant -1 with expression of type 'boolean' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] READDIR(mdir); ^~~~~~~~~~~~~ libpcsxcore/misc.c:109:2: note: expanded from macro 'READDIR' READTRACK(); \ ^~~~~~~~~~~ libpcsxcore/misc.c:99:26: note: expanded from macro 'READTRACK' if (CDR_readTrack(time) == -1) return -1; \ ~~~~~~~~~~~~~~~~~~~ ^ ~~ libpcsxcore/misc.c:207:3: warning: result of comparison of constant -1 with expression of type 'boolean' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] READTRACK(); ^~~~~~~~~~~ libpcsxcore/misc.c:99:26: note: expanded from macro 'READTRACK' if (CDR_readTrack(time) == -1) return -1; \ ~~~~~~~~~~~~~~~~~~~ ^ ~~ libpcsxcore/misc.c:211:3: warning: result of comparison of constant -1 with expression of type 'boolean' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] READTRACK(); ^~~~~~~~~~~ libpcsxcore/misc.c:99:26: note: expanded from macro 'READTRACK' if (CDR_readTrack(time) == -1) return -1; \ ~~~~~~~~~~~~~~~~~~~ ^ ~~ libpcsxcore/misc.c:234:3: warning: result of comparison of constant -1 with expression of type 'boolean' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] READTRACK(); ^~~~~~~~~~~ libpcsxcore/misc.c:99:26: note: expanded from macro 'READTRACK' if (CDR_readTrack(time) == -1) return -1; \ ~~~~~~~~~~~~~~~~~~~ ^ ~~ libpcsxcore/misc.c:255:3: warning: result of comparison of constant -1 with expression of type 'boolean' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] READTRACK(); ^~~~~~~~~~~ libpcsxcore/misc.c:99:26: note: expanded from macro 'READTRACK' if (CDR_readTrack(time) == -1) return -1; \ ~~~~~~~~~~~~~~~~~~~ ^ ~~ libpcsxcore/misc.c:278:2: warning: result of comparison of constant -1 with expression of type 'boolean' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] READTRACK(); ^~~~~~~~~~~ libpcsxcore/misc.c:99:26: note: expanded from macro 'READTRACK' if (CDR_readTrack(time) == -1) return -1; \ ~~~~~~~~~~~~~~~~~~~ ^ ~~ libpcsxcore/misc.c:285:2: warning: result of comparison of constant -1 with expression of type 'boolean' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] READDIR(mdir); ^~~~~~~~~~~~~ libpcsxcore/misc.c:105:2: note: expanded from macro 'READDIR' READTRACK(); \ ^~~~~~~~~~~ libpcsxcore/misc.c:99:26: note: expanded from macro 'READTRACK' if (CDR_readTrack(time) == -1) return -1; \ ~~~~~~~~~~~~~~~~~~~ ^ ~~ libpcsxcore/misc.c:285:2: warning: result of comparison of constant -1 with expression of type 'boolean' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] READDIR(mdir); ^~~~~~~~~~~~~ libpcsxcore/misc.c:109:2: note: expanded from macro 'READDIR' READTRACK(); \ ^~~~~~~~~~~ libpcsxcore/misc.c:99:26: note: expanded from macro 'READTRACK' if (CDR_readTrack(time) == -1) return -1; \ ~~~~~~~~~~~~~~~~~~~ ^ ~~ libpcsxcore/misc.c:289:2: warning: result of comparison of constant -1 with expression of type 'boolean' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] READTRACK(); ^~~~~~~~~~~ libpcsxcore/misc.c:99:26: note: expanded from macro 'READTRACK' if (CDR_readTrack(time) == -1) return -1; \ ~~~~~~~~~~~~~~~~~~~ ^ ~~ libpcsxcore/misc.c:300:3: warning: result of comparison of constant -1 with expression of type 'boolean' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] READTRACK(); ^~~~~~~~~~~ libpcsxcore/misc.c:99:26: note: expanded from macro 'READTRACK' if (CDR_readTrack(time) == -1) return -1; \ ~~~~~~~~~~~~~~~~~~~ ^ ~~ libpcsxcore/misc.c:327:2: warning: result of comparison of constant -1 with expression of type 'boolean' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] READTRACK(); ^~~~~~~~~~~ libpcsxcore/misc.c:99:26: note: expanded from macro 'READTRACK' if (CDR_readTrack(time) == -1) return -1; \ ~~~~~~~~~~~~~~~~~~~ ^ ~~ libpcsxcore/misc.c:340:2: warning: result of comparison of constant -1 with expression of type 'boolean' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] READDIR(mdir); ^~~~~~~~~~~~~ libpcsxcore/misc.c:105:2: note: expanded from macro 'READDIR' READTRACK(); \ ^~~~~~~~~~~ libpcsxcore/misc.c:99:26: note: expanded from macro 'READTRACK' if (CDR_readTrack(time) == -1) return -1; \ ~~~~~~~~~~~~~~~~~~~ ^ ~~ libpcsxcore/misc.c:340:2: warning: result of comparison of constant -1 with expression of type 'boolean' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] READDIR(mdir); ^~~~~~~~~~~~~ libpcsxcore/misc.c:109:2: note: expanded from macro 'READDIR' READTRACK(); \ ^~~~~~~~~~~ libpcsxcore/misc.c:99:26: note: expanded from macro 'READTRACK' if (CDR_readTrack(time) == -1) return -1; \ ~~~~~~~~~~~~~~~~~~~ ^ ~~ libpcsxcore/misc.c:343:3: warning: result of comparison of constant -1 with expression of type 'boolean' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] READTRACK(); ^~~~~~~~~~~ libpcsxcore/misc.c:99:26: note: expanded from macro 'READTRACK' if (CDR_readTrack(time) == -1) return -1; \ ~~~~~~~~~~~~~~~~~~~ ^ ~~ 18 warnings generated. cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o libpcsxcore/plugins.o libpcsxcore/plugins.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o libpcsxcore/ppf.o libpcsxcore/ppf.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -Wno-nonnull -c -o libpcsxcore/psxbios.o libpcsxcore/psxbios.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o libpcsxcore/psxcommon.o libpcsxcore/psxcommon.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o libpcsxcore/psxcounters.o libpcsxcore/psxcounters.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o libpcsxcore/psxdma.o libpcsxcore/psxdma.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o libpcsxcore/psxhle.o libpcsxcore/psxhle.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o libpcsxcore/psxhw.o libpcsxcore/psxhw.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o libpcsxcore/psxinterpreter.o libpcsxcore/psxinterpreter.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o libpcsxcore/psxmem.o libpcsxcore/psxmem.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o libpcsxcore/r3000a.o libpcsxcore/r3000a.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o libpcsxcore/sio.o libpcsxcore/sio.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o libpcsxcore/spu.o libpcsxcore/spu.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o libpcsxcore/gte.o libpcsxcore/gte.c cc -c -o libpcsxcore/gte_nf.o libpcsxcore/gte.c -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -DFLAGLESS cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o libpcsxcore/gte_divider.o libpcsxcore/gte_divider.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o libpcsxcore/new_dynarec/emu_if.o libpcsxcore/new_dynarec/emu_if.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o plugins/dfsound/dma.o plugins/dfsound/dma.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o plugins/dfsound/freeze.o plugins/dfsound/freeze.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o plugins/dfsound/registers.o plugins/dfsound/registers.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o plugins/dfsound/spu.o plugins/dfsound/spu.c plugins/dfsound/spu.c:987:15: warning: variable 'decode_dirty_ch' set but not used [-Wunused-but-set-variable] unsigned int decode_dirty_ch = 0; ^ 1 warning generated. cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -DHAVE_LIBRETRO -c -o plugins/dfsound/out.o plugins/dfsound/out.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o plugins/dfsound/nullsnd.o plugins/dfsound/nullsnd.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o plugins/gpulib/gpu.o plugins/gpulib/gpu.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -c -o plugins/gpulib/vout_pl.o plugins/gpulib/vout_pl.c cc -O2 -pipe -fPIC -Wall -ggdb -Iinclude -ffast-math -O2 -DNDEBUG -DDRC_DISABLE -DHAVE_CHD -I/usr/local/include -DFRONTEND_SUPPORTS_RGB565 -DNO_FRONTEND -fno-strict-aliasing -c -o plugins/dfxvideo/gpulib_if.o plugins/dfxvideo/gpulib_if.c In file included from plugins/dfxvideo/gpulib_if.c:267: plugins/dfxvideo/soft.c:6337:6: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] return; ^ plugins/dfxvideo/soft.c:6331:5: note: previous statement is here for(sprCY=0;sprCY Exiting emulators/libretro-pcsx-rearmed with an error *** Error 1 in /ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval ${e...) >>> Ended at 1712904764.75 max_stuck=57.47/depends=5.44/show-prepare-results=3.89/build=217.85 Error: job failed with 512 on octeon-2 at 1712904764