>>> Building on exopi-5 under emulators/libretro-pcsx-rearmed BDEPENDS = [devel/gmake;emulators/libchdr] DIST = [emulators/libretro-pcsx-rearmed:libretro-pcsx-rearmed-23.tar.gz] FULLPKGNAME = libretro-pcsx-rearmed-23p0 RDEPENDS = [emulators/libchdr] (Junk lock obtained for exopi-5 at 1714024106.11) >>> Running depends in emulators/libretro-pcsx-rearmed at 1714024106.15 last junk was in games/nanosaur /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1 libchdr-1.0pl20230220 was: /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1 libchdr-1.0pl20230220 /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1 libchdr-1.0pl20230220 >>> Running show-prepare-results in emulators/libretro-pcsx-rearmed at 1714024110.42 ===> 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 Still tainted: host marked nojunk by x11/qt5/qt3d >>> Running junk in emulators/libretro-pcsx-rearmed at 1714024111.33 Can't run junk because of lock on x11/qt5/qt3d (Junk lock released for exopi-5 at 1714024113.01) distfiles size=1129836 >>> Running build in emulators/libretro-pcsx-rearmed at 1714024113.04 ===> emulators/libretro-pcsx-rearmed ===> Checking files for libretro-pcsx-rearmed-23p0 `/exopi-cvs/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 /exopi-cvs/ports/infrastructure/bin/pkg_subst -DARCH=amd64 -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=amd64 -DMAINTAINER=Nam\ Nguyen\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=libretro-pcsx-rearmed -i -B /exopi-obj/pobj/libretro-pcsx-rearmed-23 /exopi-obj/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>> Running package in emulators/libretro-pcsx-rearmed at 1714024147.96 ===> emulators/libretro-pcsx-rearmed ===> Faking installation for libretro-pcsx-rearmed-23p0 /exopi-obj/pobj/libretro-pcsx-rearmed-23/bin/install -d -m 755 /exopi-obj/pobj/libretro-pcsx-rearmed-23/fake-amd64/usr/local/lib/libretro /exopi-obj/pobj/libretro-pcsx-rearmed-23/bin/install -c -m 644 /exopi-obj/pobj/libretro-pcsx-rearmed-23/pcsx_rearmed-r23/pcsx_rearmed_libretro.so /exopi-obj/pobj/libretro-pcsx-rearmed-23/fake-amd64/usr/local/lib/libretro ===> Building package for libretro-pcsx-rearmed-23p0 Create /exopi-cvs/ports/packages/amd64/all/libretro-pcsx-rearmed-23p0.tgz Creating package libretro-pcsx-rearmed-23p0 reading plist| checking dependencies| checking dependencies|emulators/libchdr checksumming| checksumming| | 0% checksumming|**** | 7% checksumming|********* | 14% checksumming|************* | 21% checksumming|***************** | 29% checksumming|********************** | 36% checksumming|************************** | 43% checksumming|******************************* | 50% checksumming|*********************************** | 57% checksumming|*************************************** | 64% checksumming|******************************************** | 71% checksumming|************************************************ | 79% checksumming|**************************************************** | 86% checksumming|********************************************************* | 93% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/libretro-pcsx-rearmed-23p0.tgz >>> Running clean in emulators/libretro-pcsx-rearmed at 1714024150.22 ===> emulators/libretro-pcsx-rearmed ===> Cleaning for libretro-pcsx-rearmed-23p0 >>> Ended at 1714024150.73 max_stuck=0.87/depends=4.28/show-prepare-results=0.88/junk=1.71/build=34.90/package=2.27/clean=0.55