Your message dated Tue, 18 Jul 2006 13:47:43 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#319969: fixed in chdrv 1.0.13p-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)

--- Begin Message ---
Package: chdrv
Version: 1.0.13p-2
Severity: serious
Tags: patch

chdrv fails to build because it uses an invalid storage class for the
declaration of cursor and because it contains labels at the end of
compound statements (not shown below):

> gcc -c -DCHSYS=\"/usr/share/chdrv/\" -DCHBIN=\"/usr/bin/\" 
> -DCHETC=\"/etc/chdrv/\"  -DUSE_BY_CHDAM -O2 -DDISABLE_CACHE 
> -DDISABLE_FUNCTION_KEY -DUSE_ELF chinese.c
> chinese.c: In function '_ch_swap_console':
> chinese.c:128: error: invalid storage class for function 'cursor'
> chinese.c:150: warning: pointer targets in assignment differ in signedness
> chinese.c:151: warning: pointer targets in assignment differ in signedness
> chinese.c: In function 'ch_change_console':
> chinese.c:168: error: invalid storage class for function 'cursor'
> chinese.c:178: warning: pointer targets in assignment differ in signedness
> chinese.c:179: warning: pointer targets in assignment differ in signedness
> chinese.c: In function 'demo_output':
> chinese.c:298: warning: pointer targets in passing argument 1 of 
> 'ch_system_showstr' differ in signedness
> chinese.c:299: warning: pointer targets in passing argument 1 of 
> 'ch_system_showstr' differ in signedness
> chinese.c: In function 'ch_drawsystem':
> chinese.c:325: warning: pointer targets in passing argument 1 of 
> 'ch_system_showstr' differ in signedness
> chinese.c:331: warning: pointer targets in passing argument 1 of 
> 'ch_system_showstr' differ in signedness
> chinese.c: In function 'ch_setwsize':
> chinese.c:1311: warning: pointer targets in assignment differ in signedness
> chinese.c:1312: warning: pointer targets in assignment differ in signedness
> chinese.c:1314: warning: pointer targets in assignment differ in signedness
> chinese.c:1320: warning: pointer targets in assignment differ in signedness
> chinese.c:1321: warning: pointer targets in assignment differ in signedness
> chinese.c: In function 'ch_screen_saver':
> chinese.c:1377: warning: pointer targets in passing argument 3 of 
> 'ch_drawstring' differ in signedness

The attached patch fixes these problems.

-- 
Matt
diff -u chdrv-1.0.13p/chdrv.c chdrv-1.0.13p/chdrv.c
--- chdrv-1.0.13p/chdrv.c
+++ chdrv-1.0.13p/chdrv.c
@@ -550,7 +550,6 @@
          }
       }
   }
- end_loop:
 }
 
 
only in patch2:
unchanged:
--- chdrv-1.0.13p.orig/chinese.c
+++ chdrv-1.0.13p/chinese.c
@@ -125,7 +125,6 @@
 void _ch_swap_console(int newconsole)
 {
   int i,j;
-  static void cursor();
   static VSC *swapscr = NULL;
 
   
@@ -165,7 +164,6 @@
 void ch_change_console(int newconsole)
 {
   int i,j,lastmode;
-  static void cursor();
 
   if (newconsole < 0 || newconsole >= CONS_NUM)
     return;
only in patch2:
unchanged:
--- chdrv-1.0.13p.orig/output.c
+++ chdrv-1.0.13p/output.c
@@ -207,6 +207,7 @@
       break;
     case '=':
       /*dump_screen();*/
+      break;
     }
   termstate->state = NORMAL;
   termstate->esc_state = NORMAL;

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: chdrv
Source-Version: 1.0.13p-3

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

chdrv_1.0.13p-3.diff.gz
  to pool/main/c/chdrv/chdrv_1.0.13p-3.diff.gz
chdrv_1.0.13p-3.dsc
  to pool/main/c/chdrv/chdrv_1.0.13p-3.dsc
chdrv_1.0.13p-3_i386.deb
  to pool/main/c/chdrv/chdrv_1.0.13p-3_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.
Anthony Fok <[EMAIL PROTECTED]> (supplier of updated chdrv 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: Wed, 19 Jul 2006 03:29:52 +0800
Source: chdrv
Binary: chdrv
Architecture: source i386
Version: 1.0.13p-3
Distribution: unstable
Urgency: low
Maintainer: Anthony Fok <[EMAIL PROTECTED]>
Changed-By: Anthony Fok <[EMAIL PROTECTED]>
Description: 
 chdrv      - Chinese terminal for the Linux console
Closes: 205783 206772 319969 331776
Changes: 
 chdrv (1.0.13p-3) unstable; urgency=low
 .
   * Modernize the package and deal with longtime bug reports.
   * Applied patch from Christian Perrier to switch to gettext-based debconf
     templates.  (Closes: Bug#205783)
   * Added fr.po French translation of gettext debconf templates contributed
     by Christian Perrier.  (Closes: Bug#206772)
   * Applied patch from Matt Kraai to fix "FTBFS: Invalid storage classes
     and labels at the end of compound statements."  (Closes: Bug#319969)
   * Rebuilding with the latest debhelper fixes debconf dependency.
     (Closes: Bug#331776)
   * Upgraded Standards-Version from 3.5.7 to 3.7.2.
   * Build-Depends on libsvga1-dev rather than the obsolete svgalibg1-dev.
     Also Build-Depends on debhelper (>= 5.0.0) nowadays.
   * [debian/conffiles]: Extraneous with the new debhelper.
   * [debian/copyright]: Converted from Big5 to UTF-8; updated FSF address.
Files: 
 7850a15f595b1ca6c234d5b7e9063ab3 571 utils optional chdrv_1.0.13p-3.dsc
 2ddcca04c349f5679a59b8b946feb1c8 84190 utils optional chdrv_1.0.13p-3.diff.gz
 ed192fe42c059fa0efeb117c06228e33 450046 utils optional chdrv_1.0.13p-3_i386.deb

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

iD8DBQFEvTfCLa8qZm1n95ARAnaaAJsGcT+IUm/ZxW0jIoNxzBSYbenIZACgiDeQ
CnMnLkEZC0+nDZurUg2QHqQ=
=czw3
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to