<div dir="ltr">Thanks Tycho!<div><br></div><div>Indeed that fixes it.  Just to check: is my workflow the best build/install method for doing development work on LXC source?</div><div><div><br></div></div><div>~Dave</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 31, 2014 at 3:34 PM, Tycho Andersen <span dir="ltr"><<a href="mailto:tycho.andersen@canonical.com" target="_blank">tycho.andersen@canonical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, Oct 31, 2014 at 03:31:38PM -0700, David Richardson wrote:<br>
> Hey everyone,<br>
><br>
> Apologies up front for a somewhat dumb question, but I'm looking to build<br>
> and install LXC from source on Ubuntu-14.04 so that I can debug some issues<br>
> I'm seeing with automounting in a container.  My current strategy is to<br>
</span>> build from the source at *ppa:ubuntu-lxc/stable*, and it looks something<br>
<span class="">> like:<br>
><br>
> # Get all the LXC dependencies built and installed:<br>
> apt-get build-dep lxc<br>
> apt-get install adduser bridge-utils dnsmasq-base iptables python3 apparmor<br>
> sysv-rc libc6<br>
><br>
> # Get LXC source from repo and build the packages<br>
> apt-get source lxc<br>
> cd lxc-1.0.6<br>
> <MODIFY SOME CODE><br>
> debuild -us -uc -b<br>
><br>
> # Install built packages:<br>
> dpkg -i lxc_1.0.6-0ubuntu0.1~ubuntu14.04.1~ppa1_amd64.deb<br>
> ...<br>
><br>
> Unfortunately, no matter what order I chose to install the .deb packages, I<br>
> get complaints about unmet dependencies between my packages.<br>
<br>
</span>You can install multiple packages at the same time, e.g.:<br>
<br>
sudo dpkg -i lxc_*.deb<br>
<br>
and dpkg should figure out what order to install them in.<br>
<br>
Tycho<br>
<span class=""><br>
> What's the best procedure for building, installing, and debugging LXC on a<br>
> dev box?<br>
><br>
> Thanks!<br>
><br>
> ~Dave<br>
<br>
</span>> _______________________________________________<br>
> lxc-devel mailing list<br>
> <a href="mailto:lxc-devel@lists.linuxcontainers.org">lxc-devel@lists.linuxcontainers.org</a><br>
> <a href="http://lists.linuxcontainers.org/listinfo/lxc-devel" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-devel</a><br>
<br>
_______________________________________________<br>
lxc-devel mailing list<br>
<a href="mailto:lxc-devel@lists.linuxcontainers.org">lxc-devel@lists.linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-devel" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-devel</a><br>
</blockquote></div><br></div>