Your message dated Sat, 27 Aug 2005 10:17:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#319129: fixed in vrweb 1.5-12
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--
Received: (at submit) by bugs.debian.org; 20 Jul 2005 02:38:06 +
>From [EMAIL PROTECTED] Tue Jul 19 19:38:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from quack.cs.berkeley.edu (quack.quarl.org) [128.32.132.234]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1Dv41V-00048T-00; Tue, 19 Jul 2005 19:09:25 -0700
Received: from boink.cs.berkeley.edu (boink.CS.Berkeley.EDU [128.32.35.201])
by quack.quarl.org (Postfix) with ESMTP id 2D63070058
for <[EMAIL PROTECTED]>; Tue, 19 Jul 2005 19:09:25 -0700 (PDT)
Received: by boink.cs.berkeley.edu (Postfix, from userid 1000)
id DEC86272FA; Tue, 19 Jul 2005 19:09:24 -0700 (PDT)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Karl Chen <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: vrweb: FTBFS with gcc-3.4/gcc-4.0: permissions and friend template
issues
X-Mailer: reportbug 3.8
Date: Tue, 19 Jul 2005 19:09:24 -0700
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: vrweb
Severity: normal
Tags: patch
vrweb fails to build with gcc-3.4/gcc-4.0.
The following patch allows it to build under gcc-3.4.
--- src/harmony/scene/sdfscene.h.orig 2005-07-19 17:10:41.856917930 -0700
+++ src/harmony/scene/sdfscene.h2005-07-19 17:10:47.297218704 -0700
@@ -116,7 +116,7 @@
void storeCamera ();// store active camera
void restoreCamera (); // reset camera (to one read from file
or latest stored)
- private:
+ public:
// scene reading subroutines
int readActFile (FILE*, int&);
int readPosFile (FILE*, int);
--- src/common/utils/fields.h.orig 2005-07-19 18:15:48.0 -0700
+++ src/common/utils/fields.h 2005-07-19 18:41:08.0 -0700
@@ -170,6 +170,9 @@
#define intFieldsimplement(f, t)
#define Fieldsimplement(f, t)
+template class Field;
+template std::ostream& operator << ( std::ostream& s, const
Field&);
+
template
class Field {
public:
--- src/common/utils/arrays.h.orig 2005-07-19 18:29:14.0 -0700
+++ src/common/utils/arrays.h 2005-07-19 18:41:03.0 -0700
@@ -170,6 +170,10 @@
#define Arraysdeclare(a, d)typedef Array a;
+template class Array;
+template std::ostream& operator <<(std::ostream&, const Array&);
+
+
template
class Array {
public:
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages vrweb depends on:
ii libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii libgcc1 1:3.4.3-13 GCC support library
ii libjpeg626b-9The Independent JPEG Group's JPEG
ii libpng12-0 1.2.8rel-1 PNG library - runtime
ii libstdc++5 1:3.3.5-8 The GNU Standard C++ Library v3
ii libtiff4 3.7.2-1 Tag Image File Format (TIFF) libra
ii libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii libxmu6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous util
ii xlibmesa-gl [libgl1] 4.3.0.dfsg.1-12.0.1 Mesa 3D graphics library [XFree86]
ii xlibmesa-glu [libglu 4.3.0.dfsg.1-12.0.1 Mesa OpenGL utility library [XFree
ii xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
---
Received: (at 319129-close) by bugs.debian.org; 27 Aug 2005 17:20:24 +
>From [EMAIL PROTECTED] Sat Aug 27 10:20:24 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E94Ii-0008P6-00; Sat, 27 Aug 2005 10:17:04 -0700
From: Petter Reinholdtsen <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#319129: fixed in vrweb 1.5