-
-
Notifications
You must be signed in to change notification settings - Fork 349
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
build broke on FreeBSD 13.0-RELEASE amd64 + go 1.17 #184
Comments
Do you require SQLite? It seems maybe this library doesn't support FreeBSD :( in which case a quick fix for now could be a check for Linux before importing the SQLite library |
I've created an issue in modernc about FreeBSD support. regarding SQLite: I Absolutely want/need SQLite. I already wear enough hats, because I refuse to become a DBA, too. |
I might take a quick look into the requirements for getting FreeBSD support working because it does look interesting 😅. I can't promise I'll get anywhere but just know it also has my interest / attention! (also, thank you for making the issue over there!) |
updates: ccgo issue is now solved SQLite might still need work, once that is in place. meanwhile we've opened golang/go#48148 and golang/go#48160 |
with all of these packages now having received updates, I've tried to build it not 100% sure it's a ccgo bug tho, could just be that we're vendoring a waaay too old version? |
after updating correctly, it compiles and it runs:
n.b.: Given that the diff is 26981 lines long, i don't think it makes sense for me to submit the patch. |
Haha :D 'top contributors list' means nothing around here, don't worry, feel free to submit a patch if you like :) If not, i'll have a crack at it later. Can you list the packages you had to update? EDIT: ah it looks like everything is in the issue you linked, perfect :) |
Just put in a PR for this at #198 |
lookin good:
|
woohoo! |
drive-by bug report on @igalic behalf from mastodon.
env:
😞 😿 😭
#87328b6 just worked, with
./build.sh
prior to the vendoring update and modernc stuff.Hope that's enough for somebody to identify a fix?
The text was updated successfully, but these errors were encountered: