You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "zhfeng (via GitHub)" <gi...@apache.org> on 2023/06/27 03:10:46 UTC

[GitHub] [camel-quarkus] zhfeng commented on issue #5006: [Mandrel 23.0.0] google-bigquery integration test native compilation fails

zhfeng commented on issue #5006:
URL: https://github.com/apache/camel-quarkus/issues/5006#issuecomment-1608688596

   I think there might be something wrong during the graal perform static analysis. 
   
   The error about `undefined reference to 'Java_com_sun_management_internal_OperatingSystemImpl_initialize0'` looks related to this [commit](https://github.com/zakkak/mandrel/commit/7662df010649091d6598912cc7c8cc521c154455) 
   
   The `OPERATING_SYSTEM_IMPL` class is not reachable but actually it is. Then sometimes we get the native image build successful and sometimes not. I have no any idea about how the static analysis work here. @zakkak any hint?


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

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