Changes between Initial Version and Version 2 of Ticket #36597


Ignore:
Timestamp:
Oct 15, 2012, 11:06:14 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Could you attach the crash log from that segmentation fault? It should be in ~/Library/Logs/DiagnosticReports

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36597

    • Property Keywords pkg removed
    • Property Priority changed from High to Normal
  • Ticket #36597 – Description

    initial v2  
    33The command that fails is:
    44
    5 cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_mythtv-core.25/mythtv-core.25/work/destroot && /bin/pax -x /usr/bin/cpio -w -z . > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_mythtv-core.25/mythtv-core.25/work/mythtv-core.25-0.25.2-Fixes-20120918.pkg/Contents/Archive.pax.gz
     5{{{cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_mythtv-core.25/mythtv-core.25/work/destroot && /bin/pax -x /usr/bin/cpio -w -z . > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_mythtv-core.25/mythtv-core.25/work/mythtv-core.25-0.25.2-Fixes-20120918.pkg/Contents/Archive.pax.gz}}}
    66
    77The attached patch file simply uses 'cpio' as the parameter to -x option of pax rather than the calculated full path (ie /usr/bin/pax).  With just 'cpio' there is no segmentation fault.