Bug#228569: Re[6]: Hill Kapadia Kirchner Silva

2005-08-27 Thread Grems Renee
Are you ready for some action? 
http://Mee.avaunts.net/Genovese

Altamirano Martin Diego
Drennan Gordillo Golubev Richardson
Quisser Kurai Barbu Dyer
uuuououuuiurujuoumtftitftftgtstfomqpprqspnuhqoqqqsnonfnrrsnqomng
kqktkskrkqjljgjqjfijgmfigffqkmgtgtgtgjguggptttuftj
rkrfrjrmrhrkriqnoqnuornusiopoplhlnlilshplpmjlf
uruoupuoulumtjurqlqrqpqfolqkpsqtpoukqnqnqrqlngnurrnrolnh
hjhghlhshihghgkomnltmqltifmqjkjijqjhjpfqjokkju
qjqgqrqrqfqlqnpjtotmtiuttqruuhtjuktfqpuguiukugunujqkuituuo
ouopouorosososnirqsususmuislrfsgrjolsssusosksrsfogpuqipk
umuguougufumumnlpkqsptqotkpnpnprplqgquurqrplqh




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



Bug#121201: form Eldon

2005-08-27 Thread Eldon Becker
It's Eldon Becker
Invite me http://bowemalovory.com/view.cgi?s=al2&m=IHIHJI.iPdR,gfibjW,VSd



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



Processing of vrweb_1.5-12_i386.changes

2005-08-27 Thread Archive Administrator
vrweb_1.5-12_i386.changes uploaded successfully to localhost
along with the files:
  vrweb_1.5-12.dsc
  vrweb_1.5-12.diff.gz
  vrweb_1.5-12_i386.deb

Greetings,

Your Debian queue daemon


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



vrweb_1.5-12_i386.changes ACCEPTED

2005-08-27 Thread Debian Installer

Accepted:
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
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 319129 


Thank you for your contribution to Debian.


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



Bug#319129: marked as done (vrweb: FTBFS with gcc-3.4/gcc-4.0: permissions and friend template issues)

2005-08-27 Thread Debian Bug Tracking System
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

Processing of ubit_3.6.4-4_i386.changes

2005-08-27 Thread Archive Administrator
ubit_3.6.4-4_i386.changes uploaded successfully to localhost
along with the files:
  ubit_3.6.4-4.dsc
  ubit_3.6.4-4.diff.gz
  libubit1c2_3.6.4-4_i386.deb
  libubit-dev_3.6.4-4_i386.deb

Greetings,

Your Debian queue daemon


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



ubit_3.6.4-4_i386.changes is NEW

2005-08-27 Thread Debian Installer
libubit-dev_3.6.4-4_i386.deb
  to pool/main/u/ubit/libubit-dev_3.6.4-4_i386.deb
(new) libubit1c2_3.6.4-4_i386.deb optional libs
Ubiquitous Brick Interactive Toolkit
 Ubit is a new graphical library. It is a brick construction game model for
 creating graphical user interfaces.
ubit_3.6.4-4.diff.gz
  to pool/main/u/ubit/ubit_3.6.4-4.diff.gz
ubit_3.6.4-4.dsc
  to pool/main/u/ubit/ubit_3.6.4-4.dsc
Changes: ubit (3.6.4-4) unstable; urgency=low
 .
  * Debian QA upload.
  * Move to new C++ ABI.  Rename libubit1 to libubit1c2.  Based on
patch from Oliver Grawert and Ubuntu.
  * Updated Standards-Version to 3.6.2.1.  No changes.
Announcing to debian-devel-changes@lists.debian.org


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


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



Bug#325357: vrweb: FTBFS on 64 bit arches: cast from 'AnyLight*' to 'int' loses precision

2005-08-27 Thread Kurt Roeckx
Package: vrweb
Version: 1.5-12
Severity: serious

Hi,

Your package is failing to build on 64 bit arches with the
following error:
g++ -O -O -DLINUX_ELF -DVERBOSE -DASSERT -Dcplusplus_2_1 -DInterViews -Div_nls 
-DOSMajorVersion=2 -DOSMinorVersion=0 -DLINUX -DHG_OSMaj=2 -DHG_OSMin=0  
-I/build/buildd/vrweb-1.5/installed/include -pipe  -c 
/build/buildd/vrweb-1.5/src/harmony/scene/bspbuild.C
/build/buildd/vrweb-1.5/src/harmony/scene/bspbuild.C: In member function 'virtu
al void QvIndexedFaceSet::buildBSP(BSPTree*)':
/build/buildd/vrweb-1.5/src/harmony/scene/bspbuild.C:1218: error: cast from 'An
yLight*' to 'int' loses precision
make[4]: *** [bspbuild.o] Error 1

It's trying to print the address.  In C, with printf,
you'd use a %p for it.  I have no idea if std::cout has
something simular.

I think the easiest way to fix it would be cast it to an intptr_t.


Kurt



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