Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923309 - dev-cpp/scitokens-cpp-1.1.0-r1 fails to compile: test.cpp:19:28: error: class jwt::decoded_jwt<jwt::traits::kazuho_picojson> has no member named get_payload_claims
Summary: dev-cpp/scitokens-cpp-1.1.0-r1 fails to compile: test.cpp:19:28: error: class...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Oliver Freyermuth
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-30 08:34 UTC by Agostino Sarubbo
Modified: 2024-01-30 11:13 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,57.01 KB, text/plain)
2024-01-30 08:34 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 2024-01-30 08:34:26 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-cpp/scitokens-cpp-1.1.0-r1 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-30 08:34:28 UTC
Created attachment 883686 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-30 08:34:28 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: CMakeFiles/SciTokens.dir/src/scitokens_cache.cpp.o 
FAILED: CMakeFiles/SciTokens.dir/src/scitokens.cpp.o 
FAILED: CMakeFiles/SciTokens.dir/src/scitokens_internal.cpp.o 
FAILED: CMakeFiles/scitokens-test.dir/src/test.cpp.o 
/var/tmp/portage/dev-cpp/scitokens-cpp-1.1.0-r1/work/scitokens-cpp-1.1.0/src/test.cpp:19:28: error: ‘class jwt::decoded_jwt<jwt::traits::kazuho_picojson>’ has no member named ‘get_payload_claims’; did you mean ‘get_payload_claim’?
Comment 3 Larry the Git Cow gentoo-dev 2024-01-30 11:13:38 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa286b378eccf0575c57f9d55b5a66584c8d98d

commit 0aa286b378eccf0575c57f9d55b5a66584c8d98d
Author:     Guilherme Amadio <amadio@gentoo.org>
AuthorDate: 2024-01-30 11:09:36 +0000
Commit:     Guilherme Amadio <amadio@gentoo.org>
CommitDate: 2024-01-30 11:12:29 +0000

    dev-cpp/scitokens-cpp: restrict dependency to <jwt-cpp-0.7.0
    
    jwt-cpp-0.7.0 introduced breaking changes:
    https://github.com/Thalhammer/jwt-cpp/releases/tag/v0.7.0
    
    Closes: https://bugs.gentoo.org/923309
    
    Signed-off-by: Guilherme Amadio <amadio@gentoo.org>

 dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r1.ebuild | 4 ++--
 dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r2.ebuild | 2 +-
 dev-cpp/scitokens-cpp/scitokens-cpp-1.1.0-r1.ebuild | 2 +-
 dev-cpp/scitokens-cpp/scitokens-cpp-1.1.0.ebuild    | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)