Date: Sun, 06 Aug 2023 17:21:25 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 272983] games/NBlood: build failure Message-ID: <bug-272983-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272983 Bug ID: 272983 Summary: games/NBlood: build failure Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: pkubaj@FreeBSD.org Reporter: discipline@tiscali.it Assignee: pkubaj@FreeBSD.org Flags: maintainer-feedback?(pkubaj@FreeBSD.org) I'm trying to upgrade games/NBlood after the recent update to r13668 but I'm getting the following error: In file included from source/build/src/osd.cpp:17: /usr/local/include/xxhash.h:1592:47: error: unknown type name 'XXH_NOESCAPE' XXH_PUBLIC_API XXH_PUREF XXH128_hash_t XXH128(XXH_NOESCAPE const void* data, size_t len, XXH64_hash_t seed); ^ /usr/local/include/xxhash.h:1649:50: error: unknown type name 'XXH_NOESCAPE' XXH_PUBLIC_API XXH_errorcode XXH3_generateSecret(XXH_NOESCAPE void* secretBuffer, size_t secretSize, XXH_NOESCAPE const void* customSeed, size_t customSeedSize); ^ /usr/local/include/xxhash.h:1649:102: error: unknown type name 'XXH_NOESCAP= E' XXH_PUBLIC_API XXH_errorcode XXH3_generateSecret(XXH_NOESCAPE void* secretBuffer, size_t secretSize, XXH_NOESCAPE const void* customSeed, size_t customSeedSize); =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 ^ /usr/local/include/xxhash.h:1688:50: error: unknown type name 'XXH_NOESCAPE' XXH_PUBLIC_API void XXH3_generateSecret_fromSeed(XXH_NOESCAPE void* secretBuffer, XXH64_hash_t seed); ^ /usr/local/include/xxhash.h:1717:31: error: unknown type name 'XXH_NOESCAPE' XXH3_64bits_withSecretandSeed(XXH_NOESCAPE const void* data, size_t len, ^ /usr/local/include/xxhash.h:1718:31: error: unknown type name 'XXH_NOESCAPE' XXH_NOESCAPE const void* secret, size_t secretSize, ^ /usr/local/include/xxhash.h:1722:32: error: unknown type name 'XXH_NOESCAPE' XXH3_128bits_withSecretandSeed(XXH_NOESCAPE const void* input, size_t lengt= h, ^ /usr/local/include/xxhash.h:1723:32: error: unknown type name 'XXH_NOESCAPE' XXH_NOESCAPE const void* secret, size_t secretSize, ^ /usr/local/include/xxhash.h:1728:37: error: unknown type name 'XXH_NOESCAPE' XXH3_64bits_reset_withSecretandSeed(XXH_NOESCAPE XXH3_state_t* statePtr, ^ /usr/local/include/xxhash.h:1728:62: error: expected ')' XXH3_64bits_reset_withSecretandSeed(XXH_NOESCAPE XXH3_state_t* statePtr, ^ /usr/local/include/xxhash.h:1728:36: note: to match this '(' XXH3_64bits_reset_withSecretandSeed(XXH_NOESCAPE XXH3_state_t* statePtr, ^ /usr/local/include/xxhash.h:1733:38: error: unknown type name 'XXH_NOESCAPE' XXH3_128bits_reset_withSecretandSeed(XXH_NOESCAPE XXH3_state_t* statePtr, ^ /usr/local/include/xxhash.h:1733:63: error: expected ')' XXH3_128bits_reset_withSecretandSeed(XXH_NOESCAPE XXH3_state_t* statePtr, ^ /usr/local/include/xxhash.h:1733:37: note: to match this '(' XXH3_128bits_reset_withSecretandSeed(XXH_NOESCAPE XXH3_state_t* statePtr, ^ 12 errors generated. Failed building obj/build/osd.o from source/build/src/osd.cpp! gmake[1]: *** [GNUmakefile:1445: obj/build/osd.o] Error 1 gmake[1]: Leaving directory '/usr/ports/games/NBlood/work/NBlood-r13668' *** Error code 1 Stop. make: stopped in /usr/ports/games/NBlood --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272983-7788>