* Package: media-sound/sexypsf-0.4.8:0 * Repository: gentoo * Maintainer: sound@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking sexypsf-0.4.8.tar.bz2 to /var/tmp/portage/media-sound/sexypsf-0.4.8/work >>> Source unpacked in /var/tmp/portage/media-sound/sexypsf-0.4.8/work >>> Preparing source in /var/tmp/portage/media-sound/sexypsf-0.4.8/work/sexypsf-0.4.8 ... * Applying sexypsf-0.4.8-Makefile.patch ... [ ok ] * Applying sexypsf-0.4.8-fno-common.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-sound/sexypsf-0.4.8/work/sexypsf-0.4.8 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/media-sound/sexypsf-0.4.8/work/sexypsf-0.4.8 ... make -j4 -C Linux make: Entering directory '/var/tmp/portage/media-sound/sexypsf-0.4.8/work/sexypsf-0.4.8/Linux' x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Winline -I. -I.. -D__LINUX__ -DPSS_STYLE=1 -c -o ../PsxBios.o ../PsxBios.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Winline -I. -I.. -D__LINUX__ -DPSS_STYLE=1 -c -o ../PsxCounters.o ../PsxCounters.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Winline -I. -I.. -D__LINUX__ -DPSS_STYLE=1 -c -o ../PsxDma.o ../PsxDma.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Winline -I. -I.. -D__LINUX__ -DPSS_STYLE=1 -c -o ../Spu.o ../Spu.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Winline -I. -I.. -D__LINUX__ -DPSS_STYLE=1 -c -o ../PsxHw.o ../PsxHw.c ../PsxBios.c: In function ‘bios_atoi’: ../PsxBios.c:272:14: warning: argument 1 null where non-null expected [-Wnonnull] 272 | v0 = atoi((char *)Ra0); | ^~~~ In file included from /usr/include/features.h:490, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:26, from ../PsxBios.c:19: /usr/include/stdlib.h:362:1: note: in a call to function ‘atoi’ declared ‘nonnull’ 362 | __NTH (atoi (const char *__nptr)) | ^~~~~ ../PsxBios.c: In function ‘bios_atol’: ../PsxBios.c:277:14: warning: argument 1 null where non-null expected [-Wnonnull] 277 | v0 = atoi((char *)Ra0); | ^~~~ /usr/include/stdlib.h:362:1: note: in a call to function ‘atoi’ declared ‘nonnull’ 362 | __NTH (atoi (const char *__nptr)) | ^~~~~ ../PsxBios.c: In function ‘bios_strcat’: ../PsxBios.c:318:24: warning: the comparison will always evaluate as ‘true’ for the pointer operand in ‘*(psxMemLUT + (sizetype)((long unsigned int)(src >> 16) * 8)) + ((sizetype)src & 65535)’ must not be NULL [-Waddress] 318 | if(PSXM(dest) && PSXM(src)) | ^~ ../PsxBios.c: In function ‘bios_strncat’: ../PsxBios.c:342:24: warning: the comparison will always evaluate as ‘true’ for the pointer operand in ‘*(psxMemLUT + (sizetype)((long unsigned int)(src >> 16) * 8)) + ((sizetype)src & 65535)’ must not be NULL [-Waddress] 342 | if(PSXM(dest) && PSXM(src)) | ^~ ../PsxBios.c: In function ‘bios_strcmp’: ../PsxBios.c:356:14: warning: argument 1 null where non-null expected [-Wnonnull] 356 | v0 = strcmp(Ra0, Ra1); | ^~~~~~ In file included from ../PsxBios.c:21: /usr/include/string.h:156:12: note: in a call to function ‘strcmp’ declared ‘nonnull’ 156 | extern int strcmp (const char *__s1, const char *__s2) | ^~~~~~ ../PsxBios.c:356:14: warning: argument 2 null where non-null expected [-Wnonnull] 356 | v0 = strcmp(Ra0, Ra1); | ^~~~~~ /usr/include/string.h:156:12: note: in a call to function ‘strcmp’ declared ‘nonnull’ 156 | extern int strcmp (const char *__s1, const char *__s2) | ^~~~~~ ../PsxBios.c: In function ‘bios_strncmp’: ../PsxBios.c:376:13: warning: the comparison will always evaluate as ‘true’ for the pointer operand in ‘*(psxMemLUT + (sizetype)((long unsigned int)(string1 >> 16) * 8)) + ((sizetype)string1 & 65535)’ must not be NULL [-Waddress] 376 | if(!PSXM(string1) || !PSXM(string2)) break; | ^ ../PsxBios.c:376:31: warning: the comparison will always evaluate as ‘true’ for the pointer operand in ‘*(psxMemLUT + (sizetype)((long unsigned int)(string2 >> 16) * 8)) + ((sizetype)string2 & 65535)’ must not be NULL [-Waddress] 376 | if(!PSXM(string1) || !PSXM(string2)) break; | ^ ../PsxBios.c: In function ‘bios_strpbrk’: ../PsxBios.c:479:23: warning: argument 2 null where non-null expected [-Wnonnull] 479 | char *pcRet = strpbrk(pcA0, (char *)Ra1); | ^~~~~~~ /usr/include/string.h:323:14: note: in a call to function ‘strpbrk’ declared ‘nonnull’ 323 | extern char *strpbrk (const char *__s, const char *__accept) | ^~~~~~~ ../PsxBios.c: In function ‘bios_strspn’: ../PsxBios.c:487:35: warning: argument 1 null where non-null expected [-Wnonnull] 487 | static void bios_strspn() { v0 = strspn ((char *)Ra0, (char *)Ra1); pc0 = ra;}/*21*/ | ^~~~~~ /usr/include/string.h:297:15: note: in a call to function ‘strspn’ declared ‘nonnull’ 297 | extern size_t strspn (const char *__s, const char *__accept) | ^~~~~~ ../PsxBios.c:487:35: warning: argument 2 null where non-null expected [-Wnonnull] 487 | static void bios_strspn() { v0 = strspn ((char *)Ra0, (char *)Ra1); pc0 = ra;}/*21*/ | ^~~~~~ /usr/include/string.h:297:15: note: in a call to function ‘strspn’ declared ‘nonnull’ 297 | extern size_t strspn (const char *__s, const char *__accept) | ^~~~~~ ../PsxBios.c: In function ‘bios_strcspn’: ../PsxBios.c:488:35: warning: argument 1 null where non-null expected [-Wnonnull] 488 | static void bios_strcspn() { v0 = strcspn((char *)Ra0, (char *)Ra1); pc0 = ra;}/*22*/ | ^~~~~~~ /usr/include/string.h:293:15: note: in a call to function ‘strcspn’ declared ‘nonnull’ 293 | extern size_t strcspn (const char *__s, const char *__reject) | ^~~~~~~ ../PsxBios.c:488:35: warning: argument 2 null where non-null expected [-Wnonnull] 488 | static void bios_strcspn() { v0 = strcspn((char *)Ra0, (char *)Ra1); pc0 = ra;}/*22*/ | ^~~~~~~ /usr/include/string.h:293:15: note: in a call to function ‘strcspn’ declared ‘nonnull’ 293 | extern size_t strcspn (const char *__s, const char *__reject) | ^~~~~~~ ../PsxBios.c: In function ‘bios_strstr’: ../PsxBios.c:504:23: warning: argument 2 null where non-null expected [-Wnonnull] 504 | char *pcRet = strstr(pcA0, (char *)Ra1); | ^~~~~~ /usr/include/string.h:350:14: note: in a call to function ‘strstr’ declared ‘nonnull’ 350 | extern char *strstr (const char *__haystack, const char *__needle) | ^~~~~~ ../PsxBios.c: In function ‘bios_bcmp’: ../PsxBios.c:549:34: warning: argument 1 null where non-null expected [-Wnonnull] 549 | static void bios_bcmp() {v0 = memcmp(Ra0,Ra1,a2); pc0=ra; } | ^~~~~~ /usr/include/string.h:64:12: note: in a call to function ‘memcmp’ declared ‘nonnull’ 64 | extern int memcmp (const void *__s1, const void *__s2, size_t __n) | ^~~~~~ ../PsxBios.c:549:34: warning: argument 2 null where non-null expected [-Wnonnull] 549 | static void bios_bcmp() {v0 = memcmp(Ra0,Ra1,a2); pc0=ra; } | ^~~~~~ /usr/include/string.h:64:12: note: in a call to function ‘memcmp’ declared ‘nonnull’ 64 | extern int memcmp (const void *__s1, const void *__s2, size_t __n) | ^~~~~~ ../PsxBios.c: In function ‘bios_memcmp’: ../PsxBios.c:589:7: warning: argument 1 null where non-null expected [-Wnonnull] 589 | v0 = memcmp(Ra0, Ra1, a2); | ^~~~~~ /usr/include/string.h:64:12: note: in a call to function ‘memcmp’ declared ‘nonnull’ 64 | extern int memcmp (const void *__s1, const void *__s2, size_t __n) | ^~~~~~ ../PsxBios.c:589:7: warning: argument 2 null where non-null expected [-Wnonnull] 589 | v0 = memcmp(Ra0, Ra1, a2); | ^~~~~~ /usr/include/string.h:64:12: note: in a call to function ‘memcmp’ declared ‘nonnull’ 64 | extern int memcmp (const void *__s1, const void *__s2, size_t __n) | ^~~~~~ ../PsxBios.c: In function ‘bios_memchr’: ../PsxBios.c:594:21: warning: argument 1 null where non-null expected [-Wnonnull] 594 | void *ret = memchr(Ra0, a1, a2); | ^~~~~~ /usr/include/string.h:107:14: note: in a call to function ‘memchr’ declared ‘nonnull’ 107 | extern void *memchr (const void *__s, int __c, size_t __n) | ^~~~~~ ../PsxBios.c: In function ‘psxBiosInit’: ../PsxBios.c:1248:16: warning: pointer targets in passing argument 1 of ‘strcpy’ differ in signedness [-Wpointer-sign] 1248 | strcpy(&psxM[0x248], "bu"); | ^~~~~~~~~~~~ | | | s8 * {aka signed char *} /usr/include/bits/string_fortified.h:77:1: note: expected ‘char * restrict’ but argument is of type ‘s8 *’ {aka ‘signed char *’} 77 | __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Winline -I. -I.. -D__LINUX__ -DPSS_STYLE=1 -c -o ../PsxMem.o ../PsxMem.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Winline -I. -I.. -D__LINUX__ -DPSS_STYLE=1 -c -o ../Misc.o ../Misc.c ../PsxMem.c: In function ‘psxMemInit’: ../PsxMem.c:68:14: warning: pointer targets in assignment from ‘char *’ to ‘s8 *’ {aka ‘signed char *’} differ in signedness [-Wpointer-sign] 68 | psxM = (char*)malloc(0x00200000); | ^ ../PsxMem.c:69:14: warning: pointer targets in assignment from ‘char *’ to ‘s8 *’ {aka ‘signed char *’} differ in signedness [-Wpointer-sign] 69 | psxP = (char*)malloc(0x00010000); | ^ ../PsxMem.c:70:14: warning: pointer targets in assignment from ‘char *’ to ‘s8 *’ {aka ‘signed char *’} differ in signedness [-Wpointer-sign] 70 | psxH = (char*)malloc(0x00010000); | ^ ../PsxMem.c:71:14: warning: pointer targets in assignment from ‘char *’ to ‘s8 *’ {aka ‘signed char *’} differ in signedness [-Wpointer-sign] 71 | psxR = (char*)malloc(0x00080000); | ^ ../PsxMem.c:76:54: warning: pointer targets in assignment from ‘s8 *’ {aka ‘signed char *’} to ‘char *’ differ in signedness [-Wpointer-sign] 76 | for (i=0; i<0x80; i++) psxMemLUT[i + 0x0000] = &psxM[(i & 0x1f) << 16]; | ^ ../PsxMem.c:81:56: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 81 | for (i=0; i<0x01; i++) psxMemLUT[i + 0x1f00] = (u32)&psxP[i << 16]; | ^ ../PsxMem.c:81:54: warning: assignment to ‘char *’ from ‘unsigned int’ makes pointer from integer without a cast [-Wint-conversion] 81 | for (i=0; i<0x01; i++) psxMemLUT[i + 0x1f00] = (u32)&psxP[i << 16]; | ^ ../PsxMem.c:83:56: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 83 | for (i=0; i<0x01; i++) psxMemLUT[i + 0x1f80] = (u32)&psxH[i << 16]; | ^ ../PsxMem.c:83:54: warning: assignment to ‘char *’ from ‘unsigned int’ makes pointer from integer without a cast [-Wint-conversion] 83 | for (i=0; i<0x01; i++) psxMemLUT[i + 0x1f80] = (u32)&psxH[i << 16]; | ^ ../PsxMem.c:85:56: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 85 | for (i=0; i<0x08; i++) psxMemLUT[i + 0xbfc0] = (u32)&psxR[i << 16]; | ^ ../PsxMem.c:85:54: warning: assignment to ‘char *’ from ‘unsigned int’ makes pointer from integer without a cast [-Wint-conversion] 85 | for (i=0; i<0x08; i++) psxMemLUT[i + 0xbfc0] = (u32)&psxR[i << 16]; | ^ ../PsxMem.c: In function ‘psxMemWrite32’: ../PsxMem.c:231:94: warning: pointer targets in assignment from ‘s8 *’ {aka ‘signed char *’} to ‘char *’ differ in signedness [-Wpointer-sign] 231 | for (i=0; i<0x80; i++) psxMemLUT[i + 0x0000] = &psxM[(i & 0x1f) << 16]; | ^ ../Misc.c: In function ‘LoadPSF’: ../Misc.c:269:21: warning: pointer targets in passing argument 1 of ‘uncompress’ differ in signedness [-Wpointer-sign] 269 | uncompress(out,&outlen,in,complen); | ^~~ | | | char * In file included from /usr/include/zlib.h:34, from ../PsxCommon.h:38, from ../Misc.c:24: /usr/include/zlib.h:1267:32: note: expected ‘Bytef *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ 1267 | ZEXTERN int ZEXPORT uncompress _Z_OF((Bytef *dest, uLongf *destLen, | ^~~~~ ../Misc.c:269:33: warning: pointer targets in passing argument 3 of ‘uncompress’ differ in signedness [-Wpointer-sign] 269 | uncompress(out,&outlen,in,complen); | ^~ | | | char * /usr/include/zlib.h:1267:32: note: expected ‘const Bytef *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’ 1267 | ZEXTERN int ZEXPORT uncompress _Z_OF((Bytef *dest, uLongf *destLen, | ^~~~~ ../Misc.c:244:9: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 244 | fread(head,1,4,fp); | ^~~~~~~~~~~~~~~~~~ ../Misc.c:252:9: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 252 | fread(&reserved,1,4,fp); | ^~~~~~~~~~~~~~~~~~~~~~~ ../Misc.c:253:9: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 253 | fread(&complen,1,4,fp); | ^~~~~~~~~~~~~~~~~~~~~~ ../Misc.c:256:9: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 256 | fread(&crc32,1,4,fp); | ^~~~~~~~~~~~~~~~~~~~ ../Misc.c:267:10: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 267 | fread(in,1,complen,fp); | ^~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Winline -I. -I.. -D__LINUX__ -DPSS_STYLE=1 -c -o ../R3000A.o ../R3000A.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Winline -I. -I.. -D__LINUX__ -DPSS_STYLE=1 -c -o ../PsxInterpreter.o ../PsxInterpreter.c ../Misc.c:353:10: warning: ‘tmpHead.t_addr’ may be used uninitialized [-Wmaybe-uninitialized] 353 | LoadPSXMem(BFLIP32(tmpHead.t_addr),BFLIP32(tmpHead.t_size),out+0x800); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../Misc.c:228:20: note: ‘tmpHead.t_addr’ was declared here 228 | EXE_HEADER tmpHead; | ^~~~~~~ ../Misc.c:353:10: warning: ‘tmpHead.t_size’ may be used uninitialized [-Wmaybe-uninitialized] 353 | LoadPSXMem(BFLIP32(tmpHead.t_addr),BFLIP32(tmpHead.t_size),out+0x800); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../Misc.c:228:20: note: ‘tmpHead.t_size’ was declared here 228 | EXE_HEADER tmpHead; | ^~~~~~~ x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Winline -I. -I.. -D__LINUX__ -DPSS_STYLE=1 -c -o ../PsxHLE.o ../PsxHLE.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Winline -I. -I.. -D__LINUX__ -DPSS_STYLE=1 -c -o ../spu/spu.o ../spu/spu.c In file included from ../spu/spu.c:133: ../spu/reverb.c: In function ‘s_buffer1’: ../spu/reverb.c:84:2: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 84 | if(iVal<-32768L) iVal=-32768L;if(iVal>32767L) iVal=32767L; | ^~ ../spu/reverb.c:84:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 84 | if(iVal<-32768L) iVal=-32768L;if(iVal>32767L) iVal=32767L; | ^~ ../spu/spu.c: In function ‘SPUasync’: ../spu/spu.c:478:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 478 | if(sl>32767) sl=32767; if(sl<-32767) sl=-32767; | ^~ ../spu/spu.c:478:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 478 | if(sl>32767) sl=32767; if(sl<-32767) sl=-32767; | ^~ ../spu/spu.c:479:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 479 | if(sr>32767) sr=32767; if(sr<-32767) sr=-32767; | ^~ ../spu/spu.c:479:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 479 | if(sr>32767) sr=32767; if(sr<-32767) sr=-32767; | ^~ x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Winline -I. -I.. -D__LINUX__ -DPSS_STYLE=1 -c -o oss.o oss.c oss.c: In function ‘SetupSound’: oss.c:70:6: warning: unused variable ‘myfrag’ [-Wunused-variable] 70 | int myfrag; | ^~~~~~ oss.c:69:6: warning: unused variable ‘fragsize’ [-Wunused-variable] 69 | int fragsize = 0; | ^~~~~~~~ oss.c: In function ‘sexyd_update’: oss.c:170:20: error: implicit declaration of function ‘sexy_stop’ [-Werror=implicit-function-declaration] 170 | if(buf[0]=='q') sexy_stop(); | ^~~~~~~~~ oss.c:160:2: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 160 | write(oss_audio_fd,pSound,lBytes); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ oss.c:169:4: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 169 | fgets(buf,256,stdin); | ^~~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make: *** [: oss.o] Error 1 make: *** Waiting for unfinished jobs.... ../PsxInterpreter.c: In function ‘psxBGTZ’: ../PsxInterpreter.c:282:20: warning: inlining failed in call to ‘doBranch’: --param max-inline-insns-single limit reached [-Winline] 282 | static INLINE void doBranch(u32 tar) { | ^~~~~~~~ ../PsxInterpreter.c:390:53: note: called from here 390 | #define RepZBranchi32(op) if(_i32(_rRs_) op 0) doBranch(_BranchTarget_); | ^~~~~~~~~~~~~~~~~~~~~~~~ ../PsxInterpreter.c:395:27: note: in expansion of macro ‘RepZBranchi32’ 395 | static void psxBGTZ() { RepZBranchi32(>) } // Branch if Rs > 0 | ^~~~~~~~~~~~~ ../PsxInterpreter.c: In function ‘psxBLEZ’: ../PsxInterpreter.c:282:20: warning: inlining failed in call to ‘doBranch’: --param max-inline-insns-single limit reached [-Winline] 282 | static INLINE void doBranch(u32 tar) { | ^~~~~~~~ ../PsxInterpreter.c:390:53: note: called from here 390 | #define RepZBranchi32(op) if(_i32(_rRs_) op 0) doBranch(_BranchTarget_); | ^~~~~~~~~~~~~~~~~~~~~~~~ ../PsxInterpreter.c:396:27: note: in expansion of macro ‘RepZBranchi32’ 396 | static void psxBLEZ() { RepZBranchi32(<=) } // Branch if Rs <= 0 | ^~~~~~~~~~~~~ ../PsxInterpreter.c: In function ‘psxBNE’: ../PsxInterpreter.c:282:20: warning: inlining failed in call to ‘doBranch’: --param max-inline-insns-single limit reached [-Winline] 282 | static INLINE void doBranch(u32 tar) { | ^~~~~~~~ ../PsxInterpreter.c:458:64: note: called from here 458 | fine RepBranchi32(op) if(_i32(_rRs_) op _i32(_rRt_)) { doBranch(_BranchTarget_); } | ^~~~~~~~~~~~~~~~~~~~~~~~ ../PsxInterpreter.c:461:25: note: in expansion of macro ‘RepBranchi32’ 461 | static void psxBNE() { RepBranchi32(!=) } // Branch if Rs != Rt | ^~~~~~~~~~~~ ../PsxInterpreter.c: In function ‘psxBEQ’: ../PsxInterpreter.c:282:20: warning: inlining failed in call to ‘doBranch’: --param max-inline-insns-single limit reached [-Winline] 282 | static INLINE void doBranch(u32 tar) { | ^~~~~~~~ ../PsxInterpreter.c:458:64: note: called from here 458 | fine RepBranchi32(op) if(_i32(_rRs_) op _i32(_rRt_)) { doBranch(_BranchTarget_); } | ^~~~~~~~~~~~~~~~~~~~~~~~ ../PsxInterpreter.c:460:25: note: in expansion of macro ‘RepBranchi32’ 460 | static void psxBEQ() { RepBranchi32(==) } // Branch if Rs == Rt | ^~~~~~~~~~~~ ../PsxInterpreter.c: In function ‘psxJAL’: ../PsxInterpreter.c:282:20: warning: inlining failed in call to ‘doBranch’: --param max-inline-insns-single limit reached [-Winline] 282 | static INLINE void doBranch(u32 tar) { | ^~~~~~~~ ../PsxInterpreter.c:468:39: note: called from here 468 | static void psxJAL() { _SetLink(31); doBranch(_JumpTarget_); } | ^~~~~~~~~~~~~~~~~~~~~~ ../PsxInterpreter.c: In function ‘psxJ’: ../PsxInterpreter.c:282:20: warning: inlining failed in call to ‘doBranch’: --param max-inline-insns-single limit reached [-Winline] 282 | static INLINE void doBranch(u32 tar) { | ^~~~~~~~ ../PsxInterpreter.c:467:24: note: called from here 467 | static void psxJ() { doBranch(_JumpTarget_); } | ^~~~~~~~~~~~~~~~~~~~~~ ../PsxInterpreter.c: In function ‘psxBGEZAL’: ../PsxInterpreter.c:282:20: warning: inlining failed in call to ‘doBranch’: --param max-inline-insns-single limit reached [-Winline] 282 | static INLINE void doBranch(u32 tar) { | ^~~~~~~~ ../PsxInterpreter.c:391:69: note: called from here 391 | RepZBranchLinki32(op) if(_i32(_rRs_) op 0) { _SetLink(31); doBranch(_BranchTarget_); } | ^~~~~~~~~~~~~~~~~~~~~~~~ ../PsxInterpreter.c:394:27: note: in expansion of macro ‘RepZBranchLinki32’ 394 | static void psxBGEZAL() { RepZBranchLinki32(>=) } // Branch if Rs >= 0 and link | ^~~~~~~~~~~~~~~~~ ../PsxInterpreter.c: In function ‘psxBLTZAL’: ../PsxInterpreter.c:282:20: warning: inlining failed in call to ‘doBranch’: --param max-inline-insns-single limit reached [-Winline] 282 | static INLINE void doBranch(u32 tar) { | ^~~~~~~~ ../PsxInterpreter.c:391:69: note: called from here 391 | RepZBranchLinki32(op) if(_i32(_rRs_) op 0) { _SetLink(31); doBranch(_BranchTarget_); } | ^~~~~~~~~~~~~~~~~~~~~~~~ ../PsxInterpreter.c:398:27: note: in expansion of macro ‘RepZBranchLinki32’ 398 | static void psxBLTZAL() { RepZBranchLinki32(<) } // Branch if Rs < 0 and link | ^~~~~~~~~~~~~~~~~ ../PsxInterpreter.c: In function ‘psxBGEZ’: ../PsxInterpreter.c:282:20: warning: inlining failed in call to ‘doBranch’: --param max-inline-insns-single limit reached [-Winline] 282 | static INLINE void doBranch(u32 tar) { | ^~~~~~~~ ../PsxInterpreter.c:390:53: note: called from here 390 | #define RepZBranchi32(op) if(_i32(_rRs_) op 0) doBranch(_BranchTarget_); | ^~~~~~~~~~~~~~~~~~~~~~~~ ../PsxInterpreter.c:393:27: note: in expansion of macro ‘RepZBranchi32’ 393 | static void psxBGEZ() { RepZBranchi32(>=) } // Branch if Rs >= 0 | ^~~~~~~~~~~~~ ../PsxInterpreter.c: In function ‘psxBLTZ’: ../PsxInterpreter.c:282:20: warning: inlining failed in call to ‘doBranch’: --param max-inline-insns-single limit reached [-Winline] 282 | static INLINE void doBranch(u32 tar) { | ^~~~~~~~ ../PsxInterpreter.c:390:53: note: called from here 390 | #define RepZBranchi32(op) if(_i32(_rRs_) op 0) doBranch(_BranchTarget_); | ^~~~~~~~~~~~~~~~~~~~~~~~ ../PsxInterpreter.c:397:27: note: in expansion of macro ‘RepZBranchi32’ 397 | static void psxBLTZ() { RepZBranchi32(<) } // Branch if Rs < 0 | ^~~~~~~~~~~~~ ../PsxInterpreter.c: In function ‘psxJALR’: ../PsxInterpreter.c:282:20: warning: inlining failed in call to ‘doBranch’: --param max-inline-insns-single limit reached [-Winline] 282 | static INLINE void doBranch(u32 tar) { | ^~~~~~~~ ../PsxInterpreter.c:475:55: note: called from here 475 | static void psxJALR() { if (_Rd_) { _SetLink(_Rd_); } doBranch(_u32(_rRs_)); } | ^~~~~~~~~~~~~~~~~~~~~ ../PsxInterpreter.c: In function ‘psxJR’: ../PsxInterpreter.c:282:20: warning: inlining failed in call to ‘doBranch’: --param max-inline-insns-single limit reached [-Winline] 282 | static INLINE void doBranch(u32 tar) { | ^~~~~~~~ ../PsxInterpreter.c:474:41: note: called from here 474 | static void psxJR() { doBranch(_u32(_rRs_)); } | ^~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/var/tmp/portage/media-sound/sexypsf-0.4.8/work/sexypsf-0.4.8/Linux' * ERROR: media-sound/sexypsf-0.4.8::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-sound/sexypsf-0.4.8::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-sound/sexypsf-0.4.8::gentoo'`. * The complete build log is located at '/var/log/portage/media-sound:sexypsf-0.4.8:20221006-062632.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-sound/sexypsf-0.4.8/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-sound/sexypsf-0.4.8/temp/environment'. * Working directory: '/var/tmp/portage/media-sound/sexypsf-0.4.8/work/sexypsf-0.4.8' * S: '/var/tmp/portage/media-sound/sexypsf-0.4.8/work/sexypsf-0.4.8'