[Bug 278377] devel/ninja: tuple_element.h' file not found

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 2 04:18:52 BST 2024


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278377

Jason E. Hale <jhale at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |jhale at FreeBSD.org

--- Comment #9 from Jason E. Hale <jhale at FreeBSD.org> ---
(In reply to John Darrah from comment #0)

> There is a "tuple.h" in "/usr/include/c++/v1/__fwd"
> FreeBSD 13.3p1-RELEASE

That's not the same thing, but that file should still be there. 

> /usr/include/c++/v1/__fwd/get.h:18:10: fatal error: '__tuple/tuple_element.h'
> file not found

On FreeBSD 13.3, /usr/include/c++/v1/__tuple is directory containing several
files including "tuple_element.h" [1] whereas on 13.2,
/usr/include/c++/v1/__tuple is a single file. [2] I suspect your libcxx
installation may have been corrupted when you upgraded from 13.2 to 13.3.

[1]
https://cgit.freebsd.org/src/tree/contrib/llvm-project/libcxx/include/__tuple?h=releng/13.3
[2]
https://cgit.freebsd.org/src/tree/contrib/llvm-project/libcxx/include/__tuple?h=releng/13.2

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list