Changes between Version 2 and Version 3 of Ticket #62382


Ignore:
Timestamp:
Mar 4, 2021, 3:06:37 AM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Most users using sudo port pkg/mpkg/dmg/mdmg would not have encountered this issue because when you are making a pkg for distribution you should not do so in a MacPorts installation set to /opt/local prefix, and when you aren't using /opt/local prefix you won't get our precompiled binary archives.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62382

    • Property Keywords mpkg removed
  • Ticket #62382 – Description

    v2 v3  
    1 4 times I had to restart "sudo port mpkg iperf3" (once for each dependency), because of error message
    2 > Specified root path "/opt/local/var/macports/build/.../.../work/destroot" does not exist.
    3 It was simple enough to manually create the directory and restart with "sudo port mpkg iperf3" .
     14 times I had to restart `sudo port mpkg iperf3` (once for each dependency), because of error message
     2{{{
     3Specified root path "/opt/local/var/macports/build/.../.../work/destroot" does not exist.
     4}}}
     5It was simple enough to manually create the directory and restart with `sudo port mpkg iperf3`.
    46
    57The final result (after 4 mkdir and restart) looks good:
     8{{{
    69 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_iperf3/iperf3/work/mpkg_packages:
    710 macports    1590  3 Mar 16:22 iperf3-3.9-component.pkg
     
    1013 root        1591  3 Mar 16:22 zlib-1.2.11-component.pkg
    1114 root       15288  3 Mar 16:22 zlib-1.2.11.pkg
     15}}}
    1216
    13 "port mpkg" should automatically create appropriate "work/destroot" directories.
     17`port mpkg` should automatically create appropriate "work/destroot" directories.