Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906667 - app-admin/passwordsafe-1.16.0 fails to compile: gtest-port.h:270:2: error: #error C++ versions less than C++14 are not supported
Summary: app-admin/passwordsafe-1.16.0 fails to compile: gtest-port.h:270:2: error: #e...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Martin Dummer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-18 12:33 UTC by Agostino Sarubbo
Modified: 2023-05-19 05:36 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,338.89 KB, text/plain)
2023-05-18 12:33 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 2023-05-18 12:33:00 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-admin/passwordsafe-1.16.0 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-05-18 12:33:03 UTC
Created attachment 861892 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-05-18 12:33:03 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: src/test/CMakeFiles/coretest.dir/AESTest.cpp.o 
FAILED: src/test/CMakeFiles/coretest.dir/AliasShortcutTest.cpp.o 
FAILED: src/test/CMakeFiles/coretest.dir/BlowFishTest.cpp.o 
FAILED: src/test/CMakeFiles/coretest.dir/CommandsTest.cpp.o 
FAILED: src/test/CMakeFiles/coretest.dir/coretest.cpp.o 
FAILED: src/test/CMakeFiles/coretest.dir/FileV3Test.cpp.o 
FAILED: src/test/CMakeFiles/coretest.dir/FileV4Test.cpp.o 
FAILED: src/test/CMakeFiles/coretest.dir/HMAC_SHA256Test.cpp.o 
FAILED: src/test/CMakeFiles/coretest.dir/ItemAttTest.cpp.o 
FAILED: src/test/CMakeFiles/coretest.dir/ItemDataTest.cpp.o 
FAILED: src/test/CMakeFiles/coretest.dir/ItemFieldTest.cpp.o 
FAILED: src/test/CMakeFiles/coretest.dir/OSTest.cpp.o 
FAILED: src/test/CMakeFiles/coretest.dir/SHA256Test.cpp.o 
FAILED: src/test/CMakeFiles/coretest.dir/StringXTest.cpp.o 
/usr/include/gtest/internal/gtest-port.h:270:2: error: #error C++ versions less than C++14 are not supported.
Comment 3 Larry the Git Cow gentoo-dev 2023-05-19 05:36:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b95759681f2b2786603da15568688f651f6ee0

commit 03b95759681f2b2786603da15568688f651f6ee0
Author:     Joonas Niilola <juippis@gentoo.org>
AuthorDate: 2023-05-19 05:34:37 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2023-05-19 05:34:37 +0000

    app-admin/passwordsafe: include "no -std=gnu++11" patch from 1.15.0
    
    Closes: https://bugs.gentoo.org/906667
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 app-admin/passwordsafe/passwordsafe-1.16.0.ebuild | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)