Opened 12 years ago

Closed 12 years ago

Last modified 11 years ago

#33623 closed defect (fixed)

msp430-gcc @4.5.3-20110706 Error Applying Patch

Reported by: jordan.goulder@… Owned by: g5pw (Aljaž Srebrnič)
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: Cc:
Port: msp430-gcc

Description

--->  Applying patches to msp430-gcc
Error: Target org.macports.patch returned: shell command failed (see log for details)
Log for msp430-gcc is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_cross_msp430-gcc/msp430-gcc/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

Attachments (1)

main.log (31.5 KB) - added by jordan.goulder@… 12 years ago.
Log for msp430-gcc

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by jordan.goulder@…

Attachment: main.log added

Log for msp430-gcc

comment:1 Changed 12 years ago by pixilla (Bradley Giesbrecht)

Owner: changed from macports-tickets@… to g5pw@…

patch.pre_args defaults to "-p0".

This port sets patch.args to "-p1" so you end up with "patch -p0 -p1 < patchfile".

Move "-p1" from patch.args to patch.pre_args.

comment:2 Changed 12 years ago by g5pw (Aljaž Srebrnič)

Status: newassigned

Good catch! It actually works on my system, that's why it got unnoticed by me... will fix tomorrow!

comment:3 Changed 12 years ago by g5pw (Aljaž Srebrnič)

Resolution: fixed
Status: assignedclosed

Fixed in r90834

Note: See TracTickets for help on using tickets.