Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904134 - dev-libs/FBGEMM-2023.02.10 fails to compile: gtest-port.h:270:2: error: #error C++ versions less than C++14 are not supported
Summary: dev-libs/FBGEMM-2023.02.10 fails to compile: gtest-port.h:270:2: error: #erro...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Tupone Alfredo
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-10 15:44 UTC by Agostino Sarubbo
Modified: 2023-04-12 06:14 UTC (History)
0 users

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


Attachments
build.log (build.log,166.28 KB, text/plain)
2023-04-10 15: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 2023-04-10 15:44:37 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/FBGEMM-2023.02.10 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-04-10 15:44:39 UTC
Created attachment 859818 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-04-10 15:44:40 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: test/CMakeFiles/Bfloat16ConvertTest.dir/Bfloat16ConvertTest.cc.o 
FAILED: test/CMakeFiles/Bfloat16ConvertTest.dir/TestUtils.cc.o 
FAILED: test/CMakeFiles/EmbeddingSpMDM8BitTest.dir/EmbeddingSpMDM8BitTest.cc.o 
FAILED: test/CMakeFiles/EmbeddingSpMDM8BitTest.dir/TestUtils.cc.o 
FAILED: test/CMakeFiles/EmbeddingSpMDMNBitTest.dir/EmbeddingSpMDMNBitTest.cc.o 
FAILED: test/CMakeFiles/EmbeddingSpMDMNBitTest.dir/TestUtils.cc.o 
FAILED: test/CMakeFiles/EmbeddingSpMDMTest.dir/EmbeddingSpMDMTest.cc.o 
FAILED: test/CMakeFiles/EmbeddingSpMDMTest.dir/TestUtils.cc.o 
FAILED: test/CMakeFiles/FP16Test.dir/FP16Test.cc.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-04-12 06:14:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c1cb1766eec979844d0718a81936797391ed4a

commit 37c1cb1766eec979844d0718a81936797391ed4a
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2023-04-12 06:11:34 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2023-04-12 06:13:52 +0000

    dev-libs/FBGEMM: test require C++14
    
    Closes: https://bugs.gentoo.org/904134
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 dev-libs/FBGEMM/FBGEMM-2023.02.10.ebuild             |  1 +
 dev-libs/FBGEMM/files/FBGEMM-2022.01.13-gentoo.patch | 12 ++++++------
 dev-libs/FBGEMM/files/FBGEMM-2023.02.10-test.patch   | 11 +++++++++++
 3 files changed, 18 insertions(+), 6 deletions(-)