Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2024 15:47:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 277869] games/eduke23: build failure for 20240316
Message-ID:  <bug-277869-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277869

            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):
=3D=3D=3D>  Building for eduke32-20240316
clang++: warning: argument unused during compilation: '-fuse-ld=3Dlld'
[-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 =3D (_Tp*)std::realloc(__owns ? __b.get() : 0, __new_c=
ap);
      |                      ^~~~~
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.

--=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-277869-7788>