Holger Hoffstätte
Holger Hoffstätte
~Just looking at the possible origins of the value - if I had to make a guess where things go wrong:~ https://github.com/jasper-software/jasper/blob/8766848706a727f61c1c76a5a7cf1078433fad02/src/libjasper/jpc/jpc_enc.c#L554 ~looks like a good candidate.~ Update: that's not...
Someone also reproduced this bug on [arm (32-bit) with glibc](https://bugs.gentoo.org/907259#c10), so apparently it's not just musl itself.
This is a followup to the clang-related problem mentioned in #1466 and fixes building & running the full test suite on Gentoo with clang. :rocket:
Just to be clear: this simply makes existing implicit gcc behaviour explicit and consistent across compilers. ``` $diff
Had a few spare cycles to look into this since it didn't seem too difficult. The mismatched typedefs are a completely valid C++ complaint and easily fixed: ``` diff --git...
Previously reported in https://github.com/iovisor/bcc/pull/5002 and fixed in https://github.com/iovisor/bcc/commit/8caf04080c9211c47567a144c688d08b762a89b4 :)
This seems to be a problem of underlinking, as nothing links or loads against libbcc. So I thought why not: `LD_PRELOAD=/usr/lib64/libbcc.so /usr/bin/bcc-lua /usr/share/bcc/examples/lua/task_switch.lua` and it starts compiling, as demonstrated by...