Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jan 2009 11:09:40 -0500
From:      Tsu-Fan Cheng <tfcheng@gmail.com>
To:        Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
Cc:        Da Rock <rock_on_the_web@comcen.com.au>, freebsd-questions@freebsd.org
Subject:   Re: x11/libXrandr, x11-toolkits/libXmu, graphics/jasper fails to  build
Message-ID:  <f84c38580901280809l454583exb42f0bf7fd4f2384@mail.gmail.com>
In-Reply-To: <44zlhbo2w4.fsf@lowell-desk.lan>
References:  <1233019367.41990.88.camel@laptop1.herveybayaustralia.com.au> <1233025480.1751.13.camel@wombat.2hip.net> <1233028584.1110.6.camel@laptop2.herveybayaustralia.com.au> <f84c38580901270627r5eb40916g12f1e7adedf19298@mail.gmail.com> <1233067663.18867.13.camel@lenzix.cwb.casa> <1233094843.1202.30.camel@laptop2.herveybayaustralia.com.au> <44zlhbo2w4.fsf@lowell-desk.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
yah, i think that one thing i didn't do is "portupgrade -rf libxcb",
before upgrading xorg-* stuff.

its a hell of a job..... thats all i got to say...


TFC

On Wed, Jan 28, 2009 at 10:40 AM, Lowell Gilbert
<freebsd-questions-local@be-well.ilk.org> wrote:
> Da Rock <rock_on_the_web@comcen.com.au> writes:
>
>> On Tue, 2009-01-27 at 12:47 -0200, Sergio de Almeida Lenzi wrote:
>>> Em Ter, 2009-01-27 =E0s 09:27 -0500, Tsu-Fan Cheng escreveu:
>>>
>>> > Hi,
>>> >     have you solved the problem yet? I also have libXmu failed to
>>> > upgrade due to libxcb-xlib.la. Thanks!!
>>>
>>> I removed every instance of libxb-xlib.la from /usr/local/lib/*.la
>>> than it all works again
>>>
>>> a shell script like:
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
>>> #!/bin/sh
>>>
>>> lista=3D`find /usr/local/lib  -type f -name "*.la"`
>>>
>>> if [ -n "$lista" ]
>>> then
>>>      for i in $lista
>>>      do
>>>              if grep $1 $i > /dev/null
>>>              then
>>>                      sed -i "" "s|/usr/local/lib/$1||" $lista
>>>              fi
>>>      done
>>> fi
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
>>> supose you name this shell ->  XX
>>> than.....
>>> sh XX libxcb-xlib.la
>>> will do the trick....
>>>
>>> after that, you will be able to build things again.
>>
>> I've been talking to the porters and that would not be the recommended
>> way of fixing this. Running portupgrade -a -rf libxcb resolves the
>> issue.
>
> That probably isn't the exactly recommended form either.
> "-a" and "-r" don't make sense together; the "-r" will be ignored, and
> you will end up rebuilding *everything*.
>
> --
> Lowell Gilbert, embedded/networking software engineer, Boston area
>                http://be-well.ilk.org/~lowell/
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o=
rg"
>



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