From owner-freebsd-bugs Sat Nov 9 11:40: 4 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3128A37B407 for ; Sat, 9 Nov 2002 11:40:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E604643E42 for ; Sat, 9 Nov 2002 11:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA9Je2x3095061 for ; Sat, 9 Nov 2002 11:40:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA9Je2sx095060; Sat, 9 Nov 2002 11:40:02 -0800 (PST) Date: Sat, 9 Nov 2002 11:40:02 -0800 (PST) Message-Id: <200211091940.gA9Je2sx095060@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "M. Warner Losh" Subject: Re: bin/45167 Reply-To: "M. Warner Losh" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/45167; it has been noted by GNATS. From: "M. Warner Losh" To: ler@lerctr.org Cc: bug-followup@freebsd.org Subject: Re: bin/45167 Date: Sat, 09 Nov 2002 12:32:49 -0700 (MST) In message: <55070000.1036869964@lerlaptop.lerctr.org> Larry Rosenman writes: : The problem isn't buildworld, the problem is /usr/lib/compat/libc.so.3 : doesn't define the extern FILE *__stderrp : so /usr/lib/libm.so.2 can't find them, so the rt-loader doesn't allow it to : run. : : It's a Backwards Compatibility thing. OK. I'll have to think about what to do. It might be to add __std{in,out,err}p to the 3.x compat library. Since there is no .2 version to worry about because that was a.out and a.out isn't changing... We had a similar problem with 5 -> 4. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message