Your message dated Wed, 10 Aug 2005 19:33:29 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#265201: fixed in sjog 0.6-2
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; 12 Aug 2004 06:27:56 +0000
>From [EMAIL PROTECTED] Wed Aug 11 23:27:56 2004
Return-path: <[EMAIL PROTECTED]>
Received: from d001029.adsl.hansenet.de (localhost) [80.171.1.29] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Bv947-0007Jk-00; Wed, 11 Aug 2004 23:27:55 -0700
Received: from aj by localhost with local (Exim 4.34)
        id 1Bv943-0000XH-OA; Thu, 12 Aug 2004 08:27:51 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: sjog: FTBFS with gcc-3.4: label at end of compound statement
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 12 Aug 2004 08:27:51 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (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_2004_03_25
X-Spam-Level: 

Package: sjog
Severity: normal
Tags: patch

When building 'sjog' with gcc-3.4 I get the following error:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
-I/usr/lib/glib/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include  
-I/usr/X11R6/include -DPKGDATADIR=\""/usr/share/sjog"\" -DSYSCONFDIR=\""/etc"\" 
    -g -O2 -c sjog_brightness.c
sjog_brightness.c: In function `sjog_brightness_check_jog_position':
sjog_brightness.c:59: error: label at end of compound statement
make[3]: *** [sjog_brightness.o] Error 1
make[3]: Leaving directory `/sjog-0.5/src'

With the attached patch 'sjog' can be compiled using gcc-3.4.

Regards
Andreas Jochens

diff -urN ../tmp-orig/sjog-0.5/src/sjog_brightness.c ./src/sjog_brightness.c
--- ../tmp-orig/sjog-0.5/src/sjog_brightness.c  2004-08-12 08:24:19.203235526 
+0200
+++ ./src/sjog_brightness.c     2004-08-12 08:23:57.986349064 +0200
@@ -54,8 +54,6 @@
         sjog_set_brightness(currentBrightness);
         break;
 
-     default:
-
    }
 
 }
diff -urN ../tmp-orig/sjog-0.5/src/sjog_scroll.c ./src/sjog_scroll.c
--- ../tmp-orig/sjog-0.5/src/sjog_scroll.c      2001-08-06 17:14:57.000000000 
+0200
+++ ./src/sjog_scroll.c 2004-08-12 08:24:14.655117317 +0200
@@ -65,8 +65,6 @@
         sjog_scroll_up();
         break;
 
-     default:
-
    }
 
 }

---------------------------------------
Received: (at 265201-close) by bugs.debian.org; 11 Aug 2005 02:38:41 +0000
>From [EMAIL PROTECTED] Wed Aug 10 19:38:41 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E32sr-0001Dy-00; Wed, 10 Aug 2005 19:33:29 -0700
From: Samuel Ortiz <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#265201: fixed in sjog 0.6-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 10 Aug 2005 19:33:29 -0700
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-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: sjog
Source-Version: 0.6-2

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

sjog_0.6-2.diff.gz
  to pool/main/s/sjog/sjog_0.6-2.diff.gz
sjog_0.6-2.dsc
  to pool/main/s/sjog/sjog_0.6-2.dsc
sjog_0.6-2_i386.deb
  to pool/main/s/sjog/sjog_0.6-2_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.
Samuel Ortiz <[EMAIL PROTECTED]> (supplier of updated sjog 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: Thu, 11 Aug 2005 01:34:21 +0200
Source: sjog
Binary: sjog
Architecture: source i386
Version: 0.6-2
Distribution: unstable
Urgency: low
Maintainer: Samuel Ortiz <[EMAIL PROTECTED]>
Changed-By: Samuel Ortiz <[EMAIL PROTECTED]>
Description: 
 sjog       - A program to use the "Jog Dial" on Sony Vaio Laptops
Closes: 201287 265201
Changes: 
 sjog (0.6-2) unstable; urgency=low
 .
   * Fixes gcc-3.4 compilation error (Closes: #265201).
   * Corrected examples installation path (Closes: #201287).
   * Standards-Version upgraded to 3.6.2.
   * Fine grain build dependency: libx11-dev, libxtst-dev and x-dev instead
     of xlibs-dev.
Files: 
 f0635e18ce13328067ce41f09da8f077 724 x11 extra sjog_0.6-2.dsc
 48fad46d4e9e2bafe37953c321ce4c0d 4896 x11 extra sjog_0.6-2.diff.gz
 43957392df38a75da9e9ef87510f894a 49786 x11 extra sjog_0.6-2_i386.deb

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

iD8DBQFC+oPLuW9ciZ2SjJsRAprcAJ9y4IdAKz7ZzARESiZYEk8ffOWgaQCgkTiH
C55IOEP4m+o1Ufg/k2wsbuE=
=5EQ2
-----END PGP SIGNATURE-----


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

Reply via email to