From nobody@FreeBSD.org  Sun May  6 14:11:29 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 5325516A400
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  6 May 2007 14:11:29 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 43C9413C487
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  6 May 2007 14:11:29 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l46EBShP078582
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 6 May 2007 14:11:28 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l46E6QXn065196;
	Sun, 6 May 2007 14:06:26 GMT
	(envelope-from nobody)
Message-Id: <200705061406.l46E6QXn065196@www.freebsd.org>
Date: Sun, 6 May 2007 14:06:26 GMT
From: Daniel Eischen<deischen@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: x11-toolkits/xview uses libc internal function __svfscanf()
X-Send-Pr-Version: www-3.0

>Number:         112462
>Category:       ports
>Synopsis:       x11-toolkits/xview uses libc internal function __svfscanf()
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    deischen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 06 14:20:02 GMT 2007
>Closed-Date:    Sun Jun 03 06:20:07 GMT 2007
>Last-Modified:  Sun Jun 03 06:20:07 GMT 2007
>Originator:     Daniel Eischen
>Release:        7.0-current
>Organization:
>Environment:
FreeBSD rigel 7.0-CURRENT FreeBSD 7.0-CURRENT #8: Thu Apr  5 19:15:11 EDT 2007     root@rigel:/opt/FreeBSD/obj/opt/FreeBSD/src/sys/rigel  i386
>Description:
When symbol versioning is enabled, __svfscanf() is not longer exported from libc.  Libxview cannot resolve this symbol, and breaks because of it.
>How-To-Repeat:
Enable symbol versioning, build and install world.  Symbol versioning will be enabled by default by 5/13/2007.
>Fix:
s/__vfscanf/vfscanf/ in x11-toolkits/xview/patch-lib+libxview+textsw+txt_again.c
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->deischen 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun May 6 14:20:08 UTC 2007 
Responsible-Changed-Why:  
Submitter has GNATS access 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112462 
State-Changed-From-To: open->closed 
State-Changed-By: deischen 
State-Changed-When: Sun Jun 3 06:19:27 UTC 2007 
State-Changed-Why:  
Fixed, patch committed. 

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