Your message dated Tue, 10 Oct 2006 11:17:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#392135: fixed in brltty 3.7.2-4
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: brltty
Version: 3.7.2-3.1
Severity: serious
Tags: patch

When building 'brltty' on unstable, I get the following error:

make[3]: Leaving directory `/brltty-3.7.2/build-brltty/BrailleDrivers/Albatross'
make[3]: Entering directory `/brltty-3.7.2/build-brltty/BrailleDrivers/BrlAPI'
cd ../../Programs && /usr/bin/make api
make[4]: Entering directory `/brltty-3.7.2/build-brltty/Programs'
gcc -Wall -g -O2 -I. -I.. -I../../Programs -I../.. -D_POSIX_C_SOURCE=2 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DHAVE_CONFIG_H -fPIC -c 
../../Programs/api_client.c
../../Programs/api_client.c: In function 'brlapi_waitForPacket':
../../Programs/api_client.c:167: warning: dereferencing type-punned pointer 
will break strict-aliasing rules
../../Programs/api_client.c: In function 'getControllingTty':
../../Programs/api_client.c:669: error: 'MAX_NR_CONSOLES' undeclared (first use 
in this function)
../../Programs/api_client.c:669: error: (Each undeclared identifier is reported 
only once
../../Programs/api_client.c:669: error: for each function it appears in.)
make[4]: *** [api_client.o] Error 1
make[4]: Leaving directory `/brltty-3.7.2/build-brltty/Programs'

With the attached patch 'brltty' can be compiled on unstable.

Regards
Andreas Jochens

diff -urN ../tmp-orig/brltty-3.7.2/Programs/api_client.c ./Programs/api_client.c
--- ../tmp-orig/brltty-3.7.2/Programs/api_client.c      2006-10-10 
13:34:02.000000000 +0000
+++ ./Programs/api_client.c     2006-10-10 13:32:55.000000000 +0000
@@ -74,7 +74,7 @@
 
 #ifdef linux
 #include <linux/major.h>
-#include <linux/tty.h>
+#include <linux/vt.h>
 #define MAXIMUM_VIRTUAL_CONSOLE MAX_NR_CONSOLES
 #endif /* linux */
 


--- End Message ---
--- Begin Message ---
Source: brltty
Source-Version: 3.7.2-4

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

brltty-flite_3.7.2-4_amd64.deb
  to pool/main/b/brltty/brltty-flite_3.7.2-4_amd64.deb
brltty-udeb_3.7.2-4_amd64.udeb
  to pool/main/b/brltty/brltty-udeb_3.7.2-4_amd64.udeb
brltty-x11_3.7.2-4_amd64.deb
  to pool/main/b/brltty/brltty-x11_3.7.2-4_amd64.deb
brltty_3.7.2-4.diff.gz
  to pool/main/b/brltty/brltty_3.7.2-4.diff.gz
brltty_3.7.2-4.dsc
  to pool/main/b/brltty/brltty_3.7.2-4.dsc
brltty_3.7.2-4_amd64.deb
  to pool/main/b/brltty/brltty_3.7.2-4_amd64.deb
libbrlapi1-dev_3.7.2-4_amd64.deb
  to pool/main/b/brltty/libbrlapi1-dev_3.7.2-4_amd64.deb
libbrlapi1_3.7.2-4_amd64.deb
  to pool/main/b/brltty/libbrlapi1_3.7.2-4_amd64.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.
Mario Lang <[EMAIL PROTECTED]> (supplier of updated brltty 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: Tue, 10 Oct 2006 19:09:25 +0200
Source: brltty
Binary: libbrlapi1 brltty-flite brltty-udeb libbrlapi1-dev brltty brltty-x11
Architecture: source amd64
Version: 3.7.2-4
Distribution: unstable
Urgency: low
Maintainer: Mario Lang <[EMAIL PROTECTED]>
Changed-By: Mario Lang <[EMAIL PROTECTED]>
Description: 
 brltty     - Access software for a blind person using a soft braille terminal
 brltty-flite - Access software for a blind person using a soft braille terminal
 brltty-udeb - Access software for a blind person using a soft braille terminal 
(udeb)
 brltty-x11 - Access software for a blind person using a soft braille terminal
 libbrlapi1 - braille display access via BRLTTY - shared library
 libbrlapi1-dev - Library for communication with BRLTTY - static libs and 
headers
Closes: 373118 376863 384254 392135
Changes: 
 brltty (3.7.2-4) unstable; urgency=low
 .
   * Acknowledge NMU for libbluetooth2-dev Build-Depends, thanks!
     (Closes: Bug#376863).
   * Fix FTBFS "'MAX_NR_CONSOLES' undeclared" (Closes: Bug#392135).
   * Move 50brltty from prebaseconfig.d to finish-install.d
     (Closes: Bug#373118).
   * Move libbrlttybba.so to package libbrlapi1 (Closes: Bug#384254).
   * Upgrade Standards-Version to 3.7.2.
Files: 
 c4e31090299a864f20d44077aee9337a 753 admin extra brltty_3.7.2-4.dsc
 a17b3bd0c4e89ce8e266139970f4ae38 44696 admin extra brltty_3.7.2-4.diff.gz
 040b96eeefe92f64099ae52ec28cdfd3 784082 admin extra brltty_3.7.2-4_amd64.deb
 1c8be96244408d0bd89e322d601e3343 61894 libs extra libbrlapi1_3.7.2-4_amd64.deb
 869ceb7cb970a70f2e13845d5f146de8 140760 libdevel extra 
libbrlapi1-dev_3.7.2-4_amd64.deb
 391d203663417a099a8bded3aca74abd 44706 admin extra 
brltty-flite_3.7.2-4_amd64.deb
 304f6e951c9d30cc0c89eef0fb01f41f 58738 admin extra brltty-x11_3.7.2-4_amd64.deb
 5ed46cc50ae903cb88b83d1eb2bd180f 154328 debian-installer extra 
brltty-udeb_3.7.2-4_amd64.udeb
Package-Type: udeb

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

iD8DBQFFK+H83/wCKmsRPkQRAkHwAJ9fEEvuwFiYifATanVlIUR6O5YW3wCfZEXe
X4W5/8bE5y7rJo09PPLWL7A=
=4ry7
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to