Search Criteria
Package Details: pldebugger-git v1.4.r0.g0b35ef2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pldebugger-git.git (read-only, click to copy) |
---|---|
Package Base: | pldebugger-git |
Description: | PL/pgSQL debugger server-side code |
Upstream URL: | https://github.com/EnterpriseDB/pldebugger |
Licenses: | Artistic2.0 |
Submitter: | marco44 |
Maintainer: | marco44 |
Last Packager: | marco44 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-06-20 13:43 (UTC) |
Last Updated: | 2022-10-05 07:18 (UTC) |
Dependencies (4)
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql-gitAUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
Latest Comments
marco44 commented on 2022-10-05 07:18 (UTC)
Yes, exactly, thanks for confirming
machdos commented on 2022-10-05 07:14 (UTC) (edited on 2022-10-05 07:16 (UTC) by machdos)
I've encountered another error during package() for missing also llvm (/bin/sh: line 1: /usr/bin/llvm-lto: No such file or directory).
Installing also that package solved all problems. I suggest to add this two to dependencies.
Thanks for your help.
marco44 commented on 2022-10-04 08:49 (UTC)
It seems it wants to compile with clang. Can you confirm installing clang solves the issue ?
machdos commented on 2022-10-04 08:44 (UTC)
Hello, when i try to install i encounter this error:
make: *** [/usr/lib/postgresql/pgxs/src/makefiles/../../src/Makefile.global:1070: plpgsql_debugger.bc] Error 127
All make log here: https://justpaste.it/1vymi Thanks