Date: Tue, 25 Sep 2001 19:54:05 -0700 From: Peter Wemm <peter@wemm.org> To: Julian Elischer <julian@elischer.org> Cc: current@FreeBSD.ORG Subject: Re: Window of badness? Message-ID: <20010926025405.920133809@overcee.netplex.com.au> In-Reply-To: <Pine.BSF.4.21.0109251400530.56554-100000@InterJet.elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Julian Elischer wrote: > > I seem to have cvsupp'd at a bad moment.. No, read -current.. set "COMPAT4X=yes" in /etc/make.conf. You can hurry it up with a cd /usr/lib/compat; make obj ; make all install This will update the ancient libc.so.4 that you have. > various older ( e.g. Netscape) have the following problem: > /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol > "__stderrp" > /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol > "__stderrp" > /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol > "__stderrp" > /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol > "__stderrp" > /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol > "__stderrp" > /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__stderrp" > /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol > "__stderrp" > /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__stderrp" > > > so I figure: > "I'll cvsup again.." > but: > + /usr/local/bin/cvsup -L1 -P - /tmp/501.supfile > /usr/libexec/ld-elf.so.1: /usr/lib/libutil.so.3: Undefined symbol > "__stdoutp" > > > Is here a quick workaround? > (I still have connectivity and CVS just no netscape, KDE or cvsup..) > (by workaround I mean a manual patch I should apply somewhere > to get me up and going again after another buildworld). > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > > 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?20010926025405.920133809>