[MacPorts] #68503: Some files installed into wrong folder
MacPorts
noreply at macports.org
Wed Oct 18 18:17:09 UTC 2023
#68503: Some files installed into wrong folder
---------------------------+-------------------------
Reporter: nskillen | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Keywords: sonoma x86_64 | Port: libutf8proc
---------------------------+-------------------------
The install of libutf8proc on MacOS Sonoma drops some of the files in the
wrong place, `/usr/local` instead of `/opt/local`:
{{{
/opt/local/include > port contents libutf8proc
Port libutf8proc contains:
/opt/local/share/doc/libutf8proc/LICENSE.md
/opt/local/share/doc/libutf8proc/NEWS.md
/opt/local/share/doc/libutf8proc/README.md
/usr/local/include/utf8proc.h
/usr/local/lib/libutf8proc.2.dylib
/usr/local/lib/libutf8proc.a
/usr/local/lib/libutf8proc.dylib
/usr/local/lib/pkgconfig/libutf8proc.pc
}}}
When I look at the files lists for the package on
https://ports.macports.org/port/libutf8proc/details/ for all MacOS
versions up to and including Ventura, they all put all files in
`/opt/local`
No errors are reported during the build, but it's affecting at least one
dependent port, tmux, relevant lines from config.log:
{{{
| #include <utf8proc.h>
configure:6451: result: no
configure:6451: checking for utf8proc.h
configure:6451: result: no
configure:6524: error: "utf8proc not found"
}}}
--
Ticket URL: <https://trac.macports.org/ticket/68503>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list