On 16/09/2025 10:41, Marc Leeman wrote:
>>> FYI, i've received a couple bugs wrt GCC15. For gdbuspp, I'll demote
>>> the free-no-heap error atm, still need to look into the second error.
>>>
>>> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114118
>>
>> I will need to look deeper into this one.  There are some odd things
>> happening here. In my own Debian Sid test container, it builds find via
>> meson ... but not when using the c++ command line from the log.  The
>> local Meson configure adds -Wno-free-nonheap-object, which is probably
>> avoiding this issue.
>>
>> This needs more investigation.
> 
> With `trixie`, I started using sbuild more instead pbuilder/cowbuilder
> setups, just running, `sbuild` in the source tree triggered it for me
> (it defaults to unstable).

Okay, I found out why I had the -Wno-free-nonheap-object argument in my
local meson build.  I had a hunch I had been fighting this one before.
And I did my test builds from git master, where this commit is present:
<https://codeberg.org/OpenVPN/gdbuspp/commit/165de7488cb976e7cad00dceb7bae413272529ba>

This is more or less a workaround for this issue, but it is considered
safe as it's only used by the test programs.  And it may very well be a
false-positive from the GCC-15 compiler - but I need to dig deeper into
this to conclude either way.


-- 
kind regards,

David Sommerseth
OpenVPN Inc



_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to