[MacPorts] #70897: openssl3: fails to destroot due to cp errors when installing man docs.

MacPorts noreply at macports.org
Tue Sep 24 21:15:50 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.9.99
Resolution:                 |   Keywords:
      Port:                 |
----------------------------+--------------------

Comment (by christophecvr):

 Well further investigation showed it is a problem on my mac self with the
 cp command.
 I solved the issue by adapting the Makefile self after build is done. by :
 changing all cp commands of the install sections of docs from :


 {{{
 cp *****
 }}}

 to :


 {{{
 /opt/local/bin/gcp -afv ******
 }}}

 And yes all destroot and installs fine. very curious.

-- 
Ticket URL: <https://trac.macports.org/ticket/70897#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list