Your message dated Wed, 22 Nov 2006 18:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#399800: fixed in gcin 1.3.0.1-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: gcin
Version: 1.2.9-1
Severity: serious
Justification: FTBFS
Tags: patch
The gcin package FTBFS on five arches according to [1]. Among those
build failures, the ones on amd64 and powerpc seems to be triggered by a
braindead test in the configure script. The configure looks for /lib64/
at build time, and if it finds one, it will assume the system use
/lib64/ and /usr/lib64/ by default, and happily installs stuff there.
Then later when debian/rules tries to move the GTK IM module in
/usr/lib/gtk-2.0/2.4.0/immodules/ and can't find anything there, the
build will fail.
1. http://buildd.debian.org/build.php?pkg=gcin
I've used the attached patch in Ubuntu, it seems to make gcin to build
on i386, amd64, powerpc, and ia64 [2]. (Strangely, the ia64 build for
Ubuntu doesn't experience the tsa2d32 segfault failure as it does in
Debian.) The sparc build in Ubuntu, as well as the ia64, sparc, and
hppa build in Debian, on the other hand, have a different FTBFS problem
caused by the tsa2d32 segfault mentioned above.
2. https://launchpad.net/distros/ubuntu/+source/gcin/1.2.9-1ubuntu1
Please consider applying this patch to the Debian package.
Thanks,
Ming
2006.11.21
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages gcin depends on:
ii libatk1.0-0 1.12.3-1 The ATK accessibility toolkit
ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries
ii libcairo2 1.2.4-4 The Cairo 2D vector graphics libra
ii libfontconfig1 2.4.1-2 generic font configuration library
ii libglib2.0-0 2.12.4-2 The GLib library of C routines
ii libgtk2.0-0 2.8.20-3 The GTK+ graphical user interface
ii libgtk2.0-bin 2.8.20-3 The programs for the GTK+ graphica
ii libpango1.0-0 1.14.7-1 Layout and rendering of internatio
ii libx11-6 2:1.0.3-3 X11 client-side library
ii libxcursor1 1.1.7-4 X cursor management library
ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar
ii libxfixes3 1:4.0.1-4 X11 miscellaneous 'fixes' extensio
ii libxi6 1:1.0.1-3 X11 Input extension library
ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii libxrandr2 2:1.1.0.2-4 X11 RandR extension library
ii libxrender1 1:0.9.1-3 X Rendering Extension client libra
ii libxtst6 1:1.0.1-5 X11 Testing -- Resource extension
Versions of packages gcin recommends:
pn gcin-qt3-immodule <none> (no description available)
pn im-switch <none> (no description available)
-- no debconf information
#! /bin/sh /usr/share/dpatch/dpatch-run
## 50_fix-FTBFS-on-systems-with-lib64-directory.dpatch
## by Ming Hua <[EMAIL PROTECTED]>
##
## All lines beginning with `## DP:' are a description of the patch.
##
## DP: The handmade configure script tests the existence of /lib64/, and
## DP: if /lib64/ exists, it installs the GTK+ IM module into
## DP: /usr/lib64/, which causes FTBFS on all 64-bit architectures (and
## DP: presumably any build environment with /lib64/ installed). Let's
## DP: stop this madness.
@DPATCH@
diff -urNad gcin-1.2.9~/configure gcin-1.2.9/configure
--- gcin-1.2.9~/configure 2006-11-20 19:28:20.000000000 -0600
+++ gcin-1.2.9/configure 2006-11-20 19:30:02.000000000 -0600
@@ -92,9 +92,6 @@
fi
LIB='lib'
-if [ -d /lib64 ]; then
-LIB='lib64'
-fi
QT_IM='N'
for i in qt3 qt4
--- End Message ---
--- Begin Message ---
Source: gcin
Source-Version: 1.3.0.1-1
We believe that the bug you reported is fixed in the latest version of
gcin, which is due to be installed in the Debian FTP archive:
gcin-qt3-immodule_1.3.0.1-1_i386.deb
to pool/main/g/gcin/gcin-qt3-immodule_1.3.0.1-1_i386.deb
gcin_1.3.0.1-1.diff.gz
to pool/main/g/gcin/gcin_1.3.0.1-1.diff.gz
gcin_1.3.0.1-1.dsc
to pool/main/g/gcin/gcin_1.3.0.1-1.dsc
gcin_1.3.0.1-1_i386.deb
to pool/main/g/gcin/gcin_1.3.0.1-1_i386.deb
gcin_1.3.0.1.orig.tar.gz
to pool/main/g/gcin/gcin_1.3.0.1.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.
Wen-Yen Chuang <[EMAIL PROTECTED]> (supplier of updated gcin 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, 22 Nov 2006 20:09:43 +0800
Source: gcin
Binary: gcin-qt3-immodule gcin
Architecture: source i386
Version: 1.3.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Wen-Yen Chuang <[EMAIL PROTECTED]>
Changed-By: Wen-Yen Chuang <[EMAIL PROTECTED]>
Description:
gcin - a GTK+ based input method platform for Chinese users
gcin-qt3-immodule - a QT input method module with gcin as backend
Closes: 399800
Changes:
gcin (1.3.0.1-1) unstable; urgency=low
.
* New upstream release.
* debian/patches:
- apply 50_fix-FTBFS-on-systems-with-lib64-directory.dpatch written by
Ming Hua <[EMAIL PROTECTED]>. (Closes: #399800)
- remove 40_make_noseeing-inst_a_shell_script.dpatch because upstream had
fixed this bug.
- modify 10_fix-directory-structure.dpatch to cope with upstream's
changes.
Files:
de4cbf290717e05bd42a5c3e06357b52 621 utils optional gcin_1.3.0.1-1.dsc
1ba33687c1cc53749ac21416b1796016 1658164 utils optional
gcin_1.3.0.1.orig.tar.gz
17b46ddc7313eeeef215d52bd48b9000 8958 utils optional gcin_1.3.0.1-1.diff.gz
ac17efd3769dde1aba4bcb6237bb1811 1423430 utils optional gcin_1.3.0.1-1_i386.deb
4e0b6a2f5b0a793f2dc9199844f49e78 35866 utils optional
gcin-qt3-immodule_1.3.0.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFZJl4+C5cwEsrK54RApbFAJ0ctlaB1GUtLCIvtr+WaXdOQQECmACfVpHv
cte03lKQTqlilZPtYc9XxD8=
=sVDp
-----END PGP SIGNATURE-----
--- End Message ---