pgloader icon indicating copy to clipboard operation
pgloader copied to clipboard

pgloader 3.6.3 error on centOS 7

Open cibeest opened this issue 3 years ago • 5 comments

Hello I get a compile error in centOS7 for pgloader.

Followed all the steps from the README and other files and still get a error in the end.

debugger invoked on a UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<THREAD "main thread" RUNNING {100291EF23}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "usocket" "backend" "sbcl">

Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name): 0: [RETRY ] Retry compiling #<CL-SOURCE-FILE "usocket" "backend" "sbcl">. 1: [ACCEPT ] Continue, treating compiling #<CL-SOURCE-FILE "usocket" "backend" "sbcl"> as having been successful. 2: Retry ASDF operation. 3: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the configuration. 4: [ABORT ] Give up on "postmodern" 5: Give up on "pgloader" 6: [REGISTER-LOCAL-PROJECTS ] Register local projects and try again. 7: [CONTINUE ] Ignore runtime option --eval "(ql:quickload "pgloader")". 8: Skip rest of --eval and --load options. 9: Skip to toplevel READ/EVAL/PRINT loop. 10: [EXIT ] Exit SBCL (calling #'EXIT, killing the process).

(UIOP/LISP-BUILD:CHECK-LISP-COMPILE-RESULTS NIL T T "~/asdf-action::format-action/" ((#<ASDF/LISP-ACTION:COMPILE-OP > . #<ASDF/LISP-ACTION:CL-SOURCE-FILE "usocket" "backend" "sbcl">))) 0]

Please if someone could tell me how to get it compiled and what to do. I need the 3.6.3 version.

cibeest avatar Jun 09 '22 09:06 cibeest

Using SBCL 1.3.6 Linux 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

cibeest avatar Jun 09 '22 09:06 cibeest

I may be having the same problem as you. But I think you missed the first part of the error message. Was it this:

[package usocket]......;
; caught ERROR:
;   READ error during COMPILE-FILE:
;
;     Symbol "BROKEN-PIPE" not found in the SB-INT package.
;
;       Line: 266, Column: 30, File-Position: 8743
;
;       Stream: #<SB-INT:FORM-TRACKING-STREAM for "file ~/pgloader-3.6.2/build/quicklisp/dists/quicklisp/software/usocket-0.8.4/backend/sbcl.lisp" {10032327D3}>

oldmankit avatar Jun 22 '22 13:06 oldmankit

This is what I am ending up with. Any help please!! [package alexandria].............................. [package alexandria-2]............................ [package md5]..................................... [package split-sequence].......................... [package bordeaux-threads]........................ [package ironclad]................................ [package ironclad-vm]............................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. [package cl-base64]............................... [package cl-ppcre]................................ .................................................. [package uax-15].................................. [package usocket]......; ; caught ERROR: ; READ error during COMPILE-FILE: ; ; Symbol "BROKEN-PIPE" not found in the SB-INT package. ; ; Line: 266, Column: 30, File-Position: 8743 ; ; Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/1000260392/pgloader-3.6.2/build/quicklisp/dists/quicklisp/software/usocket-0.8.4/backend/sbcl.lisp" {100803D883}>

debugger invoked on a UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<THREAD "main thread" RUNNING {100194EFF3}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "usocket" "backend" "sbcl">

Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name): 0: [RETRY ] Retry compiling #<CL-SOURCE-FILE "usocket" "backend" "sbcl">. 1: [ACCEPT ] Continue, treating compiling #<CL-SOURCE-FILE "usocket" "backend" "sbcl">

vmarihal avatar Aug 10 '22 12:08 vmarihal

I also recreated the same error several times on CentOS 7, pgloader version 3.6.7

Simply download interesting version of the bundle from https://github.com/dimitri/pgloader/releases and make save in unpacked folder without any issues.

cjaca avatar Aug 14 '22 16:08 cjaca