In a yum update I got:
--> Running transaction check --> Processing Dependency: libijs.so for package: gimp-print --> Finished Dependency Resolution Error: Missing Dependency: libijs.so is needed by package gimp-print
But
slocate libijs.so
Resulted in:
/usr/lib/libijs.so
So why the dependency error?
Robert Moskowitz wrote:
In a yum update I got:
--> Running transaction check --> Processing Dependency: libijs.so for package: gimp-print --> Finished Dependency Resolution Error: Missing Dependency: libijs.so is needed by package gimp-print
But slocate libijs.so
Resulted in:
/usr/lib/libijs.so
So why the dependency error?
is it being removed for something ? is the dep for a different arch ?
- KB
Here is what I am seeing:
Karanbir Singh wrote:
Robert Moskowitz wrote:
In a yum update I got:
--> Running transaction check --> Processing Dependency: libijs.so for package: gimp-print --> Finished Dependency Resolution Error: Missing Dependency: libijs.so is needed by package gimp-print
But slocate libijs.so
Resulted in:
/usr/lib/libijs.so
So why the dependency error?
is it being removed for something ? is the dep for a different arch ?
Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package evolution-data-server.i386 0:1.0.2-13.el4 set to be updated ---> Package php-ldap.i386 0:4.3.11-2.8 set to be updated ---> Package php.i386 0:4.3.11-2.8 set to be updated ---> Package rsync.i386 0:2.6.8-1.el4.rf set to be updated ---> Package ghostscript-fonts.noarch 0:5.50-13.1 set to be updated ---> Package php-pear.i386 0:4.3.11-2.8 set to be updated ---> Package php-mysql.i386 0:4.3.11-2.8 set to be updated ---> Package ghostscript.i386 0:8.15.1-7 set to be updated ---> Package libtiff-devel.i386 0:3.8.2-4 set to be updated ---> Package kernel-hugemem-devel.i686 0:2.6.9-42.0.10.EL set to be updated ---> Package libtiff.i386 0:3.8.2-4 set to be updated ---> Package nmap.i386 2:4.11-1.el4.rf set to be updated --> Running transaction check --> Processing Dependency: libijs.so for package: gimp-print --> Finished Dependency Resolution Error: Missing Dependency: libijs.so is needed by package gimp-print
On 3/12/07, Robert Moskowitz rgm@htt-consult.com wrote:
Here is what I am seeing: --> Populating transaction set with selected packages. Please wait. ---> Package evolution-data-server.i386 0:1.0.2-13.el4 set to be updated ---> Package php.i386 0:4.3.11-2.8 set to be updated
Well that's not right. CentOS doesn't ship this version.
---> Package rsync.i386 0:2.6.8-1.el4.rf set to be updated
This one isn't ours either, though rpmforge is okay.
---> Package ghostscript.i386 0:8.15.1-7 set to be updated
This is really the problem here, as this is the rpm which SHOULD provide this file, however this isn't a centos package. In fact, I'm beginning to suspect your problem isn't centos related at all, but more likely a centos spin-off like trixbox or something similar. You should consider asking them to QA what they release.
Error: Missing Dependency: libijs.so is needed by package gimp-print
If I had to guess, I'd say it's a trixbox rebuild with a much newer ghostscript, but the same old gimp-print which hasn't been rebuilt against the newer packages which provide its deps.
Since we're not the vendor here, I'd recommend talking to whoever you got your software from.
ARGHH!!!!!
Jim Perrin wrote:
On 3/12/07, Robert Moskowitz rgm@htt-consult.com wrote:
Here is what I am seeing: --> Populating transaction set with selected packages. Please wait. ---> Package evolution-data-server.i386 0:1.0.2-13.el4 set to be updated ---> Package php.i386 0:4.3.11-2.8 set to be updated
Well that's not right. CentOS doesn't ship this version.
---> Package rsync.i386 0:2.6.8-1.el4.rf set to be updated
This one isn't ours either, though rpmforge is okay.
---> Package ghostscript.i386 0:8.15.1-7 set to be updated
This is really the problem here, as this is the rpm which SHOULD provide this file, however this isn't a centos package. In fact, I'm beginning to suspect your problem isn't centos related at all, but more likely a centos spin-off like trixbox or something similar. You should consider asking them to QA what they release.
Error: Missing Dependency: libijs.so is needed by package gimp-print
If I had to guess, I'd say it's a trixbox rebuild with a much newer ghostscript, but the same old gimp-print which hasn't been rebuilt against the newer packages which provide its deps.
Since we're not the vendor here, I'd recommend talking to whoever you got your software from.
I had put the Trixbox repo in to grap spandsp, and forgot to take it out afterwards.....
ARGH.
Sorry all.