sillsdev/chorus

Packaging problem on Chorus Hub for Linux

mikelothers opened this issue · 2 comments

This is a report on behalf of Peter Wulfing...

ChorusHub has a packaging problem on Linux:

  • There was an error in the script that Peter fixed. (There is an erroneous space between two spaces in the script where it was indicating a parent directory in the path.)
  • Also, there is a missing but required library package (mono-4.0-service) that he had to find and install himself.

In my investigation, I found that it actually doesn't need package mono-4.0-service, the actual problem is the environment does not let the chorushub service find mono successfully in /opt . I'm pretty sure I worked on fixing the environment (and submitted it?) but I can't find it at the moment. The fix will need to happen to flexbridge lib/common/run-app .

This was in fact fixed in a commit to flexbridge master (9748cb0), but never released. The next flexbridge 2.6 should have the fix.