So I do not see any error here, I wonder if "rm -rf" might "just hang", heh. 
You can try something like "strace rm -fr .libs/libocdjtagdrivers.lax" there. 
Or see process list with, figure out the pid of the process that hangs there, 
attach with gdb (-p <pid>), take a look at backtrace. Another possibility is to 
ask your fellow OS X users, I'm unfamiliar with this OS, so can give only 
generic *nix hints here.


---

** [tickets:#70] Build is broken on OS X 10.9.2 (Mavericks)**

**Status:** assigned
**Milestone:** 0.9.0
**Created:** Thu May 08, 2014 09:58 AM UTC by n321203
**Last Updated:** Thu May 08, 2014 11:02 AM UTC
**Owner:** Paul Fertser

Steps to recreate issue:

1) Download latest source (openocd-0.8.0).

2) ./configure – works fine.

3) ./make – gets stucked in "Making all in usb_blaster". The last command is:

libtool: link: rm -fr  .libs/libocdjtagdrivers.lax

this command seem to fail because of a permission error (it don't have 
permission to remove files in .libs)






---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/openocd/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/openocd/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
&#149; 3 signs your SCM is hindering your productivity
&#149; Requirements for releasing software faster
&#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to