Your message dated Sun, 16 Mar 2008 10:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#468925: fixed in brutalchess 0.5.2+dfsg-2
has caused the Debian Bug report #468925,
regarding missing fonts and duplicated directory tree
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
468925: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468925
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: brutalchess
Version: 0.5.2+dfsg-1
Severity: grave
--- Please enter the report below this line. ---
there's no font in menu.. so it can't be used
see this screenshot:
http://img223.imageshack.us/img223/1581/brutalchessnofontmenucn0.png
if you launch brutalchess you get this list of errors:
Failed to load fonts. <----
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
this errors are issued by gamecore.cpp source file..
search paths are:
if(FontLoader::loadFont("sans", "../fonts/ZEROES__.TTF", 32)) {
// add debugging
} else if(FontLoader::loadFont("sans", FONTS_DIR +
string("ZEROES__.TTF"), 32)) {
// add debugging
} else {
cerr << "Failed to load fonts." << endl;
return false;
}
as you see the search path is "../fonts/ZEROES__.TTF"
i've downloaded the source code from the project homepage and placed
fonts directory (was missing) into: /usr/share/brutalchess/brutalchess/
then i created symbolic links to the 3 directory: "art, models, fonts"
into /usr/share/brutalchess/
then if move to the /usr/share/brutalchess/brutalchess/ directory the
game works as it should..
now i moved /usr/games/brutalchess to /usr/games/brutalchess.real and
written a little script to launch it:
#!/bin/sh
GAME_DIR=/usr/share/brutalchess/brutalchess/
cd $GAME_DIR
/usr/games/brutalchess.real $*
and placed it on /usr/games/brutalchess
there's another little strange things:
i have the same files both into /usr/share/games/brutalchess/ and
/usr/share/brutalchess/brutalchess/ (and they are not link).
games should be all into /usr/share/games/brutalchess/, it should have
fonts and it should search into the correct path..
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.23-1-686-bigmem
Debian Release: lenny/sid
500 unstable packages.kirya.net
500 testing security.debian.org
500 testing mi.mirror.garr.it
500 testing ftp.it.debian.org
500 testing debian-multimedia.org
--- Package information. ---
Depends (Version) | Installed
======================================-+-================
libc6 (>= 2.7-1) | 2.7-6
libfreetype6 (>= 2.3.5) | 2.3.5-1+b1
libgcc1 (>= 1:4.1.1-21) | 1:4.3-20080202-1
libgl1-mesa-glx | 7.0.2-4
OR libgl1 |
libglu1-mesa | 7.0.2-4
OR libglu1 |
libice6 (>= 1:1.0.0) | 2:1.0.4-1
libsdl-image1.2 (>= 1.2.5) | 1.2.6-3
libsdl1.2debian (>= 1.2.10-1) | 1.2.13-2
libsm6 | 2:1.0.3-1+b1
libstdc++6 (>= 4.2.1-4) | 4.3-20080202-1
libx11-6 | 2:1.0.3-7
libxext6 | 1:1.0.3-2
libxi6 | 2:1.1.3-1
libxmu6 | 2:1.0.4-1
libxt6 | 1:1.0.5-3
ttf-dejavu | 2.23-1
OR ttf-bitstream-vera | 1.10-7
zlib1g | 1:1.2.3.3.dfsg-11
--- End Message ---
--- Begin Message ---
Source: brutalchess
Source-Version: 0.5.2+dfsg-2
We believe that the bug you reported is fixed in the latest version of
brutalchess, which is due to be installed in the Debian FTP archive:
brutalchess_0.5.2+dfsg-2.diff.gz
to pool/main/b/brutalchess/brutalchess_0.5.2+dfsg-2.diff.gz
brutalchess_0.5.2+dfsg-2.dsc
to pool/main/b/brutalchess/brutalchess_0.5.2+dfsg-2.dsc
brutalchess_0.5.2+dfsg-2_amd64.deb
to pool/main/b/brutalchess/brutalchess_0.5.2+dfsg-2_amd64.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.
Gürkan Sengün <[EMAIL PROTECTED]> (supplier of updated brutalchess 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: Sun, 16 Mar 2008 10:40:33 +0100
Source: brutalchess
Binary: brutalchess
Architecture: source amd64
Version: 0.5.2+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra <[EMAIL PROTECTED]>
Changed-By: Gürkan Sengün <[EMAIL PROTECTED]>
Description:
brutalchess - 3d chess with reflection of the chessmen
Closes: 461262 468925
Changes:
brutalchess (0.5.2+dfsg-2) unstable; urgency=low
.
[Fathi Boudra]
* Add patch to load DejavVu fonts and fix datadir. (Closes: #468925)
* Drop ttf-bitstream-vera dependency. (Closes: #461262)
Files:
69e65b06cfd48f4f13b77f5dbbe695a9 874 games optional
brutalchess_0.5.2+dfsg-2.dsc
fecb5c558db8a115d022d4f8c03e7001 20962 games optional
brutalchess_0.5.2+dfsg-2.diff.gz
be91cd417ef80bcd1dc9496ccadd286f 802750 games optional
brutalchess_0.5.2+dfsg-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iQCVAwUBR9z4tIz1NfZqpXL3AQJuTQP9FTAMxqnQOeoBsybaEffoU+xlw9/UBkW9
F1V9E1X2EA/jYqwUO3L6paRpmuhTnGMuYJvkPzkGx40JkFPE6s7Xy+W0t5o40HpV
gmz+0tIAzYNW0IXVRbXgIuwY+sRvAESMRG6cBZ/zkKpk/aL6YW+J/uFs0R4uGf+s
EQHfU1iEDYA=
=Dhvx
-----END PGP SIGNATURE-----
--- End Message ---