Your message dated Thu, 07 Sep 2006 05:02:07 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#385312: fixed in bobcat 1.10.2-1
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: bobcat
Version: 1.10.1-1
Severity: serious
Tags: patch

When building 'bobcat' on amd64/unstable,
I get the following error:

g++ -c -o xpointer/o/58get.o -Itmp -Wall -O3 xpointer/get.cc
xpointer/get.cc: In member function 'bool FBB::Xpointer::get(int*, int*) const':
xpointer/get.cc:14: error: cannot convert 'size_t*' to 'unsigned int*' for 
argument '9' to 'int XQueryPointer(Display*, Window, Window*, Window*, int*, 
int*, int*, int*, unsigned int*)'
system - failure of system call (status 256)
system - failure of system call (status 256)
make: *** [build-stamp] Error 1

With the attached patch 'bobcat' can be compiled on amd64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/bobcat-1.10.1/xpointer/get.cc ./xpointer/get.cc
--- ../tmp-orig/bobcat-1.10.1/xpointer/get.cc   2006-08-25 14:25:20.000000000 
+0000
+++ ./xpointer/get.cc   2006-08-30 11:43:02.000000000 +0000
@@ -5,7 +5,7 @@
     Window rootret;
     Window child;
     Window root = DefaultRootWindow(s_theDisplay);
-    size_t keys;
+    unsigned int keys;
     int dum_x;
     int dum_y;
 


--- End Message ---
--- Begin Message ---
Source: bobcat
Source-Version: 1.10.2-1

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

bobcat_1.10.2-1.diff.gz
  to pool/main/b/bobcat/bobcat_1.10.2-1.diff.gz
bobcat_1.10.2-1.dsc
  to pool/main/b/bobcat/bobcat_1.10.2-1.dsc
bobcat_1.10.2.orig.tar.gz
  to pool/main/b/bobcat/bobcat_1.10.2.orig.tar.gz
libbobcat1-dev_1.10.2-1_amd64.deb
  to pool/main/b/bobcat/libbobcat1-dev_1.10.2-1_amd64.deb
libbobcat1_1.10.2-1_amd64.deb
  to pool/main/b/bobcat/libbobcat1_1.10.2-1_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.
George Danchev <[EMAIL PROTECTED]> (supplier of updated bobcat 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, 7 Sep 2006 11:14:35 +0300
Source: bobcat
Binary: libbobcat1 libbobcat1-dev
Architecture: source amd64
Version: 1.10.2-1
Distribution: unstable
Urgency: high
Maintainer: Frank B. Brokken <[EMAIL PROTECTED]>
Changed-By: George Danchev <[EMAIL PROTECTED]>
Description: 
 libbobcat1 - run-time (shared) Bobcat library
 libbobcat1-dev - headers and documentation for the Bobcat library
Closes: 385312 386374
Changes: 
 bobcat (1.10.2-1) unstable; urgency=high
 .
   * New upstream release (Closes: #385312)
 .
   [ George Danchev ]
   * renamed *.install and *.dirs files to match package names
   * no more doc directories which do not match binary package names:
     (/usr/share/doc/bobcat and /usr/share/doc/bobcat-dev)
   * install upstream changelog for both packages
   * debian/copyright: added GPL license preambule, debian packaging
     copyright and canonical upstream download location
   * debian/compat 5, thus debhelper (>= 5.0.37.3)
   * Ack superfluous NMU (Closes: #386374)
   * fix some url locations in copyright and rules:get-svn-trunk
   * installdocs CLASSES README.class-setup README.optimization
 .
   [ Frank Brokken ]
   * the lintian overrides are superfluous and were removed, the icmake/install
     script ignores them, too.
Files: 
 8916d28d431a65fda6a160849472810d 774 libs optional bobcat_1.10.2-1.dsc
 60c957679aff4d1580744e84dafc9b16 396791 libs optional bobcat_1.10.2.orig.tar.gz
 1b03bb408ca70a9109b2da863d9450b6 8254 libs optional bobcat_1.10.2-1.diff.gz
 96d6bd451cbf430d4f263ce952a65014 132768 libs optional 
libbobcat1_1.10.2-1_amd64.deb
 44763cd7b335f76b8d98c15b12937b95 698812 libdevel optional 
libbobcat1-dev_1.10.2-1_amd64.deb

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

iD8DBQFFAAi7EFV7g4B8rCURAqJxAKDMP2svJiYCzpb27wgqKoXJ01kPZwCdHcz/
KT30ukjfkCPGV5zgzIz5jJU=
=pAuO
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to