Bug#163093: marked as done (xboard: refuses to start on a 8bit $DISPLAY when some other programs interfere)

2006-06-20 Thread Debian Bug Tracking System
Your message dated Tue, 20 Jun 2006 02:17:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#163093: fixed in xboard 4.2.7-6
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)

--- Begin Message ---
Package: xboard
Version: 4.2.6-2
Severity: important

See subject. While other programs work with more or less sucess using
256 bit color, xboard breaks completely. It only throws some lines about
XPM errors and exits. Note that on the same 8bit terminals under AIX
xboard seem to work okay (don't ask me which version), so I think this
may be a problem with the xpm library on Linux.

I cannot try yet, but IMHO the reason may also be the fact that AIX WM
did not allocate much colors, so there were still enough cells in the
PseudoColor table to install Xboard's colors. On Linux with Icewm, this
was not possible. Though (as said), no application should break because
of unavailable colors. Either do not display the, or emulate them using
dithering with colors from the PseudoColor table, but do not just exit,
even not telling the user the reason for the breakage.

Regards,
Eduard.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux linda.rhrk.uni-kl.de 2.4.19 #1 SMP Son Sep 22 12:26:15 CEST 2002 
i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Versions of packages xboard depends on:
ii  libc6 2.2.5-11.2 GNU C Library: Shared libraries an
ii  xaw3dg1.5-13 Xaw3d widget set
ii  xlibs 4.1.0-16   X Window System client libraries


--- End Message ---
--- Begin Message ---
Source: xboard
Source-Version: 4.2.7-6

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

xboard_4.2.7-6.diff.gz
  to pool/main/x/xboard/xboard_4.2.7-6.diff.gz
xboard_4.2.7-6.dsc
  to pool/main/x/xboard/xboard_4.2.7-6.dsc
xboard_4.2.7-6_i386.deb
  to pool/main/x/xboard/xboard_4.2.7-6_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.
Alexander L. Belikoff <[EMAIL PROTECTED]> (supplier of updated xboard 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, 17 Jun 2006 23:33:24 -0400
Source: xboard
Binary: xboard
Architecture: source i386
Version: 4.2.7-6
Distribution: unstable
Urgency: low
Maintainer: Alexander L. Belikoff <[EMAIL PROTECTED]>
Changed-By: Alexander L. Belikoff <[EMAIL PROTECTED]>
Description: 
 xboard - An X Window System Chess Board
Closes: 163093 360942
Changes: 
 xboard (4.2.7-6) unstable; urgency=low
 .
   * Fixed failure to launch on 8-bit displays (Closes: #163093)
   * Adopted the package (Closes: #360942)
Files: 
 e73990a6532a662176cdccc26cbf2a09 625 games optional xboard_4.2.7-6.dsc
 45b1081c5f3469aef22647c800ae01f1 12143 games optional xboard_4.2.7-6.diff.gz
 3443166851bfe660ab7540b4b03fc42b 526298 games optional xboard_4.2.7-6_i386.deb

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

iD4DBQFEl7iIs3U+TVFLPnwRAq8iAJ9VOM4JtL4XTqIi74Sb3dkjY0RenACUC6B5
Was+BusmjxXK5t/tQ6M9vQ==
=NwBd
-END PGP SIGNATURE-

--- End Message ---


Bug#374624: xbox-raincoat: FTBFS (amd64): warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int'

2006-06-20 Thread Andreas Jochens
Package: xbox-raincoat
Version: 0.10-1
Severity: serious
Tags: patch

When building 'xbox-raincoat' on amd64/unstable,
I get the following error:

gcc -O2 -Wall -Werror -o ./bin/raincoat src/raincoat.c src/BootFlash.c
cc1: warnings being treated as errors
src/raincoat.c: In function 'main':
src/raincoat.c:390: warning: format '%d' expects type 'int', but argument 2 has 
type 'long unsigned int'
make[1]: *** [raincoat] Error 1
make[1]: Leaving directory `/xbox-raincoat-0.10'

With the attached patch 'xbox-raincoat' can be compiled on amd64 with gcc-4.1.

Regards
Andreas Jochens

diff -urN ../tmp-orig/xbox-raincoat-0.10/src/raincoat.c ./src/raincoat.c
--- ../tmp-orig/xbox-raincoat-0.10/src/raincoat.c   2005-08-11 
18:06:04.0 +
+++ ./src/raincoat.c2006-06-20 10:03:31.0 +
@@ -387,7 +387,7 @@

// Add the flash.

if((--nCountMaximumFlashTypes)==0) { //

// Warn when the last possible flash is 
going to be added.
-   
printf("  (note, raincoat only supports 
%d flash types, rest ignored)\n", 
(sizeof(aknownflashtype)/sizeof(KNOWN_FLASH_TYPE))-1);
+   
printf("  (note, raincoat only supports 
%ld flash types, rest ignored)\n", 
(sizeof(aknownflashtype)/sizeof(KNOWN_FLASH_TYPE))-1);

}

/*

printf("DEBUG: Added to pos %i\n", nCountSeen);


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



xpat2_1.07-12_amd64.changes ACCEPTED

2006-06-20 Thread Debian Installer

Accepted:
xpat2_1.07-12.diff.gz
  to pool/main/x/xpat2/xpat2_1.07-12.diff.gz
xpat2_1.07-12.dsc
  to pool/main/x/xpat2/xpat2_1.07-12.dsc
xpat2_1.07-12_amd64.deb
  to pool/main/x/xpat2/xpat2_1.07-12_amd64.deb
Announcing to debian-devel-changes@lists.debian.org


Thank you for your contribution to Debian.


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



Processing of xpat2_1.07-12_amd64.changes

2006-06-20 Thread Archive Administrator
xpat2_1.07-12_amd64.changes uploaded successfully to localhost
along with the files:
  xpat2_1.07-12.dsc
  xpat2_1.07-12.diff.gz
  xpat2_1.07-12_amd64.deb

Greetings,

Your Debian queue daemon


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



Processing of asmix_1.5-1_amd64.changes

2006-06-20 Thread Archive Administrator
asmix_1.5-1_amd64.changes uploaded successfully to localhost
along with the files:
  asmix_1.5-1.dsc
  asmix_1.5.orig.tar.gz
  asmix_1.5-1.diff.gz
  asmix_1.5-1_amd64.deb

Greetings,

Your Debian queue daemon


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



asmix_1.5-1_amd64.changes ACCEPTED

2006-06-20 Thread Debian Installer

Accepted:
asmix_1.5-1.diff.gz
  to pool/main/a/asmix/asmix_1.5-1.diff.gz
asmix_1.5-1.dsc
  to pool/main/a/asmix/asmix_1.5-1.dsc
asmix_1.5-1_amd64.deb
  to pool/main/a/asmix/asmix_1.5-1_amd64.deb
asmix_1.5.orig.tar.gz
  to pool/main/a/asmix/asmix_1.5.orig.tar.gz
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 254378 329447 346690 


Thank you for your contribution to Debian.


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



ascpu_1.11-1_amd64.changes ACCEPTED

2006-06-20 Thread Debian Installer

Accepted:
ascpu_1.11-1.diff.gz
  to pool/main/a/ascpu/ascpu_1.11-1.diff.gz
ascpu_1.11-1.dsc
  to pool/main/a/ascpu/ascpu_1.11-1.dsc
ascpu_1.11-1_amd64.deb
  to pool/main/a/ascpu/ascpu_1.11-1_amd64.deb
ascpu_1.11.orig.tar.gz
  to pool/main/a/ascpu/ascpu_1.11.orig.tar.gz
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 254377 346660 


Thank you for your contribution to Debian.


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



Processing of ascpu_1.11-1_amd64.changes

2006-06-20 Thread Archive Administrator
ascpu_1.11-1_amd64.changes uploaded successfully to localhost
along with the files:
  ascpu_1.11-1.dsc
  ascpu_1.11.orig.tar.gz
  ascpu_1.11-1.diff.gz
  ascpu_1.11-1_amd64.deb

Greetings,

Your Debian queue daemon


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



ttf-thryomanes 1:1.2-2 MIGRATED to testing

2006-06-20 Thread Debian testing watch
FYI: The status of the ttf-thryomanes source package
in Debian's testing distribution has changed.

  Previous version: 1:1.2-1
  Current version:  1:1.2-2

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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