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 +0000
>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.h        2005-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.000000000 -0700
+++ src/common/utils/fields.h   2005-07-19 18:41:08.000000000 -0700
@@ -170,6 +170,9 @@
 #define intFieldsimplement(f, t)
 #define Fieldsimplement(f, t)
 
+template <class T> class Field;
+template <class T> std::ostream& operator << ( std::ostream& s, const 
Field<T>&);
+
 template<class T>
 class Field {
   public:

--- src/common/utils/arrays.h.orig      2005-07-19 18:29:14.000000000 -0700
+++ src/common/utils/arrays.h   2005-07-19 18:41:03.000000000 -0700
@@ -170,6 +170,10 @@
 
 #define Arraysdeclare(a, d)    typedef Array<d> a;
 
+template <class T> class Array;
+template <class T> std::ostream& operator <<(std::ostream&, const Array<T>&);
+
+
 template<class T> 
 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  libc6                2.3.2.ds1-22        GNU C Library: Shared libraries an
ii  libgcc1              1:3.4.3-13          GCC support library
ii  libjpeg62            6b-9                The 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  xlibs                4.3.0.dfsg.1-12     X Keyboard Extension (XKB) configu

---------------------------------------
Received: (at 319129-close) by bugs.debian.org; 27 Aug 2005 17:20:24 +0000
>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-12
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 27 Aug 2005 10:17:04 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: vrweb
Source-Version: 1.5-12

We believe that the bug you reported is fixed in the latest version of
vrweb, which is due to be installed in the Debian FTP archive:

vrweb_1.5-12.diff.gz
  to pool/main/v/vrweb/vrweb_1.5-12.diff.gz
vrweb_1.5-12.dsc
  to pool/main/v/vrweb/vrweb_1.5-12.dsc
vrweb_1.5-12_i386.deb
  to pool/main/v/vrweb/vrweb_1.5-12_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Petter Reinholdtsen <[EMAIL PROTECTED]> (supplier of updated vrweb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 27 Aug 2005 16:11:31 +0200
Source: vrweb
Binary: vrweb
Architecture: source i386
Version: 1.5-12
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description: 
 vrweb      - A VRML browser and editor
Closes: 319129
Changes: 
 vrweb (1.5-12) unstable; urgency=low
 .
   * Debian QA upload.
   * Upload to get a rebuild using the new C++ ABI.
   * Convert to use dpatch.  Move all old patches to 10_misc.
   * Add patch to compile with new C++ (20_gcc4). (Closes: #319129)
   * Add code in rules to remove generated makefiles.
   * Update Standards-Version to 3.6.2.1.  No changes.
Files: 
 5f49fd2d0699b10a270dbad536f857af 663 web optional vrweb_1.5-12.dsc
 c1fd7b598c595bd1d85c2c6e3b42eb19 70811 web optional vrweb_1.5-12.diff.gz
 5130a7384686608d8da96ecd3e18c3c4 852514 web optional vrweb_1.5-12_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDEJ1h20zMSyow1ykRAhsYAJ0ZONsKMb+hQqkCSJoqurwBl+M/gwCcCvxB
30+xVWtoGDoo5lr5bAcvflQ=
=RmOy
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to