Skip to content
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

cant build from source #1000

Open
mybigman opened this issue Jul 9, 2019 · 2 comments
Open

cant build from source #1000

mybigman opened this issue Jul 9, 2019 · 2 comments

Comments

@mybigman
Copy link

mybigman commented Jul 9, 2019

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
@kongr45gpen
Copy link

See #834

@phoe
Copy link
Collaborator

phoe commented Mar 23, 2020

Does this issue still occur with modern pgloader?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants