[root@amd64-3000 development]# rpm -qa | grep koffice koffice-filters-1.4.1-4 koffice-devel-1.4.1-4 koffice-core-1.4.1-4 koffice-kword-1.4.1-4
yum upgrade .......... Added 15 new packages, deleted 0 old in 1.83 seconds Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package koffice-kword.x86_64 0:1.4.1-4.fc4 set to be updated ---> Package koffice-core.x86_64 0:1.4.1-4.fc4 set to be updated ---> Package koffice-filters.x86_64 0:1.4.1-4.fc4 set to be updated ---> Package koffice-devel.x86_64 0:1.4.1-4.fc4 set to be updated --> Running transaction check --> Processing Dependency: libgs.so.7()(64bit) for package: koffice-filters --> Finished Dependency Resolution Error: Missing Dependency: libgs.so.7()(64bit) is needed by package koffice-filters
koffice needs to be rebuilt with libgs.so.8. Which I've done. Why does yum keep wanting to upgrade to the extras koffice?
One issue: the installed koffice where built --target=i486 ( don't ask).
rpm -q koffice-core.i486 koffice-core-1.4.1-4
But, why would yum try to install an x86_64 set? Will it always try to install the preferred target if another target is installed?
sean
On Tue, 2005-08-23 at 10:44 -0400, sean wrote:
[root@amd64-3000 development]# rpm -qa | grep koffice koffice-filters-1.4.1-4 koffice-devel-1.4.1-4 koffice-core-1.4.1-4 koffice-kword-1.4.1-4
yum upgrade .......... Added 15 new packages, deleted 0 old in 1.83 seconds Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package koffice-kword.x86_64 0:1.4.1-4.fc4 set to be updated ---> Package koffice-core.x86_64 0:1.4.1-4.fc4 set to be updated ---> Package koffice-filters.x86_64 0:1.4.1-4.fc4 set to be updated ---> Package koffice-devel.x86_64 0:1.4.1-4.fc4 set to be updated --> Running transaction check --> Processing Dependency: libgs.so.7()(64bit) for package: koffice-filters --> Finished Dependency Resolution Error: Missing Dependency: libgs.so.7()(64bit) is needed by package koffice-filters
koffice needs to be rebuilt with libgs.so.8. Which I've done. Why does yum keep wanting to upgrade to the extras koffice?
One issue: the installed koffice where built --target=i486 ( don't ask).
rpm -q koffice-core.i486 koffice-core-1.4.1-4
But, why would yum try to install an x86_64 set? Will it always try to install the preferred target if another target is installed?
b/c the i486 koffice-core doesn't provide a 64bit libgs
-sv
seth vidal wrote:
On Tue, 2005-08-23 at 10:44 -0400, sean wrote:
rpm -q koffice-core.i486 koffice-core-1.4.1-4
But, why would yum try to install an x86_64 set? Will it always try to install the preferred target if another target is installed?
b/c the i486 koffice-core doesn't provide a 64bit libgs
??? AFAIK, ghostscript provides libgs (or should).
-- Rex
On Tue, 2005-08-23 at 13:39 -0500, Rex Dieter wrote:
seth vidal wrote:
On Tue, 2005-08-23 at 10:44 -0400, sean wrote:
rpm -q koffice-core.i486 koffice-core-1.4.1-4
But, why would yum try to install an x86_64 set? Will it always try to install the preferred target if another target is installed?
b/c the i486 koffice-core doesn't provide a 64bit libgs
??? AFAIK, ghostscript provides libgs (or should).
the (64bit) is the interesting part there.
-sv
seth vidal wrote:
On Tue, 2005-08-23 at 13:39 -0500, Rex Dieter wrote:
seth vidal wrote:
On Tue, 2005-08-23 at 10:44 -0400, sean wrote:
rpm -q koffice-core.i486 koffice-core-1.4.1-4
But, why would yum try to install an x86_64 set? Will it always try to install the preferred target if another target is installed?
b/c the i486 koffice-core doesn't provide a 64bit libgs
??? AFAIK, ghostscript provides libgs (or should).
the (64bit) is the interesting part there.
-sv
libgs is supplied by ghostscript. koffice from extras won't install because libgs.so.7 isn't installed. It isn't installed because ghostscript-8.15-0.rc4.3 installs libgs.so.8.
locate libgs.so /usr/lib64/libgs.so.8 /usr/lib64/libgs.so /usr/lib64/libgs.so.8.15
That why I rebuilt koffice myself.
sean
sean wrote:
libgs is supplied by ghostscript. koffice from extras won't install because libgs.so.7 isn't installed. It isn't installed because ghostscript-8.15-0.rc4.3 installs libgs.so.8.
locate libgs.so /usr/lib64/libgs.so.8 /usr/lib64/libgs.so /usr/lib64/libgs.so.8.15
Then you're not using fc4, but rawhide/devel.
-- Rex
Rex Dieter wrote:
sean wrote:
libgs is supplied by ghostscript. koffice from extras won't install because libgs.so.7 isn't installed. It isn't installed because ghostscript-8.15-0.rc4.3 installs libgs.so.8.
locate libgs.so /usr/lib64/libgs.so.8 /usr/lib64/libgs.so /usr/lib64/libgs.so.8.15
Then you're not using fc4, but rawhide/devel.
-- Rex
OK. But so what? Why does yum want to "upgrade" koffice?
sean
On Tue, 2005-08-23 at 10:44 -0400, sean wrote:
[root@amd64-3000 development]# rpm -qa | grep koffice koffice-filters-1.4.1-4 koffice-devel-1.4.1-4 koffice-core-1.4.1-4 koffice-kword-1.4.1-4
yum upgrade .......... Added 15 new packages, deleted 0 old in 1.83 seconds Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package koffice-kword.x86_64 0:1.4.1-4.fc4 set to be updated
On Thu, 2005-08-25 at 14:00 -0400, sean wrote:
OK. But so what? Why does yum want to "upgrade" koffice?
Because "4" is less than ""4.fc4".
Peter Jones wrote:
On Tue, 2005-08-23 at 10:44 -0400, sean wrote:
[root@amd64-3000 development]# rpm -qa | grep koffice koffice-filters-1.4.1-4 koffice-devel-1.4.1-4 koffice-core-1.4.1-4 koffice-kword-1.4.1-4
yum upgrade .......... Added 15 new packages, deleted 0 old in 1.83 seconds Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package koffice-kword.x86_64 0:1.4.1-4.fc4 set to be updated
On Thu, 2005-08-25 at 14:00 -0400, sean wrote:
OK. But so what? Why does yum want to "upgrade" koffice?
Because "4" is less than ""4.fc4".
Aha.
Thanks.
sean
sean wrote:
Rex Dieter wrote:
sean wrote:
libgs is supplied by ghostscript. koffice from extras won't install because libgs.so.7 isn't installed. It isn't installed because ghostscript-8.15-0.rc4.3 installs libgs.so.8.
locate libgs.so /usr/lib64/libgs.so.8 /usr/lib64/libgs.so /usr/lib64/libgs.so.8.15
Then you're not using fc4, but rawhide/devel.
OK. But so what? Why does yum want to "upgrade" koffice?
Why shouldn't it? Are you using the extras-devel repository too? (If not, you should).
-- Rex
devel@lists.stg.fedoraproject.org