Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Aug 2011 03:01:07 -0500
From:      "Conrad J. Sabatier" <conrads@cox.net>
To:        "Conrad J. Sabatier" <conrads@cox.net>
Cc:        Jung-uk Kim <jkim@freebsd.org>, freebsd-gnome@freebsd.org
Subject:   Re: missing libproxy.la: brasero builds, gnome-applets doesn't
Message-ID:  <20110825030107.3f489164@cox.net>
In-Reply-To: <20110825015117.41759688@cox.net>
References:  <CAHq0ZZvTT_2FHOQS70U%2BZo_URhtBgfRb87iLKUma=26S2OUBrA@mail.gmail.com> <CAN6yY1stVnHg0upM8498JVP6NkZTwr7pMj71QKVk1N%2B2FS0X8g@mail.gmail.com> <201108241730.44084.jkim@FreeBSD.org> <20110825015117.41759688@cox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 25 Aug 2011 01:51:17 -0500
"Conrad J. Sabatier" <conrads@cox.net> wrote:

> On Wed, 24 Aug 2011 17:30:40 -0400
> Jung-uk Kim <jkim@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@cox.net



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