[Bug 231402] textproc/kf5-syntax-highlighting: does not build on systems with VLAN interfaces

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Oct 17 15:18:03 BST 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231402

--- Comment #10 from Ting-Wei Lan <lantw44 at gmail.com> ---
(In reply to Adriaan de Groot from comment #8)
Note that there is no missing or mismatched symbols here. Both libraries are
built correctly and symbols should be successfully resolved. It is the memory
corruption issue that overwrites the data of the runtime linker, causing it to
reject the symbol early before comparing strings.

If I understand correctly, both @ and @@ are used to denote the version tag. In
addition, @@ means it is the default version and the build time linker should
choose it if object files don't specify a version. Therefore, undefined @Qt_5
symbol should be resolved to the @@Qt_5 at runtime if there is no memory issue
and it is the case when there is no VLAN interface on the system.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list