From nobody@FreeBSD.org  Tue Mar  5 09:57:20 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id D540F37B402
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  5 Mar 2002 09:57:18 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g25HvIF18128;
	Tue, 5 Mar 2002 09:57:18 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200203051757.g25HvIF18128@freefall.freebsd.org>
Date: Tue, 5 Mar 2002 09:57:18 -0800 (PST)
From: Steve Matus <Smatus01@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: invoking 'vi' from 4.5-RELEASE issues the following msg and fails to run.
X-Send-Pr-Version: www-1.0

>Number:         35564
>Category:       i386
>Synopsis:       invoking 'vi' from 4.5-RELEASE issues the following msg and fails to run.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 05 10:00:01 PST 2002
>Closed-Date:    Sun Mar 10 00:23:34 PST 2002
>Last-Modified:  Sun Mar 10 00:24:19 PST 2002
>Originator:     Steve Matus
>Release:        4.5-Release
>Organization:
>Environment:
FreeBSD 4.5-RELEASE FreeBSD 4.5-RELEASE #1: Sun Mar  3 23:18:42 PST
 2002


>Description:
invoking 'vi' from 4.5-RELEASE issues the following msg and fails to run.

/usr/libexec/ld-elf.so.1: /usr/lib/libc.so.4: Undefined symbol "epool_get"
>How-To-Repeat:
type 'vi', hit enter
>Fix:
function removed from libc.so ? mispelling in source code to vi?
>Release-Note:
>Audit-Trail:

From: "Crist J. Clark" <cjc@FreeBSD.ORG>
To: Steve Matus <Smatus01@yahoo.com>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: i386/35564: invoking 'vi' from 4.5-RELEASE issues the following msg and fails to run.
Date: Tue, 5 Mar 2002 10:46:39 -0800

 On Tue, Mar 05, 2002 at 09:57:18AM -0800, Steve Matus wrote:
 [snip]
 
 > >Description:
 > invoking 'vi' from 4.5-RELEASE issues the following msg and fails to run.
 > 
 > /usr/libexec/ld-elf.so.1: /usr/lib/libc.so.4: Undefined symbol "epool_get"
 
 I cannot reproduce this. It would be hard to believe that vi(1) didn't
 work on 4.5-RELEASE and this is the first we've heard about it.
 
 Please try,
 
   $ /usr/bin/vi
 
 Again, and if there is a problem,
 
   $ ls -l /usr/bin/vi
 
 It should be something like,
 
   -r-xr-xr-x  6 root  wheel  280272 Jan 28 05:12 /usr/bin/vi
 
 How did you install the system? Are you sure you are not running a
 version of vi from the ports or something?
 -- 
 Crist J. Clark                     |     cjclark@alum.mit.edu
                                    |     cjclark@jhu.edu
 http://people.freebsd.org/~cjc/    |     cjc@freebsd.org

From: "Crist J. Clark" <crist.clark@attbi.com>
To: Steve Matus <smatus01@yahoo.com>
Cc: bug-followup@freebsd.org
Subject: Re: i386/35564: invoking 'vi' from 4.5-RELEASE issues the following msg and fails to run.
Date: Tue, 5 Mar 2002 14:20:20 -0800

 On Tue, Mar 05, 2002 at 12:40:22PM -0800, Steve Matus wrote:
 [snip]
 
 > Here is what my system shows.
 > 
 > # /usr/bin/vi
 > /usr/libexec/ld-elf.so.1: /usr/lib/libc.so.4: Undefined symbol
 > "epool_get"
 > # ls -l /usr/bin/vi
 > -r-xr-xr-x  6 root  wheel  280272 Jan 28 05:12 /usr/bin/vi*
 > # ls -l /usr/libexec/ld-elf.so.1
 > -r-xr-xr-x  1 root  wheel  76560 Jan 28 05:12 /usr/libexec/ld-elf.so.1*
 > # cat /usr/bin/vi | md5
 > 0d2170e788c1c9ca5f0a698037cbc401
 > # cat /usr/libexec/ld-elf.so.1 | md5
 > e3e2b35570490442c0068f234a2d454b
 
 Mine all match up. I'm not sure what is going on here. Let's make sure
 the libc is the same,
 
   blossom# md5 /usr/lib/libc.so.4
   MD5 (/usr/lib/libc.so.4) = 29d9c7d82bb29c47260c6572184abf61
 
 If it is, try,
 
   # truss -o vi.truss /usr/bin/vi
 
 And let's see the vi.truss file.
 -- 
 Crist J. Clark                     |     cjclark@alum.mit.edu
                                    |     cjclark@jhu.edu
 http://people.freebsd.org/~cjc/    |     cjc@freebsd.org
State-Changed-From-To: open->feedback 
State-Changed-By: cjc 
State-Changed-When: Fri Mar 8 12:13:28 PST 2002 
State-Changed-Why:  
Waiting for more details from submitter. I have been unable to 
reproduce the problem. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35564 
State-Changed-From-To: feedback->closed 
State-Changed-By: cjc 
State-Changed-When: Sun Mar 10 00:23:34 PST 2002 
State-Changed-Why:  
Submitter can no longer reproduce the problem after rebuilding the 
kernel. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35564 
>Unformatted:
