Your message dated Fri, 04 Feb 2005 17:17:44 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#293651: fixed in sdl-stretch 0.2.3-3
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 4 Feb 2005 20:49:46 +0000
>From [EMAIL PROTECTED] Fri Feb 04 12:49:46 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d152192.adsl.hansenet.de (localhost.localdomain) 
[80.171.152.192] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CxAOa-0000d2-00; Fri, 04 Feb 2005 12:49:40 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CxAOW-0007sq-5S; Fri, 04 Feb 2005 21:49:36 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: sdl-stretch: FTBFS (gcc-4.0): invalid lvalue in increment
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 04 Feb 2005 21:49:36 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: sdl-stretch
Severity: normal
Tags: patch

When building 'sdl-stretch' with gcc-4.0, I get the following error:

sdlstretchcode.c: In function 'SDL_PutRowStretchCode':
sdlstretchcode.c:174: error: invalid lvalue in increment
sdlstretchcode.c:176: error: invalid lvalue in increment
sdlstretchcode.c:182: error: invalid lvalue in increment
make[3]: *** [sdlstretchcode.lo] Error 1
make[3]: Leaving directory `/sdl-stretch-0.2.3'

With the attached patch 'sdl-stretch' can be compiled using gcc-4.0.

Regards
Andreas Jochens

@@ -58,14 +58,8 @@
 # define SKIP_1BYTE(dst)    {                *dst++ = 0x46; }
 # define SKIP_2BYTe(dst)    { *dst++ = 0x46; *dst++ = 0x46; }
 # define SKIP_3BYTE(dst)    { *dst++ = 0x46; *dst++ = 0x46; *dst++ = 0x46; }
-#  ifndef __GNUC__
-#  define LOAD_2BYTE(dst)  LOAD_2BYTe(dst)
-#  define STORE_2BYTE(dst) STORE_2BYTe(dst)
-#  else
-#  define LOAD_2BYTE(dst)    { *((unsigned short*)(dst))++ = 0xAD66; }
-#  define SKIP_2BYTE(dst)    { *((unsigned short*)(dst))++ = 0x4646; }
-#  define STORE_2BYTE(dst)   { *((unsigned short*)(dst))++ = 0xAB66; }
-#  endif
+# define LOAD_2BYTE(dst)  LOAD_2BYTe(dst)
+# define STORE_2BYTE(dst) STORE_2BYTe(dst)
 
 #ifndef SKIP_1BYTE
 #define SKIP_1BYTE(dst) LOAD_1BYTE(dst)

---------------------------------------
Received: (at 293651-close) by bugs.debian.org; 4 Feb 2005 22:25:10 +0000
>From [EMAIL PROTECTED] Fri Feb 04 14:25:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CxBsz-0003lG-00; Fri, 04 Feb 2005 14:25:09 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1CxBlo-0005QX-00; Fri, 04 Feb 2005 17:17:44 -0500
From: Aurelien Jarno <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#293651: fixed in sdl-stretch 0.2.3-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 04 Feb 2005 17:17:44 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-4.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
        HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: sdl-stretch
Source-Version: 0.2.3-3

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

libsdl-stretch-0-2_0.2.3-3_i386.deb
  to pool/main/s/sdl-stretch/libsdl-stretch-0-2_0.2.3-3_i386.deb
libsdl-stretch-dev_0.2.3-3_i386.deb
  to pool/main/s/sdl-stretch/libsdl-stretch-dev_0.2.3-3_i386.deb
sdl-stretch_0.2.3-3.diff.gz
  to pool/main/s/sdl-stretch/sdl-stretch_0.2.3-3.diff.gz
sdl-stretch_0.2.3-3.dsc
  to pool/main/s/sdl-stretch/sdl-stretch_0.2.3-3.dsc



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.
Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated sdl-stretch 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,  4 Feb 2005 22:24:23 +0100
Source: sdl-stretch
Binary: libsdl-stretch-dev libsdl-stretch-0-2
Architecture: source i386
Version: 0.2.3-3
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno <[EMAIL PROTECTED]>
Changed-By: Aurelien Jarno <[EMAIL PROTECTED]>
Description: 
 libsdl-stretch-0-2 - stretch functions for Simple DirectMedia Layer
 libsdl-stretch-dev - development files for SDL_stretch library
Closes: 293651
Changes: 
 sdl-stretch (0.2.3-3) unstable; urgency=low
 .
   * Added gcc-4.0 fixes from Andreas Jochens (closes: bug#293651).
Files: 
 3f6d82f6537532d266fc7cc9b7a6c38f 707 libs optional sdl-stretch_0.2.3-3.dsc
 16961a675961e67daaa05f009f2be087 2945 libs optional sdl-stretch_0.2.3-3.diff.gz
 341d800fc4b1c04dd1b09194717d667e 7630 libs optional 
libsdl-stretch-0-2_0.2.3-3_i386.deb
 b59dfc108768e3fbde244fee7b9afe8f 16514 devel optional 
libsdl-stretch-dev_0.2.3-3_i386.deb

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

iD8DBQFCA++Fw3ao2vG823MRAttRAKCK3tksar+OV3epdkvP9fuuq27efQCePGWP
6osvJhapJXOh/ad5UXdaV7Q=
=zJD+
-----END PGP SIGNATURE-----


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

Reply via email to