Package: lxc
Version: 0.7.2-1
Severity: normal
Tags: upstream
when building lxc from source, it's impossible to re-build the
package after running ./debian/rules clean. This is because
config/Makefile.am has this:
distclean:
@$(RM) -f compile config.guess config.sub depcomp install-sh ltmain.sh
missing Makefile.in Makefile
which removes all files which are actually necessary for compilation
(for configuring stage actually), so next ./configure run fails
with "missing install-sh" message.
The same problem exists in more recent releases as well (in 0.7.3
and recently released 0.7.4).
I'll try to address this upstream, this bugreport is for reference.
Thanks!
/mjt
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]