missing libproxy.la: brasero builds, gnome-applets doesn't

Conrad J. Sabatier conrads at cox.net
Thu Aug 25 08:01:20 UTC 2011


On Thu, 25 Aug 2011 01:51:17 -0500
"Conrad J. Sabatier" <conrads at cox.net> wrote:

> On Wed, 24 Aug 2011 17:30:40 -0400
> Jung-uk Kim <jkim at freebsd.org> wrote:
> [...] 
> > I had a similar problem.  I was able to fix it after doing
> > something like this:
> > 
> > 	find /usr/local/lib -name "*.la" | \
> > 	xargs grep -l /usr/local/lib/libproxy.la | \
> > 	xargs -L 1 pkg_info -W | \
> > 	awk '{ print $6 }' | \
> > 	sort | \
> > 	uniq | \
> > 	xargs portupgrade -f
> > 
> > You may replace 'portupgrade' with 'portmaster', I think.
> 
> Thanks for this.  Trying it right now.

Excellent.  Afterwards, I was finally able to portupgrade gnome-applets.

Thanks again!

-- 
Conrad J. Sabatier
conrads at cox.net


More information about the freebsd-gnome mailing list