On Mon, May 25, 2015 at 10:22:35PM +0200, Kashyap Chamarthy wrote: > I just built `supermin` from source on my Fedora 22 machine, and somehow > it can't seem to detect RPM (but `supermin` from Rawhide detects it). > Exact error: > > supermin: could not detect package manager used by this system or > distro. > > which is coming from: supermin/src/package_handler.ml. > > Test > ---- > > Build `supermin` from source: > > $ git clone https://github.com/libguestfs/supermin.git > $ ./bootstrap > $ ./autogen.sh > $ ./configure
I'm guessing that you don't have one of 'rpm-devel', 'yum-utils' or 'dnf' installed. What is the output from ./configure? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from scratch http://libguestfs.org/virt-builder.1.html _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
