We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS: Debian Stretch
Downloaded - https://github.com/dimitri/pgloader/releases/download/v3.6.1/pgloader-bundle-3.6.1.tgz
Decompressed then "make" results in the following error.
bin/buildapp --logfile /tmp/pgloader-bundle-build.log \ --require sb-posix --require sb-bsd-sockets --require sb-rotate-byte \ --sbcl sbcl \ --asdf-tree . \ --load-system cffi \ --load-system cl+ssl \ --load-system mssql \ --load local-projects/pgloader-3.6.1/src/hooks.lisp \ --load-system pgloader \ --eval '(setf pgloader.params::*version-string* "3.6.1")' \ --entry pgloader:main \ --dynamic-space-size 4096 \ --compress-core \ --output bin/pgloader.tmp ;; loading system "cffi" ;; loading system "cl+ssl" ;; loading system "mssql" ;; loading file #P"/home/darren/pgloader-bundle-3.6.1/local-projects/pgloader-3.6.1/src/hooks.lisp" ;; loading system "pgloader" Fatal SIMPLE-PROGRAM-ERROR: invalid number of arguments: 5 Makefile:47: recipe for target 'bin/pgloader' failed make: *** [bin/pgloader] Error 1
The text was updated successfully, but these errors were encountered:
See #834
Sorry, something went wrong.
Does this issue still occur with modern pgloader?
No branches or pull requests
OS: Debian Stretch
Downloaded - https://github.com/dimitri/pgloader/releases/download/v3.6.1/pgloader-bundle-3.6.1.tgz
Decompressed then "make" results in the following error.
The text was updated successfully, but these errors were encountered: