LXC Source Build Oracle Linux 7 UEK4

Summary

Build LXC from source on Oracle Linux 7 UEK4. This example uses LXC 2.0.3 but there may be a more current version available and the steps to install should be the same although YMMV. This guide is valid for LXC 2.0.3 and Oracle LInux 7 UEK4

Steps

Download LXC

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

--2016-10-10 17:46:46-- 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 2.60MB/s in 0.4s

2016-10-10 17:46:47 (2.60 MB/s) - ‘lxc-2.0.3.tar.gz’ saved [1061364/1061364]

Unpack LXC

[root@uekulele1 ~]# 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

Install Required Packages

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

Loaded plugins: ulninfo

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

Resolving Dependencies

--> Running transaction check

---> Package bridge-utils.x86_64 0:1.5-9.el7 will be installed

---> Package graphviz.x86_64 0:2.30.1-19.el7 will be installed

--> Processing Dependency: urw-fonts for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libgd.so.2()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libXext.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libICE.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libXt.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libcairo.so.2()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libpng15.so.15()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libXrender.so.1()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libSM.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libjpeg.so.62()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libXaw.so.7()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libXpm.so.4()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libltdl.so.7()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libX11.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: librsvg-2.so.2()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libfontconfig.so.1()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libgs.so.9()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

--> Processing Dependency: libXmu.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64

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

---> Package libcgroup.x86_64 0:0.41-8.el7 will be installed

--> Running transaction check

---> Package atk.x86_64 0:2.14.0-1.el7 will be installed

---> Package cairo.x86_64 0:1.14.2-1.el7 will be installed

--> Processing Dependency: libxcb.so.1()(64bit) for package: cairo-1.14.2-1.el7.x86_64

--> Processing Dependency: libxcb-shm.so.0()(64bit) for package: cairo-1.14.2-1.el7.x86_64

--> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.14.2-1.el7.x86_64

--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.14.2-1.el7.x86_64

--> Processing Dependency: libxcb-render.so.0()(64bit) for package: cairo-1.14.2-1.el7.x86_64

--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.14.2-1.el7.x86_64

---> Package fontconfig.x86_64 0:2.10.95-7.el7 will be installed

--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-7.el7.x86_64

---> Package gd.x86_64 0:2.0.35-26.el7 will be installed

---> Package gdk-pixbuf2.x86_64 0:2.31.6-3.el7 will be installed

--> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: gdk-pixbuf2-2.31.6-3.el7.x86_64

--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.31.6-3.el7.x86_64

--> Processing Dependency: libtiff.so.5()(64bit) for package: gdk-pixbuf2-2.31.6-3.el7.x86_64

---> Package ghostscript.x86_64 0:9.07-18.el7 will be installed

--> Processing Dependency: poppler-data for package: ghostscript-9.07-18.el7.x86_64

--> Processing Dependency: ghostscript-fonts for package: ghostscript-9.07-18.el7.x86_64

--> Processing Dependency: liblcms2.so.2()(64bit) for package: ghostscript-9.07-18.el7.x86_64

--> Processing Dependency: libcupsimage.so.2()(64bit) for package: ghostscript-9.07-18.el7.x86_64

--> Processing Dependency: libcups.so.2()(64bit) for package: ghostscript-9.07-18.el7.x86_64

---> Package gtk2.x86_64 0:2.24.28-8.el7 will be installed

--> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.28-8.el7.x86_64

--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.28-8.el7.x86_64

--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64

--> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.28-8.el7.x86_64

--> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64

--> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64

--> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64

--> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.28-8.el7.x86_64

--> Processing Dependency: libXi.so.6()(64bit) for package: gtk2-2.24.28-8.el7.x86_64

---> Package libICE.x86_64 0:1.0.9-2.el7 will be installed

---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed

---> Package libX11.x86_64 0:1.6.3-2.el7 will be installed

--> Processing Dependency: libX11-common >= 1.6.3-2.el7 for package: libX11-1.6.3-2.el7.x86_64

---> Package libXaw.x86_64 0:1.0.12-5.el7 will be installed

---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed

---> Package libXmu.x86_64 0:1.1.2-2.el7 will be installed

---> Package libXpm.x86_64 0:3.5.11-3.el7 will be installed

---> Package libXrender.x86_64 0:0.9.8-2.1.el7 will be installed

---> Package libXt.x86_64 0:1.1.4-6.1.el7 will be installed

---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed

---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed

---> Package librsvg2.x86_64 0:2.39.0-1.el7 will be installed

---> Package libtool-ltdl.x86_64 0:2.4.2-21.el7_2 will be installed

---> Package pango.x86_64 0:1.36.8-2.el7 will be installed

--> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.36.8-2.el7.x86_64

--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.36.8-2.el7.x86_64

--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.36.8-2.el7.x86_64

--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.36.8-2.el7.x86_64

--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.36.8-2.el7.x86_64

---> Package urw-fonts.noarch 0:2.4-16.el7 will be installed

--> Processing Dependency: xorg-x11-font-utils for package: urw-fonts-2.4-16.el7.noarch

--> Running transaction check

---> Package cups-libs.x86_64 1:1.6.3-22.el7 will be installed

---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed

---> Package ghostscript-fonts.noarch 0:5.50-32.el7 will be installed

---> Package harfbuzz.x86_64 0:0.9.36-1.el7 will be installed

--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-0.9.36-1.el7.x86_64

---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed

---> Package jasper-libs.x86_64 0:1.900.1-29.el7 will be installed

---> Package lcms2.x86_64 0:2.6-2.el7 will be installed

---> Package libX11-common.noarch 0:1.6.3-2.el7 will be installed

---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed

---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed

---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed

---> Package libXfixes.x86_64 0:5.0.1-2.1.el7 will be installed

---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed

---> Package libXi.x86_64 0:1.7.4-2.el7 will be installed

---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed

---> Package libXrandr.x86_64 0:1.4.2-2.el7 will be installed

---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed

---> Package libtiff.x86_64 0:4.0.3-25.el7_2 will be installed

--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-25.el7_2.x86_64

---> Package libxcb.x86_64 0:1.11-4.el7 will be installed

--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.11-4.el7.x86_64

---> Package mesa-libEGL.x86_64 0:10.6.5-3.20150824.el7 will be installed

--> Processing Dependency: mesa-libgbm = 10.6.5-3.20150824.el7 for package: mesa-libEGL-10.6.5-3.20150824.el7.x86_64

--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-10.6.5-3.20150824.el7.x86_64

---> Package mesa-libGL.x86_64 0:10.6.5-3.20150824.el7 will be installed

--> Processing Dependency: mesa-libglapi = 10.6.5-3.20150824.el7 for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64

--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64

--> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64

--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64

---> Package pixman.x86_64 0:0.32.6-3.el7 will be installed

---> Package poppler-data.noarch 0:0.4.6-3.el7 will be installed

---> Package xorg-x11-font-utils.x86_64 1:7.5-20.el7 will be installed

--> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64

--> Processing Dependency: libXfont.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64

--> Running transaction check

---> Package graphite2.x86_64 0:1.3.6-1.el7_2 will be installed

---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed

---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed

---> Package libXfont.x86_64 0:1.5.1-2.el7 will be installed

---> Package libXxf86vm.x86_64 0:1.1.3-2.1.el7 will be installed

---> Package libfontenc.x86_64 0:1.1.2-3.el7 will be installed

---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed

---> Package mesa-libgbm.x86_64 0:10.6.5-3.20150824.el7 will be installed

---> Package mesa-libglapi.x86_64 0:10.6.5-3.20150824.el7 will be installed

--> Finished Dependency Resolution

Dependencies Resolved

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

Package Arch Version Repository Size

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

Installing:

bridge-utils x86_64 1.5-9.el7 ol7_latest 31 k

graphviz x86_64 2.30.1-19.el7 ol7_latest 1.3 M

libcap-devel x86_64 2.22-8.el7 ol7_latest 25 k

libcgroup x86_64 0.41-8.el7 ol7_latest 64 k

Installing for dependencies:

atk x86_64 2.14.0-1.el7 ol7_latest 251 k

cairo x86_64 1.14.2-1.el7 ol7_latest 711 k

cups-libs x86_64 1:1.6.3-22.el7 ol7_latest 354 k

fontconfig x86_64 2.10.95-7.el7 ol7_latest 226 k

fontpackages-filesystem noarch 1.44-8.el7 ol7_latest 9.4 k

gd x86_64 2.0.35-26.el7 ol7_latest 144 k

gdk-pixbuf2 x86_64 2.31.6-3.el7 ol7_latest 559 k

ghostscript x86_64 9.07-18.el7 ol7_latest 4.3 M

ghostscript-fonts noarch 5.50-32.el7 ol7_latest 324 k

graphite2 x86_64 1.3.6-1.el7_2 ol7_latest 112 k

gtk2 x86_64 2.24.28-8.el7 ol7_latest 3.4 M

harfbuzz x86_64 0.9.36-1.el7 ol7_latest 156 k

hicolor-icon-theme noarch 0.12-7.el7 ol7_latest 42 k

jasper-libs x86_64 1.900.1-29.el7 ol7_latest 148 k

jbigkit-libs x86_64 2.0-11.el7 ol7_latest 46 k

lcms2 x86_64 2.6-2.el7 ol7_latest 150 k

libICE x86_64 1.0.9-2.el7 ol7_latest 64 k

libSM x86_64 1.2.2-2.el7 ol7_latest 39 k

libX11 x86_64 1.6.3-2.el7 ol7_latest 605 k

libX11-common noarch 1.6.3-2.el7 ol7_latest 161 k

libXau x86_64 1.0.8-2.1.el7 ol7_latest 28 k

libXaw x86_64 1.0.12-5.el7 ol7_latest 190 k

libXcomposite x86_64 0.4.4-4.1.el7 ol7_latest 22 k

libXcursor x86_64 1.1.14-2.1.el7 ol7_latest 29 k

libXdamage x86_64 1.1.4-4.1.el7 ol7_latest 20 k

libXext x86_64 1.3.3-3.el7 ol7_latest 38 k

libXfixes x86_64 5.0.1-2.1.el7 ol7_latest 17 k

libXfont x86_64 1.5.1-2.el7 ol7_latest 150 k

libXft x86_64 2.3.2-2.el7 ol7_latest 58 k

libXi x86_64 1.7.4-2.el7 ol7_latest 39 k

libXinerama x86_64 1.1.3-2.1.el7 ol7_latest 13 k

libXmu x86_64 1.1.2-2.el7 ol7_latest 70 k

libXpm x86_64 3.5.11-3.el7 ol7_latest 54 k

libXrandr x86_64 1.4.2-2.el7 ol7_latest 25 k

libXrender x86_64 0.9.8-2.1.el7 ol7_latest 24 k

libXt x86_64 1.1.4-6.1.el7 ol7_latest 167 k

libXxf86vm x86_64 1.1.3-2.1.el7 ol7_latest 17 k

libfontenc x86_64 1.1.2-3.el7 ol7_latest 30 k

libjpeg-turbo x86_64 1.2.90-5.el7 ol7_latest 135 k

libpng x86_64 2:1.5.13-7.el7_2 ol7_latest 212 k

librsvg2 x86_64 2.39.0-1.el7 ol7_latest 122 k

libthai x86_64 0.1.14-9.el7 ol7_latest 185 k

libtiff x86_64 4.0.3-25.el7_2 ol7_latest 169 k

libtool-ltdl x86_64 2.4.2-21.el7_2 ol7_latest 48 k

libxcb x86_64 1.11-4.el7 ol7_latest 189 k

libxshmfence x86_64 1.2-1.el7 ol7_latest 6.5 k

mesa-libEGL x86_64 10.6.5-3.20150824.el7 ol7_latest 73 k

mesa-libGL x86_64 10.6.5-3.20150824.el7 ol7_latest 184 k

mesa-libgbm x86_64 10.6.5-3.20150824.el7 ol7_latest 40 k

mesa-libglapi x86_64 10.6.5-3.20150824.el7 ol7_latest 39 k

pango x86_64 1.36.8-2.el7 ol7_latest 286 k

pixman x86_64 0.32.6-3.el7 ol7_latest 254 k

poppler-data noarch 0.4.6-3.el7 ol7_latest 2.1 M

urw-fonts noarch 2.4-16.el7 ol7_latest 3.0 M

xorg-x11-font-utils x86_64 1:7.5-20.el7 ol7_latest 87 k

Transaction Summary

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

Install 4 Packages (+55 Dependent packages)

Total download size: 21 M

Installed size: 69 M

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

Downloading packages:

(1/59): bridge-utils-1.5-9.el7.x86_64.rpm | 31 kB 00:00:00

(2/59): atk-2.14.0-1.el7.x86_64.rpm | 251 kB 00:00:00

(3/59): cups-libs-1.6.3-22.el7.x86_64.rpm | 354 kB 00:00:00

(4/59): cairo-1.14.2-1.el7.x86_64.rpm | 711 kB 00:00:00

(5/59): fontpackages-filesystem-1.44-8.el7.noarch.rpm | 9.4 kB 00:00:00

(6/59): fontconfig-2.10.95-7.el7.x86_64.rpm | 226 kB 00:00:00

(7/59): gd-2.0.35-26.el7.x86_64.rpm | 144 kB 00:00:00

(8/59): gdk-pixbuf2-2.31.6-3.el7.x86_64.rpm | 559 kB 00:00:00

(9/59): ghostscript-fonts-5.50-32.el7.noarch.rpm | 324 kB 00:00:00

(10/59): graphite2-1.3.6-1.el7_2.x86_64.rpm | 112 kB 00:00:00

(11/59): ghostscript-9.07-18.el7.x86_64.rpm | 4.3 MB 00:00:01

(12/59): graphviz-2.30.1-19.el7.x86_64.rpm | 1.3 MB 00:00:00

(13/59): harfbuzz-0.9.36-1.el7.x86_64.rpm | 156 kB 00:00:00

(14/59): hicolor-icon-theme-0.12-7.el7.noarch.rpm | 42 kB 00:00:00

(15/59): gtk2-2.24.28-8.el7.x86_64.rpm | 3.4 MB 00:00:01

(16/59): jasper-libs-1.900.1-29.el7.x86_64.rpm | 148 kB 00:00:00

(17/59): jbigkit-libs-2.0-11.el7.x86_64.rpm | 46 kB 00:00:00

(18/59): lcms2-2.6-2.el7.x86_64.rpm | 150 kB 00:00:00

(19/59): libSM-1.2.2-2.el7.x86_64.rpm | 39 kB 00:00:00

(20/59): libICE-1.0.9-2.el7.x86_64.rpm | 64 kB 00:00:00

(21/59): libX11-common-1.6.3-2.el7.noarch.rpm | 161 kB 00:00:00

(22/59): libX11-1.6.3-2.el7.x86_64.rpm | 605 kB 00:00:00

(23/59): libXau-1.0.8-2.1.el7.x86_64.rpm | 28 kB 00:00:00

(24/59): libXaw-1.0.12-5.el7.x86_64.rpm | 190 kB 00:00:00

(25/59): libXcomposite-0.4.4-4.1.el7.x86_64.rpm | 22 kB 00:00:00

(26/59): libXdamage-1.1.4-4.1.el7.x86_64.rpm | 20 kB 00:00:00

(27/59): libXcursor-1.1.14-2.1.el7.x86_64.rpm | 29 kB 00:00:00

(28/59): libXext-1.3.3-3.el7.x86_64.rpm | 38 kB 00:00:00

(29/59): libXfixes-5.0.1-2.1.el7.x86_64.rpm | 17 kB 00:00:00

(30/59): libXfont-1.5.1-2.el7.x86_64.rpm | 150 kB 00:00:00

(31/59): libXft-2.3.2-2.el7.x86_64.rpm | 58 kB 00:00:00

(32/59): libXi-1.7.4-2.el7.x86_64.rpm | 39 kB 00:00:00

(33/59): libXinerama-1.1.3-2.1.el7.x86_64.rpm | 13 kB 00:00:00

(34/59): libXmu-1.1.2-2.el7.x86_64.rpm | 70 kB 00:00:00

(35/59): libXpm-3.5.11-3.el7.x86_64.rpm | 54 kB 00:00:00

(36/59): libXrandr-1.4.2-2.el7.x86_64.rpm | 25 kB 00:00:00

(37/59): libXrender-0.9.8-2.1.el7.x86_64.rpm | 24 kB 00:00:00

(38/59): libXxf86vm-1.1.3-2.1.el7.x86_64.rpm | 17 kB 00:00:00

(39/59): libXt-1.1.4-6.1.el7.x86_64.rpm | 167 kB 00:00:00

(40/59): libcap-devel-2.22-8.el7.x86_64.rpm | 25 kB 00:00:00

(41/59): libcgroup-0.41-8.el7.x86_64.rpm | 64 kB 00:00:00

(42/59): libfontenc-1.1.2-3.el7.x86_64.rpm | 30 kB 00:00:00

(43/59): libjpeg-turbo-1.2.90-5.el7.x86_64.rpm | 135 kB 00:00:00

(44/59): libpng-1.5.13-7.el7_2.x86_64.rpm | 212 kB 00:00:00

(45/59): librsvg2-2.39.0-1.el7.x86_64.rpm | 122 kB 00:00:00

(46/59): libthai-0.1.14-9.el7.x86_64.rpm | 185 kB 00:00:00

(47/59): libtiff-4.0.3-25.el7_2.x86_64.rpm | 169 kB 00:00:00

(48/59): libtool-ltdl-2.4.2-21.el7_2.x86_64.rpm | 48 kB 00:00:00

(49/59): libxcb-1.11-4.el7.x86_64.rpm | 189 kB 00:00:00

(50/59): libxshmfence-1.2-1.el7.x86_64.rpm | 6.5 kB 00:00:00

(51/59): mesa-libEGL-10.6.5-3.20150824.el7.x86_64.rpm | 73 kB 00:00:00

(52/59): mesa-libgbm-10.6.5-3.20150824.el7.x86_64.rpm | 40 kB 00:00:00

(53/59): mesa-libglapi-10.6.5-3.20150824.el7.x86_64.rpm | 39 kB 00:00:00

(54/59): mesa-libGL-10.6.5-3.20150824.el7.x86_64.rpm | 184 kB 00:00:00

(55/59): pango-1.36.8-2.el7.x86_64.rpm | 286 kB 00:00:00

(56/59): pixman-0.32.6-3.el7.x86_64.rpm | 254 kB 00:00:00

(57/59): poppler-data-0.4.6-3.el7.noarch.rpm | 2.1 MB 00:00:01

(58/59): xorg-x11-font-utils-7.5-20.el7.x86_64.rpm | 87 kB 00:00:00

(59/59): urw-fonts-2.4-16.el7.noarch.rpm | 3.0 MB 00:00:02

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

Total 1.9 MB/s | 21 MB 00:00:11

Running transaction check

Running transaction test

Transaction test succeeded

Running transaction

Installing : 2:libpng-1.5.13-7.el7_2.x86_64 1/59

Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 2/59

Installing : libICE-1.0.9-2.el7.x86_64 3/59

Installing : libSM-1.2.2-2.el7.x86_64 4/59

Installing : mesa-libglapi-10.6.5-3.20150824.el7.x86_64 5/59

Installing : 1:cups-libs-1.6.3-22.el7.x86_64 6/59

Installing : atk-2.14.0-1.el7.x86_64 7/59

Installing : libfontenc-1.1.2-3.el7.x86_64 8/59

Installing : libXfont-1.5.1-2.el7.x86_64 9/59

Installing : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 10/59

Installing : mesa-libgbm-10.6.5-3.20150824.el7.x86_64 11/59

Installing : jasper-libs-1.900.1-29.el7.x86_64 12/59

Installing : libthai-0.1.14-9.el7.x86_64 13/59

Installing : graphite2-1.3.6-1.el7_2.x86_64 14/59

Installing : harfbuzz-0.9.36-1.el7.x86_64 15/59

Installing : libXau-1.0.8-2.1.el7.x86_64 16/59

Installing : libxcb-1.11-4.el7.x86_64 17/59

Installing : libxshmfence-1.2-1.el7.x86_64 18/59

Installing : poppler-data-0.4.6-3.el7.noarch 19/59

Installing : libtool-ltdl-2.4.2-21.el7_2.x86_64 20/59

Installing : libX11-common-1.6.3-2.el7.noarch 21/59

Installing : libX11-1.6.3-2.el7.x86_64 22/59

Installing : libXext-1.3.3-3.el7.x86_64 23/59

Installing : libXrender-0.9.8-2.1.el7.x86_64 24/59

Installing : libXt-1.1.4-6.1.el7.x86_64 25/59

Installing : libXfixes-5.0.1-2.1.el7.x86_64 26/59

Installing : libXpm-3.5.11-3.el7.x86_64 27/59

Installing : libXdamage-1.1.4-4.1.el7.x86_64 28/59

Installing : libXmu-1.1.2-2.el7.x86_64 29/59

Installing : libXaw-1.0.12-5.el7.x86_64 30/59

Installing : libXcursor-1.1.14-2.1.el7.x86_64 31/59

Installing : libXrandr-1.4.2-2.el7.x86_64 32/59

Installing : libXxf86vm-1.1.3-2.1.el7.x86_64 33/59

Installing : mesa-libGL-10.6.5-3.20150824.el7.x86_64 34/59

Installing : libXinerama-1.1.3-2.1.el7.x86_64 35/59

Installing : libXi-1.7.4-2.el7.x86_64 36/59

Installing : libXcomposite-0.4.4-4.1.el7.x86_64 37/59

Installing : mesa-libEGL-10.6.5-3.20150824.el7.x86_64 38/59

Installing : lcms2-2.6-2.el7.x86_64 39/59

Installing : jbigkit-libs-2.0-11.el7.x86_64 40/59

Installing : libtiff-4.0.3-25.el7_2.x86_64 41/59

Installing : gdk-pixbuf2-2.31.6-3.el7.x86_64 42/59

Installing : hicolor-icon-theme-0.12-7.el7.noarch 43/59

Installing : fontpackages-filesystem-1.44-8.el7.noarch 44/59

Installing : fontconfig-2.10.95-7.el7.x86_64 45/59

Installing : urw-fonts-2.4-16.el7.noarch 46/59

Installing : libXft-2.3.2-2.el7.x86_64 47/59

Installing : ghostscript-fonts-5.50-32.el7.noarch 48/59

Installing : ghostscript-9.07-18.el7.x86_64 49/59

Installing : gd-2.0.35-26.el7.x86_64 50/59

Installing : pixman-0.32.6-3.el7.x86_64 51/59

Installing : cairo-1.14.2-1.el7.x86_64 52/59

Installing : pango-1.36.8-2.el7.x86_64 53/59

Installing : librsvg2-2.39.0-1.el7.x86_64 54/59

Installing : gtk2-2.24.28-8.el7.x86_64 55/59

Installing : graphviz-2.30.1-19.el7.x86_64 56/59

Installing : bridge-utils-1.5-9.el7.x86_64 57/59

Installing : libcgroup-0.41-8.el7.x86_64 58/59

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

Verifying : libXext-1.3.3-3.el7.x86_64 1/59

Verifying : graphviz-2.30.1-19.el7.x86_64 2/59

Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 3/59

Verifying : libfontenc-1.1.2-3.el7.x86_64 4/59

Verifying : libXxf86vm-1.1.3-2.1.el7.x86_64 5/59

Verifying : pixman-0.32.6-3.el7.x86_64 6/59

Verifying : librsvg2-2.39.0-1.el7.x86_64 7/59

Verifying : libxcb-1.11-4.el7.x86_64 8/59

Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 9/59

Verifying : libXinerama-1.1.3-2.1.el7.x86_64 10/59

Verifying : libXaw-1.0.12-5.el7.x86_64 11/59

Verifying : fontpackages-filesystem-1.44-8.el7.noarch 12/59

Verifying : gdk-pixbuf2-2.31.6-3.el7.x86_64 13/59

Verifying : hicolor-icon-theme-0.12-7.el7.noarch 14/59

Verifying : jbigkit-libs-2.0-11.el7.x86_64 15/59

Verifying : libXrandr-1.4.2-2.el7.x86_64 16/59

Verifying : ghostscript-9.07-18.el7.x86_64 17/59

Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 18/59

Verifying : libX11-1.6.3-2.el7.x86_64 19/59

Verifying : lcms2-2.6-2.el7.x86_64 20/59

Verifying : libcap-devel-2.22-8.el7.x86_64 21/59

Verifying : atk-2.14.0-1.el7.x86_64 22/59

Verifying : libXft-2.3.2-2.el7.x86_64 23/59

Verifying : libXrender-0.9.8-2.1.el7.x86_64 24/59

Verifying : harfbuzz-0.9.36-1.el7.x86_64 25/59

Verifying : libX11-common-1.6.3-2.el7.noarch 26/59

Verifying : urw-fonts-2.4-16.el7.noarch 27/59

Verifying : libcgroup-0.41-8.el7.x86_64 28/59

Verifying : libtool-ltdl-2.4.2-21.el7_2.x86_64 29/59

Verifying : 1:cups-libs-1.6.3-22.el7.x86_64 30/59

Verifying : mesa-libgbm-10.6.5-3.20150824.el7.x86_64 31/59

Verifying : libtiff-4.0.3-25.el7_2.x86_64 32/59

Verifying : libXpm-3.5.11-3.el7.x86_64 33/59

Verifying : libXfont-1.5.1-2.el7.x86_64 34/59

Verifying : bridge-utils-1.5-9.el7.x86_64 35/59

Verifying : ghostscript-fonts-5.50-32.el7.noarch 36/59

Verifying : pango-1.36.8-2.el7.x86_64 37/59

Verifying : libICE-1.0.9-2.el7.x86_64 38/59

Verifying : gd-2.0.35-26.el7.x86_64 39/59

Verifying : jasper-libs-1.900.1-29.el7.x86_64 40/59

Verifying : gtk2-2.24.28-8.el7.x86_64 41/59

Verifying : poppler-data-0.4.6-3.el7.noarch 42/59

Verifying : libXt-1.1.4-6.1.el7.x86_64 43/59

Verifying : libXcursor-1.1.14-2.1.el7.x86_64 44/59

Verifying : libXi-1.7.4-2.el7.x86_64 45/59

Verifying : libxshmfence-1.2-1.el7.x86_64 46/59

Verifying : mesa-libglapi-10.6.5-3.20150824.el7.x86_64 47/59

Verifying : libXfixes-5.0.1-2.1.el7.x86_64 48/59

Verifying : libXau-1.0.8-2.1.el7.x86_64 49/59

Verifying : libSM-1.2.2-2.el7.x86_64 50/59

Verifying : cairo-1.14.2-1.el7.x86_64 51/59

Verifying : libXmu-1.1.2-2.el7.x86_64 52/59

Verifying : fontconfig-2.10.95-7.el7.x86_64 53/59

Verifying : graphite2-1.3.6-1.el7_2.x86_64 54/59

Verifying : mesa-libGL-10.6.5-3.20150824.el7.x86_64 55/59

Verifying : libXdamage-1.1.4-4.1.el7.x86_64 56/59

Verifying : mesa-libEGL-10.6.5-3.20150824.el7.x86_64 57/59

Verifying : libthai-0.1.14-9.el7.x86_64 58/59

Verifying : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 59/59

Installed:

bridge-utils.x86_64 0:1.5-9.el7 graphviz.x86_64 0:2.30.1-19.el7 libcap-devel.x86_64 0:2.22-8.el7 libcgroup.x86_64 0:0.41-8.el7

Dependency Installed:

atk.x86_64 0:2.14.0-1.el7 cairo.x86_64 0:1.14.2-1.el7 cups-libs.x86_64 1:1.6.3-22.el7 fontconfig.x86_64 0:2.10.95-7.el7 fontpackages-filesystem.noarch 0:1.44-8.el7

gd.x86_64 0:2.0.35-26.el7 gdk-pixbuf2.x86_64 0:2.31.6-3.el7 ghostscript.x86_64 0:9.07-18.el7 ghostscript-fonts.noarch 0:5.50-32.el7 graphite2.x86_64 0:1.3.6-1.el7_2

gtk2.x86_64 0:2.24.28-8.el7 harfbuzz.x86_64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.x86_64 0:1.900.1-29.el7 jbigkit-libs.x86_64 0:2.0-11.el7

lcms2.x86_64 0:2.6-2.el7 libICE.x86_64 0:1.0.9-2.el7 libSM.x86_64 0:1.2.2-2.el7 libX11.x86_64 0:1.6.3-2.el7 libX11-common.noarch 0:1.6.3-2.el7

libXau.x86_64 0:1.0.8-2.1.el7 libXaw.x86_64 0:1.0.12-5.el7 libXcomposite.x86_64 0:0.4.4-4.1.el7 libXcursor.x86_64 0:1.1.14-2.1.el7 libXdamage.x86_64 0:1.1.4-4.1.el7

libXext.x86_64 0:1.3.3-3.el7 libXfixes.x86_64 0:5.0.1-2.1.el7 libXfont.x86_64 0:1.5.1-2.el7 libXft.x86_64 0:2.3.2-2.el7 libXi.x86_64 0:1.7.4-2.el7

libXinerama.x86_64 0:1.1.3-2.1.el7 libXmu.x86_64 0:1.1.2-2.el7 libXpm.x86_64 0:3.5.11-3.el7 libXrandr.x86_64 0:1.4.2-2.el7 libXrender.x86_64 0:0.9.8-2.1.el7

libXt.x86_64 0:1.1.4-6.1.el7 libXxf86vm.x86_64 0:1.1.3-2.1.el7 libfontenc.x86_64 0:1.1.2-3.el7 libjpeg-turbo.x86_64 0:1.2.90-5.el7 libpng.x86_64 2:1.5.13-7.el7_2

librsvg2.x86_64 0:2.39.0-1.el7 libthai.x86_64 0:0.1.14-9.el7 libtiff.x86_64 0:4.0.3-25.el7_2 libtool-ltdl.x86_64 0:2.4.2-21.el7_2 libxcb.x86_64 0:1.11-4.el7

libxshmfence.x86_64 0:1.2-1.el7 mesa-libEGL.x86_64 0:10.6.5-3.20150824.el7 mesa-libGL.x86_64 0:10.6.5-3.20150824.el7 mesa-libgbm.x86_64 0:10.6.5-3.20150824.el7 mesa-libglapi.x86_64 0:10.6.5-3.20150824.el7

pango.x86_64 0:1.36.8-2.el7 pixman.x86_64 0:0.32.6-3.el7 poppler-data.noarch 0:0.4.6-3.el7 urw-fonts.noarch 0:2.4-16.el7 xorg-x11-font-utils.x86_64 1:7.5-20.el7

Complete!

Run ./configure for LXC

[root@uekulele1 ~]# cd lxc-2.0.3

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

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

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

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

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... /usr/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... /usr/bin/grep

checking for egrep... /usr/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... yes

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

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

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

oracle

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... /usr/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: oracle

- 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

Run make for LXC

[root@uekulele1 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 3 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'

Run make install for LXC

[root@uekulele1 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'.

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

/usr/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'.

/usr/bin/mkdir -p '/usr/local/etc/lxc'

/usr/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'

/usr/bin/mkdir -p '/usr/local/libexec/lxc'

/usr/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'.

/usr/bin/mkdir -p /usr/local/etc/"rc.d/init.d"

/usr/bin/install -c lxc-containers /usr/local/etc/"rc.d/init.d"/lxc

/usr/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'.

/usr/bin/mkdir -p '/usr/local/share/lxc/selinux'

/usr/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'.

/usr/bin/mkdir -p '/usr/local/share/lxc/config/common.conf.d/'

/usr/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'.

/usr/bin/mkdir -p '/usr/local/share/lxc/config'

/usr/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'.

/usr/bin/mkdir -p '/usr/local/share/lxc'

/usr/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'.

/usr/bin/mkdir -p '/usr/local/etc/sysconfig'

/usr/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'

/usr/bin/mkdir -p '/usr/local/bin'

/usr/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'

/usr/bin/mkdir -p '/usr/local/bin'

/usr/bin/install -c lxc-checkconfig '/usr/local/bin'

/usr/bin/mkdir -p '/usr/local/lib'

/usr/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

/usr/bin/mkdir -p '/usr/local/libexec/lxc'

/usr/bin/install -c lxc-monitord lxc-user-nic '/usr/local/libexec/lxc'

/usr/bin/mkdir -p '/usr/local/sbin'

/usr/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'

/usr/bin/mkdir -p '/usr/local/include/lxc'

/usr/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'.

/usr/bin/mkdir -p '/usr/local/share/lxc/templates'

/usr/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'.

/usr/bin/mkdir -p '/usr/local/share/doc/lxc/examples'

/usr/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'.

/usr/bin/mkdir -p '/usr/local/lib/lxc/rootfs'

/usr/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'.

/usr/bin/mkdir -p '/usr/local/libexec/lxc/hooks'

/usr/bin/install -c unmount-namespace '/usr/local/libexec/lxc/hooks'

/usr/bin/mkdir -p '/usr/local/share/lxc/hooks'

/usr/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'.

/usr/bin/mkdir -p /usr/local/var/lib/lxc

/usr/bin/mkdir -p /usr/local/var/cache/lxc

/usr/bin/mkdir -p '/usr/local/lib/pkgconfig'

/usr/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'

Create Required Soft Link for LXC

[root@uekulele1 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

[root@uekulele1 lxc-2.0.3]# ln -s /usr/local/lib/liblxc.so.1.2.0 /lib64/liblxc.so.1

[root@uekulele1 lxc-2.0.3]# lxc-info --name test

test doesn't exist

[root@uekulele1 lxc-2.0.3]# lxc-checkconfig

Kernel configuration not found at /proc/config.gz; searching...

Kernel configuration found at /boot/config-4.1.12-61.1.13.el7uek.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

Verify Operation LXC

[root@uekulele1 lxc-2.0.3]# lxc-start --version

2.0.3

[root@uekulele1 lxc-2.0.3]#