#12934 closed defect (fixed)
mono package requires gawk to be installed, but does not list it as a dependency
Reported by: | ebrandwine@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.0 |
Keywords: | mono gawk | Cc: | ebrandwine@…, mww@… |
Port: |
Description
All I want to do is run autopano under Hugin. I attempted to install mono and gtk-sharp, and the mono build goes wonky after failing to call gawk.
./build-csproj ./build-csproj: line 1: gawk: command not found ./build-csproj: line 1: gawk: command not found sed: stdout: Broken pipe ./build-csproj: line 1: gawk: command not found ./build-csproj: line 1: gawk: command not found sed: stdout: Broken pipe ./build-csproj: line 1: gawk: command not found ./build-csproj: line 1: gawk: command not found ./build-csproj: line 1: gawk: command not found sed: stdout: Broken pipe ./build-csproj: line 1: gawk: command not found sed: stdout: Broken pipe ./build-csproj: line 1: gawk: command not found sed: stdout: Broken pipe ./build-csproj: line 1: gawk: command not found
Installing gawk makes these messages go away.
On another note, my mono build hung indefinitely at:
MONO_PATH="../../class/lib/default:$MONO_PATH" /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_mono/work/mono-1.2.5.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll -keyfile:../mono.snk -target:library -out:../../class/lib/default/Mono.Cecil.dll @Mono.Cecil.dll.sources
Killing it and restarting allowed it to proceed. I know nothing about mono, so I have no idea what is or is not happening here.
Macos X 10.4.10, 2.4GHz silver iMac (iMac7,1) just installed XCode and MacPorts from the 'net.
Change History (3)
comment:1 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ebrandwine@… mww@… added |
---|---|
Milestone: | → Port Bugs |
Owner: | changed from macports-dev@… to mww@… |
comment:2 Changed 17 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the report - I've added gawk to the build-dependencies of mono;
As I've also encountered the weird "build succeeds on 2nd attempt" bug: I changed the port to re-try the build a 2nd time;