[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r4909 - in glibc-package/trunk/debian: . patches patches/any



Author: aurel32
Date: 2011-08-21 16:56:14 +0000 (Sun, 21 Aug 2011)
New Revision: 4909

Removed:
   glibc-package/trunk/debian/patches/any/cvs-dl-missing-deps.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * Remove patches/any/cvs-dl-missing-deps.diff, the original problem has 
    been solved through other ways, so it is not needed any more. Fixes 
    symbols resolution with issues with icedove/iceweasel/iceape.  Closes: 
    #617759.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2011-08-21 16:34:02 UTC (rev 4908)
+++ glibc-package/trunk/debian/changelog	2011-08-21 16:56:14 UTC (rev 4909)
@@ -22,6 +22,10 @@
     alignement issues on armhf.
   * debian/control.in/libc: add Breaks: lsb-core (<= 3.2-27) to make sure the
     lsb symlink is still valid.
+  * Remove patches/any/cvs-dl-missing-deps.diff, the original problem has 
+    been solved through other ways, so it is not needed any more. Fixes 
+    symbols resolution with issues with icedove/iceweasel/iceape.  Closes: 
+    #617759.
 
   [ Samuel Thibault ]
   * debian/patches/hurd-i386/submitted-ioctl-unsigned-size_t.diff: Add

Deleted: glibc-package/trunk/debian/patches/any/cvs-dl-missing-deps.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/cvs-dl-missing-deps.diff	2011-08-21 16:34:02 UTC (rev 4908)
+++ glibc-package/trunk/debian/patches/any/cvs-dl-missing-deps.diff	2011-08-21 16:56:14 UTC (rev 4909)
@@ -1,32 +0,0 @@
-2011-02-17  Andreas Schwab  <schwab@redhat.com>
-
-	[BZ #12454]
-	* elf/dl-deps.c (_dl_map_object_deps): Signal error early when
-	dependencies are missing.
- 
----
- elf/dl-deps.c |    8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
---- a/elf/dl-deps.c
-+++ b/elf/dl-deps.c
-@@ -491,6 +491,10 @@
-   if (errno == 0 && errno_saved != 0)
-     __set_errno (errno_saved);
- 
-+  if (errno_reason)
-+    _dl_signal_error (errno_reason == -1 ? 0 : errno_reason, objname,
-+		      NULL, errstring);
-+
-   struct link_map **old_l_initfini = NULL;
-   if (map->l_initfini != NULL && map->l_type == lt_loaded)
-     {
-@@ -683,8 +687,4 @@
-     }
-   if (old_l_initfini != NULL)
-     _dl_scope_free (old_l_initfini);
--
--  if (errno_reason)
--    _dl_signal_error (errno_reason == -1 ? 0 : errno_reason, objname,
--		      NULL, errstring);
- }

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2011-08-21 16:34:02 UTC (rev 4908)
+++ glibc-package/trunk/debian/patches/series	2011-08-21 16:56:14 UTC (rev 4909)
@@ -259,7 +259,6 @@
 any/submitted-string2-strcmp.diff
 any/submitted-ldsodefs_rtld_debug.diff
 any/local-relro-mprotect.diff
-any/cvs-dl-missing-deps.diff
 any/local-linuxthreads-deps.diff
 any/local-ldconfig-multiarch.diff
 any/cvs-fopen.diff


Reply to: