You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having trouble getting Ogma to work on a Jammy docker environment. Following the instructions on the git page for version 1.6 gives me the following when trying to run Ogma:
root@9dccabc1e3df:~/ogma# ogma
bash: ogma: command not found
root@9dccabc1e3df:~/ogma# cabal --version
cabal-install version 3.0.0.0
compiled using version 3.0.1.0 of the Cabal library
root@9dccabc1e3df:~/ogma# ghc --version
The Glorious Glasgow Haskell Compilation System, version 8.8.4
However, I am able to generate the set of monitor.c, monitor.h, and monitor_types.h files from a Monitor.hs file I had generated from previous versions of Ogma:
root@9dccabc1e3df:~/ogma# runhaskell Monitor.hs
Loaded package environment from /root/.ghc/x86_64-linux-8.8.4/environments/default
The root/.local/bin/ folder contains the following files:
Any ideas on how to solve it?
For reference, I am trying to install Ogma on this Docker image(docker pull gcncister/mars:ping_pong_tls), and this is the log for my installation attempt.
This discussion was converted from issue #260 on March 22, 2025 02:49.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings!
I am having trouble getting Ogma to work on a Jammy docker environment. Following the instructions on the git page for version 1.6 gives me the following when trying to run Ogma:
However, I am able to generate the set of
monitor.c
,monitor.h
, andmonitor_types.h
files from aMonitor.hs
file I had generated from previous versions of Ogma:root@9dccabc1e3df:~/ogma# runhaskell Monitor.hs Loaded package environment from /root/.ghc/x86_64-linux-8.8.4/environments/default
The
root/.local/bin/
folder contains the following files:Any ideas on how to solve it?
For reference, I am trying to install Ogma on this Docker image(
docker pull gcncister/mars:ping_pong_tls
), and this is the log for my installation attempt.Thank you for your time!
Beta Was this translation helpful? Give feedback.
All reactions