Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2006 23:22:12 +0800
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        Kay Lehmann <kay_lehmann@web.de>
Cc:        freebsd-ports-bugs@FreeBSD.org, ssedov@mbsd.msk.ru, Rong-En Fan <rafan@FreeBSD.org>
Subject:   Re: ports/101443: [PATCH] science/kst: fix depends
Message-ID:  <20060807152212.GA90349@svm.csie.ntu.edu.tw>
In-Reply-To: <44D5F915.50708@web.de>
References:  <200608061055.k76Atr3D066534@freefall.freebsd.org> <44D5F915.50708@web.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 06, 2006 at 04:13:41PM +0200, Kay Lehmann wrote:
> Hello,
> 
> I tested the patch on my system (6.1-STABLE FreeBSD 6.1-STABLE #14) and 
> I can't reproduce the dependency with devel/readline installed. May this 
> be something special for -current? Does it makes sense at all for 
> anybody to install readline from ports if it is installed as the needed 
> version from the basesystem?

Hi all,

This is what I got on my 6.1-RELEASE system

$ ldd /usr/local/bin/kstcmd|grep readline
        libreadline.so.5 => /usr/local/lib/libreadline.so.5 (0x28c04000)

I have devel/readline installed. The reason is that configure uses
-L/usr/local/lib when searching libreadline. So, if devel/readline
is installed. it will uses that lib. And the shlib ver is 5 instead
of 6. So if one accidentally removes devel/readline afterwards,
kstcmd will fail.

Regards,
Rong-En Fan

> I can't approve it for -current because I do not have any current system 
> here.
> Anyway the patch regarding icons and ldconfig should be commited. thanks 
> for the hint. I think I have some other ports which should be updated.
> 
> Greets,
> Kay
> 
> Rong-En Fan wrote:
> >Synopsis: [PATCH] science/kst: fix depends
> >
> >Responsible-Changed-From-To: freebsd-ports-bugs->rafan
> >Responsible-Changed-By: rafan
> >Responsible-Changed-When: Sun Aug 6 10:55:52 UTC 2006
> >Responsible-Changed-Why: 
> >Eat.
> >
> >http://www.freebsd.org/cgi/query-pr.cgi?pr=101443
> >  
> 



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