Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2007 21:44:11 +0100
From:      Kirill Ponomarew <krion@voodoo.bawue.com>
To:        Joshua Tinnin <krinklyfig@speakeasy.net>
Cc:        ports@FreeBSD.org, Xin LI <delphij@FreeBSD.org>, Thomas Dickey <dickey@radix.net>, Rong-En Fan <rafan@FreeBSD.org>
Subject:   Re: Python 2.4.4 and devel/ncurses
Message-ID:  <20070226204411.GA61663@voodoo.bawue.com>
In-Reply-To: <20070226200748.GA28218@smogmonster.local>
References:  <20070214143011.GA76316@svm.csie.ntu.edu.tw> <20070214150912.GB14230@saltmine.radix.net> <20070214153011.GN88028@svm.csie.ntu.edu.tw> <20070214153827.GA336@saltmine.radix.net> <20070226200748.GA28218@smogmonster.local>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 26, 2007 at 01:07:48PM -0700, Joshua Tinnin wrote:
> > > It seems to me that rpath works as expected but /lib/libncurses.so.6 is
> > > loaded first...
> > 
> > There was some discussion about a year ago, which pointed out a problem.
> > The readline package loads termcap, which could be provided by ncurses.
> > You might be hitting that problem (readline, or another package).
> > The fix would be to ensure that "termcap" loads the same library as
> > "curses".
> 
> Is there anything that can be done about this in the meantime? I have
> two 6.2-R i386 machines which are encountering this problem.

BTW, it fails also on AMD64 CURRENT from yesterday with:

cc -DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 -fPIC -fno-strict-aliasing -I. -I/usr/ports/lang/python24/work/Python-2.4.4/./Include -I/usr/local/include -I/usr/ports/lang/python24/work/Python-2.4.4/Include -I/usr/ports/lang/python24/work/Python-2.4.4 -c /usr/ports/lang/python24/work/Python-2.4.4/Modules/_cursesmodule.c -o build/temp.freebsd-7.0-CURRENT-amd64-2.4/_cursesmodule.o
cc -shared -pthread -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 build/temp.freebsd-7.0-CURRENT-amd64-2.4/_cursesmodule.o -L/usr/local/lib -lncurses -o build/lib.freebsd-7.0-CURRENT-amd64-2.4/_curses.so
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.59183.0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=python24-2.4.3_3 UPGRADE_PORT_VER=2.4.3_3 make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
        ! lang/python24 (python24-2.4.3_3)      (new compiler error)
--->  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed

-Kirill



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