On 2014年01月09日 11:44, Eli Qiao wrote:
hello all
I install kimchi.deb on ubuntu distro failed because of missing dependency:
I have installed python-jsonschema( 0.7-0ubuntu1), but kimchi require
python-jsonschema (>= 1.3.0), which
can not get from apt-install, this is quite unreasonble!
please consider remove this require from postinst.
thanks Eli.
qiao@ubuntu:~/kimchi$ sudo dpkg -i kimchi-1.1.0-70.gita721096.noarch.deb
sudo: unable to resolve host ubuntu
Selecting previously unselected package kimchi.
(Reading database ... 167197 files and directories currently installed.)
Unpacking kimchi (from kimchi-1.1.0-70.gita721096.noarch.deb) ...
dpkg: dependency problems prevent configuration of kimchi:
kimchi depends on python-jsonschema (>= 1.3.0); however:
Version of python-jsonschema on system is 0.7-0ubuntu1.
kimchi depends on open-iscsi; however:
Package open-iscsi is not installed.
dpkg: error processing kimchi (--install):
dependency problems - leaving unconfigured
Processing triggers for ureadahead ...
Errors were encountered while processing:
kimchi
qiao@ubuntu:~/kimchi$ cat /etc/issue
Ubuntu 13.04 \n \l
qiao@ubuntu:~$ sudo dpkg -l | grep python-jsonschema
sudo: unable to resolve host ubuntu
ii python-jsonschema 0.7-0ubuntu1 all An(other) implementation of JSON
Schema (Draft 3) for Python
https://launchpad.net/ubuntu/+source/python-jsonschema,
According to this doc, 1.3.0 started to support on 13.10, so we may want
to delay upgrade of python-jsonschema.