Your message dated Sun, 16 Dec 2007 19:34:23 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#451596: fixed in cairo 1.4.12-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: libcairo Version: 1.4.10-1 Severity: normal Tags: patch There is a typo in the cross build support in debian/rules that prevents crossbuilding of libcairo, the --build option is passed the value for DEB_HOST_GNU_TYPE and the --host option is passed the value for DEB_BUILD_GNU_TYPE. The following patch simply reverses the variables so that the cross build gets the correct values. (Current results - for an example cross build on amd64 to build an arm package - are that the cross compiler tries to build an amd64 object file and then tries to link it using an arm linker which, predictably, fails.) Thanks. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.22-2-amd64 (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash *** crossbuild.diff --- libcairo-1.4.10/debian/rules +++ libcairo2.new/debian/rules @@ -64,7 +64,7 @@ ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) CONFFLAGS += $(DEB_HOST_GNU_TYPE) else - CONFFLAGS += --host $(DEB_BUILD_GNU_TYPE) --build $(DEB_HOST_GNU_TYPE) + CONFFLAGS += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) endif package := tmp
--- End Message ---
--- Begin Message ---Source: cairo Source-Version: 1.4.12-1 We believe that the bug you reported is fixed in the latest version of cairo, which is due to be installed in the Debian FTP archive: cairo_1.4.12-1.diff.gz to pool/main/c/cairo/cairo_1.4.12-1.diff.gz cairo_1.4.12-1.dsc to pool/main/c/cairo/cairo_1.4.12-1.dsc cairo_1.4.12.orig.tar.gz to pool/main/c/cairo/cairo_1.4.12.orig.tar.gz libcairo-directfb2-dev_1.4.12-1_i386.deb to pool/main/c/cairo/libcairo-directfb2-dev_1.4.12-1_i386.deb libcairo-directfb2-udeb_1.4.12-1_i386.udeb to pool/main/c/cairo/libcairo-directfb2-udeb_1.4.12-1_i386.udeb libcairo-directfb2_1.4.12-1_i386.deb to pool/main/c/cairo/libcairo-directfb2_1.4.12-1_i386.deb libcairo2-dbg_1.4.12-1_i386.deb to pool/main/c/cairo/libcairo2-dbg_1.4.12-1_i386.deb libcairo2-dev_1.4.12-1_i386.deb to pool/main/c/cairo/libcairo2-dev_1.4.12-1_i386.deb libcairo2-doc_1.4.12-1_all.deb to pool/main/c/cairo/libcairo2-doc_1.4.12-1_all.deb libcairo2_1.4.12-1_i386.deb to pool/main/c/cairo/libcairo2_1.4.12-1_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. Dave Beckett <[EMAIL PROTECTED]> (supplier of updated cairo 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, 11 Dec 2007 09:33:10 -0800 Source: cairo Binary: libcairo-directfb2-udeb libcairo-directfb2-dev libcairo-directfb2 libcairo2-doc libcairo2-dbg libcairo2 libcairo2-dev Architecture: source i386 all Version: 1.4.12-1 Distribution: unstable Urgency: low Maintainer: Dave Beckett <[EMAIL PROTECTED]> Changed-By: Dave Beckett <[EMAIL PROTECTED]> Description: libcairo-directfb2 - The Cairo 2D vector graphics library DirectFB build libcairo-directfb2-dev - Development files for Cairo graphics library DirectFB build libcairo-directfb2-udeb - The Cairo 2D vector graphics library DirectFB build (udeb) libcairo2 - The Cairo 2D vector graphics library libcairo2-dbg - The Cairo 2D vector graphics library (debugging symbols) libcairo2-dev - Development files for the Cairo 2D graphics library libcairo2-doc - Documentation for the Cairo Multi-platform 2D graphics library Closes: 422597 429335 446637 451596 454768 Changes: cairo (1.4.12-1) unstable; urgency=low . * New upstream release - fixes SIG PIPE crash (Closes: #454768) * Acknowledge NMU - Thanks Nico * Correct source package name * Added debug package libcairo2-dbg (Closes: #422597, #429335, #446637) * debian/control: - Standards version 3.7.3 - Add homepage - Use ${binary:Version} to replace deprecated ${Source-Version} in Depends - libcairo2-doc package is now in Section doc * debian/rules: fix cross build support (Closes: #451596) * debian/libcairo2-doc.doc-base: fix lintian warning doc-base-file-separator-extra-whitespaces * Evaluated ubuntu patches to 1.4.10 and applied none: - 02-cairo-1.4.8-lcd-filter-2.dpatch - changes Cairo public API - 90_from_git_fix_not_available_glyph_handling.dpatch - from upstream - 90_from_git_fix_zero_sized_bitmap_handling.dpatch - from upstream - 91_malloc-overflow-fixes.dpatch - from upstream Files: cbd89c1e97226ed02d8f5c295ba57972 923 libs optional cairo_1.4.12-1.dsc 8e50c2c0d56388e4ee94196c0c7a7904 3276610 libs optional cairo_1.4.12.orig.tar.gz 4b4109964e494cc31487eb6d5534942c 18060 libs optional cairo_1.4.12-1.diff.gz 45ecdf77f6fc3d4e86064f828f325f14 611930 libdevel optional libcairo2-dev_1.4.12-1_i386.deb c1aff45ca2c6012966186d0edc1f1289 534782 libs optional libcairo2_1.4.12-1_i386.deb 17b4ebfd98dab6be82d5bb8f6a352602 876054 libdevel extra libcairo2-dbg_1.4.12-1_i386.deb f70ae1639dab758cd03e8c91ca1ff244 428418 doc optional libcairo2-doc_1.4.12-1_all.deb 02659134ae6aca675e2aed9ecd217cb2 184572 debian-installer optional libcairo-directfb2-udeb_1.4.12-1_i386.udeb fe123dbc87b38c0c78284f36bdf0f8ba 488884 libs optional libcairo-directfb2_1.4.12-1_i386.deb b6b6d9f37be6775e05dca448d609ee93 556678 libdevel optional libcairo-directfb2-dev_1.4.12-1_i386.deb Package-Type: udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHXxFWQ+ySUE9xlVoRAlUlAKCJtc/yUKe4luJMAJOtV2EcWG2tBQCggRGt 3RCJL3d5V/VJHAfItyYx/3I= =4oBc -----END PGP SIGNATURE-----
--- End Message ---

