[Bug 228640] net-im/kopete fails to build with lld as the system linker due to duplicate symbols

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 13 13:39:50 BST 2019


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

--- Comment #5 from Raphael Kubo da Costa <rakuco at FreeBSD.org> ---
Kopete's build system is still "broken" in the sense that some files rely on
automated moc processing by including "foo.moc" in the source code, and some do
not, so the build system also relies on QT_WRAP_CPP() to process some
additional files, so we end up with the moc-generated code in both moc_foo.cxx
and mocs_compilation.cpp (which contains moc-generate code not included
directly by any source files).

However, I've just tried building without LLD_UNSAFE=yes on 12.0 and HEAD and
both worked fine. I guess lld has gotten smarter since this bug was filed?

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


More information about the kde-freebsd mailing list