From alan@agora.rdrop.com  Mon Feb  3 03:04:07 2003
Return-Path: <alan@agora.rdrop.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6A2F637B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  3 Feb 2003 03:04:05 -0800 (PST)
Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 045AC43FBD
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  3 Feb 2003 03:04:05 -0800 (PST)
	(envelope-from alan@agora.rdrop.com)
Received: from agora.rdrop.com (202@localhost [127.0.0.1])
	by agora.rdrop.com (8.12.7/8.12.5) with ESMTP id h13B3wIl010591
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT)
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 3 Feb 2003 03:03:59 -0800 (PST)
	(envelope-from alan@agora.rdrop.com)
Received: (from alan@localhost)
	by agora.rdrop.com (8.12.7/8.12.6/Submit) id h13B3wEd010588;
	Mon, 3 Feb 2003 03:03:58 -0800 (PST)
Message-Id: <200302031103.h13B3wEd010588@agora.rdrop.com>
Date: Mon, 3 Feb 2003 03:03:58 -0800 (PST)
From: Alan Batie <alan@agora.rdrop.com>
Reply-To: Alan Batie <alan@agora.rdrop.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: libm.so.2 broken on "stable" branch
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         47840
>Category:       bin
>Synopsis:       libm.so.2 broken on "stable" branch
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 03 03:10:11 PST 2003
>Closed-Date:    Thu Feb 27 23:25:07 PST 2003
>Last-Modified:  Thu Feb 27 23:25:07 PST 2003
>Originator:     Alan Batie
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
RainDrop Laboratories
>Environment:
System: FreeBSD agora.rdrop.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Feb 3 00:57:16 PST 2003 root@agora.rdrop.com:/usr/src/freebsd/src/sys/compile/AGORA i386


	
>Description:
	I just finished a "make world" update, and it broke java, and thus
	some of my web server apps, and probably other things:

	<agora.rdrop.com> [164] $ java 
	/usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__stderrp"

>How-To-Repeat:
	cvs co -r RELENG_4 src
	cd src
	make world
	mergemaster
	cd /sys/i386/conf
	config xxx
	cd /sys/compile/xxx
	makedepend
	make
	make install
	reboot
>Fix:

	I copied an old libm.so.2 from another machine to fix.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: roam 
State-Changed-When: Mon Feb 3 03:23:01 PST 2003 
State-Changed-Why:  
Did you enable the COMPAT3X option, as noted in the 20021110 entry 
in the src/UPDATING file? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=47840 

From: Peter Pentchev <roam@ringlet.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/47840: libm.so.2 broken on "stable" branch
Date: Mon, 3 Feb 2003 21:34:45 +0200

 Adding to the audit trail...
 
 ----- Forwarded message from Alan Batie <alan@batie.org> -----
 
 Date: Mon, 3 Feb 2003 11:24:03 -0800
 From: Alan Batie <alan@batie.org>
 To: Peter Pentchev <roam@FreeBSD.org>
 Cc: freebsd-bugs@FreeBSD.org
 Subject: Re: bin/47840: libm.so.2 broken on "stable" branch
 In-Reply-To: <200302031123.h13BNgQ1031783@freefall.freebsd.org>
 User-Agent: Mutt/1.5.1i
 X-Virus-Scanned: by Nik's Monitoring Daemon (AMaViS perl-11d <Tu  28 May 2002 12:55:43 EEST>)
 
 On Mon, Feb 03, 2003 at 03:23:42AM -0800, Peter Pentchev wrote:
 > Did you enable the COMPAT3X option, as noted in the 20021110 entry
 > in the src/UPDATING file?
 
 Nope; sorry about that...
 
 -- 
 Alan Batie                   ______    alan.batie.org                Me
 alan at batie.org            \    /    www.qrd.org         The Triangle
 PGPFP DE 3C 29 17 C0 49 7A    \  /     www.pgpi.com   The Weird Numbers
 27 40 A5 3C 37 4A DA 52 B9     \/      spamassassin.taint.org  NO SPAM!
 
 
 
 ----- End forwarded message -----

From: Peter Pentchev <roam@ringlet.net>
To: Alan Batie <alan@batie.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: bin/47840: libm.so.2 broken on "stable" branch
Date: Mon, 3 Feb 2003 21:35:10 +0200

 On Mon, Feb 03, 2003 at 11:24:03AM -0800, Alan Batie wrote:
 > On Mon, Feb 03, 2003 at 03:23:42AM -0800, Peter Pentchev wrote:
 > > Did you enable the COMPAT3X option, as noted in the 20021110 entry
 > > in the src/UPDATING file?
 > 
 > Nope; sorry about that...
 
 Can you try it, and let us know if that fixes the problem? :)
 
 G'luck,
 Peter
 
 -- 
 Peter Pentchev	roam@ringlet.net	roam@FreeBSD.org
 PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
 Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
 If I were you, who would be reading this sentence?

From: Alan Batie <alan@batie.org>
To: Peter Pentchev <roam@ringlet.net>
Cc: bug-followup@FreeBSD.org
Subject: Re: bin/47840: libm.so.2 broken on "stable" branch
Date: Thu, 27 Feb 2003 20:04:40 -0800

 --ew6BAiZeqk4r7MaW
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Mon, Feb 03, 2003 at 09:35:10PM +0200, Peter Pentchev wrote:
 > Can you try it, and let us know if that fixes the problem? :)
 
 I did a "make world", and the problem recurred, then I did a
 "make COMPAT3X=3Dyes world" and the problem went away, so yes, that fixes
 the problem.  Thanks!
 
 --=20
 Alan Batie                   ______    alan.batie.org                Me
 alan at batie.org            \    /    www.qrd.org         The Triangle
 PGPFP DE 3C 29 17 C0 49 7A    \  /     www.pgpi.com   The Weird Numbers
 27 40 A5 3C 37 4A DA 52 B9     \/      spamassassin.taint.org  NO SPAM!
 
 --ew6BAiZeqk4r7MaW
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iQCVAwUBPl7f2Iv4wNua7QglAQEcVQQAoPK8CW+BxcmESaLR7UGWRt7hniXGYi8I
 QTvTc3GTQYZi56/gRVx0jBa5j7WzdUaUABP+7AWqNYWYJgyNVZ4XZ1R7Oskzpk+P
 oSfT56UfTeL8sFak0+nXv9MSBey1yTK+i+Ep220eBu7lX+c1j906B3f3m1sCEx85
 9CEUQ1VMCTE=
 =Yl8x
 -----END PGP SIGNATURE-----
 
 --ew6BAiZeqk4r7MaW--
State-Changed-From-To: feedback->closed 
State-Changed-By: roam 
State-Changed-When: Thu Feb 27 23:24:18 PST 2003 
State-Changed-Why:  
Submitter confirms that COMPAT_3X=yes solves the problem. 
Still, thanks for trying to improve FreeBSD by reporting this problem! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=47840 
>Unformatted:
