Error while installing pg_partman for postgre-12 #550
jeetendra-fareye
started this conversation in
General
Replies: 2 comments
-
Do you have the postgresql source files available? |
Beta Was this translation helpful? Give feedback.
0 replies
-
In case anyone else is encountering this error like me, I had a dockerfile based on postgres:16-alpine, that installed clang15 and llvm15.
It suddenly stopped working, and the issue was that the maintainer of postgres:alpine bumped the clang and llvm versions to 19, which broke my installation setup. I had to bump the versions in my dockerfile as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting this error while installing pg_partman for postgres-12
/usr/bin/clang-10 -Wno-ignored-attributes -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -O2 -I. -I./ -I/usr/include/postgresql/12/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -flto=thin -emit-llvm -c -o src/pg_partman_bgw.bc src/pg_partman_bgw.c make: /usr/bin/clang-10: No such file or directory make: *** [/usr/lib/postgresql/12/lib/pgxs/src/makefiles/../../src/Makefile.global:1063: src/pg_partman_bgw.bc] Error 127
I have already installed clang-14
please help with this error
Beta Was this translation helpful? Give feedback.
All reactions