[MacPorts] #70897: openssl3: fails to destroot due to cp errors when installing man docs.
MacPorts
noreply at macports.org
Wed Sep 25 06:34:14 UTC 2024
#70897: openssl3: fails to destroot due to cp errors when installing man docs.
----------------------------+---------------------
Reporter: christophecvr | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.10.99
Resolution: | Keywords:
Port: openssl3 |
----------------------------+---------------------
Comment (by christophecvr):
@jmroot
Also as info what also works is by just changing the cp command by all
those using the routine like mentioned above in the Makefile from :
{{{
cp $$i "$(DESTDIR)$(INSTALLTOP)/include/openssl/$$fn"; \
}}}
to :
{{{
/bin/cp $$i "$(DESTDIR)$(INSTALLTOP)/include/openssl/$$fn"; \
}}}
Also works. Install runs fine then.
--
Ticket URL: <https://trac.macports.org/ticket/70897#comment:8>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list