Date: Mon, 15 Apr 2024 11:50:54 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 278377] devel/ninja: tuple_element.h' file not found Message-ID: <bug-278377-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278377 Bug ID: 278377 Summary: devel/ninja: tuple_element.h' file not found Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kde@FreeBSD.org Reporter: johntdarrah@gmail.com Flags: maintainer-feedback?(kde@FreeBSD.org) Assignee: kde@FreeBSD.org Updated ports tree (MAIN) There is a "tuple.h" in "/usr/include/c++/v1/__fwd" FreeBSD 13.3p1-RELEASE =3D=3D=3D> Building for ninja-1.11.1,2 bootstrapping ninja... In file included from ./src/browse.cc:21: In file included from /usr/include/c++/v1/vector:304: In file included from /usr/include/c++/v1/__algorithm/copy.h:12: In file included from /usr/include/c++/v1/__algorithm/copy_move_common.h:14: In file included from /usr/include/c++/v1/__algorithm/unwrap_range.h:19: In file included from /usr/include/c++/v1/__utility/pair.h:17: /usr/include/c++/v1/__fwd/get.h:18:10: fatal error: '__tuple/tuple_element.= h' file not found 18 | #include <__tuple/tuple_element.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. when running: c++ -MMD -MT build/browse.o -MF build/browse.o.d -Wall -Wext= ra -Wno-deprecated -Wno-missing-field-initializers -Wno-unused-parameter -fno-= rtti -fno-exceptions -fvisibility=3Dhidden -pipe '-DNINJA_PYTHON=3D"python3.9"' = -O2 -DNDEBUG -fdiagnostics-color -I/usr/local/include -DUSE_PPOLL -DNINJA_HAVE_BROWSE -I. -O2 -pipe -fno-strict-aliasing -c ./src/browse.cc= -o build/browse.o Traceback (most recent call last): File "/usr/home/john/FreeBSD/hiawatha/src/devel/ninja/work/ninja-1.11.1/configur= e.py", line 470, in <module> objs +=3D cxx('browse', order_only=3Dbuilt('browse_py.h')) File "/usr/home/john/FreeBSD/hiawatha/src/devel/ninja/work/ninja-1.11.1/configur= e.py", line 287, in cxx return n.build(built(name + objext), 'cxx', src(name + '.cc'), **kwargs) File "/usr/home/john/FreeBSD/hiawatha/src/devel/ninja/work/ninja-1.11.1/configur= e.py", line 169, in build self._run_command(self._expand(cmd, local_vars)) File "/usr/home/john/FreeBSD/hiawatha/src/devel/ninja/work/ninja-1.11.1/configur= e.py", line 194, in _run_command subprocess.check_call(cmdline, shell=3DTrue) File "/usr/local/lib/python3.9/subprocess.py", line 373, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'c++ -MMD -MT build/browse.o -MF build/browse.o.d -Wall -Wextra -Wno-deprecated -Wno-missing-field-initializ= ers -Wno-unused-parameter -fno-rtti -fno-exceptions -fvisibility=3Dhidden -pipe '-DNINJA_PYTHON=3D"python3.9"' -O2 -DNDEBUG -fdiagnostics-color -I/usr/local/include -DUSE_PPOLL -DNINJA_HAVE_BROWSE -I. -O2 -pipe -fno-strict-aliasing -c ./src/browse.cc -o build/browse.o' returned non-z= ero exit status 1. *** Error code 1 --=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-278377-7788>