Your message dated Wed, 14 Oct 2009 10:22:24 +0000
with message-id <[email protected]>
and subject line Bug#549984: fixed in pinball 0.3.1-9
has caused the Debian Bug report #549984,
regarding pinball: FTBFS with eglibc 2.10
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.)


-- 
549984: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549984
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pinball
Version: 0.3.1-7
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu karmic ubuntu-patch

In Ubuntu, we've applied the attached patch to achieve the following:

  * base/Config.cpp: fix FTBFS due to invalid const char * conversion 
    (LP: #444802).

We thought you might be interested in doing the same. 

The build fails with the following error:

i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../addon  -I/usr/include/SDL 
-D_GNU_SOURCE=1 -D_REENTRANT  -g -O2 -O2 -c Config.cpp
Config.cpp: In member function 'void Config::setPaths(const char*)':
Config.cpp:422: error: invalid conversion from 'const char*' to 'char*'

http://launchpadlibrarian.net/32161785/buildlog_ubuntu-karmic-i386.pinball_0.3.1-7ubuntu2_FAILEDTOBUILD.txt.gz

-- System Information:
Debian Release: 5.0
  APT prefers jaunty-updates
  APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 
'jaunty-proposed'), (500, 'jaunty-backports'), (500, 'jaunty')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-15-generic (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u pinball-0.3.1/base/Config.cpp pinball-0.3.1/base/Config.cpp
--- pinball-0.3.1/base/Config.cpp
+++ pinball-0.3.1/base/Config.cpp
@@ -416,7 +416,7 @@
   m_sDataDir = string(EM_DATADIR) + "/";
   m_sExeDir = "./";
   if ( *( m_sDataDir.c_str() ) != '/' ) {
-    char* ptr=0; 
+    const char* ptr=0; 
     char* ptrw = 0;
     //cout<<"relative to exe file"<<endl;
     ptr = (strrchr(argv0,'/')); // unix /cygwin / check win32 

--- End Message ---
--- Begin Message ---
Source: pinball
Source-Version: 0.3.1-9

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

pinball-data_0.3.1-9_all.deb
  to pool/main/p/pinball/pinball-data_0.3.1-9_all.deb
pinball-dev_0.3.1-9_sparc.deb
  to pool/main/p/pinball/pinball-dev_0.3.1-9_sparc.deb
pinball_0.3.1-9.diff.gz
  to pool/main/p/pinball/pinball_0.3.1-9.diff.gz
pinball_0.3.1-9.dsc
  to pool/main/p/pinball/pinball_0.3.1-9.dsc
pinball_0.3.1-9_sparc.deb
  to pool/main/p/pinball/pinball_0.3.1-9_sparc.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.
Jochen Friedrich <[email protected]> (supplier of updated pinball 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.8
Date: Tue, 13 Oct 2009 18:41:23 +0200
Source: pinball
Binary: pinball pinball-dev pinball-data
Architecture: source sparc all
Version: 0.3.1-9
Distribution: unstable
Urgency: low
Maintainer: Jochen Friedrich <[email protected]>
Changed-By: Jochen Friedrich <[email protected]>
Description: 
 pinball    - Emilia Pinball Emulator
 pinball-data - Data files for the Emilia Pinball Emulator
 pinball-dev - Development files for the Emilia Pinball Emulator
Closes: 549643 549984
Changes: 
 pinball (0.3.1-9) unstable; urgency=low
 .
   * Fix .desktop file (Closes: #549643). Thanks to Pino Toscano
     <[email protected]> for the patch.
   * Fix eglibc 2.10 build (Closes: #549984). Thanks to Ilya Barygin
     <[email protected]> for the patch.
   * Add README.source for quilt patch management.
Checksums-Sha1: 
 e23fe7bdd140c0e4a603ab3a67258924ffb80e22 1271 pinball_0.3.1-9.dsc
 624cfd8ed9a64dc9ec3f384871b421cb87aa8df9 7401 pinball_0.3.1-9.diff.gz
 cb4d8c58a45b9c4f55e0bb4dbcb37763805a61a2 168064 pinball_0.3.1-9_sparc.deb
 9b921cab34003b0c3d42cc41335767dde40836ac 222822 pinball-dev_0.3.1-9_sparc.deb
 450fb22dd2e166005e56ac0b07267b8bcf0fa67f 5543762 pinball-data_0.3.1-9_all.deb
Checksums-Sha256: 
 5194a7d63bd337a6df588d4684032734e291e6380d7558d557643c081fec8280 1271 
pinball_0.3.1-9.dsc
 6657cda6bb5f58e77e8fc5cd77bd19165c9dd3cd5d9839f47f7a4cacd4adf175 7401 
pinball_0.3.1-9.diff.gz
 7a90e51a05e01e29fcd5b7e7df651c27720be7c8d45909f106498b8bd4612d33 168064 
pinball_0.3.1-9_sparc.deb
 d66c43b1c5ec9eb4d887e6520f2bb159f658c6d36d8faa09dc204795f665e0f4 222822 
pinball-dev_0.3.1-9_sparc.deb
 6fd34b7be4b695e1d4d11c6db0f758e065af1922abfc64b4f4df5eabb72bff3e 5543762 
pinball-data_0.3.1-9_all.deb
Files: 
 35c4b84f0fe38ef61afea5a3c60b8196 1271 games optional pinball_0.3.1-9.dsc
 bb9a680613681684413ff99b8afe9763 7401 games optional pinball_0.3.1-9.diff.gz
 0961f6a780ea317ce615f20899e26d99 168064 games optional 
pinball_0.3.1-9_sparc.deb
 fe74a893b0801cad05ac60b265f1b59f 222822 games optional 
pinball-dev_0.3.1-9_sparc.deb
 72c67d3fb5f3b272203399dea1ba7517 5543762 games optional 
pinball-data_0.3.1-9_all.deb

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

iD8DBQFK1ZMJ0fhX0Y/ocz0RAi1BAJ0baXhZ9NET9wgTMhOcBgnhRGD5xACgr0NO
Az0ljSppF8GCwYcxndaEEcU=
=np9E
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to