From owner-freebsd-bugs Sat Nov 9 11: 0: 9 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 5D2EF37B401; Sat, 9 Nov 2002 11:00:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB0F543E6E; Sat, 9 Nov 2002 11:00:05 -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 gA9J05x3075517; Sat, 9 Nov 2002 11:00:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA9J050g075516; Sat, 9 Nov 2002 11:00:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83E0737B401 for ; Sat, 9 Nov 2002 10:50:54 -0800 (PST) Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBCC643E3B for ; Sat, 9 Nov 2002 10:50:53 -0800 (PST) (envelope-from ler@lerlaptop.lerctr.org) Received: from lerlaptop.lerctr.org (localhost [127.0.0.1]) by lerlaptop.lerctr.org (8.12.6/8.12.6) with ESMTP id gA9IorYb000735 for ; Sat, 9 Nov 2002 12:50:53 -0600 (CST) (envelope-from ler@lerlaptop.lerctr.org) Received: (from ler@localhost) by lerlaptop.lerctr.org (8.12.6/8.12.6/Submit) id gA9Ioq22000734; Sat, 9 Nov 2002 12:50:52 -0600 (CST) (envelope-from ler) Message-Id: <200211091850.gA9Ioq22000734@lerlaptop.lerctr.org> Date: Sat, 9 Nov 2002 12:50:52 -0600 (CST) From: Larry Rosenman Reply-To: Larry Rosenman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: ler@lerctr.org Subject: bin/45167: libm.so.2 Undefined symbol "__stderrp" on uvscan 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 >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