[Bug 277869] games/eduke23: build failure for 20240316
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277869] games/eduke23: build failure for 20240316"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277869] games/eduke23: build failure for 20240316"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277869] games/eduke32: build failure for 20240316"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277869] games/eduke32: build failure for 20240316"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277869] games/eduke32: build failure for 20240316"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277869] games/eduke32: build failure for 20240316"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277869] games/eduke32: build failure for 20240316"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277869] games/eduke32: build failure for 20240316"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277869] games/eduke32: build failure for 20240316"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277869] games/eduke32: build failure for 20240316"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277869] games/eduke32: build failure for 20240316"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277869] games/eduke32: build failure for 20240316"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277869] games/eduke32: build failure for 20240316"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277869] games/eduke32: build failure for 20240316"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277869] games/eduke32: build failure for 20240316"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277869] games/eduke32: build failure for 20240316"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277869] games/eduke32: build failure for 20240316"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Mar 2024 15:47:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277869
Bug ID: 277869
Summary: games/eduke23: build failure for 20240316
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: discipline@tiscali.it
Trying to build the port I'm receiving the following error (on amd64 -
13.3-STABLE):
===> Building for eduke32-20240316
clang++: warning: argument unused during compilation: '-fuse-ld=lld'
[-Wunused-command-line-argument]
In file included from source/duke3d/src/anim.cpp:23:
In file included from source/build/include/baselayer.h:10:
In file included from source/build/include/compat.h:481:
In file included from /usr/include/c++/v1/functional:526:
In file included from
/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
/usr/include/c++/v1/locale:2822:22: error: no member named 'mi_realloc' in
namespace 'std'; did you mean simply 'mi_realloc'?
2822 | _Tp* __t = (_Tp*)std::realloc(__owns ? __b.get() : 0, __new_cap);
| ^~~~~
source/mimalloc/include/mimalloc.h:111:40: note: 'mi_realloc' declared here
111 | mi_decl_nodiscard mi_decl_export void* mi_realloc(void* p, size_t
newsize) mi_attr_noexcept mi_attr_alloc_size(2);
| ^
1 error generated.
Failed building obj/duke3d/anim.o from source/duke3d/src/anim.cpp!
gmake: *** [GNUmakefile:901: obj/duke3d/anim.o] Error 1
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/games/eduke32
*** Error code 1
Stop.
make: stopped in /usr/ports/games/eduke32
This looks like the same exact error I've reported in bug #277209 about
games/NBlood.
--
You are receiving this mail because:
You are the assignee for the bug.