https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-libs/properties-cpp-0.0.2 calls commands that do not exist. Discovered on: amd64 (internal ref: guru_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 Please look for 'command not found' and/or 'no such file or directory'.
Created attachment 840437 [details] build.log build log and emerge --info
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3142a3d6556677a2a46bc7cd36e27ae71258580 commit e3142a3d6556677a2a46bc7cd36e27ae71258580 Author: Alexander Golubev <fatzer2@gmail.com> AuthorDate: 2024-11-17 02:43:07 +0000 Commit: Alexander Golubev <fatzer2@gmail.com> CommitDate: 2024-11-17 02:49:18 +0000 dev-libs/properties-cpp: ebuild maintanence - fix tests - add missing doc dependency - remove -Werror from C/CXXFLAGS - fix incorrect version in pkg-config file - change include installation directory to not clutter /usr/include Closes: https://bugs.gentoo.org/887449 Closes: https://bugs.gentoo.org/884583 Closes: https://bugs.gentoo.org/859766 Signed-off-by: Alexander Golubev <fatzer2@gmail.com> .../files/properties-cpp-0.0.2-cmake-patch.patch | 166 +++++++++++++++++++++ .../properties-cpp/properties-cpp-0.0.2-r1.ebuild | 36 +++++ .../properties-cpp/properties-cpp-0.0.2.ebuild | 40 ----- 3 files changed, 202 insertions(+), 40 deletions(-)