Details
-
Bug
-
Status: In Review (View Workflow)
-
Blocker
-
Resolution: Unresolved
-
13.1
-
None
Description
|
https://buildbot.mariadb.org/#/builders/923/builds/7121/steps/4/logs/stdio |
/home/buildbot/amd64-sles-1507/build/sql/wsrep_sst.cc:40:10: fatal error: filesystem: No such file or directory
|
#include <filesystem>
|
^~~~~~~~~~~~
|
compilation terminated.
|
Container available for build testing - quay.io/mariadb-foundation/bb-worker:sles1507
alias bbw='podman run -v $PWD:/source:z \
|
--rm \
|
-ti \
|
--entrypoint bash \
|
--mount=type=tmpfs,tmpfs-size=10G,dst=/build \
|
--workdir /build'
|
$ bbw quay.io/mariadb-foundation/bb-worker:sles1507
|
buildbot@89cb69f30626:/build> cat /etc^C
|
buildbot@89cb69f30626:/build> cmake -DUPDATE_SUBMODULES=OFF -DPLUGIN_{DUCKDB,COLUMNSTORE,MROONGA,CONNECT}=NO /source/
|
-- The C compiler identification is GNU 7.5.0
|
-- The CXX compiler identification is GNU 7.5.0
|
...
|
buildbot@89cb69f30626:/build> cmake --build . --target wsrep --parallel 16
|
...
|
/source/sql/wsrep_sst.cc:40:10: fatal error: filesystem: No such file or directory
|
#include <filesystem>
|
^~~~~~~~~~~~
|
compilation terminated.
|
|
|
|
|
buildbot@89cb69f30626:/build> find /usr/include/ -name filesystem
|
/usr/include/boost/filesystem
|
/usr/include/c++/7/experimental/filesystem
|
|
|
|
attempted correction? https://github.com/MariaDB/server/pull/5226
Attachments
Issue Links
- is caused by
-
MDEV-29909 SST fails when table is defined with DATA DIRECTORY='/path/to' and datafile is larger than datadir space
-
- Closed
-