http://bugzilla.novell.com/show_bug.cgi?id=616758
http://bugzilla.novell.com/show_bug.cgi?id=616758#c0 Summary: When there is a space in the path, dsymutil fails to run Classification: Mono Product: MonoTouch Version: SVN Platform: Macintosh OS/Version: Mac OS X 10.6 Status: NEW Severity: Major Priority: P5 - None Component: Tools AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.70 Safari/533.4 If there is a space in the project path, then dsymutil failes to run: (this is the end of the build output) /Developer/usr/bin/dsymutil /Users/nic/code/Tweet lightning/Tweetlightning/bin/iPhone/Release/Tweetlightning.app/Tweetlightning -o /Users/nic/code/Tweet lightning/Tweetlightning/bin/iPhone/Release/Tweetlightning.app.dSYM Process exited with code 1, command: /Developer/usr/bin/dsymutil /Users/nic/code/Tweet lightning/Tweetlightning/bin/iPhone/Release/Tweetlightning.app/Tweetlightning -o /Users/nic/code/Tweet lightning/Tweetlightning/bin/iPhone/Release/Tweetlightning.app.dSYM Remove the space it works perfectly. Reproducible: Always Steps to Reproduce: 1. Make a project (or take an existing one) 2. Change any folder in the tree to have a space ("/code/FooBar" to "/code/Foo Bar" etc) 3. Compile. Failed. Actual Results: Fails: Process exited with code 1, command: /Developer/usr/bin/dsymutil (path info here) Expected Results: it should compile. Does the call need quotes around it? 100% reproducable. tested in 3.0.8, but did the same in 2.x too. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
