Page MenuHomeFreeBSD

rubygem-google-protobuf: Use hidden symbols
ClosedPublic

Authored by dan.mcgregor_usask.ca on Oct 26 2022, 9:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 11:01 PM
Unknown Object (File)
Sun, Apr 7, 3:19 AM
Unknown Object (File)
Feb 21 2024, 8:51 PM
Unknown Object (File)
Dec 22 2023, 11:42 PM
Unknown Object (File)
Dec 12 2023, 7:44 PM
Unknown Object (File)
Dec 4 2023, 1:04 AM
Unknown Object (File)
Nov 15 2023, 10:04 PM
Unknown Object (File)
Nov 9 2023, 11:08 PM

Details

Summary

The Linux and Darwin builds hide the symbols in the native shared
object. This prevents some symbol collisions if this gem is loaded
alongside certain others (that should probably also hide their symbols).

This fixes numerous issues with gitaly and protobuf 3.20 and newer.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Thanks a lot, I tested it and can confirm that fixes the problem. @sunpoet could you please commit this, as you are the maintainer of these ports.
Thanks a lot.

This revision is now accepted and ready to land.Oct 28 2022, 2:32 PM

Thanks for taking a look. I don't think the change to the 3.19 port is strictly necessary, but as I said in a private email to @mfechner, I do believe that hiding symbols is good practice for ruby gems.

The change to 3.2x *is* necessary, though.