openSUSE Forums > Archives > Novell Archives » supplementary GNOME cairo-0.9.2-4 breaks many packages

Go Back   openSUSE Forums > Archives > Novell Archives
Forums FAQ Members List Search Today's Posts Mark Forums Read


Novell Archives Archived content from Novell openSUSE support forums

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 22-Aug-2005, 04:22
Mark Brand
Guest
 
Posts: n/a
Default supplementary GNOME cairo-0.9.2-4 breaks many packages

The supplementary GNOME cairo-0.9.2-4 breaks many packages including
control-center2-2.11.91-5 and gnome-desktop-2.11.90-3 which all require
libcairo.so.1, which this newer cairo does not provide.

regards,

Mark

  #2 (permalink)  
Old 22-Aug-2005, 04:41
Mark Brand
Guest
 
Posts: n/a
Default Re: supplementary GNOME cairo-0.9.2-4 breaks many packages


> The supplementary GNOME cairo-0.9.2-4 breaks many packages including
> control-center2-2.11.91-5 and gnome-desktop-2.11.90-3 which all require
> libcairo.so.1, which this newer cairo does not provide.
>
> regards,
>
> Mark
>


A workaround is to create a symbolic link:

cd /usr/lib
ln -s libcairo.so.2 libcairo.so.1

but I do this with a certain degree of trepidation.
  #3 (permalink)  
Old 23-Aug-2005, 00:28
Kevin Nathan
Guest
 
Posts: n/a
Default Re: supplementary GNOME cairo-0.9.2-4 breaks many packages

On Mon, 22 Aug 2005 09:41:12 GMT
Mark Brand <brandm@xs4all.nl> wrote:

> A workaround is to create a symbolic link:
>
> cd /usr/lib
> ln -s libcairo.so.2 libcairo.so.1
>
> but I do this with a certain degree of trepidation.


No need for the trepidation -- it will either work or it won't. If it
does, you're good to go; if not, just remove it . . . :-) I've done
this quite a bit in the past and never had any *serious* problem.


--
Kevin Nathan (Arizona, USA)
Linux Potpourri and a.o.l.s. FAQ -- http://www.project54.com/linux/

Open standards. Open source. Open minds.
The command line is the front line.
Linux 2.6.8-24.17-default
10:27pm up 13 days 3:18, 14 users, load average: 0.00, 0.02, 0.07
  #4 (permalink)  
Old 26-Aug-2005, 08:27
JLS
Guest
 
Posts: n/a
Default Re: supplementary GNOME cairo-0.9.2-4 breaks many packages

I too have this issue and had tried a softlink. But the ld.so.cache only
shows libcairo.so.2 links not the so.1 softlink. I ran ldconfig

On Tue, 23 Aug 2005 05:28:35 +0000, Kevin Nathan wrote:

> On Mon, 22 Aug 2005 09:41:12 GMT
> Mark Brand <brandm@xs4all.nl> wrote:
>
>> A workaround is to create a symbolic link:
>>
>> cd /usr/lib
>> ln -s libcairo.so.2 libcairo.so.1
>>
>> but I do this with a certain degree of trepidation.

>
> No need for the trepidation -- it will either work or it won't. If it
> does, you're good to go; if not, just remove it . . . :-) I've done
> this quite a bit in the past and never had any *serious* problem.


  #5 (permalink)  
Old 26-Aug-2005, 11:27
Uwe Buckesfeld
Guest
 
Posts: n/a
Default Re: supplementary GNOME cairo-0.9.2-4 breaks many packages

JLS <j@jlsworld.com> wrote in
newsan.2005.08.26.13.27.09.923968@jlsworld.com:

> I ran ldconfig


That breaks it here. Delete the symlink and recreate it, and *don't* run
ldconfig. Does it work now?

Uwe

--
Novell Support Connection Volunteer SysOp
Please don't send me support related e-mail unless I ask you to do so.
  #6 (permalink)  
Old 26-Aug-2005, 13:09
JLS
Guest
 
Posts: n/a
Default Re: supplementary GNOME cairo-0.9.2-4 breaks many packages

I tried that suggestion and no joy. The programs seem to run that require
libcairo.so.1 but it's yast install and update that complains about no
libcairo.so.1. It might be only an issue with yast?



On Fri, 26 Aug 2005 16:27:35 +0000, Uwe Buckesfeld wrote:

> JLS <j@jlsworld.com> wrote in
> newsan.2005.08.26.13.27.09.923968@jlsworld.com:
>
>> I ran ldconfig

>
> That breaks it here. Delete the symlink and recreate it, and *don't* run
> ldconfig. Does it work now?
>
> Uwe


  #7 (permalink)  
Old 27-Aug-2005, 05:10
Kevin Nathan
Guest
 
Posts: n/a
Default Re: supplementary GNOME cairo-0.9.2-4 breaks many packages

On Fri, 26 Aug 2005 18:09:35 GMT
JLS <j@jlsworld.com> wrote:

> I tried that suggestion and no joy. The programs seem to run that
> require libcairo.so.1 but it's yast install and update that complains
> about no libcairo.so.1. It might be only an issue with yast?
>


Absolutely! YaST/YOU/RPM are *only* aware of programs/libs that have
been installed from an RPM package. They will never see this. If the
programs work, who really cares? ;-)

There's probably a way to get this in the RPM database, but I've never
been motivated enough to look . . .


--
Kevin Nathan (Arizona, USA)
Linux Potpourri and a.o.l.s. FAQ -- http://www.project54.com/linux/

Open standards. Open source. Open minds.
The command line is the front line.
Linux 2.6.8-24.17-default
3:08am up 17 days 7:58, 14 users, load average: 0.58, 0.38, 0.18
  #8 (permalink)  
Old 28-Aug-2005, 09:40
JLS
Guest
 
Posts: n/a
Default Re: supplementary GNOME cairo-0.9.2-4 breaks many packages

I had done an install of both, rpm -ivh, and the ver .9 can install
happily without replacing the earlier version. But that still does not fix
the problem.


On Sat, 27 Aug 2005 10:10:25 +0000, Kevin Nathan wrote:

> On Fri, 26 Aug 2005 18:09:35 GMT
> JLS <j@jlsworld.com> wrote:
>
>> I tried that suggestion and no joy. The programs seem to run that
>> require libcairo.so.1 but it's yast install and update that complains
>> about no libcairo.so.1. It might be only an issue with yast?
>>

>
> Absolutely! YaST/YOU/RPM are *only* aware of programs/libs that have
> been installed from an RPM package. They will never see this. If the
> programs work, who really cares? ;-)
>
> There's probably a way to get this in the RPM database, but I've never
> been motivated enough to look . . .


  #9 (permalink)  
Old 28-Aug-2005, 14:01
Kevin Nathan
Guest
 
Posts: n/a
Default Re: supplementary GNOME cairo-0.9.2-4 breaks many packages

On Sun, 28 Aug 2005 14:40:47 GMT
JLS <j@jlsworld.com> wrote:

> I had done an install of both, rpm -ivh, and the ver .9 can install
> happily without replacing the earlier version. But that still does
> not fix the problem.
>


Assuming the problem is still that YaST install and update complains
about no libcairo.so.1, try setting the packages that depend on that lib
(in YaST Install and Remove Software) to 'Protected - Do not modify'.


--
Kevin Nathan (Arizona, USA)
Linux Potpourri and a.o.l.s. FAQ -- http://www.project54.com/linux/

Open standards. Open source. Open minds.
The command line is the front line.
Linux 2.6.8-24.17-default
11:58am up 18 days 16:49, 14 users, load average: 0.10, 0.23, 0.19
 

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2