Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 737208 - dev-libs/sdformat-9.2.0 fails to compile
Summary: dev-libs/sdformat-9.2.0 fails to compile
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: systemwide-clang
  Show dependency tree
 
Reported: 2020-08-15 05:21 UTC by Agostino Sarubbo
Modified: 2020-09-07 09:44 UTC (History)
0 users

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


Attachments
build.log (build.log,48.84 KB, text/plain)
2020-08-15 05:21 UTC, Agostino Sarubbo
Details
1-CMakeError.log (1-CMakeError.log,34.11 KB, text/plain)
2020-08-15 05:21 UTC, Agostino Sarubbo
Details
1-CMakeOutput.log (1-CMakeOutput.log,33.32 KB, text/plain)
2020-08-15 05:21 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 2020-08-15 05:21:34 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/sdformat-9.2.0 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue is strictly related to the LLD linker, please block bug 731004.
This machine uses also GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Comment 1 Agostino Sarubbo gentoo-dev 2020-08-15 05:21:36 UTC
Created attachment 654712 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-08-15 05:21:38 UTC
Created attachment 654714 [details]
1-CMakeError.log

1-CMakeError.log
Comment 3 Agostino Sarubbo gentoo-dev 2020-08-15 05:21:39 UTC
Created attachment 654716 [details]
1-CMakeOutput.log

1-CMakeOutput.log
Comment 4 Alexis Ballier gentoo-dev 2020-09-07 09:44:54 UTC
/usr/lib/llvm/10/bin/x86_64-pc-linux-gnu-clang++  -I/var/tmp/portage/dev-libs/sdformat-9.2.0/work/sdformat-9.2.0/test/gtest/include -I/var/tmp/portage/dev-libs/sdformat-9.2.0/work/sdformat-9.2.0/include -I. -Iinclude -I/var/tmp/portage/dev-libs/sdformat-9.2.0/work/sdformat-9.2.0/test/gtest -I/var/tmp/portage/dev-libs/sdformat-9.2.0/work/sdformat-9.2.0/test -isystem /usr/include/ignition/math6  -g -O2 -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color  -fvisibility=hidden -stdlib=libc++ -Wc++17-compat  -g -O2 -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color    -fPIC -std=c++17 -MD -MT test/integration/CMakeFiles/INTEGRATION_provide_feedback.dir/provide_feedback.cc.o -MF test/integration/CMakeFiles/INTEGRATION_provide_feedback.dir/provide_feedback.cc.o.d -o test/integration/CMakeFiles/INTEGRATION_provide_feedback.dir/provide_feedback.cc.o -c /var/tmp/portage/dev-libs/sdformat-9.2.0/work/sdformat-9.2.0/test/integration/provide_feedback.cc
/var/tmp/portage/dev-libs/sdformat-9.2.0/work/sdformat-9.2.0/test/integration/provide_feedback.cc:18:10: fatal error: 'string' file not found
#include <string>


your compiler not being able to find the string header seems broken to me