Re: KDE4 load libicui18n.so.38 not found - can create system crash!

2011-01-01 Thread David Southwell
_ From: Sergio de Almeida Lenzi [mailto:lenzi.ser...@gmail.com] Sent: 31 December 2010 08:46 To: David Southwell Cc: 'Kurt Jaeger'; freebsd-ports@freebsd.org Subject: RE: KDE4 load libicui18n.so.38 not found - can create system crash! for me, I solved this problem

KDE4 load libicui18n.so.38 not found - can create system crash!

2010-12-31 Thread David Southwell
Hi Below is a script produced from a failed attempt to load kde4 on amd64. Up until latest upgrades there were no problems. Now loading from #startx now produces thhe output shown from the script file. The very wierd thing is that in the event of a second attempt to launch x with startx the

KDE4 load libicui18n.so.38 not found - can create system crash!

2010-12-31 Thread Robert Huff
David Southwell writes: So I am seeing two problems relating specifically to this report. 1. The primary failure which seems to be due to an inability to find libicui18n.so.38. I'm getting a number of porgrams suddenly reporting this missing as well.

Re: KDE4 load libicui18n.so.38 not found - can create system crash!

2010-12-31 Thread Kurt Jaeger
Hi! My guess is the primary may be solveable by rebuilding icu and its dependencies (quit a lot I believe!). Yes, rebuilding devel/icu and it dependencies works. I also deleted the stuff in /usr/local/lib/compat/, just to make it sure it does not collect the wrong libicui18n.

RE: KDE4 load libicui18n.so.38 not found - can create system crash!

2010-12-31 Thread David Southwell
-Original Message- From: Robert Huff [mailto:roberth...@rcn.com] Sent: 31 December 2010 07:46 To: David Southwell Cc: freebsd-ports@freebsd.org Subject: KDE4 load libicui18n.so.38 not found - can create system crash! David Southwell writes: So I am seeing two problems

RE: KDE4 load libicui18n.so.38 not found - can create system crash!

2010-12-31 Thread David Southwell
-Original Message- From: owner-freebsd-po...@freebsd.org [mailto:owner-freebsd-po...@freebsd.org] On Behalf Of Kurt Jaeger Sent: 31 December 2010 07:50 To: freebsd-ports@freebsd.org Subject: Re: KDE4 load libicui18n.so.38 not found - can create system crash! Hi! My guess

RE: KDE4 load libicui18n.so.38 not found - can create system crash!

2010-12-31 Thread David Southwell
-Original Message- From: owner-freebsd-po...@freebsd.org [mailto:owner-freebsd-po...@freebsd.org] On Behalf Of David Southwell Hi! My guess is the primary may be solveable by rebuilding icu and its dependencies (quit a lot I believe!). Yes, rebuilding

RE: KDE4 load libicui18n.so.38 not found - can create system crash!

2010-12-31 Thread David Southwell
_ From: Sergio de Almeida Lenzi [mailto:lenzi.ser...@gmail.com] Sent: 31 December 2010 08:46 To: David Southwell Cc: 'Kurt Jaeger'; freebsd-ports@freebsd.org Subject: RE: KDE4 load libicui18n.so.38 not found - can create system crash! for me, I solved this problem with this script

RE: KDE4 load libicui18n.so.38 not found - can create system crash!

2010-12-31 Thread Sergio de Almeida Lenzi
for me, I solved this problem with this script, use: sh script libicui18n.s0.38 it scans every lib in /usr/local for the string libicui18n.so.38 and than finds the package that has that lib, finally it builds the ports that have that string. === t=/tmp/$$ find