tags 680623 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for libunwind (versioned as 1.0.1-1.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru libunwind-1.0.1/debian/changelog libunwind-1.0.1/debian/changelog
--- libunwind-1.0.1/debian/changelog	2012-04-28 08:55:53.000000000 +0200
+++ libunwind-1.0.1/debian/changelog	2012-07-07 15:01:31.000000000 +0200
@@ -1,3 +1,11 @@
+libunwind (1.0.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * 20120707_ia64_FTBFS.patch:
+    - Cherry pick patch from upstream to fix FTBFS on ia64 (Closes: #680623).
+
+ -- Luca Falavigna <dktrkr...@debian.org>  Sat, 07 Jul 2012 13:38:02 +0200
+
 libunwind (1.0.1-1) unstable; urgency=low
 
   [ Jari Aalto ]
diff -Nru libunwind-1.0.1/debian/patches/20120707_ia64_FTBFS.patch libunwind-1.0.1/debian/patches/20120707_ia64_FTBFS.patch
--- libunwind-1.0.1/debian/patches/20120707_ia64_FTBFS.patch	1970-01-01 01:00:00.000000000 +0100
+++ libunwind-1.0.1/debian/patches/20120707_ia64_FTBFS.patch	2012-07-07 13:37:10.000000000 +0200
@@ -0,0 +1,26 @@
+Index: libunwind-1.0.1/src/ptrace/_UPT_get_dyn_info_list_addr.c
+===================================================================
+--- libunwind-1.0.1.orig/src/ptrace/_UPT_get_dyn_info_list_addr.c	2011-09-11 05:06:41.000000000 +0200
++++ libunwind-1.0.1/src/ptrace/_UPT_get_dyn_info_list_addr.c	2012-07-07 13:36:27.632998530 +0200
+@@ -62,7 +62,7 @@
+ 
+       Debug (16, "checking object %s\n", path);
+ 
+-      di = _UPTi_find_unwind_table (ui, as, path, lo, off);
++      di = _UPTi_find_unwind_table (ui, as, path, lo, off, 0);
+       if (di)
+ 	{
+ 	  res = _Uia64_find_dyn_list (as, di, arg);
+Index: libunwind-1.0.1/src/ptrace/_UPT_internal.h
+===================================================================
+--- libunwind-1.0.1.orig/src/ptrace/_UPT_internal.h	2011-09-11 05:06:41.000000000 +0200
++++ libunwind-1.0.1/src/ptrace/_UPT_internal.h	2012-07-07 13:37:07.880999763 +0200
+@@ -64,7 +64,7 @@
+ 
+ extern int _UPT_reg_offset[UNW_REG_LAST + 1];
+ 
+-extern int _UPTi_find_unwind_table (struct UPT_info *ui,
++extern unw_dyn_info_t *UPTi_find_unwind_table (struct UPT_info *ui,
+ 				    unw_addr_space_t as,
+ 				    char *path,
+ 				    unw_word_t segbase,
diff -Nru libunwind-1.0.1/debian/patches/series libunwind-1.0.1/debian/patches/series
--- libunwind-1.0.1/debian/patches/series	2012-04-28 08:55:53.000000000 +0200
+++ libunwind-1.0.1/debian/patches/series	2012-07-07 13:35:41.000000000 +0200
@@ -1,2 +1,3 @@
 01-rpath.patch
 20120422_tests_Makefile_am.patch
+20120707_ia64_FTBFS.patch

Reply via email to