Changes between Version 1 and Version 2 of Ticket #68236


Ignore:
Timestamp:
Sep 24, 2023, 2:00:12 PM (8 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You haven't told the cp command where you want it to copy the main.log file. For example, if you wanted to copy it to the Desktop, you could use:

cp -i $(port logfile msp430-gcc) ~/Desktop/

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68236 – Description

    v1 v2  
    1 Using sudo port install msp430-gcc this occurs
     1Using `sudo port install msp430-gcc` this occurs
     2{{{
    23--->  Building msp430-gcc
    34Error: Failed to build msp430-gcc: command execution failed
    45Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_cross_msp430-gcc/msp430-gcc/main.log for details.
    5 Error: Follow https://guide.macports.org/#project.tickets if you believe there
    6 is a bug.
     6Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
    77Error: Processing of port msp430-gcc failed
     8}}}
    89
    910When searching for the error:
     11{{{
    1012sudo cp /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_cross_msp430-gcc/msp430-gcc/main.log 
    1113usage: cp [-R [-H | -L | -P]] [-fi | -n] [-aclpsvXx] source_file target_file
    1214       cp [-R [-H | -L | -P]] [-fi | -n] [-aclpsvXx] source_file ... target_directory
     15}}}