xenserver / buildroot

Package buildroot for xen-api and related packages
44 stars 29 forks source link

Dependency is not satisfiable: xen-utils #516

Open israelriibeiro opened 9 years ago

israelriibeiro commented 9 years ago

Hi, guys.

I managed to compile on ubuntu. On debian jessie, i got this error bellow: Am i missing something?

This package is uninstallable Dependency is not satisfiable: xen-utils

E: pbuilder-satisfydepends failed. I: Copying back the cached apt archive contents I: unmounting /root/buildroot/SRPMS filesystem I: unmounting /root/buildroot/RPMS filesystem I: unmounting dev/pts filesystem I: unmounting run/shm filesystem I: unmounting proc filesystem -> Cleaning COW directory forking: rm -rf /var/cache/pbuilder/build//cow.29581 Makefile:32: recipe for target 'RPMS/ocaml-evtchn_1.0.5-1_amd64.deb' failed make: *\ [RPMS/ocaml-evtchn_1.0.5-1_amd64.deb] Error 1

Thanks,

Israel Ribeiro

djs55 commented 9 years ago

I saw a similar error recently when I had 2 xen-utils packages: xen-utils-4.4 and xen-utils-4.5 (I was building an experimental xen-4.5 prototype /cc:@jonludlam). In the scripts/lib/mappkgname.py file we could replace 'xen-utils' with 'xen-utils-4.4' and be specific about the version we require?