[Mono-bugs] [Bug 553610] Add support for FreeBSD/PPC
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Nov 9 15:12:47 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=553610
User romain at blogreen.org added comment
http://bugzilla.novell.com/show_bug.cgi?id=553610#c8
Romain Tartière <romain at blogreen.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |romain at blogreen.org
--- Comment #8 from Romain Tartière <romain at blogreen.org> 2009-11-09 13:12:45 MST ---
(In reply to comment #7)
> I wasn't able to completely
> compile mono trunk, it errored while building the web browser, being unable to
> find 'build-csproj2k5' in Mono.WebBrowser2K5.csproj, but the mono core did
> compile.
The shee-bang is wrong. Change it to `#!/bin/sh' or at least `#!/usr/bin/env
bash'... On FreeBSD /bin/bash does not exist. There are quite a lot of shell
scripts with a hardcoded bash location...
You can locate them using:
grep -rm1 '^#! */bin/bash' .
Does-is do the trick ?
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list