Bug#263456: dcl: Suggestion for fix

2005-07-19 Thread Alex Satrapa
Package: dcl
Version: 1:0.9.4.4-1
Followup-For: Bug #263456

Since it would not make sense for this package to create a database, add
some predependencies: dcl-pgsql-local, dcl-mysql-local, dcl-pgsql-remote, etc.
These would set up the database on the appropriate server, ready for the
DCL software to connect. The database-specific configuration would be in
a /etc/dcl/database.config file which is included from the dcl package's
/etc/dcl/config.php file.

I just wish I knew how to do it myself... especially seeing the package
has been orphaned...

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages dcl depends on:
ii  apache [httpd]   1.3.33-6versatile, high-performance HTTP s
ii  bash 2.05b-26The GNU Bourne Again SHell
ii  debconf  1.4.30.13   Debian configuration management sy
ii  grep 2.5.1.ds1-4 GNU grep, egrep and fgrep
ii  php4 4:4.3.10-15 server-side, HTML-embedded scripti
ii  python   2.3.5-2 An interactive high-level object-o
ii  sed  4.1.2-8 The GNU sed stream editor
ii  wwwconfig-common 0.0.43  Debian web auto configuration

-- no debconf information


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



Bug#318025: dict-freedict-sco-deu: "Scottish"?

2005-07-19 Thread Michael Bunk
Hi,

I'm freedict upstream. Thanks for your report. Even though your introductory 
question looks like a rhetoric question, since I don't know the languages 
Gaelic or Scottish, I have to ask you to please answer your question :)

Since it has only 300 headwords, I will put a note into the dictionary file.
The .deb descriptions are generated automatically. That proces would have to 
be adapted to include the important notes from the dictionary file.

Kindest regards,
 Michael Bunk



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



Bug#318025: dict-freedict-sco-deu: "Scottish"?

2005-07-19 Thread Justin B Rye
Michael Bunk wrote:
> I'm freedict upstream. Thanks for your report. Even though your introductory 
> question looks like a rhetoric question, since I don't know the languages 
> Gaelic or Scottish, I have to ask you to please answer your question :)
> 
> Since it has only 300 headwords, I will put a note into the dictionary file.
> The .deb descriptions are generated automatically. That proces would have to 
> be adapted to include the important notes from the dictionary file.

The headwords being things like "Sasunnach" and "uisge", that's
Gaelic, not Scots.  See
"http://www.ethnologue.com/show_language.asp?code=gla";
"http://www.ethnologue.com/show_language.asp?code=sco";.

(Oh... now I notice that I garbled the ISO 639 table last time;
inevitable, I suppose.  Well, here's a definitive edition:
"http://www.loc.gov/standards/iso639-2/englangn_ascii.html";.  The
appropriate three-letter code is -gla-.)

It seems unlikely anybody would bother packaging a wordlist (even
one this size) for "-sco-", since for a start it doesn't have a
generally-agreed spelling system.  And the fewer things labelled
"SCO" I have on my system the better.
-- 
JBR
Ankh kak! (Ancient Egyptian blessing)


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



Processing of thoughttracker_0.5.6-17_i386.changes

2005-07-19 Thread Archive Administrator
thoughttracker_0.5.6-17_i386.changes isn't signed with PGP/GnuPG
Removing thoughttracker_0.5.6-17_i386.changes, but keeping its associated files 
for now.

Greetings,

Your Debian queue daemon


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



Bug#319129: vrweb: FTBFS with gcc-3.4/gcc-4.0: permissions and friend template issues

2005-07-19 Thread Karl Chen
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


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