Package: guile-1.6
Version: 1.6.7-1.1
Severity: normal

I'm uploading a 0-day NMU for guile-1.6 as part of the BSP.  Here's
the patch for the NMU.

-- System Information:
Debian Release: testing/unstable
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-amd64-k8
Locale: LANG=en, LC_CTYPE=en (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8)

Versions of packages guile-1.6 depends on:
ii  guile-1.6-libs                1.6.7-1.1  Main Guile libraries
ii  libc6                         2.3.5-6    GNU C Library: Shared libraries an
ii  libguile-ltdl-1               1.6.7-1.1  Guile's patched version of libtool

guile-1.6 recommends no packages.

-- no debconf information

-- 
Daniel Schepler              "Please don't disillusion me.  I
[EMAIL PROTECTED]    haven't had breakfast yet."
                                 -- Orson Scott Card
Only in guile-1.6-1.6.7.old/: config.log
diff -ur guile-1.6-1.6.7.old/debian/changelog guile-1.6-1.6.7/debian/changelog
--- guile-1.6-1.6.7.old/debian/changelog	2005-09-03 15:15:36.000000000 -0700
+++ guile-1.6-1.6.7/debian/changelog	2005-09-03 14:55:04.000000000 -0700
@@ -1,3 +1,12 @@
+guile-1.6 (1.6.7-1.1) unstable; urgency=low
+
+  * NMU during bugsquash party.
+  * Fix FTBFS with gcc-4.0.  Closes: #300146.
+  * Rebuilding with current dpkg-dev fixes the cpp version in guile-snarf.
+    Closes: #317600.
+
+ -- Daniel Schepler <[EMAIL PROTECTED]>  Sat,  3 Sep 2005 14:55:04 -0700
+
 guile-1.6 (1.6.7-1) unstable; urgency=medium
 
   * new upstream bugfix release. (closes: #279282)
diff -ur guile-1.6-1.6.7.old/libguile/guile.c guile-1.6-1.6.7/libguile/guile.c
--- guile-1.6-1.6.7.old/libguile/guile.c	2002-12-07 14:41:32.000000000 -0800
+++ guile-1.6-1.6.7/libguile/guile.c	2005-09-03 14:56:51.000000000 -0700
@@ -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);
Only in guile-1.6-1.6.7.old/: libtool

Reply via email to