Foivos Zakkak
Foivos Zakkak
@geoand I finally put some time aside to have a look at this again but it looks like it's no longer reproducing. Is that right? Have you noticed any instances...
> @Karm @javanegmond did you have to deal with the `/lib64/libc.so.6: version `GLIBC_2.34' not found` problem by any chance ? FYI, I'm on Fedora 40 which which has GLIBC_2.39... Fedora...
> @zakkak Hi Foivos, can you give me a favour and try the reproducer with the locally installed GraalVM 21, esp if you have Fedora 40 ? It is off-topic...
> would it make sense to have quarkus micro image shipping the latest version of this library ? I can open an enhancement request, not sure where though I don't...
FWIW I confirm that https://github.com/quarkusio/quarkus/pull/41664 resolves this issue, I can no longer reproduce it with a Quarkus build based on the `main` branch.
@geoand I was able to reproduce the issue (with 3.12.0) by: 1. `unset GRAALVM_HOME` 2. `export JAVA_HOME=~/jvms/jdk-21.0.4+3` (that's Adoptium Temurin) 3. `export PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin` (in my case sdkman was adding native-image...
@ThoSap this should be fixed since 3.11 by https://github.com/quarkusio/quarkus/pull/40496 I tried reproducing it on 3.13 with no luck. Are you still seeing the issue?
> @zakkak What shall we do about this? Now that https://github.com/fabric8io/kubernetes-client/pull/5759 is in (since 6.11.0 (2024-03-25) which Quarkus updated to in https://github.com/quarkusio/quarkus/commit/b89706d693ada6b440ea367e6357d00f7ff7cad5), maybe we could try reverting the change, although...
Hello @cesarjv, could you please provide the reproducer in a zip file (or a git repo) with clear instructions on how to reproduce? We would also need more info about...
@parasjain27031994 you might want to have a look at https://foivos.zakkak.net/tutorials/working-with-randoms-native-images/ (non-Quarkus specific blog post about this issue) as well.