New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #12934 (closed defect: fixed)

Opened 6 years ago

Last modified 4 years ago

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

comment:1 Changed 6 years ago by ryandesign@…

  • Cc ebrandwine@…, mww@… added
  • Owner changed from macports-dev@… to mww@…
  • Milestone set to Port Bugs

comment:2 Changed 6 years ago by mww@…

  • Status changed from new to closed
  • Resolution set to fixed

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;

comment:3 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.