<div dir="ltr">If you want to try to reproduce what I&#39;m seeing you can run this Dockerfile from the criu src directory:<div><br></div><div><div>FROM alpine:3.2</div><div><br></div><div>RUN apk update &amp;&amp; apk add \</div><div>                build-base \</div><div>                protobuf-c-dev \</div><div>                protobuf-dev \</div><div>                python \</div><div>                libaio-dev \</div><div>                libcap-dev \</div><div>                libnl3-dev \</div><div>                pkgconfig</div><div><br></div><div>COPY . /criu</div><div>WORKDIR /criu</div><div><br></div><div>RUN make clean &amp;&amp; make -j $(nproc)</div></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Jun 26, 2016 at 5:35 PM Ross Boucher &lt;<a href="mailto:rboucher@gmail.com">rboucher@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Has anyone tried or succeeded in building CRIU on alpine linux? I&#39;m not able to get it to compile (error below but probably not that useful).<div><br></div><div>-Ross</div><div><br></div><div><div>/root/criu-2.3/criu/include/files.h:43:14: error: field &#39;stat&#39; has incomplete type</div><div>  struct stat stat;</div><div>              ^</div></div><div><br></div></div></blockquote></div>