<div dir="ltr">Hey everyone,<div><br></div><div>Apologies up front for a somewhat dumb question, but I'm looking to build and install LXC from source on Ubuntu-14.04 so that I can debug some issues I'm seeing with automounting in a container.  My current strategy is to build from the source at <strong id="yui_3_10_3_1_1414606588006_70" style="color:rgb(51,51,51);font-family:Ubuntu,'Bitstream Vera Sans','DejaVu Sans',Tahoma,sans-serif;font-size:12px;line-height:18px">ppa:ubuntu-lxc/stable</strong>, and it looks something like:</div><div><br></div><div># Get all the LXC dependencies built and installed:</div><div>apt-get build-dep lxc</div><div>apt-get install adduser bridge-utils dnsmasq-base iptables python3 apparmor sysv-rc libc6</div><div><br></div><div># Get LXC source from repo and build the packages</div><div>apt-get source lxc</div><div>cd lxc-1.0.6</div><div><MODIFY SOME CODE></div><div>debuild -us -uc -b<br></div><div><br></div><div># Install built packages:</div><div>dpkg -i lxc_1.0.6-0ubuntu0.1~ubuntu14.04.1~ppa1_amd64.deb<br></div><div>...</div><div><br></div><div>Unfortunately, no matter what order I chose to install the .deb packages, I get complaints about unmet dependencies between my packages.</div><div><br></div><div>What's the best procedure for building, installing, and debugging LXC on a dev box?</div><div><br></div><div>Thanks!</div><div><br></div><div>~Dave</div><div><br></div><div><br></div></div>