-
Notifications
You must be signed in to change notification settings - Fork 1
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
Not available on freebsd - because of sysinfo? #8
Comments
Hi! I'd be super down to add support for freebsd if anyone can contribute it! |
We could also make |
After searching and searching, I found something to try that worked! What I was previously doing
What worked:
In particular, I had to include:
In total:
I don't know how to adjust any build script stuff accordingly, if that would do it, but this recipe in total does seem to do the trick. I'm up and running. So far so good. |
You were able to build |
ho I see. |
@scoobybejesus can you provide the output of |
|
I had been fighting this for a few hours. I'm not sure if I only was able to get |
Great thanks. Can you try to installed a pinned version from the latest |
Sorry for the delay. First, I tried a new jail, attempting everything through opam, just to eliminate variables.
I include mad, and I had to clone the opam repository and make a modification to get it to cooperate:
But I had to have the full command to install using opam (including the requisite libs, notably just
Now we'll do a new try from scratch again, this time using the Again, it built 5.3.0 on I cloned the liquidsoap repo, and ran
And I started tacking on those env adjustments, and it would never build, so I got rid of So then I was looking back, and I had been successful with 4.14.2 compiler, so I ran
And to my surprise it worked!
This was the ocamlc config:
So now I guess I need to do this exercise again, trying with the 4.14.2 compiler, and starting again with cloning the liquidsoap repo and a plain |
Fix to As for So I wanted to know if the package was working when you pinned it. If so, we could publish a new release and everything would work I believe. To pin in:
Then you can continue your install as expected and should not have to set those |
Ah, that's what you meant. Shoot. You wanted me to pin the Yes, the |
Great! Releasing a new version right now! |
Here we go: ocaml/opam-repository#27291 Thanks again! |
Hi there,
FreeBSD has a
sysinfo
package, as well as alibsysinfo
package.It may not be too difficult to add FreeBSD support.
It seems liquidsoap 2.3.x can't be built on FreeBSD because of this:
Do you have any notes on what didn't work for FreeBSD? Perhaps an intrepid contributor could add support. Would you be alright with that?
The text was updated successfully, but these errors were encountered: