LXC Source Build CentOS7

This is a guide for building LXC from source on CentOS7. This build was done a fresh install of CentOS7 desktop edition running GNOME desktop on Lenovo Thinkpad P70 mobile workstation hardware. The basic guide I used for this is here at thegeekstuff.

Download LXC Source

The LXC source is downloaded from here or you can just use the wget command as shown below.

[root@localhost ~]# wget https://linuxcontainers.org/downloads/lxc/lxc-2.0.3.tar.gz

--2016-08-14 12:35:26-- https://linuxcontainers.org/downloads/lxc/lxc-2.0.3.tar.gz

Resolving linuxcontainers.org (linuxcontainers.org)... 149.56.148.5, 2001:470:b368:1020:1::2

Connecting to linuxcontainers.org (linuxcontainers.org)|149.56.148.5|:443... connected.

HTTP request sent, awaiting response... 200 OK

Length: 1061364 (1.0M) [application/x-gzip]

Saving to: ‘lxc-2.0.3.tar.gz’

100%[=========================================================================================================================================================================>] 1,061,364 3.89MB/s in 0.3s

2016-08-14 12:35:26 (3.89 MB/s) - ‘lxc-2.0.3.tar.gz’ saved [1061364/1061364]

[root@localhost ~]# ls -lrt

total 1044

-rw-r--r--. 1 root root 1061364 Jun 28 14:45 lxc-2.0.3.tar.gz

-rw-------. 1 root root 1950 Aug 13 00:34 anaconda-ks.cfg

drwxr-xr-x. 8 root root 83 Aug 14 10:53 rpmbuild

[root@localhost ~]#

Build LXC from Source

Build LXC from the latest source tarball as shown below. The latest at this point is 2.0.3 as shown below.

[root@localhost ~]# ls -lrt

total 1044

-rw-r--r--. 1 root root 1061364 Jun 28 14:45 lxc-2.0.3.tar.gz

-rw-------. 1 root root 1950 Aug 13 00:34 anaconda-ks.cfg

drwxr-xr-x. 8 root root 83 Aug 14 10:53 rpmbuild

[root@localhost ~]# tar xvfz lxc-2.0.3.tar.gz

lxc-2.0.3/

lxc-2.0.3/lxc.spec.in

lxc-2.0.3/config/

lxc-2.0.3/config/sysconfig/

lxc-2.0.3/config/sysconfig/Makefile.am

lxc-2.0.3/config/sysconfig/Makefile.in

lxc-2.0.3/config/sysconfig/lxc

lxc-2.0.3/config/sysconfig/lxc.in

lxc-2.0.3/config/etc/

lxc-2.0.3/config/etc/Makefile.am

lxc-2.0.3/config/etc/default.conf.libvirt

lxc-2.0.3/config/etc/default.conf.lxcbr

lxc-2.0.3/config/etc/Makefile.in

lxc-2.0.3/config/etc/default.conf.unknown

lxc-2.0.3/config/Makefile.in

lxc-2.0.3/config/yum/

lxc-2.0.3/config/yum/Makefile.am

lxc-2.0.3/config/yum/Makefile.in

lxc-2.0.3/config/yum/lxc-patch.py

lxc-2.0.3/config/acinclude.m4

lxc-2.0.3/config/Makefile.am

lxc-2.0.3/config/install-sh

lxc-2.0.3/config/bash/

lxc-2.0.3/config/bash/Makefile.am

lxc-2.0.3/config/bash/lxc

lxc-2.0.3/config/bash/lxc.in

lxc-2.0.3/config/bash/Makefile.in

lxc-2.0.3/config/missing

lxc-2.0.3/config/tls.m4

lxc-2.0.3/config/depcomp

lxc-2.0.3/config/config.sub

lxc-2.0.3/config/compile

lxc-2.0.3/config/config.guess

lxc-2.0.3/config/init/

lxc-2.0.3/config/init/Makefile.am

lxc-2.0.3/config/init/upstart/

lxc-2.0.3/config/init/upstart/Makefile.am

lxc-2.0.3/config/init/upstart/lxc-instance.conf

lxc-2.0.3/config/init/upstart/lxc.conf.in

lxc-2.0.3/config/init/upstart/Makefile.in

lxc-2.0.3/config/init/upstart/lxc-net.conf.in

lxc-2.0.3/config/init/upstart/lxc.conf

lxc-2.0.3/config/init/systemd/

lxc-2.0.3/config/init/systemd/Makefile.in

lxc-2.0.3/config/init/systemd/Makefile.am

lxc-2.0.3/config/init/systemd/lxc-apparmor-load

lxc-2.0.3/config/init/systemd/lxc.service.in

lxc-2.0.3/config/init/systemd/lxc@.service.in

lxc-2.0.3/config/init/systemd/lxc-net.service.in

lxc-2.0.3/config/init/Makefile.in

lxc-2.0.3/config/init/sysvinit/

lxc-2.0.3/config/init/sysvinit/lxc-containers.in

lxc-2.0.3/config/init/sysvinit/Makefile.am

lxc-2.0.3/config/init/sysvinit/lxc-net.in

lxc-2.0.3/config/init/sysvinit/Makefile.in

lxc-2.0.3/config/init/common/

lxc-2.0.3/config/init/common/Makefile.am

lxc-2.0.3/config/init/common/Makefile.in

lxc-2.0.3/config/init/common/lxc-containers.in

lxc-2.0.3/config/init/common/lxc-net.in

lxc-2.0.3/config/selinux/

lxc-2.0.3/config/selinux/Makefile.in

lxc-2.0.3/config/selinux/lxc.if

lxc-2.0.3/config/selinux/Makefile.am

lxc-2.0.3/config/selinux/lxc.te

lxc-2.0.3/config/templates/

lxc-2.0.3/config/templates/plamo.common.conf.in

lxc-2.0.3/config/templates/opensuse.common.conf.in

lxc-2.0.3/config/templates/fedora.userns.conf.in

lxc-2.0.3/config/templates/ubuntu.common.conf.in

lxc-2.0.3/config/templates/ubuntu-cloud.userns.conf.in

lxc-2.0.3/config/templates/alpine.userns.conf.in

lxc-2.0.3/config/templates/slackware.userns.conf.in

lxc-2.0.3/config/templates/gentoo.common.conf.in

lxc-2.0.3/config/templates/centos.common.conf.in

lxc-2.0.3/config/templates/Makefile.am

lxc-2.0.3/config/templates/archlinux.common.conf.in

lxc-2.0.3/config/templates/oracle.userns.conf.in

lxc-2.0.3/config/templates/sparclinux.common.conf.in

lxc-2.0.3/config/templates/openwrt.common.conf.in

lxc-2.0.3/config/templates/ubuntu.lucid.conf.in

lxc-2.0.3/config/templates/debian.userns.conf.in

lxc-2.0.3/config/templates/gentoo.moresecure.conf.in

lxc-2.0.3/config/templates/userns.conf.in

lxc-2.0.3/config/templates/Makefile.in

lxc-2.0.3/config/templates/gentoo.userns.conf.in

lxc-2.0.3/config/templates/centos.userns.conf.in

lxc-2.0.3/config/templates/ubuntu-cloud.common.conf.in

lxc-2.0.3/config/templates/ubuntu.userns.conf.in

lxc-2.0.3/config/templates/opensuse.userns.conf.in

lxc-2.0.3/config/templates/plamo.userns.conf.in

lxc-2.0.3/config/templates/fedora.common.conf.in

lxc-2.0.3/config/templates/slackware.common.conf.in

lxc-2.0.3/config/templates/alpine.common.conf.in

lxc-2.0.3/config/templates/common.seccomp

lxc-2.0.3/config/templates/nesting.conf.in

lxc-2.0.3/config/templates/common.conf.in

lxc-2.0.3/config/templates/ubuntu-cloud.lucid.conf.in

lxc-2.0.3/config/templates/common.conf.d/

lxc-2.0.3/config/templates/common.conf.d/Makefile.in

lxc-2.0.3/config/templates/common.conf.d/Makefile.am

lxc-2.0.3/config/templates/common.conf.d/README

lxc-2.0.3/config/templates/debian.common.conf.in

lxc-2.0.3/config/templates/sparclinux.userns.conf.in

lxc-2.0.3/config/templates/oracle.common.conf.in

lxc-2.0.3/config/templates/archlinux.userns.conf.in

lxc-2.0.3/config/apparmor/

lxc-2.0.3/config/apparmor/Makefile.in

lxc-2.0.3/config/apparmor/container-rules

lxc-2.0.3/config/apparmor/lxc-generate-aa-rules.py

lxc-2.0.3/config/apparmor/usr.bin.lxc-start

lxc-2.0.3/config/apparmor/Makefile.am

lxc-2.0.3/config/apparmor/profiles/

lxc-2.0.3/config/apparmor/profiles/lxc-default-cgns

lxc-2.0.3/config/apparmor/profiles/lxc-default-with-nesting

lxc-2.0.3/config/apparmor/profiles/lxc-default-with-mounting

lxc-2.0.3/config/apparmor/profiles/lxc-default

lxc-2.0.3/config/apparmor/container-rules.base

lxc-2.0.3/config/apparmor/abstractions/

lxc-2.0.3/config/apparmor/abstractions/start-container

lxc-2.0.3/config/apparmor/abstractions/container-base

lxc-2.0.3/config/apparmor/abstractions/container-base.in

lxc-2.0.3/config/apparmor/README

lxc-2.0.3/config/apparmor/lxc-containers

lxc-2.0.3/templates/

lxc-2.0.3/templates/lxc-openmandriva.in

lxc-2.0.3/templates/lxc-gentoo.in

lxc-2.0.3/templates/lxc-ubuntu.in

lxc-2.0.3/templates/lxc-plamo.in

lxc-2.0.3/templates/lxc-cirros.in

lxc-2.0.3/templates/lxc-download.in

lxc-2.0.3/templates/lxc-busybox.in

lxc-2.0.3/templates/lxc-altlinux.in

lxc-2.0.3/templates/lxc-ubuntu-cloud.in

lxc-2.0.3/templates/Makefile.am

lxc-2.0.3/templates/lxc-fedora.in

lxc-2.0.3/templates/lxc-slackware.in

lxc-2.0.3/templates/lxc-oracle.in

lxc-2.0.3/templates/lxc-sshd.in

lxc-2.0.3/templates/lxc-sparclinux.in

lxc-2.0.3/templates/lxc-debian.in

lxc-2.0.3/templates/lxc-alpine.in

lxc-2.0.3/templates/Makefile.in

lxc-2.0.3/templates/lxc-archlinux.in

lxc-2.0.3/templates/lxc-opensuse.in

lxc-2.0.3/templates/lxc-centos.in

lxc-2.0.3/src/

lxc-2.0.3/src/python-lxc/

lxc-2.0.3/src/python-lxc/Makefile.in

lxc-2.0.3/src/python-lxc/lxc/

lxc-2.0.3/src/python-lxc/lxc/__init__.py

lxc-2.0.3/src/python-lxc/lxc.c

lxc-2.0.3/src/python-lxc/Makefile.am

lxc-2.0.3/src/python-lxc/setup.py.in

lxc-2.0.3/src/python-lxc/examples/

lxc-2.0.3/src/python-lxc/examples/api_test.py

lxc-2.0.3/src/python-lxc/examples/pyconsole-vte.py

lxc-2.0.3/src/python-lxc/examples/pyconsole.py

lxc-2.0.3/src/config.h.in

lxc-2.0.3/src/lxc/

lxc-2.0.3/src/lxc/lxc_top.c

lxc-2.0.3/src/lxc/freezer.c

lxc-2.0.3/src/lxc/Makefile.am

lxc-2.0.3/src/lxc/lxc-top.lua

lxc-2.0.3/src/lxc/lsm/

lxc-2.0.3/src/lxc/lsm/apparmor.c

lxc-2.0.3/src/lxc/lsm/lsm.h

lxc-2.0.3/src/lxc/lsm/selinux.c

lxc-2.0.3/src/lxc/lsm/nop.c

lxc-2.0.3/src/lxc/lsm/lsm.c

lxc-2.0.3/src/lxc/monitor.c

lxc-2.0.3/src/lxc/network.h

lxc-2.0.3/src/lxc/list.h

lxc-2.0.3/src/lxc/parse.c

lxc-2.0.3/src/lxc/log.c

lxc-2.0.3/src/lxc/lxcseccomp.h

lxc-2.0.3/src/lxc/conf.c

lxc-2.0.3/src/lxc/lxc_create.c

lxc-2.0.3/src/lxc/commands.c

lxc-2.0.3/src/lxc/rtnl.c

lxc-2.0.3/src/lxc/utils.c

lxc-2.0.3/src/lxc/mainloop.c

lxc-2.0.3/src/lxc/lxc_clone.c

lxc-2.0.3/src/lxc/lxc_checkpoint.c

lxc-2.0.3/src/lxc/af_unix.c

lxc-2.0.3/src/lxc/lxc_init.c

lxc-2.0.3/src/lxc/criu.h

lxc-2.0.3/src/lxc/arguments.c

lxc-2.0.3/src/lxc/console.c

lxc-2.0.3/src/lxc/lxclock.c

lxc-2.0.3/src/lxc/version.h.in

lxc-2.0.3/src/lxc/lxc-start-ephemeral.in

lxc-2.0.3/src/lxc/lxc_ls.c

lxc-2.0.3/src/lxc/lxccontainer.c

lxc-2.0.3/src/lxc/lxc.h

lxc-2.0.3/src/lxc/genl.h

lxc-2.0.3/src/lxc/lxc_unshare.c

lxc-2.0.3/src/lxc/attach.h

lxc-2.0.3/src/lxc/cgroup.c

lxc-2.0.3/src/lxc/nl.c

lxc-2.0.3/src/lxc/lxc.functions.in

lxc-2.0.3/src/lxc/state.c

lxc-2.0.3/src/lxc/Makefile.in

lxc-2.0.3/src/lxc/confile.c

lxc-2.0.3/src/lxc/lxc_execute.c

lxc-2.0.3/src/lxc/start.h

lxc-2.0.3/src/lxc/lxc_monitord.c

lxc-2.0.3/src/lxc/caps.h

lxc-2.0.3/src/lxc/initutils.c

lxc-2.0.3/src/lxc/bdev/

lxc-2.0.3/src/lxc/bdev/lxczfs.h

lxc-2.0.3/src/lxc/bdev/lxcrsync.c

lxc-2.0.3/src/lxc/bdev/lxclvm.c

lxc-2.0.3/src/lxc/bdev/lxcbtrfs.h

lxc-2.0.3/src/lxc/bdev/lxcdir.h

lxc-2.0.3/src/lxc/bdev/lxcnbd.h

lxc-2.0.3/src/lxc/bdev/lxcrbd.h

lxc-2.0.3/src/lxc/bdev/bdev.h

lxc-2.0.3/src/lxc/bdev/lxcloop.h

lxc-2.0.3/src/lxc/bdev/lxcoverlay.h

lxc-2.0.3/src/lxc/bdev/lxcaufs.c

lxc-2.0.3/src/lxc/bdev/lxcbtrfs.c

lxc-2.0.3/src/lxc/bdev/lxcdir.c

lxc-2.0.3/src/lxc/bdev/lxcrsync.h

lxc-2.0.3/src/lxc/bdev/lxclvm.h

lxc-2.0.3/src/lxc/bdev/lxczfs.c

lxc-2.0.3/src/lxc/bdev/lxcoverlay.c

lxc-2.0.3/src/lxc/bdev/lxcaufs.h

lxc-2.0.3/src/lxc/bdev/bdev.c

lxc-2.0.3/src/lxc/bdev/lxcloop.c

lxc-2.0.3/src/lxc/bdev/lxcrbd.c

lxc-2.0.3/src/lxc/bdev/lxcnbd.c

lxc-2.0.3/src/lxc/lxc_device.c

lxc-2.0.3/src/lxc/lxc_info.c

lxc-2.0.3/src/lxc/error.c

lxc-2.0.3/src/lxc/lxc_stop.c

lxc-2.0.3/src/lxc/attach_options.h

lxc-2.0.3/src/lxc/namespace.c

lxc-2.0.3/src/lxc/lxc_attach.c

lxc-2.0.3/src/lxc/lxcutmp.c

lxc-2.0.3/src/lxc/lxc_user_nic.c

lxc-2.0.3/src/lxc/sync.c

lxc-2.0.3/src/lxc/lxc_snapshot.c

lxc-2.0.3/src/lxc/lxc-checkconfig.in

lxc-2.0.3/src/lxc/lxc_copy.c

lxc-2.0.3/src/lxc/version.h

lxc-2.0.3/src/lxc/rtnl.h

lxc-2.0.3/src/lxc/utils.h

lxc-2.0.3/src/lxc/mainloop.h

lxc-2.0.3/src/lxc/af_unix.h

lxc-2.0.3/src/lxc/lxc_config.c

lxc-2.0.3/src/lxc/criu.c

lxc-2.0.3/src/lxc/arguments.h

lxc-2.0.3/src/lxc/console.h

lxc-2.0.3/src/lxc/lxclock.h

lxc-2.0.3/src/lxc/parse.h

lxc-2.0.3/src/lxc/log.h

lxc-2.0.3/src/lxc/conf.h

lxc-2.0.3/src/lxc/lxc_unfreeze.c

lxc-2.0.3/src/lxc/execute.c

lxc-2.0.3/src/lxc/commands.h

lxc-2.0.3/src/lxc/cgfs.c

lxc-2.0.3/src/lxc/monitor.h

lxc-2.0.3/src/lxc/network.c

lxc-2.0.3/src/lxc/namespace.h

lxc-2.0.3/src/lxc/lxcutmp.h

lxc-2.0.3/src/lxc/lxc_cgroup.c

lxc-2.0.3/src/lxc/lxc_freeze.c

lxc-2.0.3/src/lxc/sync.h

lxc-2.0.3/src/lxc/lxc_console.c

lxc-2.0.3/src/lxc/lxc_autostart.c

lxc-2.0.3/src/lxc/error.h

lxc-2.0.3/src/lxc/lxc_wait.c

lxc-2.0.3/src/lxc/cgmanager.c

lxc-2.0.3/src/lxc/lxc_destroy.c

lxc-2.0.3/src/lxc/confile.h

lxc-2.0.3/src/lxc/start.c

lxc-2.0.3/src/lxc/caps.c

lxc-2.0.3/src/lxc/seccomp.c

lxc-2.0.3/src/lxc/initutils.h

lxc-2.0.3/src/lxc/lxc_start.c

lxc-2.0.3/src/lxc/lxc_monitor.c

lxc-2.0.3/src/lxc/lxccontainer.h

lxc-2.0.3/src/lxc/lxc_usernsexec.c

lxc-2.0.3/src/lxc/genl.c

lxc-2.0.3/src/lxc/attach.c

lxc-2.0.3/src/lxc/cgfsng.c

lxc-2.0.3/src/lxc/cgroup.h

lxc-2.0.3/src/lxc/nl.h

lxc-2.0.3/src/lxc/state.h

lxc-2.0.3/src/tests/

lxc-2.0.3/src/tests/concurrent.c

lxc-2.0.3/src/tests/lxc-test-apparmor-mount

lxc-2.0.3/src/tests/Makefile.in

lxc-2.0.3/src/tests/saveconfig.c

lxc-2.0.3/src/tests/attach.c

lxc-2.0.3/src/tests/lxc-test-createconfig

lxc-2.0.3/src/tests/list.c

lxc-2.0.3/src/tests/lxc-test-automount

lxc-2.0.3/src/tests/Makefile.am

lxc-2.0.3/src/tests/snapshot.c

lxc-2.0.3/src/tests/createtest.c

lxc-2.0.3/src/tests/clonetest.c

lxc-2.0.3/src/tests/lxc-test-lxc-attach

lxc-2.0.3/src/tests/get_item.c

lxc-2.0.3/src/tests/lxc-test-snapdeps

lxc-2.0.3/src/tests/startone.c

lxc-2.0.3/src/tests/lxcpath.c

lxc-2.0.3/src/tests/reboot.c

lxc-2.0.3/src/tests/destroytest.c

lxc-2.0.3/src/tests/lxc-test-symlink

lxc-2.0.3/src/tests/lxc-test-ubuntu

lxc-2.0.3/src/tests/device_add_remove.c

lxc-2.0.3/src/tests/getkeys.c

lxc-2.0.3/src/tests/console.c

lxc-2.0.3/src/tests/shutdowntest.c

lxc-2.0.3/src/tests/may_control.c

lxc-2.0.3/src/tests/lxc-test-cloneconfig

lxc-2.0.3/src/tests/lxc-test-autostart

lxc-2.0.3/src/tests/aa.c

lxc-2.0.3/src/tests/containertests.c

lxc-2.0.3/src/tests/lxc-test-unpriv

lxc-2.0.3/src/tests/lxc-test-checkpoint-restore

lxc-2.0.3/src/tests/locktests.c

lxc-2.0.3/src/tests/lxc-test-usernic.in

lxc-2.0.3/src/tests/cgpath.c

lxc-2.0.3/src/include/

lxc-2.0.3/src/include/openpty.h

lxc-2.0.3/src/include/getsubopt.h

lxc-2.0.3/src/include/getline.h

lxc-2.0.3/src/include/lxcmntent.c

lxc-2.0.3/src/include/ifaddrs.h

lxc-2.0.3/src/include/getline.c

lxc-2.0.3/src/include/lxcmntent.h

lxc-2.0.3/src/include/getsubopt.c

lxc-2.0.3/src/include/openpty.c

lxc-2.0.3/src/include/ifaddrs.c

lxc-2.0.3/src/Makefile.in

lxc-2.0.3/src/Makefile.am

lxc-2.0.3/src/lua-lxc/

lxc-2.0.3/src/lua-lxc/lxc.lua

lxc-2.0.3/src/lua-lxc/Makefile.am

lxc-2.0.3/src/lua-lxc/Makefile.in

lxc-2.0.3/src/lua-lxc/test/

lxc-2.0.3/src/lua-lxc/test/apitest.lua

lxc-2.0.3/src/lua-lxc/core.c

lxc-2.0.3/INSTALL

lxc-2.0.3/README

lxc-2.0.3/autogen.sh

lxc-2.0.3/Makefile.in

lxc-2.0.3/hooks/

lxc-2.0.3/hooks/mountecryptfsroot

lxc-2.0.3/hooks/squid-deb-proxy-client

lxc-2.0.3/hooks/clonehostname

lxc-2.0.3/hooks/ubuntu-cloud-prep

lxc-2.0.3/hooks/Makefile.in

lxc-2.0.3/hooks/Makefile.am

lxc-2.0.3/hooks/unmount-namespace.c

lxc-2.0.3/NEWS

lxc-2.0.3/lxc.pc.in

lxc-2.0.3/aclocal.m4

lxc-2.0.3/Makefile.am

lxc-2.0.3/MAINTAINERS

lxc-2.0.3/AUTHORS

lxc-2.0.3/ChangeLog

lxc-2.0.3/configure.ac

lxc-2.0.3/lxc.spec

lxc-2.0.3/CONTRIBUTING

lxc-2.0.3/COPYING

lxc-2.0.3/configure

lxc-2.0.3/doc/

lxc-2.0.3/doc/see_also.sgml.in

lxc-2.0.3/doc/lxc-freeze.sgml.in

lxc-2.0.3/doc/lxc-usernet.sgml.in

lxc-2.0.3/doc/lxc-console.sgml.in

lxc-2.0.3/doc/Makefile.in

lxc-2.0.3/doc/lxc-checkpoint.sgml.in

lxc-2.0.3/doc/lxc-unfreeze.sgml.in

lxc-2.0.3/doc/lxc-attach.sgml.in

lxc-2.0.3/doc/lxc-autostart.sgml.in

lxc-2.0.3/doc/lxc-snapshot.sgml.in

lxc-2.0.3/doc/lxc-create.sgml.in

lxc-2.0.3/doc/lxc-unshare.sgml.in

lxc-2.0.3/doc/lxc-checkconfig.sgml.in

lxc-2.0.3/doc/common_options.sgml.in

lxc-2.0.3/doc/lxc-monitor.sgml.in

lxc-2.0.3/doc/lxc.system.conf.sgml.in

lxc-2.0.3/doc/lxc-device.sgml.in

lxc-2.0.3/doc/rootfs/

lxc-2.0.3/doc/rootfs/Makefile.in

lxc-2.0.3/doc/rootfs/README

lxc-2.0.3/doc/rootfs/Makefile.am

lxc-2.0.3/doc/Makefile.am

lxc-2.0.3/doc/lxc-execute.sgml.in

lxc-2.0.3/doc/lxc-cgroup.sgml.in

lxc-2.0.3/doc/api/

lxc-2.0.3/doc/api/Doxyfile

lxc-2.0.3/doc/api/Makefile.in

lxc-2.0.3/doc/api/Makefile.am

lxc-2.0.3/doc/lxc-top.sgml.in

lxc-2.0.3/doc/lxc.conf.sgml.in

lxc-2.0.3/doc/lxc-wait.sgml.in

lxc-2.0.3/doc/lxc-config.sgml.in

lxc-2.0.3/doc/lxc.sgml.in

lxc-2.0.3/doc/lxc.container.conf.sgml.in

lxc-2.0.3/doc/lxc-stop.sgml.in

lxc-2.0.3/doc/lxc-destroy.sgml.in

lxc-2.0.3/doc/lxc-info.sgml.in

lxc-2.0.3/doc/ja/

lxc-2.0.3/doc/ja/lxc-unfreeze.sgml.in

lxc-2.0.3/doc/ja/lxc-device.sgml.in

lxc-2.0.3/doc/ja/lxc-clone.sgml.in

lxc-2.0.3/doc/ja/see_also.sgml.in

lxc-2.0.3/doc/ja/lxc-snapshot.sgml.in

lxc-2.0.3/doc/ja/lxc-usernsexec.sgml.in

lxc-2.0.3/doc/ja/lxc-create.sgml.in

lxc-2.0.3/doc/ja/lxc-start.sgml.in

lxc-2.0.3/doc/ja/lxc.sgml.in

lxc-2.0.3/doc/ja/lxc-attach.sgml.in

lxc-2.0.3/doc/ja/lxc-top.sgml.in

lxc-2.0.3/doc/ja/lxc-checkconfig.sgml.in

lxc-2.0.3/doc/ja/lxc-freeze.sgml.in

lxc-2.0.3/doc/ja/lxc-destroy.sgml.in

lxc-2.0.3/doc/ja/lxc.system.conf.sgml.in

lxc-2.0.3/doc/ja/lxc-autostart.sgml.in

lxc-2.0.3/doc/ja/lxc.conf.sgml.in

lxc-2.0.3/doc/ja/lxc-wait.sgml.in

lxc-2.0.3/doc/ja/common_options.sgml.in

lxc-2.0.3/doc/ja/Makefile.am

lxc-2.0.3/doc/ja/lxc-console.sgml.in

lxc-2.0.3/doc/ja/lxc-usernet.sgml.in

lxc-2.0.3/doc/ja/lxc-info.sgml.in

lxc-2.0.3/doc/ja/lxc-user-nic.sgml.in

lxc-2.0.3/doc/ja/lxc-stop.sgml.in

lxc-2.0.3/doc/ja/lxc-config.sgml.in

lxc-2.0.3/doc/ja/Makefile.in

lxc-2.0.3/doc/ja/lxc-ls.sgml.in

lxc-2.0.3/doc/ja/lxc-copy.sgml.in

lxc-2.0.3/doc/ja/lxc-execute.sgml.in

lxc-2.0.3/doc/ja/lxc-checkpoint.sgml.in

lxc-2.0.3/doc/ja/lxc-cgroup.sgml.in

lxc-2.0.3/doc/ja/lxc-unshare.sgml.in

lxc-2.0.3/doc/ja/lxc-start-ephemeral.sgml.in

lxc-2.0.3/doc/ja/FAQ.txt

lxc-2.0.3/doc/ja/lxc.container.conf.sgml.in

lxc-2.0.3/doc/ja/lxc-monitor.sgml.in

lxc-2.0.3/doc/lxc-start.sgml.in

lxc-2.0.3/doc/FAQ.txt

lxc-2.0.3/doc/lxc-ls.sgml.in

lxc-2.0.3/doc/lxc-copy.sgml.in

lxc-2.0.3/doc/ko/

lxc-2.0.3/doc/ko/lxc-freeze.sgml.in

lxc-2.0.3/doc/ko/lxc-start.sgml.in

lxc-2.0.3/doc/ko/lxc-user-nic.sgml.in

lxc-2.0.3/doc/ko/lxc-console.sgml.in

lxc-2.0.3/doc/ko/lxc-usernet.sgml.in

lxc-2.0.3/doc/ko/see_also.sgml.in

lxc-2.0.3/doc/ko/common_options.sgml.in

lxc-2.0.3/doc/ko/lxc-attach.sgml.in

lxc-2.0.3/doc/ko/lxc.sgml.in

lxc-2.0.3/doc/ko/lxc-clone.sgml.in

lxc-2.0.3/doc/ko/lxc-create.sgml.in

lxc-2.0.3/doc/ko/lxc.container.conf.sgml.in

lxc-2.0.3/doc/ko/lxc.system.conf.sgml.in

lxc-2.0.3/doc/ko/lxc-execute.sgml.in

lxc-2.0.3/doc/ko/FAQ.txt

lxc-2.0.3/doc/ko/lxc-checkpoint.sgml.in

lxc-2.0.3/doc/ko/lxc-checkconfig.sgml.in

lxc-2.0.3/doc/ko/lxc-monitor.sgml.in

lxc-2.0.3/doc/ko/lxc-device.sgml.in

lxc-2.0.3/doc/ko/lxc-unshare.sgml.in

lxc-2.0.3/doc/ko/lxc-start-ephemeral.sgml.in

lxc-2.0.3/doc/ko/lxc-cgroup.sgml.in

lxc-2.0.3/doc/ko/lxc-autostart.sgml.in

lxc-2.0.3/doc/ko/lxc-top.sgml.in

lxc-2.0.3/doc/ko/lxc-ls.sgml.in

lxc-2.0.3/doc/ko/lxc-usernsexec.sgml.in

lxc-2.0.3/doc/ko/lxc.conf.sgml.in

lxc-2.0.3/doc/ko/lxc-config.sgml.in

lxc-2.0.3/doc/ko/lxc-wait.sgml.in

lxc-2.0.3/doc/ko/Makefile.in

lxc-2.0.3/doc/ko/lxc-snapshot.sgml.in

lxc-2.0.3/doc/ko/lxc-unfreeze.sgml.in

lxc-2.0.3/doc/ko/lxc-info.sgml.in

lxc-2.0.3/doc/ko/lxc-stop.sgml.in

lxc-2.0.3/doc/ko/Makefile.am

lxc-2.0.3/doc/ko/lxc-copy.sgml.in

lxc-2.0.3/doc/ko/lxc-destroy.sgml.in

lxc-2.0.3/doc/lxc.container.conf

lxc-2.0.3/doc/lxc-usernsexec.sgml.in

lxc-2.0.3/doc/lxc-start-ephemeral.sgml.in

lxc-2.0.3/doc/lxc.system.conf

lxc-2.0.3/doc/lxc-user-nic.sgml.in

lxc-2.0.3/doc/examples/

lxc-2.0.3/doc/examples/seccomp-v2-blacklist.conf

lxc-2.0.3/doc/examples/lxc-phys.conf.in

lxc-2.0.3/doc/examples/Makefile.am

lxc-2.0.3/doc/examples/seccomp-v2.conf

lxc-2.0.3/doc/examples/lxc-complex.conf.in

lxc-2.0.3/doc/examples/Makefile.in

lxc-2.0.3/doc/examples/lxc-veth.conf.in

lxc-2.0.3/doc/examples/lxc-empty-netns.conf.in

lxc-2.0.3/doc/examples/lxc-macvlan.conf.in

lxc-2.0.3/doc/examples/lxc-vlan.conf.in

lxc-2.0.3/doc/examples/seccomp-v1.conf

lxc-2.0.3/doc/examples/lxc-no-netns.conf.in

lxc-2.0.3/doc/lxc-clone.sgml.in

[root@localhost ~]#

Install Required Libraries and Tools

Check to be sure required libraries libcap-devel, libcgroup, wget and bridge-utils are installed as shown below. Busybox should not be needed here but since it's in the guide I used it's included in the command as shown below. Note that I found later in the procedure that I needed graphviz installed for the "make" and "make install" commands so that is added to the yum command but no output is shown because graphiz was added later to this command line so the output from the yum command does not reference graphviz.

[root@localhost ~]# yum install libcap-devel libcgroup busybox wget bridge-utils graphviz

Loaded plugins: fastestmirror, langpacks

Loading mirror speeds from cached hostfile

* base: mirror.cisp.com

* epel: lug.mtu.edu

* extras: mirror.sesp.northwestern.edu

* updates: lug.mtu.edu

Package libcgroup-0.41-8.el7.x86_64 already installed and latest version

No package busybox available.

Package wget-1.14-10.el7_0.1.x86_64 already installed and latest version

Package bridge-utils-1.5-9.el7.x86_64 already installed and latest version

Resolving Dependencies

--> Running transaction check

---> Package libcap-devel.x86_64 0:2.22-8.el7 will be installed

--> Finished Dependency Resolution

Dependencies Resolved

===================================================================================================================================================================================================================

Package Arch Version Repository Size

===================================================================================================================================================================================================================

Installing:

libcap-devel x86_64 2.22-8.el7 base 26 k

Transaction Summary

===================================================================================================================================================================================================================

Install 1 Package

Total download size: 26 k

Installed size: 15 k

Is this ok [y/d/N]: y

Downloading packages:

libcap-devel-2.22-8.el7.x86_64.rpm | 26 kB 00:00:01

Running transaction check

Running transaction test

Transaction test succeeded

Running transaction

Installing : libcap-devel-2.22-8.el7.x86_64 1/1

Verifying : libcap-devel-2.22-8.el7.x86_64 1/1

Installed:

libcap-devel.x86_64 0:2.22-8.el7

Complete!

[root@localhost ~]#

Groupinstall Development Tools

Install Development Tools as shown below if not already installed. When I installed CentOS7 I selected most of the Development options so this probably is already installed. In any case, here is the message returned when this install was attempted as shown below. I continued on and had no issues.

[root@localhost ~]# yum groupinstall "Development tools"

Loaded plugins: fastestmirror, langpacks

There is no installed groups file.

Maybe run: yum groups mark convert (see man yum)

Loading mirror speeds from cached hostfile

* base: mirror.eboundhost.com

* epel: mirror.steadfast.net

* extras: mirror.sesp.northwestern.edu

* updates: mirror.team-cymru.org

Warning: Group development does not have any packages to install.

Maybe run: yum groups mark install (see man yum)

No packages in any requested group available to install or update

[root@localhost ~]#

Run Configure Command for LXC Source

Run the ./configure as shown below. The full output is shown for completeness.

[root@localhost lxc-2.0.3]# ./configure

checking for pkg-config... /bin/pkg-config

checking pkg-config is at least version 0.9.0... yes

checking for a BSD-compatible install... /bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... /bin/mkdir -p

checking for gawk... gawk

checking whether make sets $(MAKE)... yes

checking whether make supports nested variables... yes

checking build system type... x86_64-pc-linux-gnu

checking host system type... x86_64-pc-linux-gnu

checking for style of include used by make... GNU

checking for gcc... gcc

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables...

checking whether we are cross compiling... no

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking whether gcc understands -c and -o together... yes

checking dependency style of gcc... gcc3

checking how to run the C preprocessor... gcc -E

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking minix/config.h usability... no

checking minix/config.h presence... no

checking for minix/config.h... no

checking whether it is safe to define __EXTENSIONS__... yes

checking host distribution... checking for /etc/redhat-release... yes

checking for /etc/oracle-release... no

checking for /etc/sparclinux-release... no

checking for /etc/centos-release... yes

checking for /etc/fedora-release... no

checking for /etc/SuSE-release... no

checking for /etc/gentoo-release... no

checking for /etc/debian_version... no

checking for /etc/arch-release... no

checking for /etc/slackware-version... no

checking for /etc/plamo-version... no

checking for /etc/frugalware-release... no

checking for /etc/mandrakelinux-release... no

checking for /etc/mandriva-release... no

checking for /etc/pardus-release... no

checking for /etc/altlinux-release... no

centos

checking for init system type... sysvinit

checking for docbook2x-man... no

checking for doxygen... doxygen

checking for aa_change_profile in -lapparmor... no

checking for gnutls_hash_fast in -lgnutls... no

checking for setexeccon_raw in -lselinux... yes

checking selinux/selinux.h usability... yes

checking selinux/selinux.h presence... yes

checking for selinux/selinux.h... yes

checking for setexeccon_raw in -lselinux... (cached) yes

checking for seccomp_init in -lseccomp... no

checking for cgmanager_create in -lcgmanager... no

checking for get_pid_cgroup_abs_sync... checking for library containing cgmanager_get_pid_cgroup_abs_sync... no

no

checking for cgmanager_list_controllers... checking for library containing cgmanager_list_controllers_sync... no

no

checking for cap_init in -lcap... no

checking for cap_set_proc in -lcap... yes

checking for cap_set_proc in -lcap... (cached) yes

checking for scmp_filter_ctx... no

checking whether seccomp_syscall_resolve_name_arch is declared... no

checking for PYTHONDEV... no

checking for LUA... no

checking for LUA... no

checking for LUA... no

checking Whether to place logfiles in container config path... no

checking for linux/unistd.h... yes

checking for linux/netlink.h... yes

checking for linux/genetlink.h... yes

checking for bionic libc... no

checking whether PR_CAPBSET_DROP is declared... yes

checking sys/signalfd.h usability... yes

checking sys/signalfd.h presence... yes

checking for sys/signalfd.h... yes

checking pty.h usability... yes

checking pty.h presence... yes

checking for pty.h... yes

checking ifaddrs.h usability... yes

checking ifaddrs.h presence... yes

checking for ifaddrs.h... yes

checking sys/capability.h usability... yes

checking sys/capability.h presence... yes

checking for sys/capability.h... yes

checking sys/personality.h usability... yes

checking sys/personality.h presence... yes

checking for sys/personality.h... yes

checking utmpx.h usability... yes

checking utmpx.h presence... yes

checking for utmpx.h... yes

checking sys/timerfd.h usability... yes

checking sys/timerfd.h presence... yes

checking for sys/timerfd.h... yes

checking for setns... yes

checking for pivot_root... yes

checking for sethostname... yes

checking for unshare... yes

checking for rand_r... yes

checking for confstr... yes

checking for faccessat... yes

checking for main in -lpthread... yes

checking for pthread_atfork... yes

checking for statvfs... yes

checking for openpty in -lutil... yes

checking for openpty... yes

checking for hasmntopt... yes

checking for setmntent... yes

checking for endmntent... yes

checking for utmpxname... yes

checking for getline... yes

checking for getsubopt... yes

checking for fgetln... no

checking for library containing sem_open... none required

checking for library containing clock_gettime... none required

checking whether gcc needs -traditional... no

checking for a sed that does not truncate output... /bin/sed

checking for TLS... yes

checking that generated files are newer than configure... done

configure: creating ./config.status

config.status: creating Makefile

config.status: creating lxc.pc

config.status: creating lxc.spec

config.status: creating config/Makefile

config.status: creating config/apparmor/Makefile

config.status: creating config/selinux/Makefile

config.status: creating config/bash/Makefile

config.status: creating config/bash/lxc

config.status: creating config/init/Makefile

config.status: creating config/init/common/Makefile

config.status: creating config/init/common/lxc-containers

config.status: creating config/init/common/lxc-net

config.status: creating config/init/systemd/Makefile

config.status: creating config/init/systemd/lxc.service

config.status: creating config/init/systemd/lxc@.service

config.status: creating config/init/systemd/lxc-net.service

config.status: creating config/init/sysvinit/Makefile

config.status: creating config/init/sysvinit/lxc-containers

config.status: creating config/init/sysvinit/lxc-net

config.status: creating config/init/upstart/lxc.conf

config.status: creating config/init/upstart/lxc-net.conf

config.status: creating config/init/upstart/Makefile

config.status: creating config/etc/Makefile

config.status: creating config/templates/Makefile

config.status: creating config/templates/alpine.common.conf

config.status: creating config/templates/alpine.userns.conf

config.status: creating config/templates/archlinux.common.conf

config.status: creating config/templates/archlinux.userns.conf

config.status: creating config/templates/centos.common.conf

config.status: creating config/templates/centos.userns.conf

config.status: creating config/templates/common.conf

config.status: creating config/templates/common.conf.d/Makefile

config.status: creating config/templates/debian.common.conf

config.status: creating config/templates/debian.userns.conf

config.status: creating config/templates/fedora.common.conf

config.status: creating config/templates/fedora.userns.conf

config.status: creating config/templates/gentoo.common.conf

config.status: creating config/templates/gentoo.moresecure.conf

config.status: creating config/templates/gentoo.userns.conf

config.status: creating config/templates/nesting.conf

config.status: creating config/templates/opensuse.common.conf

config.status: creating config/templates/opensuse.userns.conf

config.status: creating config/templates/oracle.common.conf

config.status: creating config/templates/oracle.userns.conf

config.status: creating config/templates/plamo.common.conf

config.status: creating config/templates/plamo.userns.conf

config.status: creating config/templates/slackware.common.conf

config.status: creating config/templates/slackware.userns.conf

config.status: creating config/templates/ubuntu-cloud.common.conf

config.status: creating config/templates/ubuntu-cloud.lucid.conf

config.status: creating config/templates/ubuntu-cloud.userns.conf

config.status: creating config/templates/ubuntu.common.conf

config.status: creating config/templates/ubuntu.lucid.conf

config.status: creating config/templates/ubuntu.userns.conf

config.status: creating config/templates/openwrt.common.conf

config.status: creating config/templates/sparclinux.common.conf

config.status: creating config/templates/sparclinux.userns.conf

config.status: creating config/templates/userns.conf

config.status: creating config/yum/Makefile

config.status: creating config/sysconfig/Makefile

config.status: creating config/sysconfig/lxc

config.status: creating doc/Makefile

config.status: creating doc/api/Makefile

config.status: creating doc/lxc-attach.sgml

config.status: creating doc/lxc-autostart.sgml

config.status: creating doc/lxc-cgroup.sgml

config.status: creating doc/lxc-checkconfig.sgml

config.status: creating doc/lxc-checkpoint.sgml

config.status: creating doc/lxc-clone.sgml

config.status: creating doc/lxc-config.sgml

config.status: creating doc/lxc-console.sgml

config.status: creating doc/lxc-copy.sgml

config.status: creating doc/lxc-create.sgml

config.status: creating doc/lxc-destroy.sgml

config.status: creating doc/lxc-device.sgml

config.status: creating doc/lxc-execute.sgml

config.status: creating doc/lxc-freeze.sgml

config.status: creating doc/lxc-info.sgml

config.status: creating doc/lxc-ls.sgml

config.status: creating doc/lxc-monitor.sgml

config.status: creating doc/lxc-snapshot.sgml

config.status: creating doc/lxc-start-ephemeral.sgml

config.status: creating doc/lxc-start.sgml

config.status: creating doc/lxc-stop.sgml

config.status: creating doc/lxc-top.sgml

config.status: creating doc/lxc-unfreeze.sgml

config.status: creating doc/lxc-unshare.sgml

config.status: creating doc/lxc-user-nic.sgml

config.status: creating doc/lxc-usernsexec.sgml

config.status: creating doc/lxc-wait.sgml

config.status: creating doc/lxc.conf.sgml

config.status: creating doc/lxc.container.conf.sgml

config.status: creating doc/lxc.system.conf.sgml

config.status: creating doc/lxc-usernet.sgml

config.status: creating doc/lxc.sgml

config.status: creating doc/common_options.sgml

config.status: creating doc/see_also.sgml

config.status: creating doc/rootfs/Makefile

config.status: creating doc/examples/Makefile

config.status: creating doc/examples/lxc-macvlan.conf

config.status: creating doc/examples/lxc-vlan.conf

config.status: creating doc/examples/lxc-no-netns.conf

config.status: creating doc/examples/lxc-empty-netns.conf

config.status: creating doc/examples/lxc-phys.conf

config.status: creating doc/examples/lxc-veth.conf

config.status: creating doc/examples/lxc-complex.conf

config.status: creating doc/ja/Makefile

config.status: creating doc/ja/lxc-attach.sgml

config.status: creating doc/ja/lxc-autostart.sgml

config.status: creating doc/ja/lxc-cgroup.sgml

config.status: creating doc/ja/lxc-checkconfig.sgml

config.status: creating doc/ja/lxc-checkpoint.sgml

config.status: creating doc/ja/lxc-clone.sgml

config.status: creating doc/ja/lxc-config.sgml

config.status: creating doc/ja/lxc-console.sgml

config.status: creating doc/ja/lxc-copy.sgml

config.status: creating doc/ja/lxc-create.sgml

config.status: creating doc/ja/lxc-destroy.sgml

config.status: creating doc/ja/lxc-device.sgml

config.status: creating doc/ja/lxc-execute.sgml

config.status: creating doc/ja/lxc-freeze.sgml

config.status: creating doc/ja/lxc-info.sgml

config.status: creating doc/ja/lxc-ls.sgml

config.status: creating doc/ja/lxc-monitor.sgml

config.status: creating doc/ja/lxc-snapshot.sgml

config.status: creating doc/ja/lxc-start-ephemeral.sgml

config.status: creating doc/ja/lxc-start.sgml

config.status: creating doc/ja/lxc-stop.sgml

config.status: creating doc/ja/lxc-top.sgml

config.status: creating doc/ja/lxc-unfreeze.sgml

config.status: creating doc/ja/lxc-unshare.sgml

config.status: creating doc/ja/lxc-user-nic.sgml

config.status: creating doc/ja/lxc-usernsexec.sgml

config.status: creating doc/ja/lxc-wait.sgml

config.status: creating doc/ja/lxc.conf.sgml

config.status: creating doc/ja/lxc.container.conf.sgml

config.status: creating doc/ja/lxc.system.conf.sgml

config.status: creating doc/ja/lxc-usernet.sgml

config.status: creating doc/ja/lxc.sgml

config.status: creating doc/ja/common_options.sgml

config.status: creating doc/ja/see_also.sgml

config.status: creating doc/ko/Makefile

config.status: creating doc/ko/lxc-attach.sgml

config.status: creating doc/ko/lxc-autostart.sgml

config.status: creating doc/ko/lxc-cgroup.sgml

config.status: creating doc/ko/lxc-checkconfig.sgml

config.status: creating doc/ko/lxc-checkpoint.sgml

config.status: creating doc/ko/lxc-clone.sgml

config.status: creating doc/ko/lxc-config.sgml

config.status: creating doc/ko/lxc-console.sgml

config.status: creating doc/ko/lxc-copy.sgml

config.status: creating doc/ko/lxc-create.sgml

config.status: creating doc/ko/lxc-destroy.sgml

config.status: creating doc/ko/lxc-device.sgml

config.status: creating doc/ko/lxc-execute.sgml

config.status: creating doc/ko/lxc-freeze.sgml

config.status: creating doc/ko/lxc-info.sgml

config.status: creating doc/ko/lxc-ls.sgml

config.status: creating doc/ko/lxc-monitor.sgml

config.status: creating doc/ko/lxc-snapshot.sgml

config.status: creating doc/ko/lxc-start-ephemeral.sgml

config.status: creating doc/ko/lxc-start.sgml

config.status: creating doc/ko/lxc-stop.sgml

config.status: creating doc/ko/lxc-top.sgml

config.status: creating doc/ko/lxc-unfreeze.sgml

config.status: creating doc/ko/lxc-unshare.sgml

config.status: creating doc/ko/lxc-user-nic.sgml

config.status: creating doc/ko/lxc-usernsexec.sgml

config.status: creating doc/ko/lxc-wait.sgml

config.status: creating doc/ko/lxc.conf.sgml

config.status: creating doc/ko/lxc.container.conf.sgml

config.status: creating doc/ko/lxc.system.conf.sgml

config.status: creating doc/ko/lxc-usernet.sgml

config.status: creating doc/ko/lxc.sgml

config.status: creating doc/ko/common_options.sgml

config.status: creating doc/ko/see_also.sgml

config.status: creating hooks/Makefile

config.status: creating templates/Makefile

config.status: creating templates/lxc-alpine

config.status: creating templates/lxc-altlinux

config.status: creating templates/lxc-archlinux

config.status: creating templates/lxc-busybox

config.status: creating templates/lxc-centos

config.status: creating templates/lxc-cirros

config.status: creating templates/lxc-debian

config.status: creating templates/lxc-download

config.status: creating templates/lxc-fedora

config.status: creating templates/lxc-gentoo

config.status: creating templates/lxc-openmandriva

config.status: creating templates/lxc-opensuse

config.status: creating templates/lxc-oracle

config.status: creating templates/lxc-plamo

config.status: creating templates/lxc-slackware

config.status: creating templates/lxc-sshd

config.status: creating templates/lxc-ubuntu

config.status: creating templates/lxc-ubuntu-cloud

config.status: creating templates/lxc-sparclinux

config.status: creating src/Makefile

config.status: creating src/lxc/Makefile

config.status: creating src/lxc/lxc-checkconfig

config.status: creating src/lxc/lxc-start-ephemeral

config.status: creating src/lxc/lxc.functions

config.status: creating src/lxc/version.h

config.status: creating src/python-lxc/Makefile

config.status: creating src/python-lxc/setup.py

config.status: creating src/lua-lxc/Makefile

config.status: creating src/tests/Makefile

config.status: creating src/tests/lxc-test-usernic

config.status: creating src/config.h

config.status: linking config/etc/default.conf.lxcbr to config/etc/default.conf

config.status: executing depfiles commands

config.status: executing default commands

----------------------------

Environment:

- compiler: gcc

- distribution: centos

- init script type(s): sysvinit

- rpath: no

- GnuTLS: no

- Bash integration: yes

Security features:

- Apparmor: no

- Linux capabilities: yes

- seccomp: no

- SELinux: yes

- cgmanager: no

Bindings:

- lua: no

- python3: no

Documentation:

- examples: yes

- API documentation: yes

- user documentation: no

Debugging:

- tests: no

- mutex debugging: no

Paths:

- Logs in configpath: no

[root@localhost lxc-2.0.3]#

Run make command for LXC

Run the make command for LXC as shown below. The full output is shown for completeness.

[root@localhost lxc-2.0.3]# make

Making all in config

make[1]: Entering directory `/root/lxc-2.0.3/config'

Making all in apparmor

make[2]: Entering directory `/root/lxc-2.0.3/config/apparmor'

make[2]: Nothing to be done for `all'.

make[2]: Leaving directory `/root/lxc-2.0.3/config/apparmor'

Making all in bash

make[2]: Entering directory `/root/lxc-2.0.3/config/bash'

make[2]: Nothing to be done for `all'.

make[2]: Leaving directory `/root/lxc-2.0.3/config/bash'

Making all in etc

make[2]: Entering directory `/root/lxc-2.0.3/config/etc'

make[2]: Nothing to be done for `all'.

make[2]: Leaving directory `/root/lxc-2.0.3/config/etc'

Making all in init

make[2]: Entering directory `/root/lxc-2.0.3/config/init'

Making all in common

make[3]: Entering directory `/root/lxc-2.0.3/config/init/common'

make[3]: Nothing to be done for `all'.

make[3]: Leaving directory `/root/lxc-2.0.3/config/init/common'

Making all in systemd

make[3]: Entering directory `/root/lxc-2.0.3/config/init/systemd'

make all-am

make[4]: Entering directory `/root/lxc-2.0.3/config/init/systemd'

make[4]: Nothing to be done for `all-am'.

make[4]: Leaving directory `/root/lxc-2.0.3/config/init/systemd'

make[3]: Leaving directory `/root/lxc-2.0.3/config/init/systemd'

Making all in sysvinit

make[3]: Entering directory `/root/lxc-2.0.3/config/init/sysvinit'

make[3]: Nothing to be done for `all'.

make[3]: Leaving directory `/root/lxc-2.0.3/config/init/sysvinit'

Making all in upstart

make[3]: Entering directory `/root/lxc-2.0.3/config/init/upstart'

make[3]: Nothing to be done for `all'.

make[3]: Leaving directory `/root/lxc-2.0.3/config/init/upstart'

make[3]: Entering directory `/root/lxc-2.0.3/config/init'

make[3]: Nothing to be done for `all-am'.

make[3]: Leaving directory `/root/lxc-2.0.3/config/init'

make[2]: Leaving directory `/root/lxc-2.0.3/config/init'

Making all in selinux

make[2]: Entering directory `/root/lxc-2.0.3/config/selinux'

make[2]: Nothing to be done for `all'.

make[2]: Leaving directory `/root/lxc-2.0.3/config/selinux'

Making all in templates

make[2]: Entering directory `/root/lxc-2.0.3/config/templates'

Making all in common.conf.d

make[3]: Entering directory `/root/lxc-2.0.3/config/templates/common.conf.d'

make[3]: Nothing to be done for `all'.

make[3]: Leaving directory `/root/lxc-2.0.3/config/templates/common.conf.d'

make[3]: Entering directory `/root/lxc-2.0.3/config/templates'

make[3]: Nothing to be done for `all-am'.

make[3]: Leaving directory `/root/lxc-2.0.3/config/templates'

make[2]: Leaving directory `/root/lxc-2.0.3/config/templates'

Making all in yum

make[2]: Entering directory `/root/lxc-2.0.3/config/yum'

make[2]: Nothing to be done for `all'.

make[2]: Leaving directory `/root/lxc-2.0.3/config/yum'

Making all in sysconfig

make[2]: Entering directory `/root/lxc-2.0.3/config/sysconfig'

make[2]: Nothing to be done for `all'.

make[2]: Leaving directory `/root/lxc-2.0.3/config/sysconfig'

make[2]: Entering directory `/root/lxc-2.0.3/config'

make[2]: Nothing to be done for `all-am'.

make[2]: Leaving directory `/root/lxc-2.0.3/config'

make[1]: Leaving directory `/root/lxc-2.0.3/config'

Making all in src

make[1]: Entering directory `/root/lxc-2.0.3/src'

make all-recursive

make[2]: Entering directory `/root/lxc-2.0.3/src'

Making all in lxc

make[3]: Entering directory `/root/lxc-2.0.3/src/lxc'

depbase=`echo lxc_attach.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_attach.o -MD -MP -MF $depbase.Tpo -c -o lxc_attach.o lxc_attach.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-arguments.o -MD -MP -MF .deps/liblxc_so-arguments.Tpo -c -o liblxc_so-arguments.o `test -f 'arguments.c' || echo './'`arguments.c

mv -f .deps/liblxc_so-arguments.Tpo .deps/liblxc_so-arguments.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT bdev/liblxc_so-bdev.o -MD -MP -MF bdev/.deps/liblxc_so-bdev.Tpo -c -o bdev/liblxc_so-bdev.o `test -f 'bdev/bdev.c' || echo './'`bdev/bdev.c

mv -f bdev/.deps/liblxc_so-bdev.Tpo bdev/.deps/liblxc_so-bdev.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT bdev/liblxc_so-lxcaufs.o -MD -MP -MF bdev/.deps/liblxc_so-lxcaufs.Tpo -c -o bdev/liblxc_so-lxcaufs.o `test -f 'bdev/lxcaufs.c' || echo './'`bdev/lxcaufs.c

mv -f bdev/.deps/liblxc_so-lxcaufs.Tpo bdev/.deps/liblxc_so-lxcaufs.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT bdev/liblxc_so-lxcbtrfs.o -MD -MP -MF bdev/.deps/liblxc_so-lxcbtrfs.Tpo -c -o bdev/liblxc_so-lxcbtrfs.o `test -f 'bdev/lxcbtrfs.c' || echo './'`bdev/lxcbtrfs.c

mv -f bdev/.deps/liblxc_so-lxcbtrfs.Tpo bdev/.deps/liblxc_so-lxcbtrfs.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT bdev/liblxc_so-lxcdir.o -MD -MP -MF bdev/.deps/liblxc_so-lxcdir.Tpo -c -o bdev/liblxc_so-lxcdir.o `test -f 'bdev/lxcdir.c' || echo './'`bdev/lxcdir.c

mv -f bdev/.deps/liblxc_so-lxcdir.Tpo bdev/.deps/liblxc_so-lxcdir.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT bdev/liblxc_so-lxcloop.o -MD -MP -MF bdev/.deps/liblxc_so-lxcloop.Tpo -c -o bdev/liblxc_so-lxcloop.o `test -f 'bdev/lxcloop.c' || echo './'`bdev/lxcloop.c

mv -f bdev/.deps/liblxc_so-lxcloop.Tpo bdev/.deps/liblxc_so-lxcloop.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT bdev/liblxc_so-lxclvm.o -MD -MP -MF bdev/.deps/liblxc_so-lxclvm.Tpo -c -o bdev/liblxc_so-lxclvm.o `test -f 'bdev/lxclvm.c' || echo './'`bdev/lxclvm.c

mv -f bdev/.deps/liblxc_so-lxclvm.Tpo bdev/.deps/liblxc_so-lxclvm.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT bdev/liblxc_so-lxcnbd.o -MD -MP -MF bdev/.deps/liblxc_so-lxcnbd.Tpo -c -o bdev/liblxc_so-lxcnbd.o `test -f 'bdev/lxcnbd.c' || echo './'`bdev/lxcnbd.c

mv -f bdev/.deps/liblxc_so-lxcnbd.Tpo bdev/.deps/liblxc_so-lxcnbd.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT bdev/liblxc_so-lxcoverlay.o -MD -MP -MF bdev/.deps/liblxc_so-lxcoverlay.Tpo -c -o bdev/liblxc_so-lxcoverlay.o `test -f 'bdev/lxcoverlay.c' || echo './'`bdev/lxcoverlay.c

mv -f bdev/.deps/liblxc_so-lxcoverlay.Tpo bdev/.deps/liblxc_so-lxcoverlay.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT bdev/liblxc_so-lxcrbd.o -MD -MP -MF bdev/.deps/liblxc_so-lxcrbd.Tpo -c -o bdev/liblxc_so-lxcrbd.o `test -f 'bdev/lxcrbd.c' || echo './'`bdev/lxcrbd.c

mv -f bdev/.deps/liblxc_so-lxcrbd.Tpo bdev/.deps/liblxc_so-lxcrbd.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT bdev/liblxc_so-lxcrsync.o -MD -MP -MF bdev/.deps/liblxc_so-lxcrsync.Tpo -c -o bdev/liblxc_so-lxcrsync.o `test -f 'bdev/lxcrsync.c' || echo './'`bdev/lxcrsync.c

mv -f bdev/.deps/liblxc_so-lxcrsync.Tpo bdev/.deps/liblxc_so-lxcrsync.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT bdev/liblxc_so-lxczfs.o -MD -MP -MF bdev/.deps/liblxc_so-lxczfs.Tpo -c -o bdev/liblxc_so-lxczfs.o `test -f 'bdev/lxczfs.c' || echo './'`bdev/lxczfs.c

mv -f bdev/.deps/liblxc_so-lxczfs.Tpo bdev/.deps/liblxc_so-lxczfs.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-commands.o -MD -MP -MF .deps/liblxc_so-commands.Tpo -c -o liblxc_so-commands.o `test -f 'commands.c' || echo './'`commands.c

mv -f .deps/liblxc_so-commands.Tpo .deps/liblxc_so-commands.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-start.o -MD -MP -MF .deps/liblxc_so-start.Tpo -c -o liblxc_so-start.o `test -f 'start.c' || echo './'`start.c

mv -f .deps/liblxc_so-start.Tpo .deps/liblxc_so-start.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-execute.o -MD -MP -MF .deps/liblxc_so-execute.Tpo -c -o liblxc_so-execute.o `test -f 'execute.c' || echo './'`execute.c

mv -f .deps/liblxc_so-execute.Tpo .deps/liblxc_so-execute.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-monitor.o -MD -MP -MF .deps/liblxc_so-monitor.Tpo -c -o liblxc_so-monitor.o `test -f 'monitor.c' || echo './'`monitor.c

mv -f .deps/liblxc_so-monitor.Tpo .deps/liblxc_so-monitor.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-console.o -MD -MP -MF .deps/liblxc_so-console.Tpo -c -o liblxc_so-console.o `test -f 'console.c' || echo './'`console.c

mv -f .deps/liblxc_so-console.Tpo .deps/liblxc_so-console.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-freezer.o -MD -MP -MF .deps/liblxc_so-freezer.Tpo -c -o liblxc_so-freezer.o `test -f 'freezer.c' || echo './'`freezer.c

mv -f .deps/liblxc_so-freezer.Tpo .deps/liblxc_so-freezer.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-error.o -MD -MP -MF .deps/liblxc_so-error.Tpo -c -o liblxc_so-error.o `test -f 'error.c' || echo './'`error.c

mv -f .deps/liblxc_so-error.Tpo .deps/liblxc_so-error.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-parse.o -MD -MP -MF .deps/liblxc_so-parse.Tpo -c -o liblxc_so-parse.o `test -f 'parse.c' || echo './'`parse.c

mv -f .deps/liblxc_so-parse.Tpo .deps/liblxc_so-parse.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-cgfs.o -MD -MP -MF .deps/liblxc_so-cgfs.Tpo -c -o liblxc_so-cgfs.o `test -f 'cgfs.c' || echo './'`cgfs.c

mv -f .deps/liblxc_so-cgfs.Tpo .deps/liblxc_so-cgfs.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-cgfsng.o -MD -MP -MF .deps/liblxc_so-cgfsng.Tpo -c -o liblxc_so-cgfsng.o `test -f 'cgfsng.c' || echo './'`cgfsng.c

mv -f .deps/liblxc_so-cgfsng.Tpo .deps/liblxc_so-cgfsng.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-cgroup.o -MD -MP -MF .deps/liblxc_so-cgroup.Tpo -c -o liblxc_so-cgroup.o `test -f 'cgroup.c' || echo './'`cgroup.c

mv -f .deps/liblxc_so-cgroup.Tpo .deps/liblxc_so-cgroup.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-initutils.o -MD -MP -MF .deps/liblxc_so-initutils.Tpo -c -o liblxc_so-initutils.o `test -f 'initutils.c' || echo './'`initutils.c

mv -f .deps/liblxc_so-initutils.Tpo .deps/liblxc_so-initutils.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-utils.o -MD -MP -MF .deps/liblxc_so-utils.Tpo -c -o liblxc_so-utils.o `test -f 'utils.c' || echo './'`utils.c

mv -f .deps/liblxc_so-utils.Tpo .deps/liblxc_so-utils.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-sync.o -MD -MP -MF .deps/liblxc_so-sync.Tpo -c -o liblxc_so-sync.o `test -f 'sync.c' || echo './'`sync.c

mv -f .deps/liblxc_so-sync.Tpo .deps/liblxc_so-sync.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-namespace.o -MD -MP -MF .deps/liblxc_so-namespace.Tpo -c -o liblxc_so-namespace.o `test -f 'namespace.c' || echo './'`namespace.c

mv -f .deps/liblxc_so-namespace.Tpo .deps/liblxc_so-namespace.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-conf.o -MD -MP -MF .deps/liblxc_so-conf.Tpo -c -o liblxc_so-conf.o `test -f 'conf.c' || echo './'`conf.c

mv -f .deps/liblxc_so-conf.Tpo .deps/liblxc_so-conf.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-confile.o -MD -MP -MF .deps/liblxc_so-confile.Tpo -c -o liblxc_so-confile.o `test -f 'confile.c' || echo './'`confile.c

mv -f .deps/liblxc_so-confile.Tpo .deps/liblxc_so-confile.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-state.o -MD -MP -MF .deps/liblxc_so-state.Tpo -c -o liblxc_so-state.o `test -f 'state.c' || echo './'`state.c

mv -f .deps/liblxc_so-state.Tpo .deps/liblxc_so-state.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-log.o -MD -MP -MF .deps/liblxc_so-log.Tpo -c -o liblxc_so-log.o `test -f 'log.c' || echo './'`log.c

mv -f .deps/liblxc_so-log.Tpo .deps/liblxc_so-log.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-attach.o -MD -MP -MF .deps/liblxc_so-attach.Tpo -c -o liblxc_so-attach.o `test -f 'attach.c' || echo './'`attach.c

mv -f .deps/liblxc_so-attach.Tpo .deps/liblxc_so-attach.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-criu.o -MD -MP -MF .deps/liblxc_so-criu.Tpo -c -o liblxc_so-criu.o `test -f 'criu.c' || echo './'`criu.c

mv -f .deps/liblxc_so-criu.Tpo .deps/liblxc_so-criu.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-network.o -MD -MP -MF .deps/liblxc_so-network.Tpo -c -o liblxc_so-network.o `test -f 'network.c' || echo './'`network.c

mv -f .deps/liblxc_so-network.Tpo .deps/liblxc_so-network.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-nl.o -MD -MP -MF .deps/liblxc_so-nl.Tpo -c -o liblxc_so-nl.o `test -f 'nl.c' || echo './'`nl.c

mv -f .deps/liblxc_so-nl.Tpo .deps/liblxc_so-nl.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-rtnl.o -MD -MP -MF .deps/liblxc_so-rtnl.Tpo -c -o liblxc_so-rtnl.o `test -f 'rtnl.c' || echo './'`rtnl.c

mv -f .deps/liblxc_so-rtnl.Tpo .deps/liblxc_so-rtnl.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-genl.o -MD -MP -MF .deps/liblxc_so-genl.Tpo -c -o liblxc_so-genl.o `test -f 'genl.c' || echo './'`genl.c

mv -f .deps/liblxc_so-genl.Tpo .deps/liblxc_so-genl.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-caps.o -MD -MP -MF .deps/liblxc_so-caps.Tpo -c -o liblxc_so-caps.o `test -f 'caps.c' || echo './'`caps.c

mv -f .deps/liblxc_so-caps.Tpo .deps/liblxc_so-caps.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-mainloop.o -MD -MP -MF .deps/liblxc_so-mainloop.Tpo -c -o liblxc_so-mainloop.o `test -f 'mainloop.c' || echo './'`mainloop.c

mv -f .deps/liblxc_so-mainloop.Tpo .deps/liblxc_so-mainloop.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-af_unix.o -MD -MP -MF .deps/liblxc_so-af_unix.Tpo -c -o liblxc_so-af_unix.o `test -f 'af_unix.c' || echo './'`af_unix.c

mv -f .deps/liblxc_so-af_unix.Tpo .deps/liblxc_so-af_unix.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-lxcutmp.o -MD -MP -MF .deps/liblxc_so-lxcutmp.Tpo -c -o liblxc_so-lxcutmp.o `test -f 'lxcutmp.c' || echo './'`lxcutmp.c

mv -f .deps/liblxc_so-lxcutmp.Tpo .deps/liblxc_so-lxcutmp.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-lxclock.o -MD -MP -MF .deps/liblxc_so-lxclock.Tpo -c -o liblxc_so-lxclock.o `test -f 'lxclock.c' || echo './'`lxclock.c

mv -f .deps/liblxc_so-lxclock.Tpo .deps/liblxc_so-lxclock.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT liblxc_so-lxccontainer.o -MD -MP -MF .deps/liblxc_so-lxccontainer.Tpo -c -o liblxc_so-lxccontainer.o `test -f 'lxccontainer.c' || echo './'`lxccontainer.c

mv -f .deps/liblxc_so-lxccontainer.Tpo .deps/liblxc_so-lxccontainer.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT lsm/liblxc_so-nop.o -MD -MP -MF lsm/.deps/liblxc_so-nop.Tpo -c -o lsm/liblxc_so-nop.o `test -f 'lsm/nop.c' || echo './'`lsm/nop.c

mv -f lsm/.deps/liblxc_so-nop.Tpo lsm/.deps/liblxc_so-nop.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT lsm/liblxc_so-lsm.o -MD -MP -MF lsm/.deps/liblxc_so-lsm.Tpo -c -o lsm/liblxc_so-lsm.o `test -f 'lsm/lsm.c' || echo './'`lsm/lsm.c

mv -f lsm/.deps/liblxc_so-lsm.Tpo lsm/.deps/liblxc_so-lsm.Po

gcc -DHAVE_CONFIG_H -I. -I../../src -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -MT lsm/liblxc_so-selinux.o -MD -MP -MF lsm/.deps/liblxc_so-selinux.Tpo -c -o lsm/liblxc_so-selinux.o `test -f 'lsm/selinux.c' || echo './'`lsm/selinux.c

mv -f lsm/.deps/liblxc_so-selinux.Tpo lsm/.deps/liblxc_so-selinux.Po

gcc -fPIC -DPIC -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -pthread -g -O2 -Wall -Werror -pthread -shared -Wl,-soname,liblxc.so.1 -o liblxc.so liblxc_so-arguments.o bdev/liblxc_so-bdev.o bdev/liblxc_so-lxcaufs.o bdev/liblxc_so-lxcbtrfs.o bdev/liblxc_so-lxcdir.o bdev/liblxc_so-lxcloop.o bdev/liblxc_so-lxclvm.o bdev/liblxc_so-lxcnbd.o bdev/liblxc_so-lxcoverlay.o bdev/liblxc_so-lxcrbd.o bdev/liblxc_so-lxcrsync.o bdev/liblxc_so-lxczfs.o liblxc_so-commands.o liblxc_so-start.o liblxc_so-execute.o liblxc_so-monitor.o liblxc_so-console.o liblxc_so-freezer.o liblxc_so-error.o liblxc_so-parse.o liblxc_so-cgfs.o liblxc_so-cgfsng.o liblxc_so-cgroup.o liblxc_so-initutils.o liblxc_so-utils.o liblxc_so-sync.o liblxc_so-namespace.o liblxc_so-conf.o liblxc_so-confile.o liblxc_so-state.o liblxc_so-log.o liblxc_so-attach.o liblxc_so-criu.o liblxc_so-network.o liblxc_so-nl.o liblxc_so-rtnl.o liblxc_so-genl.o liblxc_so-caps.o liblxc_so-mainloop.o liblxc_so-af_unix.o liblxc_so-lxcutmp.o liblxc_so-lxclock.o liblxc_so-lxccontainer.o lsm/liblxc_so-nop.o lsm/liblxc_so-lsm.o lsm/liblxc_so-selinux.o -lcap -lselinux -lutil -lpthread

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-attach lxc_attach.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_autostart.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_autostart.o -MD -MP -MF $depbase.Tpo -c -o lxc_autostart.o lxc_autostart.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-autostart lxc_autostart.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_cgroup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_cgroup.o -MD -MP -MF $depbase.Tpo -c -o lxc_cgroup.o lxc_cgroup.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-cgroup lxc_cgroup.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_checkpoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_checkpoint.o -MD -MP -MF $depbase.Tpo -c -o lxc_checkpoint.o lxc_checkpoint.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-checkpoint lxc_checkpoint.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_copy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_copy.o -MD -MP -MF $depbase.Tpo -c -o lxc_copy.o lxc_copy.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-copy lxc_copy.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_config.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_config.o -MD -MP -MF $depbase.Tpo -c -o lxc_config.o lxc_config.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-config lxc_config.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_console.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_console.o -MD -MP -MF $depbase.Tpo -c -o lxc_console.o lxc_console.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-console lxc_console.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_create.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_create.o -MD -MP -MF $depbase.Tpo -c -o lxc_create.o lxc_create.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-create lxc_create.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_destroy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_destroy.o -MD -MP -MF $depbase.Tpo -c -o lxc_destroy.o lxc_destroy.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-destroy lxc_destroy.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_device.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_device.o -MD -MP -MF $depbase.Tpo -c -o lxc_device.o lxc_device.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-device lxc_device.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_execute.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_execute.o -MD -MP -MF $depbase.Tpo -c -o lxc_execute.o lxc_execute.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-execute lxc_execute.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_freeze.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_freeze.o -MD -MP -MF $depbase.Tpo -c -o lxc_freeze.o lxc_freeze.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-freeze lxc_freeze.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_info.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_info.o -MD -MP -MF $depbase.Tpo -c -o lxc_info.o lxc_info.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-info lxc_info.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_ls.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_ls.o -MD -MP -MF $depbase.Tpo -c -o lxc_ls.o lxc_ls.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-ls lxc_ls.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_monitor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_monitor.o -MD -MP -MF $depbase.Tpo -c -o lxc_monitor.o lxc_monitor.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-monitor lxc_monitor.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_snapshot.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_snapshot.o -MD -MP -MF $depbase.Tpo -c -o lxc_snapshot.o lxc_snapshot.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-snapshot lxc_snapshot.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_start.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_start.o -MD -MP -MF $depbase.Tpo -c -o lxc_start.o lxc_start.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-start lxc_start.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_stop.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_stop.o -MD -MP -MF $depbase.Tpo -c -o lxc_stop.o lxc_stop.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-stop lxc_stop.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_top.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_top.o -MD -MP -MF $depbase.Tpo -c -o lxc_top.o lxc_top.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-top lxc_top.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_unfreeze.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_unfreeze.o -MD -MP -MF $depbase.Tpo -c -o lxc_unfreeze.o lxc_unfreeze.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-unfreeze lxc_unfreeze.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_unshare.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_unshare.o -MD -MP -MF $depbase.Tpo -c -o lxc_unshare.o lxc_unshare.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-unshare lxc_unshare.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_usernsexec.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_usernsexec.o -MD -MP -MF $depbase.Tpo -c -o lxc_usernsexec.o lxc_usernsexec.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-usernsexec lxc_usernsexec.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_wait.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_wait.o -MD -MP -MF $depbase.Tpo -c -o lxc_wait.o lxc_wait.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-wait lxc_wait.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_monitord.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_monitord.o -MD -MP -MF $depbase.Tpo -c -o lxc_monitord.o lxc_monitord.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-monitord lxc_monitord.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_user_nic.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_user_nic.o -MD -MP -MF $depbase.Tpo -c -o lxc_user_nic.o lxc_user_nic.c &&\

mv -f $depbase.Tpo $depbase.Po

depbase=`echo network.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT network.o -MD -MP -MF $depbase.Tpo -c -o network.o network.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o lxc-user-nic lxc_user_nic.o network.o liblxc.so -lcap -lselinux -lutil -lpthread

depbase=`echo lxc_init.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -MT lxc_init.o -MD -MP -MF $depbase.Tpo -c -o lxc_init.o lxc_init.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -I../../src -DLXCROOTFSMOUNT=\"/usr/local/lib/lxc/rootfs\" -DLXCPATH=\"/usr/local/var/lib/lxc\" -DLXC_GLOBAL_CONF=\"/usr/local/etc/lxc/lxc.conf\" -DLXCINITDIR=\"/usr/local/libexec\" -DLIBEXECDIR=\"/usr/local/libexec\" -DLXCTEMPLATEDIR=\"/usr/local/share/lxc/templates\" -DLXCTEMPLATECONFIG=\"/usr/local/share/lxc/config\" -DLOGPATH=\"/usr/local/var/log/lxc\" -DLXC_DEFAULT_CONFIG=\"/usr/local/etc/lxc/default.conf\" -DLXC_USERNIC_DB=\"/run/lxc/nics\" -DLXC_USERNIC_CONF=\"/usr/local/etc/lxc/lxc-usernet\" -DDEFAULT_CGROUP_PATTERN=\"/lxc/%n\" -DRUNTIME_PATH=\"/run\" -DSBINDIR=\"/usr/local/sbin\" -DHAVE_SELINUX -g -O2 -Wall -Werror -Wl,-E -o init.lxc lxc_init.o liblxc.so -lcap -lselinux -lutil -lpthread

make[3]: Leaving directory `/root/lxc-2.0.3/src/lxc'

Making all in tests

make[3]: Entering directory `/root/lxc-2.0.3/src/tests'

make[3]: Nothing to be done for `all'.

make[3]: Leaving directory `/root/lxc-2.0.3/src/tests'

Making all in python-lxc

make[3]: Entering directory `/root/lxc-2.0.3/src/python-lxc'

make[3]: Nothing to be done for `all'.

make[3]: Leaving directory `/root/lxc-2.0.3/src/python-lxc'

Making all in lua-lxc

make[3]: Entering directory `/root/lxc-2.0.3/src/lua-lxc'

make[3]: Nothing to be done for `all'.

make[3]: Leaving directory `/root/lxc-2.0.3/src/lua-lxc'

make[3]: Entering directory `/root/lxc-2.0.3/src'

make[3]: Leaving directory `/root/lxc-2.0.3/src'

make[2]: Leaving directory `/root/lxc-2.0.3/src'

make[1]: Leaving directory `/root/lxc-2.0.3/src'

Making all in templates

make[1]: Entering directory `/root/lxc-2.0.3/templates'

make[1]: Nothing to be done for `all'.

make[1]: Leaving directory `/root/lxc-2.0.3/templates'

Making all in doc

make[1]: Entering directory `/root/lxc-2.0.3/doc'

Making all in examples

make[2]: Entering directory `/root/lxc-2.0.3/doc/examples'

make[2]: Nothing to be done for `all'.

make[2]: Leaving directory `/root/lxc-2.0.3/doc/examples'

Making all in rootfs

make[2]: Entering directory `/root/lxc-2.0.3/doc/rootfs'

make[2]: Nothing to be done for `all'.

make[2]: Leaving directory `/root/lxc-2.0.3/doc/rootfs'

Making all in ja

make[2]: Entering directory `/root/lxc-2.0.3/doc/ja'

make[3]: Entering directory `/root/lxc-2.0.3/doc/ja'

make[3]: Nothing to be done for `all-am'.

make[3]: Leaving directory `/root/lxc-2.0.3/doc/ja'

make[2]: Leaving directory `/root/lxc-2.0.3/doc/ja'

Making all in ko

make[2]: Entering directory `/root/lxc-2.0.3/doc/ko'

make[3]: Entering directory `/root/lxc-2.0.3/doc/ko'

make[3]: Nothing to be done for `all-am'.

make[3]: Leaving directory `/root/lxc-2.0.3/doc/ko'

make[2]: Leaving directory `/root/lxc-2.0.3/doc/ko'

Making all in api

make[2]: Entering directory `/root/lxc-2.0.3/doc/api'

doxygen

Searching for include files...

Searching for files in directory /root/lxc-2.0.3/src/include

Searching for files in directory /root/lxc-2.0.3/src/lxc

Searching for example files...

Searching for images...

Searching for dot files...

Searching for msc files...

Searching for files to exclude

Searching for files to process...

Reading and parsing tag files

Parsing files

Preprocessing /root/lxc-2.0.3/src/lxc/lxccontainer.h...

Parsing file /root/lxc-2.0.3/src/lxc/lxccontainer.h...

Preprocessing /root/lxc-2.0.3/src/lxc/lxclock.h...

Parsing file /root/lxc-2.0.3/src/lxc/lxclock.h...

Preprocessing /root/lxc-2.0.3/src/lxc/attach_options.h...

Parsing file /root/lxc-2.0.3/src/lxc/attach_options.h...

Building group list...

Building directory list...

Building namespace list...

Building file list...

Building class list...

Associating documentation with classes...

Computing nesting relations for classes...

Building example list...

Searching for enumerations...

Searching for documented typedefs...

Searching for members imported via using declarations...

Searching for included using directives...

Searching for documented variables...

Building interface member list...

Building member list...

Searching for friends...

Searching for documented defines...

Computing class inheritance relations...

Computing class usage relations...

Flushing cached template relations that have become invalid...

Creating members for template instances...

Computing class relations...

Add enum values to enums...

Searching for member function documentation...

Building page list...

Search for main page...

Computing page relations...

Determining the scope of groups...

Sorting lists...

Freeing entry tree

Determining which enums are documented

Computing member relations...

Building full member lists recursively...

Adding members to member groups.

Distributing member group documentation.

Computing member references...

Inheriting documentation...

Generating disk names...

Adding source references...

Adding xrefitems...

Sorting member lists...

Computing dependencies between directories...

Generating citations page...

Counting data structures...

Resolving user defined references...

Finding anchors and sections in the documentation...

Transferring function references...

Combining using relations...

Adding members to index pages...

Generating style sheet...

Generating search indices...

Generating example documentation...

Generating file sources...

Generating code for file /root/lxc-2.0.3/src/lxc/attach_options.h...

Generating code for file /root/lxc-2.0.3/src/lxc/lxccontainer.h...

Generating code for file /root/lxc-2.0.3/src/lxc/lxclock.h...

Generating file documentation...

Generating docs for file /root/lxc-2.0.3/src/lxc/attach_options.h...

<@6>:1: warning: parameters of member @6 are not (all) documented

Generating docs for file /root/lxc-2.0.3/src/lxc/lxccontainer.h...

Generating docs for file /root/lxc-2.0.3/src/lxc/lxclock.h...

Generating page documentation...

Generating group documentation...

Generating class documentation...

Generating docs for compound bdev_specs...

/root/lxc-2.0.3/src/lxc/lxccontainer.h:853: warning: Member zfs (variable) of class bdev_specs is not documented.

/root/lxc-2.0.3/src/lxc/lxccontainer.h:858: warning: Member lvm (variable) of class bdev_specs is not documented.

/root/lxc-2.0.3/src/lxc/lxccontainer.h:863: warning: Member rbd (variable) of class bdev_specs is not documented.

Generating docs for compound lxc_attach_command_t...

Generating docs for compound lxc_attach_options_t...

Generating docs for compound lxc_container...

Generating docs for compound lxc_lock...

Generating docs for compound lxc_snapshot...

Generating docs for compound migrate_opts...

/root/lxc-2.0.3/src/lxc/lxccontainer.h:880: warning: Member directory (variable) of class migrate_opts is not documented.

/root/lxc-2.0.3/src/lxc/lxccontainer.h:881: warning: Member verbose (variable) of class migrate_opts is not documented.

/root/lxc-2.0.3/src/lxc/lxccontainer.h:883: warning: Member stop (variable) of class migrate_opts is not documented.

/root/lxc-2.0.3/src/lxc/lxccontainer.h:884: warning: Member predump_dir (variable) of class migrate_opts is not documented.

/root/lxc-2.0.3/src/lxc/lxccontainer.h:885: warning: Member pageserver_address (variable) of class migrate_opts is not documented.

/root/lxc-2.0.3/src/lxc/lxccontainer.h:886: warning: Member pageserver_port (variable) of class migrate_opts is not documented.

/root/lxc-2.0.3/src/lxc/lxccontainer.h:893: warning: Member preserves_inodes (variable) of class migrate_opts is not documented.

Generating namespace index...

Generating graph info page...

Generating directory documentation...

Generating dependency graph for directory /root/lxc-2.0.3/src/lxc

Generating dependency graph for directory /root/lxc-2.0.3/src

Generating index page...

Generating page index...

Generating module index...

Generating namespace index...

Generating namespace member index...

Generating annotated compound index...

Generating alphabetical compound index...

Generating hierarchical class index...

Generating graphical class hierarchy...

Generating member index...

Generating file index...

Generating file member index...

Generating example index...

finalizing index lists...

Running dot...

Generating dot graphs using 9 parallel threads...

Running dot for graph 1/8

Running dot for graph 2/8

Running dot for graph 3/8

Running dot for graph 4/8

Running dot for graph 5/8

Running dot for graph 6/8

Running dot for graph 7/8

Running dot for graph 8/8

Patching output file 1/6

Patching output file 2/6

Patching output file 3/6

Patching output file 4/6

Patching output file 5/6

Patching output file 6/6

lookup cache used 228/65536 hits=839 misses=231

finished...

make[2]: Leaving directory `/root/lxc-2.0.3/doc/api'

make[2]: Entering directory `/root/lxc-2.0.3/doc'

make[2]: Nothing to be done for `all-am'.

make[2]: Leaving directory `/root/lxc-2.0.3/doc'

make[1]: Leaving directory `/root/lxc-2.0.3/doc'

Making all in hooks

make[1]: Entering directory `/root/lxc-2.0.3/hooks'

depbase=`echo unmount-namespace.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\

gcc -DHAVE_CONFIG_H -I. -I../src -g -O2 -Wall -Werror -MT unmount-namespace.o -MD -MP -MF $depbase.Tpo -c -o unmount-namespace.o unmount-namespace.c &&\

mv -f $depbase.Tpo $depbase.Po

gcc -g -O2 -Wall -Werror -o unmount-namespace unmount-namespace.o -lutil -lpthread

make[1]: Leaving directory `/root/lxc-2.0.3/hooks'

make[1]: Entering directory `/root/lxc-2.0.3'

make[1]: Nothing to be done for `all-am'.

make[1]: Leaving directory `/root/lxc-2.0.3'

[root@localhost lxc-2.0.3]#

Make Install LXC

Run the make install command for LXC as shown below. The full output of the command is shown for completeness.

[root@localhost lxc-2.0.3]# make install

Making install in config

make[1]: Entering directory `/root/lxc-2.0.3/config'

Making install in apparmor

make[2]: Entering directory `/root/lxc-2.0.3/config/apparmor'

make[3]: Entering directory `/root/lxc-2.0.3/config/apparmor'

make[3]: Nothing to be done for `install-exec-am'.

make[3]: Nothing to be done for `install-data-am'.

make[3]: Leaving directory `/root/lxc-2.0.3/config/apparmor'

make[2]: Leaving directory `/root/lxc-2.0.3/config/apparmor'

Making install in bash

make[2]: Entering directory `/root/lxc-2.0.3/config/bash'

make[3]: Entering directory `/root/lxc-2.0.3/config/bash'

make[3]: Nothing to be done for `install-exec-am'.

/bin/mkdir -p /usr/local/etc/bash_completion.d/

/bin/install -c -m 644 lxc /usr/local/etc/bash_completion.d/

make[3]: Leaving directory `/root/lxc-2.0.3/config/bash'

make[2]: Leaving directory `/root/lxc-2.0.3/config/bash'

Making install in etc

make[2]: Entering directory `/root/lxc-2.0.3/config/etc'

make[3]: Entering directory `/root/lxc-2.0.3/config/etc'

make[3]: Nothing to be done for `install-exec-am'.

/bin/mkdir -p '/usr/local/etc/lxc'

/bin/install -c -m 644 default.conf '/usr/local/etc/lxc'

make[3]: Leaving directory `/root/lxc-2.0.3/config/etc'

make[2]: Leaving directory `/root/lxc-2.0.3/config/etc'

Making install in init

make[2]: Entering directory `/root/lxc-2.0.3/config/init'

Making install in common

make[3]: Entering directory `/root/lxc-2.0.3/config/init/common'

make[4]: Entering directory `/root/lxc-2.0.3/config/init/common'

/bin/mkdir -p '/usr/local/libexec/lxc'

/bin/install -c lxc-containers lxc-net '/usr/local/libexec/lxc'

make[4]: Nothing to be done for `install-data-am'.

make[4]: Leaving directory `/root/lxc-2.0.3/config/init/common'

make[3]: Leaving directory `/root/lxc-2.0.3/config/init/common'

Making install in systemd

make[3]: Entering directory `/root/lxc-2.0.3/config/init/systemd'

make install-am

make[4]: Entering directory `/root/lxc-2.0.3/config/init/systemd'

make[5]: Entering directory `/root/lxc-2.0.3/config/init/systemd'

make[5]: Nothing to be done for `install-data-am'.

make[5]: Leaving directory `/root/lxc-2.0.3/config/init/systemd'

make[4]: Leaving directory `/root/lxc-2.0.3/config/init/systemd'

make[3]: Leaving directory `/root/lxc-2.0.3/config/init/systemd'

Making install in sysvinit

make[3]: Entering directory `/root/lxc-2.0.3/config/init/sysvinit'

make[4]: Entering directory `/root/lxc-2.0.3/config/init/sysvinit'

make[4]: Nothing to be done for `install-exec-am'.

/bin/mkdir -p /usr/local/etc/"rc.d/init.d"

/bin/install -c lxc-containers /usr/local/etc/"rc.d/init.d"/lxc

/bin/install -c lxc-net /usr/local/etc/"rc.d/init.d"/lxc-net

make[4]: Leaving directory `/root/lxc-2.0.3/config/init/sysvinit'

make[3]: Leaving directory `/root/lxc-2.0.3/config/init/sysvinit'

Making install in upstart

make[3]: Entering directory `/root/lxc-2.0.3/config/init/upstart'

make[4]: Entering directory `/root/lxc-2.0.3/config/init/upstart'

make[4]: Nothing to be done for `install-exec-am'.

make[4]: Nothing to be done for `install-data-am'.

make[4]: Leaving directory `/root/lxc-2.0.3/config/init/upstart'

make[3]: Leaving directory `/root/lxc-2.0.3/config/init/upstart'

make[3]: Entering directory `/root/lxc-2.0.3/config/init'

make[4]: Entering directory `/root/lxc-2.0.3/config/init'

make[4]: Nothing to be done for `install-exec-am'.

make[4]: Nothing to be done for `install-data-am'.

make[4]: Leaving directory `/root/lxc-2.0.3/config/init'

make[3]: Leaving directory `/root/lxc-2.0.3/config/init'

make[2]: Leaving directory `/root/lxc-2.0.3/config/init'

Making install in selinux

make[2]: Entering directory `/root/lxc-2.0.3/config/selinux'

make[3]: Entering directory `/root/lxc-2.0.3/config/selinux'

make[3]: Nothing to be done for `install-exec-am'.

/bin/mkdir -p '/usr/local/share/lxc/selinux'

/bin/install -c -m 644 lxc.if lxc.te '/usr/local/share/lxc/selinux'

make[3]: Leaving directory `/root/lxc-2.0.3/config/selinux'

make[2]: Leaving directory `/root/lxc-2.0.3/config/selinux'

Making install in templates

make[2]: Entering directory `/root/lxc-2.0.3/config/templates'

Making install in common.conf.d

make[3]: Entering directory `/root/lxc-2.0.3/config/templates/common.conf.d'

make[4]: Entering directory `/root/lxc-2.0.3/config/templates/common.conf.d'

make[4]: Nothing to be done for `install-exec-am'.

/bin/mkdir -p '/usr/local/share/lxc/config/common.conf.d/'

/bin/install -c -m 644 README '/usr/local/share/lxc/config/common.conf.d/'

make[4]: Leaving directory `/root/lxc-2.0.3/config/templates/common.conf.d'

make[3]: Leaving directory `/root/lxc-2.0.3/config/templates/common.conf.d'

make[3]: Entering directory `/root/lxc-2.0.3/config/templates'

make[4]: Entering directory `/root/lxc-2.0.3/config/templates'

make[4]: Nothing to be done for `install-exec-am'.

/bin/mkdir -p '/usr/local/share/lxc/config'

/bin/install -c -m 644 alpine.common.conf alpine.userns.conf archlinux.common.conf archlinux.userns.conf centos.common.conf centos.userns.conf common.conf common.seccomp debian.common.conf debian.userns.conf fedora.common.conf fedora.userns.conf gentoo.common.conf gentoo.moresecure.conf gentoo.userns.conf nesting.conf opensuse.common.conf opensuse.userns.conf oracle.common.conf oracle.userns.conf plamo.common.conf plamo.userns.conf slackware.common.conf slackware.userns.conf ubuntu-cloud.common.conf ubuntu-cloud.lucid.conf ubuntu-cloud.userns.conf ubuntu.common.conf ubuntu.lucid.conf ubuntu.userns.conf openwrt.common.conf sparclinux.common.conf sparclinux.userns.conf userns.conf '/usr/local/share/lxc/config'

make[4]: Leaving directory `/root/lxc-2.0.3/config/templates'

make[3]: Leaving directory `/root/lxc-2.0.3/config/templates'

make[2]: Leaving directory `/root/lxc-2.0.3/config/templates'

Making install in yum

make[2]: Entering directory `/root/lxc-2.0.3/config/yum'

make[3]: Entering directory `/root/lxc-2.0.3/config/yum'

make[3]: Nothing to be done for `install-exec-am'.

/bin/mkdir -p '/usr/local/share/lxc'

/bin/install -c -m 644 lxc-patch.py '/usr/local/share/lxc'

make[3]: Leaving directory `/root/lxc-2.0.3/config/yum'

make[2]: Leaving directory `/root/lxc-2.0.3/config/yum'

Making install in sysconfig

make[2]: Entering directory `/root/lxc-2.0.3/config/sysconfig'

make[3]: Entering directory `/root/lxc-2.0.3/config/sysconfig'

make[3]: Nothing to be done for `install-exec-am'.

/bin/mkdir -p '/usr/local/etc/sysconfig'

/bin/install -c -m 644 lxc '/usr/local/etc/sysconfig'

make[3]: Leaving directory `/root/lxc-2.0.3/config/sysconfig'

make[2]: Leaving directory `/root/lxc-2.0.3/config/sysconfig'

make[2]: Entering directory `/root/lxc-2.0.3/config'

make[3]: Entering directory `/root/lxc-2.0.3/config'

make[3]: Nothing to be done for `install-exec-am'.

make[3]: Nothing to be done for `install-data-am'.

make[3]: Leaving directory `/root/lxc-2.0.3/config'

make[2]: Leaving directory `/root/lxc-2.0.3/config'

make[1]: Leaving directory `/root/lxc-2.0.3/config'

Making install in src

make[1]: Entering directory `/root/lxc-2.0.3/src'

Making install in lxc

make[2]: Entering directory `/root/lxc-2.0.3/src/lxc'

make[3]: Entering directory `/root/lxc-2.0.3/src/lxc'

/bin/mkdir -p '/usr/local/bin'

/bin/install -c lxc-attach lxc-autostart lxc-cgroup lxc-checkpoint lxc-copy lxc-config lxc-console lxc-create lxc-destroy lxc-device lxc-execute lxc-freeze lxc-info lxc-ls lxc-monitor lxc-snapshot lxc-start lxc-stop lxc-top lxc-unfreeze lxc-unshare lxc-usernsexec lxc-wait '/usr/local/bin'

/bin/mkdir -p '/usr/local/bin'

/bin/install -c lxc-checkconfig '/usr/local/bin'

/bin/mkdir -p '/usr/local/lib'

/bin/install -c liblxc.so '/usr/local/lib'

mkdir -p /usr/local/share/lxc

install -c -m 644 lxc.functions /usr/local/share/lxc

mv /usr/local/lib/liblxc.so /usr/local/lib/liblxc.so.1.2.0

cd /usr/local/lib; \

ln -sf liblxc.so.1.2.0 liblxc.so.1; \

ln -sf liblxc.so.1 liblxc.so

/bin/mkdir -p '/usr/local/libexec/lxc'

/bin/install -c lxc-monitord lxc-user-nic '/usr/local/libexec/lxc'

/bin/mkdir -p '/usr/local/sbin'

/bin/install -c init.lxc '/usr/local/sbin'

make install-exec-hook

make[4]: Entering directory `/root/lxc-2.0.3/src/lxc'

chmod u+s /usr/local/libexec/lxc/lxc-user-nic

make[4]: Leaving directory `/root/lxc-2.0.3/src/lxc'

/bin/mkdir -p '/usr/local/include/lxc'

/bin/install -c -m 644 attach_options.h lxccontainer.h version.h '/usr/local/include/lxc'

make[3]: Leaving directory `/root/lxc-2.0.3/src/lxc'

make[2]: Leaving directory `/root/lxc-2.0.3/src/lxc'

Making install in tests

make[2]: Entering directory `/root/lxc-2.0.3/src/tests'

make[3]: Entering directory `/root/lxc-2.0.3/src/tests'

make[3]: Nothing to be done for `install-data-am'.

make[3]: Leaving directory `/root/lxc-2.0.3/src/tests'

make[2]: Leaving directory `/root/lxc-2.0.3/src/tests'

Making install in python-lxc

make[2]: Entering directory `/root/lxc-2.0.3/src/python-lxc'

make[3]: Entering directory `/root/lxc-2.0.3/src/python-lxc'

make[3]: Nothing to be done for `install-exec-am'.

make[3]: Nothing to be done for `install-data-am'.

make[3]: Leaving directory `/root/lxc-2.0.3/src/python-lxc'

make[2]: Leaving directory `/root/lxc-2.0.3/src/python-lxc'

Making install in lua-lxc

make[2]: Entering directory `/root/lxc-2.0.3/src/lua-lxc'

make[3]: Entering directory `/root/lxc-2.0.3/src/lua-lxc'

make[3]: Nothing to be done for `install-exec-am'.

make[3]: Leaving directory `/root/lxc-2.0.3/src/lua-lxc'

make[2]: Leaving directory `/root/lxc-2.0.3/src/lua-lxc'

make[2]: Entering directory `/root/lxc-2.0.3/src'

make[3]: Entering directory `/root/lxc-2.0.3/src'

make[3]: Nothing to be done for `install-exec-am'.

make[3]: Nothing to be done for `install-data-am'.

make[3]: Leaving directory `/root/lxc-2.0.3/src'

make[2]: Leaving directory `/root/lxc-2.0.3/src'

make[1]: Leaving directory `/root/lxc-2.0.3/src'

Making install in templates

make[1]: Entering directory `/root/lxc-2.0.3/templates'

make[2]: Entering directory `/root/lxc-2.0.3/templates'

make[2]: Nothing to be done for `install-exec-am'.

/bin/mkdir -p '/usr/local/share/lxc/templates'

/bin/install -c lxc-alpine lxc-altlinux lxc-archlinux lxc-busybox lxc-centos lxc-cirros lxc-debian lxc-download lxc-fedora lxc-gentoo lxc-openmandriva lxc-opensuse lxc-oracle lxc-plamo lxc-slackware lxc-sshd lxc-ubuntu lxc-ubuntu-cloud lxc-sparclinux '/usr/local/share/lxc/templates'

make[2]: Leaving directory `/root/lxc-2.0.3/templates'

make[1]: Leaving directory `/root/lxc-2.0.3/templates'

Making install in doc

make[1]: Entering directory `/root/lxc-2.0.3/doc'

Making install in examples

make[2]: Entering directory `/root/lxc-2.0.3/doc/examples'

make[3]: Entering directory `/root/lxc-2.0.3/doc/examples'

make[3]: Nothing to be done for `install-exec-am'.

/bin/mkdir -p '/usr/local/share/doc/lxc/examples'

/bin/install -c -m 644 lxc-macvlan.conf lxc-vlan.conf lxc-no-netns.conf lxc-empty-netns.conf lxc-phys.conf lxc-veth.conf lxc-complex.conf seccomp-v1.conf seccomp-v2-blacklist.conf seccomp-v2.conf '/usr/local/share/doc/lxc/examples'

make[3]: Leaving directory `/root/lxc-2.0.3/doc/examples'

make[2]: Leaving directory `/root/lxc-2.0.3/doc/examples'

Making install in rootfs

make[2]: Entering directory `/root/lxc-2.0.3/doc/rootfs'

make[3]: Entering directory `/root/lxc-2.0.3/doc/rootfs'

make[3]: Nothing to be done for `install-exec-am'.

/bin/mkdir -p '/usr/local/lib/lxc/rootfs'

/bin/install -c -m 644 README '/usr/local/lib/lxc/rootfs'

make[3]: Leaving directory `/root/lxc-2.0.3/doc/rootfs'

make[2]: Leaving directory `/root/lxc-2.0.3/doc/rootfs'

Making install in ja

make[2]: Entering directory `/root/lxc-2.0.3/doc/ja'

make[3]: Entering directory `/root/lxc-2.0.3/doc/ja'

make[4]: Entering directory `/root/lxc-2.0.3/doc/ja'

make[4]: Nothing to be done for `install-exec-am'.

make[4]: Leaving directory `/root/lxc-2.0.3/doc/ja'

make[3]: Leaving directory `/root/lxc-2.0.3/doc/ja'

make[2]: Leaving directory `/root/lxc-2.0.3/doc/ja'

Making install in ko

make[2]: Entering directory `/root/lxc-2.0.3/doc/ko'

make[3]: Entering directory `/root/lxc-2.0.3/doc/ko'

make[4]: Entering directory `/root/lxc-2.0.3/doc/ko'

make[4]: Nothing to be done for `install-exec-am'.

make[4]: Leaving directory `/root/lxc-2.0.3/doc/ko'

make[3]: Leaving directory `/root/lxc-2.0.3/doc/ko'

make[2]: Leaving directory `/root/lxc-2.0.3/doc/ko'

Making install in api

make[2]: Entering directory `/root/lxc-2.0.3/doc/api'

doxygen

Searching for include files...

Searching for files in directory /root/lxc-2.0.3/src/include

Searching for files in directory /root/lxc-2.0.3/src/lxc

Searching for example files...

Searching for images...

Searching for dot files...

Searching for msc files...

Searching for files to exclude

Searching for files to process...

Reading and parsing tag files

Parsing files

Preprocessing /root/lxc-2.0.3/src/lxc/lxccontainer.h...

Parsing file /root/lxc-2.0.3/src/lxc/lxccontainer.h...

Preprocessing /root/lxc-2.0.3/src/lxc/lxclock.h...

Parsing file /root/lxc-2.0.3/src/lxc/lxclock.h...

Preprocessing /root/lxc-2.0.3/src/lxc/attach_options.h...

Parsing file /root/lxc-2.0.3/src/lxc/attach_options.h...

Building group list...

Building directory list...

Building namespace list...

Building file list...

Building class list...

Associating documentation with classes...

Computing nesting relations for classes...

Building example list...

Searching for enumerations...

Searching for documented typedefs...

Searching for members imported via using declarations...

Searching for included using directives...

Searching for documented variables...

Building interface member list...

Building member list...

Searching for friends...

Searching for documented defines...

Computing class inheritance relations...

Computing class usage relations...

Flushing cached template relations that have become invalid...

Creating members for template instances...

Computing class relations...

Add enum values to enums...

Searching for member function documentation...

Building page list...

Search for main page...

Computing page relations...

Determining the scope of groups...

Sorting lists...

Freeing entry tree

Determining which enums are documented

Computing member relations...

Building full member lists recursively...

Adding members to member groups.

Distributing member group documentation.

Computing member references...

Inheriting documentation...

Generating disk names...

Adding source references...

Adding xrefitems...

Sorting member lists...

Computing dependencies between directories...

Generating citations page...

Counting data structures...

Resolving user defined references...

Finding anchors and sections in the documentation...

Transferring function references...

Combining using relations...

Adding members to index pages...

Generating style sheet...

Generating search indices...

Generating example documentation...

Generating file sources...

Generating code for file /root/lxc-2.0.3/src/lxc/attach_options.h...

Generating code for file /root/lxc-2.0.3/src/lxc/lxccontainer.h...

Generating code for file /root/lxc-2.0.3/src/lxc/lxclock.h...

Generating file documentation...

Generating docs for file /root/lxc-2.0.3/src/lxc/attach_options.h...

<@6>:1: warning: parameters of member @6 are not (all) documented

Generating docs for file /root/lxc-2.0.3/src/lxc/lxccontainer.h...

Generating docs for file /root/lxc-2.0.3/src/lxc/lxclock.h...

Generating page documentation...

Generating group documentation...

Generating class documentation...

Generating docs for compound bdev_specs...

/root/lxc-2.0.3/src/lxc/lxccontainer.h:853: warning: Member zfs (variable) of class bdev_specs is not documented.

/root/lxc-2.0.3/src/lxc/lxccontainer.h:858: warning: Member lvm (variable) of class bdev_specs is not documented.

/root/lxc-2.0.3/src/lxc/lxccontainer.h:863: warning: Member rbd (variable) of class bdev_specs is not documented.

Generating docs for compound lxc_attach_command_t...

Generating docs for compound lxc_attach_options_t...

Generating docs for compound lxc_container...

Generating docs for compound lxc_lock...

Generating docs for compound lxc_snapshot...

Generating docs for compound migrate_opts...

/root/lxc-2.0.3/src/lxc/lxccontainer.h:880: warning: Member directory (variable) of class migrate_opts is not documented.

/root/lxc-2.0.3/src/lxc/lxccontainer.h:881: warning: Member verbose (variable) of class migrate_opts is not documented.

/root/lxc-2.0.3/src/lxc/lxccontainer.h:883: warning: Member stop (variable) of class migrate_opts is not documented.

/root/lxc-2.0.3/src/lxc/lxccontainer.h:884: warning: Member predump_dir (variable) of class migrate_opts is not documented.

/root/lxc-2.0.3/src/lxc/lxccontainer.h:885: warning: Member pageserver_address (variable) of class migrate_opts is not documented.

/root/lxc-2.0.3/src/lxc/lxccontainer.h:886: warning: Member pageserver_port (variable) of class migrate_opts is not documented.

/root/lxc-2.0.3/src/lxc/lxccontainer.h:893: warning: Member preserves_inodes (variable) of class migrate_opts is not documented.

Generating namespace index...

Generating graph info page...

Generating directory documentation...

Generating dependency graph for directory /root/lxc-2.0.3/src/lxc

Generating dependency graph for directory /root/lxc-2.0.3/src

Generating index page...

Generating page index...

Generating module index...

Generating namespace index...

Generating namespace member index...

Generating annotated compound index...

Generating alphabetical compound index...

Generating hierarchical class index...

Generating graphical class hierarchy...

Generating member index...

Generating file index...

Generating file member index...

Generating example index...

finalizing index lists...

Running dot...

lookup cache used 228/65536 hits=839 misses=231

finished...

make[3]: Entering directory `/root/lxc-2.0.3/doc/api'

make[3]: Nothing to be done for `install-exec-am'.

make[3]: Nothing to be done for `install-data-am'.

make[3]: Leaving directory `/root/lxc-2.0.3/doc/api'

make[2]: Leaving directory `/root/lxc-2.0.3/doc/api'

make[2]: Entering directory `/root/lxc-2.0.3/doc'

make[3]: Entering directory `/root/lxc-2.0.3/doc'

make[3]: Nothing to be done for `install-exec-am'.

make[3]: Leaving directory `/root/lxc-2.0.3/doc'

make[2]: Leaving directory `/root/lxc-2.0.3/doc'

make[1]: Leaving directory `/root/lxc-2.0.3/doc'

Making install in hooks

make[1]: Entering directory `/root/lxc-2.0.3/hooks'

make[2]: Entering directory `/root/lxc-2.0.3/hooks'

make[2]: Nothing to be done for `install-exec-am'.

/bin/mkdir -p '/usr/local/libexec/lxc/hooks'

/bin/install -c unmount-namespace '/usr/local/libexec/lxc/hooks'

/bin/mkdir -p '/usr/local/share/lxc/hooks'

/bin/install -c clonehostname mountecryptfsroot ubuntu-cloud-prep squid-deb-proxy-client '/usr/local/share/lxc/hooks'

make[2]: Leaving directory `/root/lxc-2.0.3/hooks'

make[1]: Leaving directory `/root/lxc-2.0.3/hooks'

make[1]: Entering directory `/root/lxc-2.0.3'

make[2]: Entering directory `/root/lxc-2.0.3'

make[2]: Nothing to be done for `install-exec-am'.

/bin/mkdir -p /usr/local/var/lib/lxc

/bin/mkdir -p /usr/local/var/cache/lxc

/bin/mkdir -p '/usr/local/lib/pkgconfig'

/bin/install -c -m 644 lxc.pc '/usr/local/lib/pkgconfig'

make[2]: Leaving directory `/root/lxc-2.0.3'

make[1]: Leaving directory `/root/lxc-2.0.3'

[root@localhost lxc-2.0.3]#

Check Library Link

Check the library link to be sure it exists by using the following test as shown below. If you get the "error while loading shared libraries" message

[root@localhost lxc-2.0.3]# lxc-info --name test

lxc-info: error while loading shared libraries: liblxc.so.1: cannot open shared object file: No such file or directory <-- Note we get a link error here at this point.

[root@localhost lxc-2.0.3]#

If the required link does not exist, create it now as shown below.

[root@localhost lxc-2.0.3]# ln -s /usr/local/lib/liblxc.so.1.2.0 /lib64/liblxc.so.1

[root@localhost lxc-2.0.3]# ls -l /usr/local/lib/liblxc.so.1.2.0

-rwxr-xr-x. 1 root root 2157854 Aug 14 13:25 /usr/local/lib/liblxc.so.1.2.0

[root@localhost lxc-2.0.3]# ls -l /lib64/liblxc.so.1

lrwxrwxrwx. 1 root root 30 Aug 14 13:37 /lib64/liblxc.so.1 -> /usr/local/lib/liblxc.so.1.2.0

[root@localhost lxc-2.0.3]#

Verify LXC Installation

Run tests to verify the LXC installation is configured correctly and is working properly as shown below.

[root@localhost lxc-2.0.3]# lxc-info --name test

test doesn't exist <-- Note here that now we don't get the link error anymore. This is the expected correct output.

[root@localhost lxc-2.0.3]# lxc-checkconfig <-- Note here that all checkes should return "enabled"

Kernel configuration not found at /proc/config.gz; searching...

Kernel configuration found at /boot/config-3.10.0-327.28.2.el7.x86_64

--- Namespaces ---

Namespaces: enabled

Utsname namespace: enabled

Ipc namespace: enabled

Pid namespace: enabled

User namespace: enabled

Network namespace: enabled

Multiple /dev/pts instances: enabled

--- Control groups ---

Cgroup: enabled

Cgroup clone_children flag: enabled

Cgroup device: enabled

Cgroup sched: enabled

Cgroup cpu account: enabled

Cgroup memory controller: enabled

Cgroup cpuset: enabled

--- Misc ---

Veth pair device: enabled

Macvlan: enabled

Vlan: enabled

Bridges: enabled

Advanced netfilter: enabled

CONFIG_NF_NAT_IPV4: enabled

CONFIG_NF_NAT_IPV6: enabled

CONFIG_IP_NF_TARGET_MASQUERADE: enabled

CONFIG_IP6_NF_TARGET_MASQUERADE: enabled

CONFIG_NETFILTER_XT_TARGET_CHECKSUM: enabled

FUSE (for use with lxcfs): enabled

--- Checkpoint/Restore ---

checkpoint restore: enabled

CONFIG_FHANDLE: enabled

CONFIG_EVENTFD: enabled

CONFIG_EPOLL: enabled

CONFIG_UNIX_DIAG: enabled

CONFIG_INET_DIAG: enabled

CONFIG_PACKET_DIAG: enabled

CONFIG_NETLINK_DIAG: enabled

File capabilities: enabled

Note : Before booting a new kernel, you can check its configuration

usage : CONFIG=/path/to/config /usr/local/bin/lxc-checkconfig

[root@localhost lxc-2.0.3]#

Check LXC Version

Check the LXC version as shown below.

[root@localhost lxc-2.0.3]# lxc-start --version

2.0.3

[root@localhost lxc-2.0.3]#