On 2020/03/28 17:12, Stuart Henderson wrote:
> On 2020/03/28 12:44, Solene Rapenne wrote:
> > Reading symbols from mlvpn...(no debugging symbols found)...done.
>
> This indicates that you are using an old binary that doesn't have the debug
> information included. After adding DEBUG_PACKAGES to the port, you need to
> rebuild/reinstall the main package, not just install the new debug package,
> because DEBUG_PACKAGES changes the main package too (to add information to
> the binary showing gdb where to find the debug info).
>
...or you can just rebuild with DEBUG=-g as usual and not use DEBUG_PACKAGES.
No comments:
Post a Comment