Your message dated Mon, 24 Jul 2006 03:21:03 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#356116: fixed in dosbox 0.65-1
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: dosbox
Version: 0.63-2.1
Severity: important
Tags: patch
Your package fails to build with G++ 4.1. I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.
A patch is below.
> Automatic build of dosbox_0.63-2.1 on bigsur by sbuild/mips 1.80
...
XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
> if mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include
> -I/usr/include/SDL -D_REENTRANT -g -O2 -MT dos_devices.o -MD -MP -MF
> ".deps/dos_devices.Tpo" -c -o dos_devices.o dos_devices.cpp; \
> then mv -f ".deps/dos_devices.Tpo" ".deps/dos_devices.Po"; else rm -f
> ".deps/dos_devices.Tpo"; exit 1; fi
> ../../include/programs.h:43: error: extra qualification 'Program::' on member
> 'GetEnvStr'
> make[4]: *** [dos_devices.o] Error 1
--- ./include/programs.h~ 2006-03-09 19:49:25.000000000 +0000
+++ ./include/programs.h 2006-03-09 19:49:28.000000000 +0000
@@ -40,7 +40,7 @@
CommandLine * cmd;
DOS_PSP * psp;
virtual void Run(void)=0;
- bool Program::GetEnvStr(const char * entry,std::string & result);
+ bool GetEnvStr(const char * entry,std::string & result);
bool GetEnvNum(Bitu num,std::string & result);
Bitu GetEnvCount(void);
bool SetEnv(const char * entry,const char * new_string);
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: dosbox
Source-Version: 0.65-1
We believe that the bug you reported is fixed in the latest version of
dosbox, which is due to be installed in the Debian FTP archive:
dosbox_0.65-1.diff.gz
to pool/main/d/dosbox/dosbox_0.65-1.diff.gz
dosbox_0.65-1.dsc
to pool/main/d/dosbox/dosbox_0.65-1.dsc
dosbox_0.65-1_i386.deb
to pool/main/d/dosbox/dosbox_0.65-1_i386.deb
dosbox_0.65.orig.tar.gz
to pool/main/d/dosbox/dosbox_0.65.orig.tar.gz
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.
Peter Veenstra <[EMAIL PROTECTED]> (supplier of updated dosbox 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: Fri, 22 Jul 2006 12:10:59 +0100
Source: dosbox
Binary: dosbox
Architecture: source i386
Version: 0.65-1
Distribution: unstable
Urgency: low
Maintainer: Peter Veenstra <[EMAIL PROTECTED]>
Changed-By: Peter Veenstra <[EMAIL PROTECTED]>
Description:
dosbox - A x86 emulator with Tandy/Herc/CGA/EGA/VGA/SVGA graphics, sound a
Closes: 301925 313240 319430 356116 362928 363298
Changes:
dosbox (0.65-1) unstable; urgency=low
.
* New upstream version (Closes: #313240, #362928)
* Include fixes from the 2 NMUs. (Closes: #319430, #356116)
* Patch up various files to cvs versions to fix a few games.
* Include documentation patch and send it upstream. (Closes: #301925)
* Update package description. (Closes: #363298)
* Work around debian specific SDL changes. (numlock/capslock)
* Changed FSF address in debian/copyright
* Standards-Version: 3.7.2 (No changes necessary)
Files:
8ebec63a4b440645f8f7ede6043e60c9 774 otherosfs optional dosbox_0.65-1.dsc
fef84c292c3aeae747368b9875c1575a 848989 otherosfs optional
dosbox_0.65.orig.tar.gz
c6da7c1e20b44c919c77405d5f1b03ec 28166 otherosfs optional dosbox_0.65-1.diff.gz
590aef75dbcc5f5266a1d7666f24539b 520782 otherosfs optional
dosbox_0.65-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFExHjaYDBbMcCf01oRAtxcAKC471qz/99koSxojJPzwpdWvaV2UQCgnz7V
kAKVm23VfU8qbjMQ6PSpQsg=
=rtod
-----END PGP SIGNATURE-----
--- End Message ---