#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)
Change History (4)
Changed 13 years ago by jordan.goulder@…
comment:1 Changed 13 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 13 years ago by g5pw (Aljaž Srebrnič)
Status: | new → assigned |
---|
Good catch! It actually works on my system, that's why it got unnoticed by me... will fix tomorrow!
comment:3 Changed 13 years ago by g5pw (Aljaž Srebrnič)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r90834
Note: See
TracTickets for help on using
tickets.
Log for msp430-gcc