[MacPorts] #72568: gcc14-libcxx fails to build because of missing v1 folder
MacPorts
noreply at macports.org
Mon Jun 2 23:26:15 UTC 2025
#72568: gcc14-libcxx fails to build because of missing v1 folder
-----------------------------+--------------------------
Reporter: programmingkidx | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: gcc14-libcxx
-----------------------------+--------------------------
When trying to install gcc14-libcxx I noticed it failed because it expects
a folder called v1 to be in a certain place on the hard drive. This folder
appears to be a llvm related folder full of c++ header files. I do think
expecting this v1 folder to be in the location is not the correct thing to
do. I suggest first checking that the v1 folder is in the expected
position and if it isn't then download the v1 folder from the server.
This is the line in the portfile that causes the problem:
{{{
file copy ${prefix}/libexec/llvm-${mp_clang_ver}/include/c++/v1
${worksrcpath}/headers/
}}}
I was able to find the v1 folder on my hard drive here:
/opt/local/libexec/llvm-3.3/lib/c++/v1. I then placed this path in place
of the first path of the copy command and was able to make this port
install.
My Info: \\
Mac OS 10.4.11 \\
Intel Core 2 Duo \\
4 GB RAM
--
Ticket URL: <https://trac.macports.org/ticket/72568>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list