$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2021-06-04 15:34:54
Andrey Semashev wrote:
> <rant>
> Docker people seem to think of Docker images as of VMs while they are not.
> Hence they consider it normal to build the image on one system and then run
> it on another, with possibly older kernel. Well, this is wrong.
> It doesn't work that way, and Boost.Filesystem is not the only piece of
> software that will break because of that.
> </rant>
As Niall mentioned, it might be that Docker just doesn't support the syscalls,
even when running on the same kernel.