NetBSD Problem Report #25463

Received: (qmail 10906 invoked by uid 605); 4 May 2004 18:25:46 -0000
Message-Id: <20040504182544.EA46D11157@narn.netbsd.org>
Date: Tue,  4 May 2004 18:25:44 +0000 (UTC)
From: sageev@usc.edu
Sender: gnats-bugs-owner@NetBSD.org
Reply-To: sageev@usc.edu
To: gnats-bugs@gnats.NetBSD.org
Subject: glsnake.c in x11/xscreensaver package isinf undefined symbol error
X-Send-Pr-Version: www-1.0

>Number:         25463
>Category:       pkg
>Synopsis:       glsnake.c in x11/xscreensaver package isinf undefined symbol error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue May 04 18:26:00 +0000 2004
>Closed-Date:    Thu Mar 10 10:28:46 +0000 2005
>Last-Modified:  Thu Mar 10 10:28:46 +0000 2005
>Originator:     Sageev George
>Release:        Pkgsrc as non-priviledged user
>Organization:
University of Southern California
>Environment:
SunOS hipnet36.usc.edu 5.8 Generic_108528-25 sun4u sparc SUNW,Sun-Blade-1000 Solaris
>Description:
Linking in x11/xscreensaver/work.sparc/xscreensaver-4.14/hacks/glx stops with undefined symbol error for isinf.
>How-To-Repeat:
By running bmake in x11/xscreensaver of the pkgsrc distribution (last synchronized using cvs update command in the end of April.
>Fix:
By adding the following lines, the bug was removed.  Additional work should be done in configure script to detect lack of isinf definition

#include <ieeefp.h>
#define isinf(a) (! finite(a))


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed
State-Changed-By: markd@netbsd.org
State-Changed-When: Thu, 10 Mar 2005 10:28:46 +0000
State-Changed-Why:
Fixed in more recent versions of xscreensaver. Certainly handled in 4.18.
Thanks for the PR.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.