[libembperl-perl] 01/01: Revert "Yet untested patch to fix FTBFS on s390x"

Axel Beckert abe at deuxchevaux.org
Fri Jan 15 19:19:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libembperl-perl.

commit d8572afdf62416818d2be01ea9ecdeaaf47cff8a
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Jan 15 20:18:30 2016 +0100

    Revert "Yet untested patch to fix FTBFS on s390x"
    
    Doesn't suffice, more such issues come afterwards. Probably a bug
    elsewhere, maybe in Apache itself, maybe in the Embperl build system.
    
    This reverts commit d8486080e18e0dd879fc9504859468b7cce80d94.
---
 debian/changelog                    |  1 -
 debian/patches/fix_s390_FTBFS.patch | 31 -------------------------------
 debian/patches/series               |  1 -
 3 files changed, 33 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9380a83..27bd08b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,6 @@ libembperl-perl (2.5.0-6) UNRELEASED; urgency=medium
   * Fix changelog attribution in previous changelog entry.
   * Fix comment in perl5.22-compat-PL_sv_objcount-removal.patch about CGI
     tests not passing. (They do now.)
-  * Add patch to fix FTBFS on s390x. (Closes: #756655)
 
  -- Axel Beckert <abe at debian.org>  Fri, 15 Jan 2016 01:45:04 +0100
 
diff --git a/debian/patches/fix_s390_FTBFS.patch b/debian/patches/fix_s390_FTBFS.patch
deleted file mode 100644
index f34f5a7..0000000
--- a/debian/patches/fix_s390_FTBFS.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Description: Fix FTBFS on s390x by not calling not available flushing function in debug mode
-Author: Axel Beckert <abe at debian.org>
-Bug-Debian: https://bugs.debian.org/756655
-Forwarded: not yet
-
-Index: libembperl-perl/epio.c
-===================================================================
---- libembperl-perl.orig/epio.c	2014-10-13 23:44:08.653839074 +0200
-+++ libembperl-perl/epio.c	2016-01-15 12:52:37.657501767 +0100
-@@ -947,8 +947,10 @@
-         if (n > 0)
-             {
-             n = ap_rwrite (ptr, n, r -> pApacheReq) ;
-+#ifndef __s390x__
-             if (r -> Component.Config.bDebug & dbgFlushOutput)
-                 ap_rflush (r -> pApacheReq) ;
-+#endif
-             return n ;
-             }
-         else
-@@ -1018,8 +1020,10 @@
-     if (r -> pApacheReq && r -> Component.pOutput -> ofd == NULL)
-         {
-         ap_rputc (c, r -> pApacheReq) ;
-+#ifndef __s390x__
-         if (r -> Component.Config.bDebug & dbgFlushOutput)
-             ap_rflush (r -> pApacheReq) ;
-+#endif
-         return ;
-         }
- #endif
diff --git a/debian/patches/series b/debian/patches/series
index 2e43a3e..8b9a58b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,4 +3,3 @@ apache2.4-compat.patch
 perl5.20-compat.patch
 cgi-pm-4.04-compatibility.patch
 perl5.22-compat-PL_sv_objcount-removal.patch
-fix_s390_FTBFS.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libembperl-perl.git



More information about the Pkg-perl-cvs-commits mailing list