-
Notifications
You must be signed in to change notification settings - Fork 711
aeson+witherable dependency issue building simplex-chat on openbsd 7.7 #10943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Did you try running |
indeed, ran cabal update,
reran the cabal install command and still the same output. |
Why do you have a |
cabal.project was there to begin with in the github repo. there is also a simplex-chat.cabal file in the simplex-chat folder. interesting, with your suggestion, the output to the following command:
is
it seems like there is some port issue here. |
Can you rerun that with |
i appreciate your patience.
produces
|
Ugh, that's completely wrong. Sounds like #9817, though. |
interesting. thanks for pointing this out. without the --ignore-project addition, i wouldn't have been able to diagnose the issue. |
In the meantime, you can try using |
indeed, it does not work with the same port error. i appreciate the help troubleshooting though! look forward to it perhaps working some time in the future as having a way aside from ssh'ing through VMs on OpenBSD would be convenient. |
There shouldn't be the port error, if, as @geekosaur suggested, you don't specify the component (so, only specify the package name, On another note, can you specify what you're trying to achieve:
It's either 1 or 2. These are two very different things. If it's 1, then Lastly, please use triple backticks (i.e. ```) on separate lines to delimit your console interactions, not the |
Oh, it's not on Hackage, so I guess it's (1). |
Describe the bug
building simplex-chat on openbsd 7.7 with ghc 9.8.3 and cabal.
To Reproduce
within simplex-chat git folder, executing:
OR
Expected behavior
installation of simplex-chat
System information
OpenBSD 7.7
GHC 9.8.3
cabal-install version 3.14.1.1
Output Error
Warning: The package list for 'hackage.haskell.org' does not exist. Run 'cabal
update' to download it.
Error: [Cabal-7107]
Could not resolve dependencies:
[__0] trying: aeson-2.2.1.0 (user goal)
[__1] unknown package: witherable (dependency of aeson)
[__1] fail (backjumping, conflict set: aeson, witherable)
After searching the rest of the dependency tree exhaustively, these were the goals I've had most trouble fulfilling: aeson, witherable
The text was updated successfully, but these errors were encountered: