Your message dated Thu, 12 Jan 2006 21:17:07 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#300146: fixed in guile-1.6 1.6.7-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) -------------------------------------- Received: (at submit) by bugs.debian.org; 17 Mar 2005 23:07:53 +0000 >From [EMAIL PROTECTED] Thu Mar 17 15:07:53 2005 Return-path: <[EMAIL PROTECTED]> Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DC45o-0003zl-00; Thu, 17 Mar 2005 15:07:52 -0800 Received: from aj by localhost.localdomain with local (Exim 4.44) id 1DC45j-000640-7m; Fri, 18 Mar 2005 00:07:47 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: guile-1.6: FTBFS (amd64/gcc-4.0): array type has incomplete element type Message-Id: <[EMAIL PROTECTED]> Date: Fri, 18 Mar 2005 00:07:47 +0100 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: guile-1.6 Severity: normal Tags: patch When building 'guile-1.6' on amd64 with gcc-4.0, I get the following error: if x86_64-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -fno-strict-aliasing -MT guile.o -MD -MP -MF ".deps/guile.Tpo" -c -o guile.o guile.c; \ then mv -f ".deps/guile.Tpo" ".deps/guile.Po"; else rm -f ".deps/guile.Tpo"; exit 1; fi guile.c: In function 'main': guile.c:91: error: array type has incomplete element type guile.c:91: warning: unused variable 'lt_preloaded_symbols' make[3]: *** [guile.o] Error 1 make[3]: Leaving directory `/guile-1.6-1.6.7/libguile' With the attached patch 'guile-1.6' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/guile-1.6-1.6.7/libguile/guile.c ./libguile/guile.c --- ../tmp-orig/guile-1.6-1.6.7/libguile/guile.c 2002-12-07 23:41:32.000000000 +0100 +++ ./libguile/guile.c 2005-03-17 23:22:07.529665198 +0100 @@ -88,7 +88,7 @@ { #ifdef DYNAMIC_LINKING /* libtool automagically inserts this variable into your executable... */ - extern const scm_lt_dlsymlist lt_preloaded_symbols[]; + extern const scm_lt_dlsymlist *lt_preloaded_symbols; scm_lt_dlpreload_default (lt_preloaded_symbols); #endif scm_boot_guile (argc, argv, inner_main, 0); --------------------------------------- Received: (at 300146-close) by bugs.debian.org; 13 Jan 2006 05:20:35 +0000 >From [EMAIL PROTECTED] Thu Jan 12 21:20:35 2006 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1ExHJD-0008Pd-KG; Thu, 12 Jan 2006 21:17:07 -0800 From: Rob Browning <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.65 $ Subject: Bug#300146: fixed in guile-1.6 1.6.7-2 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Thu, 12 Jan 2006 21:17:07 -0800 X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 5 Source: guile-1.6 Source-Version: 1.6.7-2 We believe that the bug you reported is fixed in the latest version of guile-1.6, which is due to be installed in the Debian FTP archive: guile-1.6-dev_1.6.7-2_i386.deb to pool/main/g/guile-1.6/guile-1.6-dev_1.6.7-2_i386.deb guile-1.6-doc_1.6.7-2_all.deb to pool/main/g/guile-1.6/guile-1.6-doc_1.6.7-2_all.deb guile-1.6-libs_1.6.7-2_i386.deb to pool/main/g/guile-1.6/guile-1.6-libs_1.6.7-2_i386.deb guile-1.6-slib_1.6.7-2_all.deb to pool/main/g/guile-1.6/guile-1.6-slib_1.6.7-2_all.deb guile-1.6_1.6.7-2.diff.gz to pool/main/g/guile-1.6/guile-1.6_1.6.7-2.diff.gz guile-1.6_1.6.7-2.dsc to pool/main/g/guile-1.6/guile-1.6_1.6.7-2.dsc guile-1.6_1.6.7-2_i386.deb to pool/main/g/guile-1.6/guile-1.6_1.6.7-2_i386.deb libguile-ltdl-1_1.6.7-2_i386.deb to pool/main/g/guile-1.6/libguile-ltdl-1_1.6.7-2_i386.deb libqthreads-12_1.6.7-2_i386.deb to pool/main/g/guile-1.6/libqthreads-12_1.6.7-2_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. Rob Browning <[EMAIL PROTECTED]> (supplier of updated guile-1.6 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, 12 Jan 2006 20:08:32 -0800 Source: guile-1.6 Binary: guile-1.6-slib libguile-ltdl-1 guile-1.6-libs guile-1.6-dev guile-1.6 libqthreads-12 guile-1.6-doc Architecture: source all i386 Version: 1.6.7-2 Distribution: unstable Urgency: low Maintainer: Rob Browning <[EMAIL PROTECTED]> Changed-By: Rob Browning <[EMAIL PROTECTED]> Description: guile-1.6 - The GNU extension language and Scheme interpreter guile-1.6-dev - Development files for Guile 1.6 guile-1.6-doc - Reference and tutorial documentation for Guile 1.6 guile-1.6-libs - Main Guile libraries guile-1.6-slib - Guile SLIB support libguile-ltdl-1 - Guile's patched version of libtool's libltdl libqthreads-12 - QuickThreads library for Guile Closes: 300146 317600 334735 337346 338823 340149 Changes: guile-1.6 (1.6.7-2) unstable; urgency=low . * Migrate from dpatch to quilt. . * Fix FTBFS with gcc-4.0. Thanks to Daniel Schepler <[EMAIL PROTECTED]>. (closes: #300146) . * Rebuild with current dpkg-dev to fix the cpp version in guile-snarf. Thanks to Daniel Schepler <[EMAIL PROTECTED]>. (closes: #317600) . * Update debian/rules to support autofiles.diff, autofiles-sync, etc. . * Add (pending) upstream patch for compatibility with newer SLIB, but adjust the new slib.scm to load slib/init/guile.init rather than slib/guile.init in order to accomodate Debian's slib. (closes: #334735, #337346, #338823, #340149) Files: 49d21298d4e357cf204838d65373e132 753 interpreters optional guile-1.6_1.6.7-2.dsc 5cabcbaac4ed7da2aed8e29b45a1b639 502234 interpreters optional guile-1.6_1.6.7-2.diff.gz d5f41acfcfb53e148ead203d0e5a04da 361566 doc optional guile-1.6-doc_1.6.7-2_all.deb c8ac5b8ae8244ee194c0299684367789 3788 devel optional guile-1.6-slib_1.6.7-2_all.deb d1fbd9235d01492ad9b779ecd05a3aec 31492 interpreters optional guile-1.6_1.6.7-2_i386.deb 92f7bb54d9b1cb0f644153ad7da7c65f 485112 devel optional guile-1.6-dev_1.6.7-2_i386.deb b4ee42ff6e2c402301b6c7ac8c81c1f3 592758 libs optional guile-1.6-libs_1.6.7-2_i386.deb 32c10f5dcf5afbe71ecd4ab02c91f9d3 5572 libs optional libqthreads-12_1.6.7-2_i386.deb 99c7d27680739bc3863076a8efecc3dc 11894 libs optional libguile-ltdl-1_1.6.7-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDxzHsJcjTd4x+c6QRAm/aAJ4hzGYSxxqRUgnAgGO93OTGLCazIwCg3fy4 Fd1SDN08qAvS0YWMJkqMd/8= =4Atn -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]