[CRIU] alpine linux
    Ross Boucher 
    rboucher at gmail.com
       
    Sun Jun 26 17:48:00 PDT 2016
    
    
  
If you want to try to reproduce what I'm seeing you can run this Dockerfile
from the criu src directory:
FROM alpine:3.2
RUN apk update && apk add \
                build-base \
                protobuf-c-dev \
                protobuf-dev \
                python \
                libaio-dev \
                libcap-dev \
                libnl3-dev \
                pkgconfig
COPY . /criu
WORKDIR /criu
RUN make clean && make -j $(nproc)
On Sun, Jun 26, 2016 at 5:35 PM Ross Boucher <rboucher at gmail.com> wrote:
> Has anyone tried or succeeded in building CRIU on alpine linux? I'm not
> able to get it to compile (error below but probably not that useful).
>
> -Ross
>
> /root/criu-2.3/criu/include/files.h:43:14: error: field 'stat' has
> incomplete type
>   struct stat stat;
>               ^
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openvz.org/pipermail/criu/attachments/20160627/e02b7d6b/attachment.html>
    
    
More information about the CRIU
mailing list