NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: 5.1_RC3 vs pkgsrc-2010Q1-5.0.2 binaries




"Jeremy C. Reed" <reed%reedmedia.net@localhost> writes:

>> > How should I fix this?  Should I have installed 5.0.2 and upgraded my
>> > way to 5.1_RC3?
>> 
>> Yes, probably.  But you could also unpack the 5.0.2 X sets and look for
>> the missing shlib and add it - assuming that's what's wrong.  I have not
>> been paying attention, but a shlib version bump along netbsd-5 seems
>> surprising.  Therefore, figuring out what's going on first seems in
>> order.
>
> I had same problem. I ended up downgrading from 5.1_RC3 to 5.0.2. If 
> there were packages built for 5.1 i386 I would have stayed there.
>
> One example is:
>
> # pkgin install firefox
> calculating dependencies for firefox...
> /usr/X11R7/lib/libpixman-1.so.0, needed by gtk2+-2.18.9 is not present 
> in this system.
> /usr/X11R7/lib/libpixman-1.so.0, needed by cairo-1.8.10 is not present 
> in this system.
> /usr/X11R7/lib/libpixman-1.so.0, needed by pango-1.26.2nb2 is not 
> present in this system.

It seems that libpixman did have a shlib major bump.


-r--r--r--  1 root  wheel  340414 Apr 28 12:08 /usr/X11R7/lib/libpixman-1.a
lrwxr-xr-x  1 root  wheel      18 Jun 27 20:08 /usr/X11R7/lib/libpixman-1.so -> 
libpixman-1.so.1.0
lrwxr-xr-x  1 root  wheel      21 Aug  3  2009 /usr/X11R7/lib/libpixman-1.so.0 
-> libpixman-1.so.0.12.0
-r--r--r--  1 root  wheel  224127 Aug  3  2009 
/usr/X11R7/lib/libpixman-1.so.0.12.0
lrwxr-xr-x  1 root  wheel      18 Jun 27 20:08 /usr/X11R7/lib/libpixman-1.so.1 
-> libpixman-1.so.1.0
-r--r--r--  1 root  wheel  337832 Jun 27 19:57 /usr/X11R7/lib/libpixman-1.so.1.0


So grabbing the .so.0 symlink and .so.0.12.0 file from the 5.0.2 sets
(xbase probably) should get you working.

Attachment: pgpKjOcwj1gfy.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index