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
did you test a fresh compile from the source tree?
Error appears when trying to compile from source tree in a Docker container. Trying to compile in the bundle has the same effect.
did you search for other similar issues?
how can I reproduce the bug?
Following the doc concerning compiling from source
pgloader output you obtain
; caught ERROR:
; READ error during COMPILE-FILE:
;
; Symbol "CLOSE-MEMO" not found in the DB3 package.
;
; Line: 26, Column: 17, File-Position: 816
;
; Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /opt/pgloader/src/sources/db3/db3-schema.lisp" {1008ECAA93}>
debugger invoked on a UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread
#<THREAD "main thread" RUNNING {10005E85B3}>:
COMPILE-FILE-ERROR while
compiling #<CL-SOURCE-FILE "pgloader" "src" "sources" "db3" "db3-schema">
The text was updated successfully, but these errors were encountered:
It seems that you need to update the cl-db3 package that pgloader is using. You should be able to simply make clean then make again. If that's not working, I will need more details about how you build pgloader.
The bundle has an old version of cl-db3 too, it should possible to update it in place though by running the following command:
pgloader --version
Commit 701d54b
did you test a fresh compile from the source tree?
Error appears when trying to compile from source tree in a Docker container. Trying to compile in the bundle has the same effect.
did you search for other similar issues?
how can I reproduce the bug?
Following the doc concerning compiling from source
pgloader output you obtain
The text was updated successfully, but these errors were encountered: