Opened 12 months ago

Last modified 5 months ago

#68236 new defect

I can't install msp430-gcc

Reported by: eliadebeni Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: ricardo119
Port: msp430-gcc

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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

Attachments (1)

macports.log (4.4 MB) - added by eliadebeni 12 months ago.

Change History (5)

Changed 12 months ago by eliadebeni

Attachment: macports.log added

comment:1 Changed 12 months ago by eliadebeni

Description: modified (diff)

comment:2 Changed 12 months ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)

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/

comment:3 Changed 12 months ago by ryandesign (Ryan Carsten Schmidt)

From the log you attached, it looks like the problem is in generating the documentation using texinfo. It looks like the same problem as #49323. Try what I suggested there.

comment:4 Changed 5 months ago by ryandesign (Ryan Carsten Schmidt)

Cc: ricardo119 added

Has duplicate #69841.

Note: See TracTickets for help on using tickets.