Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Nov 2002 11:30:03 -0800 (PST)
From:      Larry Rosenman <ler@lerctr.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/45167
Message-ID:  <200211091930.gA9JU319091291@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/45167; it has been noted by GNATS.

From: Larry Rosenman <ler@lerctr.org>
To: "M. Warner Losh" <imp@bsdimp.com>
Cc: bug-followup@freebsd.org
Subject: Re: bin/45167
Date: Sat, 09 Nov 2002 13:26:04 -0600

 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.
 
 LER
 
 
 --On Saturday, November 09, 2002 12:23:59 -0700 "M. Warner Losh" 
 <imp@bsdimp.com> wrote:
 
 > In message: <45080000.1036869377@lerlaptop.lerctr.org>
 >             Larry Rosenman <ler@lerctr.org> writes:
 > : I think the commit referenced needs to be backed out, or we need a
 > Version  : Number Bump on libm.so.2, and the
 > : OLD libm.so.2 available for the compat libc.so.3.
 > :
 > : I believe the problem comes from the following lines in
 > : /usr/src/lib/msun/k_standard.c:
 > :
 > :  21 #ifndef _USE_WRITE
 > :      22 #include <stdio.h>                      /* fputs(), stderr */
 > :      23 #define WRITE2(u,v)     fputs(u, stderr)
 > :      24 #else   /* !defined(_USE_WRITE) */
 > :
 > : when used with /usr/lib/compat/libc.so.3
 >
 > Strange.  I build world on two different machines w/o a problem.
 >
 > Warner
 
 
 -- 
 Larry Rosenman                     http://www.lerctr.org/~ler
 Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
 US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
 

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




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