Rich Felker
Rich Felker
Thanks for the ping. I'll check.
OK, @jackschmidt uncovered something useful even if not explaining it well. There's a function in the arm kernel code that kills the vdso functions if the virtual counter is missing....
OK, that theory matches the vdso.so @jackschmidt shared. It has `__vdso_clock_getres` and `__vdso_clock_gettime64` symbols but the rest have all been patched out (in a broken way that leaves their symbol...
``` Symbol table '.dynsym' contains 6 entries: Num: Value Size Type Bind Vis Ndx Name 0: 00000000 0 NOTYPE LOCAL DEFAULT UND 1: 00000000 0 OBJECT GLOBAL DEFAULT ABS LINUX_2.6...
It's almost surely nothing to do with static linking or with musl-cross-make, but might have to do with musl, your ubuntu system, or the interaction between them. Can you move...
It looks like a good many of the patches from 9.x have been dropped. Are they all upstream? I notice the s390x arch support patch is still there but m68k...
@rofl0r Looking at https://port70.net/~nsz/musl/gcc-10.1.0/, it seems there are patches missing that are included in this set: s390x ldso, time64 futex support, and m68k sqrt, at least. It sounds like the...
I'm not aware of that dependency and it's certainly not intended. Can you tell where it's coming from? I'll try to find and patch it out.
OK, I found it in the top-level makefile. I'll see what can be done to fix it.
In order to consider this it's going to need to be a solution that does not involve invoking rm via find. That is just way too great a risk of...