Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to build Linux steampipe-postgres-fdw binaries for Kubernetes plugin #256

Open
pskrbasu opened this issue Nov 12, 2024 · 2 comments
Assignees
Labels
blocked Work on this issue is currently blocked help wanted We are asking the community to submit a PR to resolve this issue

Comments

@pskrbasu
Copy link

Currently, we are unable to build the Linux binaries for steampipe-postgres-fdw.

To get build error run (on Linux):

  • make standalone plugin=kubernetes (from steampipe-postgres-fdw repo)

what was the compilation problem?

The build error was Linux only, and related to code relocation:

relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol 'type:string' which may bind externally can not be used when making a shared object; recompile with -fPIC

We tried using the fPIC flag (and many other things)

@pskrbasu pskrbasu added the blocked Work on this issue is currently blocked label Nov 12, 2024
@pskrbasu pskrbasu self-assigned this Nov 12, 2024
@pskrbasu pskrbasu added the help wanted We are asking the community to submit a PR to resolve this issue label Nov 12, 2024
@jDmacD
Copy link

jDmacD commented Jan 13, 2025

Is it possible to skip the AARCH64 build and release for the other architectures?

@pskrbasu
Copy link
Author

Sure @jDmacD, we will try and release the mac FDW binaries for Kubernetes in the next release.

cc @misraved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Work on this issue is currently blocked help wanted We are asking the community to submit a PR to resolve this issue
Projects
None yet
Development

No branches or pull requests

2 participants