Your message dated Mon, 21 Jan 2013 09:33:02 +0000
with message-id <[email protected]>
and subject line Bug#599239: fixed in gauche-gtk 0.6~pre1+git20121223-1
has caused the Debian Bug report #599239,
regarding gauche-gtk: FTBFS against gdk-pixbuf 2.22.0-1 (experimental)
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.)


-- 
599239: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599239
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gauche-gtk
Version: 0.4.1-13
Severity: serious
Tags: experimental patch
Justification: fails to build from source (but built successfully in the past)

It appears that if built against gdk-pixbuf as it is in experimental
(basically with gdk-pixbuf headers separate from the gtk2.0 files),
gauche-gtk does not complete build as it fails to analyze headers.

Passing on the patch that was applied on Ubuntu to fix the problem, since
you may want to apply it once past the current release cycle.

-- System Information:
Debian Release: squeeze/sid
  APT prefers maverick-updates
  APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 
'maverick')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35-22-generic (SMP w/4 CPU cores)
Locale: LANG=fr_CA.utf8, LC_CTYPE=fr_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- Begin Message ---
Index: gauche-gtk-0.4.1/src/h2stub.scm
===================================================================
--- gauche-gtk-0.4.1.orig/src/h2stub.scm        2010-10-04 16:48:03.671800269 
-0400
+++ gauche-gtk-0.4.1/src/h2stub.scm     2010-10-04 16:49:16.551800273 -0400
@@ -33,6 +33,7 @@
 
 ;; Gtk and Pango version (major.minor) we're dealing with
 (define gtk-version   (make-parameter "2.0"))
+(define gdk-pixbuf-version   (make-parameter "2.0"))
 (define pango-version (make-parameter "1.0"))
 
 ;; Directories to search input header files.
@@ -44,6 +45,9 @@
                #`"pkg-config --variable=includedir gtk+-,(gtk-version)"
              (cut port->string-list <>))
            (call-with-input-process
+               #`"pkg-config --variable=includedir 
gdk-pixbuf-,(gdk-pixbuf-version)"
+             (cut port->string-list <>))
+           (call-with-input-process
                #`"pkg-config --variable=includedir pango"
              (cut port->string-list <>))
            '("/usr/include" "/usr/local/include"))
@@ -60,6 +64,9 @@
 (define gtk-directory
   (make-parameter (find-header-dir #`"gtk-,(gtk-version)/gtk/gtk.h"
                                    *header-search-paths* )))
+(define gdk-pixbuf-directory
+  (make-parameter (find-header-dir 
#`"gdk-pixbuf-,(gdk-pixbuf-version)/gdk-pixbuf/gdk-pixbuf.h"
+                                   *header-search-paths* )))
 (define pango-directory
   (make-parameter (find-header-dir #`"pango-,(pango-version)/pango/pango.h"
                                    *header-search-paths*)))
@@ -1283,7 +1290,7 @@
                  (call-with-input-file "GDKFILES" port->string-list)))
 
 (define (parse-gdk-pixbuf)
-  (parse-headers #`",(gtk-directory)/gdk-pixbuf"
+  (parse-headers #`",(gdk-pixbuf-directory)/gdk-pixbuf"
                  (call-with-input-file "GDKPIXBUFFILES" port->string-list)))
 
 (define (parse-gtk)

--- End Message ---

--- End Message ---
--- Begin Message ---
Source: gauche-gtk
Source-Version: 0.6~pre1+git20121223-1

We believe that the bug you reported is fixed in the latest version of
gauche-gtk, which is due to be installed in the Debian FTP archive.

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.
NIIBE Yutaka <[email protected]> (supplier of updated gauche-gtk 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: SHA256

Format: 1.8
Date: Mon, 21 Jan 2013 16:59:02 +0900
Source: gauche-gtk
Binary: gauche-gtk
Architecture: source amd64
Version: 0.6~pre1+git20121223-1
Distribution: unstable
Urgency: low
Maintainer: Debian Gauche Maintainers <[email protected]>
Changed-By: NIIBE Yutaka <[email protected]>
Description: 
 gauche-gtk - Gauche bindings for GTK+ GUI Toolkit
Closes: 582299 599239 618047 666006
Changes: 
 gauche-gtk (0.6~pre1+git20121223-1) unstable; urgency=low
 .
   * New upstream release (Closes: #582299, #618047, #666006).
   * debian/patches/06_gdk_pixbuf.patch: New.  Thanks to Mathieu
     Trudel-Lapierre (Closes: #599239).
   * debian/compat: Upgrade to 9.
   * debian/rules (DH_OPTIONS): Add export.
     Don't use dh_auto_cofigure to avoid installing multiarch directory.
   * debian/control (Standards-Version): Now, it follows 3.9.4.
     (Maintainer): Now, it's team maintained.
     (Uploaders): New (same as gauche).
Checksums-Sha1: 
 5f7c4c7a3f9a9ff53c0e0f884576dc55a4d8bbd5 1813 
gauche-gtk_0.6~pre1+git20121223-1.dsc
 6c25b52d66c704bf517291e417f8b7a21dc613b4 477172 
gauche-gtk_0.6~pre1+git20121223.orig.tar.gz
 f6a859e4448964a6bc8b877e48c84e2d4a8fc2ab 14255 
gauche-gtk_0.6~pre1+git20121223-1.debian.tar.gz
 4de6bb04edd1798121ec729a7ff982b58cf9f372 909054 
gauche-gtk_0.6~pre1+git20121223-1_amd64.deb
Checksums-Sha256: 
 cfc865af227a1071c7902f7297de3e476a1ece12c4ea0bacab0c64a8e9c1f06b 1813 
gauche-gtk_0.6~pre1+git20121223-1.dsc
 3b3cb443dd157b67063547edc4a69346e0954363347a07911f501c1ff906f774 477172 
gauche-gtk_0.6~pre1+git20121223.orig.tar.gz
 df0b6cc29ffc571359524e09838967cafd7eb1d3c0d11dbe48b2b838dfd2bc09 14255 
gauche-gtk_0.6~pre1+git20121223-1.debian.tar.gz
 9436b39f8ca43cc09ecd4526acfeabee7b22f0507e6569517af7696182402f26 909054 
gauche-gtk_0.6~pre1+git20121223-1_amd64.deb
Files: 
 8aa5a02bebad3f00c652c3896613c660 1813 lisp optional 
gauche-gtk_0.6~pre1+git20121223-1.dsc
 37f1f47390b3098f2679442b3f480ee5 477172 lisp optional 
gauche-gtk_0.6~pre1+git20121223.orig.tar.gz
 4f9dba8fde064755854a9ef9933efcd7 14255 lisp optional 
gauche-gtk_0.6~pre1+git20121223-1.debian.tar.gz
 2ffb6ceb5906ea6a097411495d7c3eef 909054 lisp optional 
gauche-gtk_0.6~pre1+git20121223-1_amd64.deb

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

iQEcBAEBCAAGBQJQ/QjDAAoJEAC0Xr1Mp7q+nzQIALOvDJBwf0TA7ZIsvqySX+e0
TZVqaI7Y5wS3GQ26srA00pOn/M4DwewBnIlpr91+x7pILXa2p+dE76odZNXc5Ml7
BZZGTu8Vrjd4MQfXq3O9jKjM3pW++adSur2HIzx4MSE98jqgEjNAfJblQZjmnMWM
GW0iMH9A69GRyUI7QkyhIBhd3LgwTCbLJoe5txcDzo+Y+Fd8yAqyj1vbIJqJ3r55
OpNMlV9cAfnx8Qh2gfJWGbmMA96grN0Zy60y1KWwJb5Zap8WPwQta5q6IDGuep+J
z8wKkwynMlSokWviK/rMnVVbuY/VJchQhYSVHnctR3oENanLB1vUIq+NIjgMcBg=
=MP9i
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to