Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2002 10:45:17 -0800
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        John Polstra <jdp@polstra.com>
Cc:        current@freebsd.org
Subject:   Re: [PATCH] note the __sF change in src/UPDATING
Message-ID:  <20021107184517.GA64097@troutmask.apl.washington.edu>
In-Reply-To: <200211071735.gA7HZJvl065569@vashon.polstra.com>
References:  <200211070030.gA70UF05024508@troutmask.apl.washington.edu> <20021107171741.GA41290@troutmask.apl.washington.edu> <200211071721.gA7HLrRY065532@vashon.polstra.com> <20021107173023.GA41366@troutmask.apl.washington.edu> <200211071735.gA7HZJvl065569@vashon.polstra.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Nov 07, 2002 at 09:35:19AM -0800, John Polstra wrote:
> In article <20021107173023.GA41366@troutmask.apl.washington.edu>,
> Steve Kargl  <sgk@troutmask.apl.washington.edu> wrote:
> > On Thu, Nov 07, 2002 at 09:21:53AM -0800, John Polstra wrote:
> > > It's possible that if you already have a working installation of pm3
> > > or ezm3, you'll be able to build CVSup on -current.  But if you try to
> > > build pm3 or ezm3 from scratch, you'll find that the build fails.
> > > 
> > 
> > I removed all ports because of the __sF symbol problem.  I
> > simply did "cd /usr/ports/net/cvsup ; make install" and
> > this automatically installed ezm3.  pkg_info doesn't show
> > pm3 installed on system.  Perhaps, only pm3 is the port
> > that will have the problem.
> 
> That would surprise me, but I haven't tried it myself.  Inspection
> of the ezm3 bootstrap shows that it has references to __sF.
> 

Well, I just pkg_deinstall's both ezm3 and cvsup.  I re-installed
both without problems.  I then used cvsup to pull down some source
updates.  However, here's the strange or maybe fortunate part

troutmask:kargl[246] cd /usr/local/lib/m3
troutmask:kargl[247] find . -name \*.a | xargs nm -A | grep __sF
./pkg/m3core/FreeBSD4/libm3core.a:Cstdio.mo:         U __sF
troutmask:kargl[248] strings /usr/local/sbin/cvsupd | grep __sF
troutmask:kargl[249] strings /usr/local/bin/cvsup | grep __sF

-- 
Steve

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?20021107184517.GA64097>