NetBSD Problem Report #34729

From dauphin@enst.fr  Fri Oct  6 09:06:40 2006
Return-Path: <dauphin@enst.fr>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by narn.NetBSD.org (Postfix) with ESMTP id 87F5D63B8C9
	for <gnats-bugs@gnats.netbsd.org>; Fri,  6 Oct 2006 09:06:40 +0000 (UTC)
Message-Id: <1160125599.6040@bi.enst.fr>
Date: Fri, 6 Oct 2006 11:06:39 +0200
To: "gnats bugs" <gnats-bugs@NetBSD.org>
Subject: blender Solaris
X-Send-Pr-Version: gtk-send-pr 0.4.5 
X-GNATS-Notify:

>Number:         34729
>Category:       pkg
>Synopsis:       blender Solaris
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    solaris-pkg-people
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Oct 06 09:10:00 +0000 2006
>Closed-Date:    Thu May 26 01:34:19 +0000 2022
>Last-Modified:  Thu May 26 01:34:19 +0000 2022
>Originator:     Gilles Dauphin
>Release:        SunOS 5.10 i86pc
>Organization:
ENST 
>Environment:


System: SunOS bi.enst.fr 5.10 Generic_Patch_118844-30 i86pc


>Description:


blender/intern/elbeem/intern/isosurface.cp

missing finite() for amd64


>How-To-Repeat:


bmake


>Fix:


--- intern/elbeem/intern/isosurface.cpp.orig    Wed Nov 23 13:51:07 2005
+++ intern/elbeem/intern/isosurface.cpp Fri Oct  6 10:59:35 2006
@@ -16,7 +16,7 @@


 // sirdude fix for solaris
-#if !defined(linux) && (defined (__sparc) || defined (__sparc__))
+#if !defined(linux) && (defined (__sparc) || defined (__sparc__) || defined (__amd64))
 #include <ieeefp.h>
 #endif



>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: pkg-manager->solaris-pkg-people
Responsible-Changed-By: wiz@netbsd.org
Responsible-Changed-When: Sun, 08 Oct 2006 22:05:51 +0000
Responsible-Changed-Why:
Solaris pkgsrc problem.


State-Changed-From-To: open->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Thu, 26 May 2022 01:34:19 +0000
State-Changed-Why:
blender is vastly different from 2006 and the offending code no longer exists.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: gnats-precook-prs,v 1.4 2018/12/21 14:20:20 maya Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2017 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.