too long lines were shrinked: * Build directory (BUILD_DIR): "/var/tmp/portage/dev-cpp/scitokens-cpp-1.0.2/work/scitokens-cpp-1.0.2_build" ninja -v -j5 -l0 [1/15] /usr/bin/x86_64-pc-linux-gnu-g++ -DSciTokens_EXPORTS -I/var/tmp/portage/dev-cpp/scitokens-cpp-1.0.2/work/scitokens-cpp-1.0.2/src -O2 -pipe -march=native -fno-diagnostics-color -fPIC -fno-diagnostics-color -MD -MT CMakeFiles/SciTokens.dir/src/scitokens_internal.cpp.o -MF CMakeFiles/SciTokens. FAILED: CMakeFiles/SciTokens.dir/src/scitokens_internal.cpp.o /usr/bin/x86_64-pc-linux-gnu-g++ -DSciTokens_EXPORTS -I/var/tmp/portage/dev-cpp/scitokens-cpp-1.0.2/work/scitokens-cpp-1.0.2/src -O2 -pipe -march=native -fno-diagnostics-color -fPIC -fno-diagnostics-color -MD -MT CMakeFiles/SciTokens.dir/src/scitokens_internal.cpp.o -MF CMakeFiles/SciTokens.dir/src In file included from /var/tmp/portage/dev-cpp/scitokens-cpp-1.0.2/work/scitokens-cpp-1.0.2/src/scitokens_internal.cpp:8: /usr/include/jwt-cpp/jwt.h:8:10: fatal error: picojson.h: No such file or directory 8 | #include "picojson.h" | ^~~~~~~~~~~~ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_no_multilib_systemd-20230616-044442 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-13 * clang/llvm (if any): clang version 16.0.6 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/16/bin Configuration file: /etc/clang/clang.cfg /usr/lib/llvm/16 16.0.6 Python 3.11.4 Available Ruby profiles: [1] ruby31 (with Rubygems) * Available Rust versions: [1] rust-1.69.0 * php cli (if any): go version go1.20.5 linux/amd64 HEAD of ::gentoo commit 01a3e01d675510047362afbee615cfafa28bf9d2 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Fri Jun 16 18:17:59 2023 +0000 2023-06-16 18:17:57 UTC emerge -qpvO dev-cpp/scitokens-cpp [ebuild N ] dev-cpp/scitokens-cpp-1.0.2 USE="-test"
Created attachment 863976 [details] emerge-info.txt
Created attachment 863977 [details] dev-cpp:scitokens-cpp-1.0.2:20230616-191144.log
Created attachment 863978 [details] emerge-history.txt
Created attachment 863979 [details] environment
Created attachment 863980 [details] etc.clang.tar.xz
Created attachment 863981 [details] etc.portage.tar.xz
Created attachment 863982 [details] temp.tar.xz
You've found the one USE-flag and installed-packages combination I did not test, many thanks for reporting! Effctively, dev-cpp/scitokens-cpp needs to depend on dev-cpp/jwt-cpp[picojson]. Should be fixed via: https://github.com/gentoo/gentoo/pull/31492
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4254e17b77cfae721a93704ab83e8c0e489c9c4 commit c4254e17b77cfae721a93704ab83e8c0e489c9c4 Author: Oliver Freyermuth <o.freyermuth@googlemail.com> AuthorDate: 2023-06-17 02:22:18 +0000 Commit: Guilherme Amadio <amadio@gentoo.org> CommitDate: 2023-06-17 06:35:47 +0000 dev-cpp/scitokens-cpp: depend on dev-cpp/jwt-cpp[picojson] This adds the missing explicit dependency on USE=picojson being enabled for dev-cpp/jwt-cpp, and also conditionalizes sys-apps/util-linux with kernel_linux. Closes: https://bugs.gentoo.org/908610 Closes: https://github.com/gentoo/gentoo/pull/31492 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org> dev-cpp/scitokens-cpp/scitokens-cpp-1.0.1-r1.ebuild | 4 ++-- .../{scitokens-cpp-1.0.2.ebuild => scitokens-cpp-1.0.2-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
(In reply to Oliver Freyermuth from comment #8) > You've found the one USE-flag and installed-packages combination I did not > test, many thanks for reporting! urw