-
-
Notifications
You must be signed in to change notification settings - Fork 558
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
pgloader 3.6.1 compiling error with sbcl stable 2.0.1 #1087
Comments
Any news ? Unfortunately, if I don't fix the build compile error on Tumbleweed soon, the package will have to be removed, I would be really worried about that. |
Like for example release a new version with cffi version 0.21 |
Not related to pgloader itself. This is an error related to SBCL removing the Please update CFFI to a new version, preferably one that includes the commit cffi/cffi@375872a that fixes this issue. |
cffi is contained in the pgloader bundle available as release, so still a bit related to pgloader ;-) |
A workaround would be to use an older SBCL version, e.g. 2.0.0 or earlier. |
Unfortunately I don't know a packager able to downgrade a software version on a mainstream distribution, sbcl maintainer at openSUSE decide that 2.0.1 is the latest stable (and upstream too), so do I accept and live with ;-) |
I'll track the new release at #1092. |
Thanks I'm closing this one so. |
I'll allow myself to reopen, since we only have a workaround and not a proper fix. |
Fixed in #1092. Please use the freshly released version 3.6.2 that is buildable with the newer SBCL versions. |
Super, big thanks for the work. |
3.6.1 (bundle source)
```
did you test a fresh compile from the source tree?
For our openSUSE Tumbleweed rolling release, every package is build every time on a new and fresh system (ala travis)
did you search for other similar issues?
Have search sbcl 2 issues here but not found
how can I reproduce the bug?
Try to compile pgloader with the last stable sbcl which is now at version 2.0.1
You can have a look at the whole build (and failure) at the following
Build log on obs
warnings about depreciation, that one day will become error, and we need to fix ;-)
fatal error
I've no real knowledge about lisp so any pointer or patches that can be applied would be great.
I guess this type of fix + pg12 support will drive us to a new version?
The text was updated successfully, but these errors were encountered: