Bugzilla Automation <bugzi...@freebsd.org> has asked freebsd-kde (group) <k...@freebsd.org> for maintainer-feedback: Bug 278377: devel/ninja: tuple_element.h' file not found https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278377
--- Description --- Updated ports tree (MAIN) There is a "tuple.h" in "/usr/include/c++/v1/__fwd" FreeBSD 13.3p1-RELEASE ===> 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 -Wextra -Wno-deprecated -Wno-missing-field-initializers -Wno-unused-parameter -fno-rtti -fno-exceptions -fvisibility=hidden -pipe '-DNINJA_PYTHON="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/configure.py ", line 470, in <module> objs += cxx('browse', order_only=built('browse_py.h')) File "/usr/home/john/FreeBSD/hiawatha/src/devel/ninja/work/ninja-1.11.1/configure.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/configure.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/configure.py ", line 194, in _run_command subprocess.check_call(cmdline, shell=True) 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-initializers -Wno-unused-parameter -fno-rtti -fno-exceptions -fvisibility=hidden -pipe '-DNINJA_PYTHON="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-zero exit status 1. *** Error code 1