You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/03/16 17:02:41 UTC

[GitHub] [camel-k] orpiske opened a new issue #2140: CGO and linking woes when building with newer Fedora versions

orpiske opened a new issue #2140:
URL: https://github.com/apache/camel-k/issues/2140


   When building on Fedora 33, trying to run the operator image on a k3s cluster running CentOS Stream, the operator fails with:
   
   ```
   kamel: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by kamel)
   ```
   
   This seems to be fixed by disabling CGO for the build-kamel target on the Makefile. 
   
   I'll send a PR with a proposed fix for this.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] astefanutti commented on issue #2140: CGO and linking woes when building with newer Fedora versions

Posted by GitBox <gi...@apache.org>.
astefanutti commented on issue #2140:
URL: https://github.com/apache/camel-k/issues/2140#issuecomment-802887890


   Fixed with #2141.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] astefanutti closed issue #2140: CGO and linking woes when building with newer Fedora versions

Posted by GitBox <gi...@apache.org>.
astefanutti closed issue #2140:
URL: https://github.com/apache/camel-k/issues/2140


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org