Your message dated Thu, 28 Feb 2008 11:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#460863: fixed in gok 1.3.7-1
has caused the Debian Bug report #460863,
regarding gok: FTBFS on non-linux systems
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
460863: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460863
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gok
Version: 1.2.5-1
Severity: important
Tags: patch

gok fails to build on non-linux systems, as it uses C code to check for
preprocessor variables. Please find below a patch to fix that.

--- gok-1.2.5.orig/gok/gok-libusb.c
+++ gok-1.2.5/gok/gok-libusb.c
@@ -261,7 +261,7 @@
                                        /* check if the device is attached to a 
kernel driver and attempt to detach if it is
                                         * if the OS doesn't support detaching 
from the kernel driver, just try to claim the interface anyway
                                         */
-                                       if (LIBUSB_HAS_GET_DRIVER_NP && 
LIBUSB_HAS_DETACH_KERNEL_DRIVER_NP)
+#if defined(LIBUSB_HAS_GET_DRIVER_NP) && 
defined(LIBUSB_HAS_DETACH_KERNEL_DRIVER_NP)
                                        { 
                                                gchar *driver_name = 
g_malloc0(128);
                                                if (usb_get_driver_np(handle, 
j, driver_name, 128) >= 0) 
@@ -283,6 +283,7 @@
                                                }
                                                g_free(driver_name);
                                        }
+#endif
 
                                        if (usb_claim_interface(handle, j) < 0)
                                        {

-- System Information:
Debian Release: lenny/sid
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 6.2-1-em64t-p4
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



--- End Message ---
--- Begin Message ---
Source: gok
Source-Version: 1.3.7-1

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

gok-doc_1.3.7-1_all.deb
  to pool/main/g/gok/gok-doc_1.3.7-1_all.deb
gok_1.3.7-1.diff.gz
  to pool/main/g/gok/gok_1.3.7-1.diff.gz
gok_1.3.7-1.dsc
  to pool/main/g/gok/gok_1.3.7-1.dsc
gok_1.3.7-1_i386.deb
  to pool/main/g/gok/gok_1.3.7-1_i386.deb
gok_1.3.7.orig.tar.gz
  to pool/main/g/gok/gok_1.3.7.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.
Mario Lang <[EMAIL PROTECTED]> (supplier of updated gok 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, 16 Jan 2008 13:08:26 +0800
Source: gok
Binary: gok gok-doc
Architecture: source all i386
Version: 1.3.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers <[EMAIL PROTECTED]>
Changed-By: Mario Lang <[EMAIL PROTECTED]>
Description: 
 gok        - GNOME Onscreen Keyboard
 gok-doc    - documentation files for the GNOME Onscreen Keyboard
Closes: 441705 460863
Changes: 
 gok (1.3.7-1) unstable; urgency=medium
 .
   [ Mario Lang ]
   * debian/control.in: Remove myself from Uploaders, gnome-pkg-tools
     takes care of this now.
 .
   [ Deng Xiyue ]
   * New upstream version.
     + Content no longer changes when built twice or more times in a
       row. (Closes: #441705)
   * debian/control{,in}
     + Bump standard version to 3.7.3.
     + Bump libwnck-dev build-dep to >= 2.13.5 accordingly.
     + Add libglade2-dev build-dep accordingly.
     + Add doc-base in Depends of gok-doc.
     + Wrap Depends fields.
     + Capitalize some words in description.
   * debian/gok.menu
     + Fix section to Application/Accessability.
   * debian/gok-doc.doc-base.gok
     + Add some content to original template, and fix section.
   * debian/patches
     + Add 10-fix-cish-code.patch from Aurelien Jarno <[EMAIL PROTECTED]>.
       (Closes: #460863)
   * debian/rules
     + Comment out unnecessary operation as reference.
 .
   [ Loic Minier ]
   * Cleanups.
Files: 
 132e9e9d4e2e591b9fd20507d370f32b 1204 gnome optional gok_1.3.7-1.dsc
 e58a2f086f35fd2546259bddea275c75 2093699 gnome optional gok_1.3.7.orig.tar.gz
 73740f6e0944cdc9d4deba3608f30a90 5341 gnome optional gok_1.3.7-1.diff.gz
 36949828a10f2b07b4e39d71ad7262f4 213256 doc optional gok-doc_1.3.7-1_all.deb
 4246b4d80c11797b602785d4f5b4ec01 1637540 gnome optional gok_1.3.7-1_i386.deb

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

iD8DBQFHxpM4BsBdh1vkHyERAnplAJ9+yLPxyJz3TeIMOo3FgbYeK13lagCfaB3X
ziN/y7FVoKEWJFPf26oh/AM=
=rvEW
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to