Re: port upgrade problem: libncurses.so.5.6 not found

2008-11-16 Thread Tsu-Fan Cheng
Hi all, I was rebuilding all my ports due to an error in my library. After a couple days, I think most of the ports were rebuilt, but some remain (skipped, error, etc). I then try to rebuild myself (by doing make deinstall; make reinstall). I started with mplayer. The compilation succeeded,

port upgrade problem: libncurses.so.5.6 not found

2008-11-13 Thread Tsu-Fan Cheng
Hi, just cvsup my port tree and upgrade a few of them by portmaster, but somehow there is this error that blocks a lot of upgrades: shared object libncurses.so.5.6 not found, required by xgettext/msgmerge/msgfmt... if there something i missed these days? if was find a couple days ago when I

Re: port upgrade problem: libncurses.so.5.6 not found

2008-11-13 Thread Mel
On Thursday 13 November 2008 15:41:13 Tsu-Fan Cheng wrote: Hi, just cvsup my port tree and upgrade a few of them by portmaster, but somehow there is this error that blocks a lot of upgrades: shared object libncurses.so.5.6 not found, required by xgettext/msgmerge/msgfmt... FreeBSD only

Re: Re: port upgrade problem: libncurses.so.5.6 not found

2008-11-13 Thread tfcheng
learned a new thing, here is the output: /usr/local/bin/xgettext: libgettextsrc-0.17.so = /usr/local/lib/libgettextsrc-0.17.so (0x280a9000) libgettextlib-0.17.so = /usr/local/lib/libgettextlib-0.17.so (0x280de000) libcroco-0.6.so.3 = /usr/local/lib/libcroco-0.6.so.3 (0x281bb000) libxml2.so.5 =

Re: Re: port upgrade problem: libncurses.so.5.6 not found

2008-11-13 Thread Jeremy Chadwick
On Thu, Nov 13, 2008 at 08:12:49AM -0800, [EMAIL PROTECTED] wrote: learned a new thing, here is the output: /usr/local/bin/xgettext: libgettextsrc-0.17.so = /usr/local/lib/libgettextsrc-0.17.so (0x280a9000) libgettextlib-0.17.so = /usr/local/lib/libgettextlib-0.17.so (0x280de000)

Re: port upgrade problem: libncurses.so.5.6 not found

2008-11-13 Thread Mel
On Thursday 13 November 2008 17:47:34 Jeremy Chadwick wrote: On Thu, Nov 13, 2008 at 08:12:49AM -0800, [EMAIL PROTECTED] wrote: learned a new thing, here is the output: /usr/local/bin/xgettext: libgettextsrc-0.17.so = /usr/local/lib/libgettextsrc-0.17.so (0x280a9000) libgettextlib-0.17.so

Re: Re: port upgrade problem: libncurses.so.5.6 not found

2008-11-13 Thread Tsu-Fan Cheng
as I look into my system, under /usr/local/lib, I found out that I not only don't have libncurses.so.5.6, but instead I have libncurses.so.5.7. And this file was created this morning (Nov 13, 09:03) while I was trying to upgrade my ports. Odd I am running freebsd 7.0, as my uname tells me..

Re: Re: port upgrade problem: libncurses.so.5.6 not found

2008-11-13 Thread Jeremy Chadwick
On Thu, Nov 13, 2008 at 12:03:14PM -0500, Tsu-Fan Cheng wrote: as I look into my system, under /usr/local/lib, I found out that I not only don't have libncurses.so.5.6, but instead I have libncurses.so.5.7. And this file was created this morning (Nov 13, 09:03) while I was trying to upgrade my

Re: port upgrade problem: libncurses.so.5.6 not found

2008-11-13 Thread Tsu-Fan Cheng
Mel, thank you for your help, here is the output: /usr/local/bin/xgettext: libgettextsrc-0.17.so = /usr/local/lib/libgettextsrc-0.17.so (0x280a9000) libgettextlib-0.17.so = /usr/local/lib/libgettextlib-0.17.so (0x280de000) libcroco-0.6.so.3 =

Re: Re: port upgrade problem: libncurses.so.5.6 not found

2008-11-13 Thread Tsu-Fan Cheng
yes, I found libncurses.so under /usr/lib, which is actual linked to libncurses.so.7 under /lib. And I also have libncurses.so.6 too. I did upgrade my system from 5 to 6 to 7. I didn't do a clean install, since there is so many to back up. TFC On Thu, Nov 13, 2008 at 12:09 PM, Jeremy Chadwick

Re: port upgrade problem: libncurses.so.5.6 not found

2008-11-13 Thread Mel
On Thursday 13 November 2008 18:17:02 Tsu-Fan Cheng wrote: Mel, thank you for your help, here is the output: /usr/local/bin/xgettext: libgettextsrc-0.17.so = /usr/local/lib/libgettextsrc-0.17.so (0x280a9000) libgettextlib-0.17.so = /usr/local/lib/libgettextlib-0.17.so

Re: port upgrade problem: libncurses.so.5.6 not found

2008-11-13 Thread Tsu-Fan Cheng
what would happen if I don't compile ports all over again? will my system crash? TFC On Thu, Nov 13, 2008 at 1:02 PM, Mel [EMAIL PROTECTED] wrote: On Thursday 13 November 2008 18:17:02 Tsu-Fan Cheng wrote: Mel, thank you for your help, here is the output: /usr/local/bin/xgettext:

Re: port upgrade problem: libncurses.so.5.6 not found

2008-11-13 Thread Lowell Gilbert
Tsu-Fan Cheng [EMAIL PROTECTED] writes: what would happen if I don't compile ports all over again? will my system crash? No, but any new program linked to some old libraries will. If you've rebuilt *any* ports, then (in practice) you really want to rebuild all of them. -- Lowell Gilbert,

Re: port upgrade problem: libncurses.so.5.6 not found

2008-11-13 Thread Jerry
On Thu, 13 Nov 2008 15:41:25 -0500 Tsu-Fan Cheng [EMAIL PROTECTED] wrote: what would happen if I don't compile ports all over again? will my system crash? I believe that the total stability of your system might be jeopardized. Personally, I use 'portmanager' to force an update of all my