Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 883103 - app-portage/kuroo-1.2.2 fails to compile (CLANG-STRICTER-SYSTEM): error: unable to load plugin ClangLazy.so: ClangLazy.so: cannot open shared object file: No such file or directory
Summary: app-portage/kuroo-1.2.2 fails to compile (CLANG-STRICTER-SYSTEM): error: unab...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-26 09:44 UTC by Agostino Sarubbo
Modified: 2022-12-02 01:18 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,99.35 KB, text/plain)
2022-11-26 09:44 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-11-26 09:44:18 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-portage/kuroo-1.2.2 fails to compile (CLANG-STRICTER-SYSTEM).
Discovered on: amd64 (internal ref: clang-stricter_tinderbox)

NOTE:
(CLANG-STRICTER-SYSTEM) in the summary means that the bug was found on a machine that runs clang with stricter mode

This machine uses clang with CFLAGS/CXXFLAGS=-Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types

See also:
https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240
https://wiki.gentoo.org/wiki/Modern_C_porting
Comment 1 Agostino Sarubbo gentoo-dev 2022-11-26 09:44:21 UTC
Created attachment 836843 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-11-26 09:44:22 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: src/CMakeFiles/kuroo_helper.dir/auth/kuroohelper.cpp.o 
FAILED: src/CMakeFiles/kuroo_helper.dir/kuroo_helper_autogen/mocs_compilation.cpp.o 
error: unable to load plugin 'ClangLazy.so': 'ClangLazy.so: cannot open shared object file: No such file or directory'
error: unable to load plugin 'ClangLazy.so': 'ClangLazy.so: cannot open shared object file: No such file or directory'
Comment 3 A Schenck 2022-11-29 03:54:06 UTC
Thanks, have been wanting to do a round of cleanup for deprecations and such since seeing that message about clang 16 on the gentoo-dev list but didn't want to switch the whole system over to clang yet. The interesting thing here is that kuroohelper is a separate KAuth executable with very few dependencies.