Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Conversation

@steve-chavez
Copy link
Member

This is so we can postgresql_16 from nixpkgs. However:

  • pg_graphql
  • pg_jsonschema

Are failing to compile with:

error: builder for '/nix/store/iwrmn62xix5yk4kkpzmb4555hlifpvfk-pg_graphql-unstable-2023-08-01.drv' failed with exit code 1;
       last 10 log lines:
       >   11: main<unknown>
       >       at <unknown source file>:<unknown line>
       >   12: __libc_start_call_main<unknown>
       >       at <unknown source file>:<unknown line>
       >   13: __libc_start_main@@GLIBC_2.34<unknown>
       >       at <unknown source file>:<unknown line>
       >   14: _start<unknown>
       >       at <unknown source file>:<unknown line>
       >
       > Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
       For full logs, run 'nix log /nix/store/iwrmn62xix5yk4kkpzmb4555hlifpvfk-pg_graphql-unstable-2023-08-01.drv'.
error: builder for '/nix/store/a2zdya2gjii43ncpb35ch9yal0l33pdq-pg_jsonschema-unstable-2023-07-23.drv' failed with exit code 1;
       last 10 log lines:
       >   11: main<unknown>
       >       at <unknown source file>:<unknown line>
       >   12: __libc_start_call_main<unknown>
       >       at <unknown source file>:<unknown line>
       >   13: __libc_start_main@@GLIBC_2.34<unknown>
       >       at <unknown source file>:<unknown line>
       >   14: _start<unknown>
       >       at <unknown source file>:<unknown line>
       >
       > Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
       For full logs, run 'nix log /nix/store/a2zdya2gjii43ncpb35ch9yal0l33pdq-pg_jsonschema-unstable-2023-07-23.drv'.

Something about GLIBC_2.34.

@steve-chavez
Copy link
Member Author

Looks like pgrx does depend on GLIBC: https://docs.rs/pgrx-pg-sys/latest/pgrx_pg_sys/constant.__GLIBC__.html

@steve-chavez
Copy link
Member Author

For now the only option I see is to update cargo-pgrx and see if the problems goes away

This was previously done on #27

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant