Shane Peelar
Shane Peelar
Reference #23
Reference #38
After re-testing with the `lt_cv_sys_global_symbol_pipe` and `lt_cv_sys_global_symbol_to_cdecl` hack, the only package that doesn't build is `dev-python/nautilus-python`
@petronio I'll be publishing a new `sys-config/ltoize` version momentarily with a new bashrc.d hook that can be set conditionally per package, or globally via `make.conf`, that will apply the sed...
Great! I'm going to do a GCC 10 test run and if that works well, I will send out a notice saying when GentooLTO will officially change to the new...
GCC 10 will be the standard recommended configuration for GentooLTO, yes -- much like how we moved using previous releases. Note that upstream Gentoo is also very interested in using...
The pipe error can be fixed with a new workaround introduced. I haven't documented it yet (haven't had time) but you can try setting `NOCOMMON_OVERRIDE_LIBTOOL=yes` on affected packages to see...
Thank you for the heads up!
Unfortunately no, a relational comparison against NULL is also UB. See this StackOverflow answer: https://stackoverflow.com/a/35252004 On Wed, Sep 4, 2024 at 2:48 AM tommie ***@***.***> wrote: > (Pointer addition on...
Oh, I see what you mean now. Yes, your updated snippet is fine. On Wed, Sep 4, 2024 at 11:07 AM tommie ***@***.***> wrote: > Sorry, if I was unclear....