Your message dated Sun, 27 Aug 2006 08:02:10 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#384770: fixed in xchat-guile 0.2.0.99-2 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: xchat-guile Version: 0.2.0.99-1 Severity: wishlist Tags: patch Hello, when building 'xchat-guile' on ppc64/unstable, I get the following error: debian/rules build dh_testdir LDFLAGS=" -z defs" CFLAGS="-Wall -ggdb -O2" ./configure --build powerpc64-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. make: *** [config.status] Error 77 A look in config.log shows that this is caused by the '-z defs' in LDFLAGS: configure:2335: checking for C compiler default output file name configure:2338: gcc -Wall -ggdb -O2 -z defs conftest.c >&5 gcc: defs: No such file or directory With the attached patch 'xchat-guile' can be compiled on ppc64. The patch removes the '-z defs' from LDFLAGS in debian/control. I do not know why the '-z defs' was inserted or if it is necessary for other architectures, but it causes the package to FTBFS on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/xchat-guile-0.2.0.99/debian/rules ./debian/rules --- ../tmp-orig/xchat-guile-0.2.0.99/debian/rules 2006-08-26 13:08:28.000000000 +0000 +++ ./debian/rules 2006-08-26 13:04:11.000000000 +0000 @@ -31,7 +31,7 @@ config.status: configure dh_testdir - LDFLAGS="$(LDFLAGS) -z defs" CFLAGS="$(CFLAGS)" ./configure $(confflags) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + CFLAGS="$(CFLAGS)" ./configure $(confflags) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info build: build-stamp
--- End Message ---
--- Begin Message ---Source: xchat-guile Source-Version: 0.2.0.99-2 We believe that the bug you reported is fixed in the latest version of xchat-guile, which is due to be installed in the Debian FTP archive: xchat-guile_0.2.0.99-2.diff.gz to pool/main/x/xchat-guile/xchat-guile_0.2.0.99-2.diff.gz xchat-guile_0.2.0.99-2.dsc to pool/main/x/xchat-guile/xchat-guile_0.2.0.99-2.dsc xchat-guile_0.2.0.99-2_sparc.deb to pool/main/x/xchat-guile/xchat-guile_0.2.0.99-2_sparc.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. Lionel Elie Mamane <[EMAIL PROTECTED]> (supplier of updated xchat-guile 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: RIPEMD160 Format: 1.7 Date: Sun, 27 Aug 2006 15:09:48 +0200 Source: xchat-guile Binary: xchat-guile Architecture: source sparc Version: 0.2.0.99-2 Distribution: unstable Urgency: low Maintainer: Lionel Elie Mamane <[EMAIL PROTECTED]> Changed-By: Lionel Elie Mamane <[EMAIL PROTECTED]> Description: xchat-guile - Guile scripting plugin for XChat Closes: 384770 Changes: xchat-guile (0.2.0.99-2) unstable; urgency=low . * This is a plug-in and not a "normal" shared library; it is thus allowed to have undefined symbols, to be provided by xchat itself. (closes: #384770) * Switch to my Debian address for maintainer. * Bump up Standards-Version Files: 53c8512730ed6ec1eb9a7dcf86a38359 654 net optional xchat-guile_0.2.0.99-2.dsc 15b23d07d2ba46f45fc9d784a4d23434 183852 net optional xchat-guile_0.2.0.99-2.diff.gz 68e5b9a57d43fc858b694518da426dca 16842 net optional xchat-guile_0.2.0.99-2_sparc.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iEYEAREDAAYFAkTxoRsACgkQscRzFz57S3OnxQCeLvfq/vxUUxSR1Wlm1RSbkCJQ a3AAoOA583NyVlEblcs8SbfnECh++k3Z =/PCW -----END PGP SIGNATURE-----
--- End Message ---

