Date: Sun, 23 Jan 2022 10:41:36 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 261412] [exp-run] With llvm-unwind headers placed in /usr/include Message-ID: <bug-261412-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261412 Bug ID: 261412 Summary: [exp-run] With llvm-unwind headers placed in /usr/include Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Ports Framework Assignee: portmgr@FreeBSD.org Reporter: dim@FreeBSD.org CC: ports-bugs@FreeBSD.org As reported in bug 261397, we are currently missing unwind.h and related headers in /usr/include, so some programs can't find them. We do have these headers in /usr/include/c++/v1, as part of the libcxxrt and libc++ installation, but this does not seem to be a standard location. In https://reviews.freebsd.org/D34005 I have a patch that accomplishes two things: * It moves unwind headers to /usr/include * It uses the llvm-libunwind headers instead of the older libcxxrt ones Please perform an exp-run with this patch applied, making sure that the obsolete files are deleted (to get rid of the unwind headers in /usr/include/c++/v1). --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261412-7788>