-
Notifications
You must be signed in to change notification settings - Fork 10
inkscope-common install fails on CentOS 7 #8
Comments
I also wonder if you can build RPMs for RHEL 6. I know it is an older OS but it is being in production and many companies still use it as primary server base. |
I don’t know the constraints for RPM but I thought there was no problem as packages only contain scripts and web resources, no executable or compiled stuff. De : alitvak69 [mailto:[email protected]] I also wonder if you can build RPMs for RHEL 6. I know it is an older OS but it is being in production and many companies still use it as primary server base. — Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc This message and its attachments may contain confidential or privileged information that may be protected by law; |
Yes, Le 19/03/2015 10:03, Alain Dechorgnat a écrit :
logo Orange http://www.orange.com/ Alexis KOALLA Orange/IMT/OLPS/ASE/DAPI/CSE Spécialiste en Technologies/Cloud Storage Services & Plateformes Specialist in Technologies/Cloud Storage Services & Platforms Tel :+33(0) 299 124 939 / +33 670 698 929 |
Thank you for reply I managed to build set of basic RPMs using your spec file with some tweaking. At this point I have problem with your sysprobe and opened issue 41 here. Thanks again. |
This still fails... anyone have rebuilt RPMs with the proper dependency? |
fixed with 1.2.0-0, please confirm. |
Hi, the inkscope-common-1.2.0-0.noarch.rpm rpm itself installs without an issue r, On Mon, 13 Apr 2015 at 16:45 Alain Dechorgnat [email protected]
|
Hi, you should not use python-psutil because it only goes to version 0.4. |
Why would rpm 1.2 require httpd >= 2.4.0 ? It fails to install with RHEL 6 / CentOS 6 |
ok, I will try to build it for centos 6 as soon as possible |
I just installed inkscope on centos 7.2 and found that python-psutil doesn't installed by dependencies, but I do noticed that it is in specs, like
However, when I query the RPM like below:
It doesn't print python-psutil at all, so does the RPM in this tree built against the sepc in this repo? |
Installation fails with a dependency on 'psutil', I think this should be provided with the python-psutil package but then the spec should be altered
rpm -qpR inkscope-common-1.1.0-0.noarch.rpm
config(inkscope-common) = 1.1.0-0
psutil
python-bson
python-pymongo
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
rpm -qp --provides python-psutil-2.2.0-1.x86_64.rpmpython-psutil = 2.2.0-1
python-psutil(x86-64) = 2.2.0-1
The text was updated successfully, but these errors were encountered: