Package Details: pgloader 3.6.10-2

Git Clone URL: https://aur.archlinux.org/pgloader.git (read-only, click to copy)
Package Base: pgloader
Description: A data loading tool for PostgreSQL, using the COPY command.
Upstream URL: http://pgloader.io/
Licenses: custom:PostgreSQL
Submitter: Sanpi
Maintainer: Sanpi
Last Packager: Sanpi
Votes: 14
Popularity: 0.29
First Submitted: 2015-08-25 10:19 (UTC)
Last Updated: 2024-05-14 13:18 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Sanpi commented on 2022-02-15 20:56 (UTC)

@alerque I’m agree with you, but I don’t understand how a prepare() function can be solve this problem.

quicklisp is available in AUR, a patch that sets QLDIR to /usr/lib/quicklisp reduces download, but some persist.

alerque commented on 2022-02-15 20:01 (UTC)

The upstream make command seems to be trying to download binaries from the internet for something. This is a big no-no, and should be patched out. Whatever it is this needs should either be added as a depends if there is a package for it or perhaps to the source array if it must be downloaded at build. Then a prepare() function to fix up the sources to use that resource instead of trying to download something:

mkdir -p build
curl -o build/quicklisp.lisp http://beta.quicklisp.org/quicklisp.lisp

Sanpi commented on 2019-09-20 09:40 (UTC) (edited on 2019-09-20 09:40 (UTC) by Sanpi)

@mrohnstock Yes, now pgloader requires CL+SSL, but I don’t know how to create the package for arch.

mrohnstock commented on 2019-08-06 05:55 (UTC)

Hi, I compiled and installed this package successfully, but on executing the following command:

pgloader --version

I receive these kind of error messages:

debugger invoked on a SIMPLE-ERROR in thread

<THREAD "main thread" RUNNING {10006405B3}>:

Problem running initialization hook #<FUNCTION OPEN-FOREIGN-LIBS>: Undefined foreign library: CL+SSL::LIBEAY32

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

restarts (invokable by number or by possibly-abbreviated name): 0: [CONTINUE] Skip this initialization hook. 1: [ABORT ] Exit from the current thread.

(SB-INT:CALL-HOOKS "initialization" (#<FUNCTION OPEN-FOREIGN-LIBS>) :ON-ERROR :ERROR) 0]

Is there maybe a dependency missing?

Sanpi commented on 2017-10-21 11:13 (UTC)

@disastro thank you for the tip.

disastro commented on 2017-10-21 10:25 (UTC)

How about setting options=('!makeflags') so it unsets MAKEFLAGS and succeeds on building if users have enabled the option in makepkg.conf

Sanpi commented on 2017-07-14 06:46 (UTC)

@ngoonee pgloader doesn’t support simultaneous jobs (ie MAKEFLAGS="-j9").

ngoonee commented on 2017-07-14 02:07 (UTC)

make pgloader seems to hang after cloining qmynd, anyone got this working?

scottwernervt commented on 2017-01-12 14:43 (UTC)

Receiving the following error with sbcl-1.3.12-1: While evaluating the form starting at line 30, column 0 of #P"/home/username/build-repos/pgloader/dumper-2SKVI5f7.lisp": debugger invoked on a SB-KERNEL:SIMPLE-PACKAGE-ERROR in thread #<THREAD "main thread" RUNNING {1001BB6933}>: The name NIL does not designate any package. Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL. Workaround (https://github.com/dimitri/pgloader/issues/492) # Install downgrader from AUR $ downgrader sbcl # Select version: sbcl-1.3.11-1

Sanpi commented on 2016-03-30 09:16 (UTC)

@kham fixed, thank you.