Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2001 01:37:38 -0700
From:      Peter Wemm <peter@wemm.org>
To:        "Andrey A. Chernov" <ache@nagual.pp.ru>
Cc:        current@freebsd.org, obrien@freebsd.org
Subject:   Re: stdio change, other libraries needs bumping too! 
Message-ID:  <20010921083738.E22D938FF@overcee.netplex.com.au>
In-Reply-To: <20010921121436.B79394@nagual.pp.ru> 

next in thread | previous in thread | raw e-mail | index | archive | help
"Andrey A. Chernov" wrote:
> On Thu, Sep 20, 2001 at 22:21:31 -0700, Peter Wemm wrote:
> > "Andrey A. Chernov" wrote:
> > > On Thu, Sep 20, 2001 at 18:32:57 +0400, Andrey A. Chernov wrote:
> > > > After stdio changes 4.4 binaries linked with libtermcap/libcurses refus
    e 
> > > > to work:
> > > > 
> > > > /usr/libexec/ld-elf.so.1: /usr/lib/libcurses.so: Undefined symbol "__st
    dout
> >     p"
> > > > 
> > > > It is because compat 4.4 libc not have __stdoutp, which required by 
> > > > recompiled libtermcap/libncurses. It means that ncurses major (and
> > > > probably some other) needs bumping. Please, fix.
> > > 
> > > Here the list of libraries infected with new std{in,out,err}p pointer
> > > which major is not bumped yet, so 4.x binaries shared linked with them
> > > will not works:
> > 
> > No, we added the hooks to RELENG_4 and tool the 4.4-RELEASE libc.so.4 and
> > included it in compat4x before the change.  Make sure you have COMPAT4X=yes
> > in your /etc/make.conf and no bump is required.
> 
> Adding COMPAT4X alone not helps in such situation. As I already report, I 
> found the root of the problem - old /usr/lib/*.so* libraries must be 
> removed because the picked before fixed /usr/lib/compat/*.so* libraries.

Perhaps the compat install should check for and remove any stale files
that it is replacing?

Cheers,
-Peter
--
Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au
"All of this is for nothing if we don't go to the stars" - JMS/B5


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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