[MacPorts] #68236: I can't install msp430-gcc
MacPorts
noreply at macports.org
Sun Sep 24 14:00:13 UTC 2023
#68236: I can't install msp430-gcc
-------------------------+--------------------
Reporter: eliadebeni | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: msp430-gcc |
-------------------------+--------------------
Old description:
> Using sudo port install msp430-gcc this occurs
> ---> Building msp430-gcc
> Error: Failed to build msp430-gcc: command execution failed
> Error: 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.
> Error: Follow https://guide.macports.org/#project.tickets if you believe
> there
> is a bug.
> Error: Processing of port msp430-gcc failed
>
> When searching for the error:
> sudo 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
> usage: cp [-R [-H | -L | -P]] [-fi | -n] [-aclpsvXx] source_file
> target_file
> cp [-R [-H | -L | -P]] [-fi | -n] [-aclpsvXx] source_file ...
> target_directory
New description:
Using `sudo port install msp430-gcc` this occurs
{{{
---> Building msp430-gcc
Error: Failed to build msp430-gcc: command execution failed
Error: 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.
Error: Follow https://guide.macports.org/#project.tickets if you believe
there is a bug.
Error: Processing of port msp430-gcc failed
}}}
When searching for the error:
{{{
sudo 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
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-aclpsvXx] source_file
target_file
cp [-R [-H | -L | -P]] [-fi | -n] [-aclpsvXx] source_file ...
target_directory
}}}
--
Comment (by ryandesign):
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/
}}}
--
Ticket URL: <https://trac.macports.org/ticket/68236#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list