> Anyway, I'll fire up a Debian box in my cloud and see if I can > reproduce this also.
I was able to install stretch, starting from jessie [from `virt-builder debian-8'], changing s/jessie/stretch/ in sources.list, and upgrading in the usual way. To install gfs2-utils I had to add jessie as another apt source [see my final sources.list attached]. That package is not in stretch, I suppose because it has not been built since jessie. I completed `apt-get build-dep libguestfs' with no errors. I built libguestfs from git (ac76081f). I had to additionally install: `db-util' and `uuid-runtime'. I think both are missing dependencies from the Debian package. The test suite basically worked after that. There were a few failures (eg. grub missing, xfs-admin lacks some patches that we added upstream), but nothing significant. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 100 libraries supported. http://fedoraproject.org/wiki/MinGW
deb http://ftp.uk.debian.org/debian jessie main deb-src http://ftp.uk.debian.org/debian jessie main deb http://ftp.uk.debian.org/debian stretch main deb-src http://ftp.uk.debian.org/debian stretch main deb http://security.debian.org/ stretch/updates main deb-src http://security.debian.org/ stretch/updates main # stretch-updates, previously known as 'volatile' deb http://ftp.uk.debian.org/debian stretch-updates main deb-src http://ftp.uk.debian.org/debian stretch-updates main
_______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
