Undefined symbol __stderrp ?

2001-10-10 Thread Thomas Quinot
After cvsupping and makeing world and kernel this afternoon, when launching a binary linked against libc.so.4 and libm.so.2, I get /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol __stderrp. Binaries linked against libc.so.5 and libm.so.2 work just fine (the symbol is defined

Re: Undefined symbol __stderrp ?

2001-10-10 Thread Thomas Quinot
Ooops. This was discussed here recently. That's what I get for not reading -CURRENT when on holidays *and* not grepping enough of the backlog. Sorry. -- Thomas Quinot ** Département Informatique Réseaux ** [EMAIL PROTECTED] ENST // 46 rue Barrault // 75634 PARIS CEDEX 13

Re: Undefined symbol __stderrp

2001-09-29 Thread David W. Chapman Jr.
On Sat, Sep 29, 2001 at 10:34:46AM +0100, Paul Richards wrote: --On Friday, September 28, 2001 19:04:39 -0700 Matthew Jacob [EMAIL PROTECTED] wrote: So, you're gonna be rude and drive away a user because they missed one line? Well, -current is supposed to be for developers and if

Re: Undefined symbol __stderrp

2001-09-29 Thread David O'Brien
On Sat, Sep 29, 2001 at 09:10:45PM -0500, David W. Chapman Jr. wrote: What about ports committers who test their ports on -current, but may not have a very good C knowledge(like myself). You would read this list (as obviously you do if you saw this thread). To Unsubscribe: send mail to

Re: Undefined symbol __stderrp

2001-09-29 Thread Alfred Perlstein
* David W. Chapman Jr. [EMAIL PROTECTED] [010929 21:11] wrote: On Sat, Sep 29, 2001 at 10:34:46AM +0100, Paul Richards wrote: --On Friday, September 28, 2001 19:04:39 -0700 Matthew Jacob [EMAIL PROTECTED] wrote: So, you're gonna be rude and drive away a user because they missed one

Re: Undefined symbol __stderrp

2001-09-29 Thread Paul Richards
--On Friday, September 28, 2001 19:04:39 -0700 Matthew Jacob [EMAIL PROTECTED] wrote: So, you're gonna be rude and drive away a user because they missed one line? Well, -current is supposed to be for developers and if you don't know C you're probably not a developer. We certainly want to

Undefined symbol __stderrp

2001-09-28 Thread John Indra
Hi... I have just finished building and installing a very recent -CURRENT. Now, my Yahoo! Messenger can't start with the following error message: /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol __stderrp Please don't flame me. I LOVE -CURRENT, it's just that I don't know C

Re: Undefined symbol __stderrp

2001-09-28 Thread Kris Kennaway
On Fri, Sep 28, 2001 at 03:27:26PM +0700, John Indra wrote: Hi... I have just finished building and installing a very recent -CURRENT. Now, my Yahoo! Messenger can't start with the following error message: /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol __stderrp Please

Re: Undefined symbol __stderrp

2001-09-28 Thread Ruslan Ermilov
On Fri, Sep 28, 2001 at 03:27:26PM +0700, John Indra wrote: Hi... I have just finished building and installing a very recent -CURRENT. Now, my Yahoo! Messenger can't start with the following error message: /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol __stderrp Please

Re: Undefined symbol __stderrp

2001-09-28 Thread Donny Lee
John Indra wrote: /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol __stderrp Please don't flame me. I LOVE -CURRENT, it's just that I don't know C, and I am trying to get help on how to resolve this problem. Don't mind those flames, they are alway there and help nothing

Re: Undefined symbol __stderrp

2001-09-28 Thread Alfred Perlstein
* Donny Lee [EMAIL PROTECTED] [010928 06:01] wrote: John Indra wrote: /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol __stderrp Please don't flame me. I LOVE -CURRENT, it's just that I don't know C, and I am trying to get help on how to resolve this problem. Don't

Re: Undefined symbol __stderrp

2001-09-28 Thread Ruslan Ermilov
/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol __stderrp Please don't flame me. I LOVE -CURRENT, it's just that I don't know C, and I am trying to get help on how to resolve this problem. Any tips on how to solve this problem? What I did was delete my libc.so.4

Re: Undefined symbol __stderrp

2001-09-28 Thread David Malone
On Fri, Sep 28, 2001 at 06:01:44PM +0300, Ruslan Ermilov wrote: You may have also rebuilt your world with -DCOMPAT4X. Or manually: echo COMPAT4X=TRUE /etc/make.conf cd /usr/src/lib/compat make all make install make cleandir For me, this didn't help for some programs which were linked

Re: Undefined symbol __stderrp

2001-09-28 Thread David W. Chapman Jr.
Yahoo! Messenger can't start with the following error message: /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol __stderrp Please don't flame me. I LOVE -CURRENT, it's just that I don't know C, and I am trying to get help on how to resolve this problem. Any tips

Re: Undefined symbol __stderrp

2001-09-28 Thread David O'Brien
On Fri, Sep 28, 2001 at 03:27:26PM +0700, John Indra wrote: I have just finished building and installing a very recent -CURRENT. Now, my Yahoo! Messenger can't start with the following error message: /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol __stderrp Please don't flame

Re: Undefined symbol __stderrp

2001-09-28 Thread Matthew Jacob
message: /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol __stderrp Please don't flame me. I LOVE -CURRENT, it's just that I don't know C, and I am trying to get help on how to resolve this problem. Sorry, you are going to get flamed anyway. This issue, has been documented

Re: Undefined symbol __stderrp

2001-09-28 Thread Warner Losh
In message [EMAIL PROTECTED] Matthew Jacob writes: : It's not in /usr/src/UPDATING, which seems to be a very large omission. It is in UPDATING, but obscurely so. And the work around of installing the compat libraries isn't there. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: Undefined symbol __stderrp

2001-09-28 Thread Matthew Jacob
Oops- sorry about that- I was looking at a *really* stale UPDATING. Never mind. On Fri, 28 Sep 2001, Warner Losh wrote: In message [EMAIL PROTECTED] Matthew Jacob writes: : It's not in /usr/src/UPDATING, which seems to be a very large omission. It is in UPDATING, but obscurely so. And

Re: Undefined symbol __stderrp

2001-09-28 Thread David O'Brien
On Fri, Sep 28, 2001 at 05:17:32PM -0700, Matthew Jacob wrote: A cursory review of email headers in -current's archive is not spectacularly illuminating. I would say Subject: libutil.so.3: Undefined symbol __stdoutp Date: Mon, 24 Sep 2001 13:06:47 +0800 is right on the money! To

Re: Undefined symbol __stderrp

2001-09-28 Thread Matthew Jacob
So, you're gonna be rude and drive away a user because they missed one line? On Fri, 28 Sep 2001, David O'Brien wrote: On Fri, Sep 28, 2001 at 05:17:32PM -0700, Matthew Jacob wrote: A cursory review of email headers in -current's archive is not spectacularly illuminating. I would say

Re: Undefined symbol __stderrp

2001-09-28 Thread David O'Brien
On Fri, Sep 28, 2001 at 07:02:30PM -0700, David O'Brien wrote: On Fri, Sep 28, 2001 at 05:17:32PM -0700, Matthew Jacob wrote: A cursory review of email headers in -current's archive is not spectacularly illuminating. I would say Subject: libutil.so.3: Undefined symbol __stdoutp

Re: Undefined symbol __stderrp

2001-09-28 Thread David W. Chapman Jr.
On Fri, Sep 28, 2001 at 03:27:26PM +0700, John Indra wrote: Hi... I have just finished building and installing a very recent -CURRENT. Now, my Yahoo! Messenger can't start with the following error message: /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol __stderrp Please

Re: Undefined symbol __stderrp

2001-09-28 Thread David O'Brien
On Fri, Sep 28, 2001 at 04:26:24PM +0100, David Malone wrote: For me, this didn't help for some programs which were linked with the old C library but the new maths library. I had some ports which I had built in this catagory. Mind you, I haven't done a buildworld since the weekend, so I may