Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 2014 17:53:34 +0200
From:      Tijl Coosemans <tijl@coosemans.org>
To:        Antonio Olivares <olivares14031@gmail.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: portmaster ports update 20140416
Message-ID:  <20140418175334.130c0602@kalimero.tijl.coosemans.org>
In-Reply-To: <CAJ5UdcO1=pEHownza5VGH7wd06e3QhGr-yxuUPJvVXBvH1HbLg@mail.gmail.com>
References:  <CAJ5UdcO1=pEHownza5VGH7wd06e3QhGr-yxuUPJvVXBvH1HbLg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 18 Apr 2014 08:22:52 -0500 Antonio Olivares wrote:
> Dear folks,
> 
> I am having great difficulties in updating my machines :(
> 
> I am running suggested command here:
> 
> 20140416:
>   AFFECTS: users of print/freetype2 textproc/libxml2 x11/pixman
>            x11/libxcb and graphics/freeglut
>   AUTHOR: x11@FreeBSD.org and gnome@FreeBSD.org
> 
>   The library version of the above libraries has been brought in line
>   with what upstream expects. To do this all users of these ports need
>   to be rebuilt. Portrevisions have been bumped as a consequence.
> 
>   # portmaster -r freetype2 -r libxml2 -r pixman -r freeglut -r libxcb
>   or
>   # portupgrade -rf freetype2 libxml2 pixman freeglut libxcb
> 
> But it is failing to build one because of xulrunner and another one
> because of colord* .  If I select one by one, ie,
> 
> # portmaster -r freetype2
> then
> # portmaster -r libxml2
> then
> # portmaster -r pixman
> then
> # portmaster -r freeglut
> then
> # portmaster -r libxcb
> 
> do the job to at least update/fix some of the problems?  I already
> have busted things :(
> 
> 
> $ mousepad &
> $ Shared object "libpixman-1.so.30" not found, required by
> "libgtksourceview-2.0.so.0"

If you use pkg you can get a list of packages that still require
libpixman-1.so.30 using: pkg shlib -R libpixman-1.so.30

You could then rebuild those packages.

The commands for the other libraries are:

pkg shlib -R libfreetype.so.9
pkg shlib -R libxml.so.5
pkg shlib -R libglut.so.12
pkg shlib -R libxcb.so.2
pkg shlib -R libxcb-xkb.so.0
pkg shlib -R libxcb-sync.so.0
pkg shlib -R libxcb-randr.so.1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140418175334.130c0602>