Date: Sat, 9 Nov 2002 12:50:52 -0600 (CST) From: Larry Rosenman <ler@lerctr.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: bin/45167: libm.so.2 Undefined symbol "__stderrp" on uvscan Message-ID: <200211091850.gA9Ioq22000734@lerlaptop.lerctr.org>
next in thread | raw e-mail | index | archive | help
>Number: 45167
>Category: bin
>Synopsis: libm.so.2 Undefined symbol "__stderrp" on uvscan
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Nov 09 11:00:05 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Larry Rosenman
>Release: FreeBSD 4.7-STABLE i386
>Organization:
LERCTR Consulting
>Environment:
System: FreeBSD lerlaptop.lerctr.org 4.7-STABLE FreeBSD 4.7-STABLE #16: Sat Nov 9 12:23:25 CST 2002 ler@lerlaptop.lerctr.org:/usr/obj/usr/src/sys/LERLAPTOP i386
>Description:
I just cvsup'd and re-compiled world. After the reboot, McAfee's UVSCAN
no longer runs, it gives me the following:
lerlaptop# uvscan --version
/usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__stderrp"
lerlaptop#
This will prevent me from deploying this release to my virus scanning
server.
I'm wondering if the following commit broke it:
imp 2002/11/09 00:07:21 PST
Modified files: (Branch: RELENG_4)
include stdio.h
Log:
Forced commit:
MFC:
Change __sF to __std{in,out,err}p in #defines for std{in,out,err}.
This should help us with our compatibility problems over the long
haul. I hope that this is the right thing to do.
std{in,out,err} are no longer compile time constants. -current has
had this for 14 months now, and other systems do this. I've fixed all
the places in the -stable tree that assumed that they were compile
time constants.
Reviewed by: arch@
Revision Changes Path
1.24.2.5 +0 -0 src/include/stdio.h
>How-To-Repeat:
See Above
>Fix:
Back out what ever commit broke it.
>Release-Note:
>Audit-Trail:
>Unformatted:
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?200211091850.gA9Ioq22000734>
