Re: Stopped working : Gnucash, libicui18n.so and libmap.conf

2008-03-27 Thread Norberto Meijome
On Wed, 26 Mar 2008 19:19:40 +0200
Volodymyr Kostyrko <[EMAIL PROTECTED]> wrote:

> Norberto Meijome wrote:
> > I have gnucash built against icu 3.6 . I have since then upgraded icu to 
> > 3.8,
> > but i can't upgrade gnucash until I can successfully build the newer sguile.
> > Anyway, until today, I had the following line in my libmap.conf  
> 
> Good choice is to take sysutils/libchk and rebuild all packages which 
> have stale binaries linked with old icu.

thanks, I'll try that. 

i've done that already by hand (run ldd and parsing for any reference to icu 
3.6 not found), except for those that i can't upgrade because of other issues. 
In this case, gnucash depends on either slib-guile or guile, which are 
coredumping on build. v annoying, havent had a chance to look into it properly.

cheers,
B

_
{Beto|Norberto|Numard} Meijome

"But I don't have to know an answer. I don't feel frightened by not knowing 
things, by being lost in the mysterious 
universe without having any purpose, which is the way it really is, as far as I 
can tell, possibly. It doesn't frighten me."
   Richard Feynman

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Stopped working : Gnucash, libicui18n.so and libmap.conf

2008-03-26 Thread Volodymyr Kostyrko

Norberto Meijome wrote:

I have gnucash built against icu 3.6 . I have since then upgraded icu to 3.8,
but i can't upgrade gnucash until I can successfully build the newer sguile.
Anyway, until today, I had the following line in my libmap.conf


Good choice is to take sysutils/libchk and rebuild all packages which 
have stale binaries linked with old icu.


--
Sphinx of black quartz judge my vow.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Stopped working : Gnucash, libicui18n.so and libmap.conf

2008-03-26 Thread Norberto Meijome
Hi everyone,
I have gnucash built against icu 3.6 . I have since then upgraded icu to 3.8,
but i can't upgrade gnucash until I can successfully build the newer sguile.
Anyway, until today, I had the following line in my libmap.conf

[/usr/local/bin/gnucash-bin]
libicui18n.so.36 libicui18n.so.38

and it was working fine. 

but now that doesn't work anymore:

$ gnucash
/libexec/ld-elf.so.1: Shared object "libicui18n.so.36" not found, required by 
"gnucash-bin"

Even though the mapping seems to work :

$ ldd `which gnucash-bin` | grep icui
libicui18n.so.36 => /usr/local/lib/libicui18n.so (0x29496000)

I tried mapping to libicui18n.so.38 , libicui18n.so.38.1 , libicui18n.so with
same results - ldd reports OK, but gnucash wont launch.

Between the time it was working and now, I have upgraded kernel + world to keep
up with 7-STABLE , updated my linux-base as for skype 1.2, and performed the
gnome libs and gstreamer upgrades as per UPDATING :P

Any ideas of what could be the problem?

cheers,
B
_
{Beto|Norberto|Numard} Meijome

Linux is for people who hate Windows, BSD is for people who love UNIX.

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"