Your message dated Wed, 30 Jul 2014 09:24:13 +0000
with message-id <e1xcq7j-0004gq...@franck.debian.org>
and subject line Bug#756382: fixed in libembperl-perl 2.5.0-2
has caused the Debian Bug report #756382,
regarding libembperl-perl: FTBFS: #236 EmbperlObject/epobase.htm test failure: 
Error in Line 8
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
756382: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756382
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libembperl-perl
Version: 2.5.0-1
Severity: serious
Tags: patch

This package fails to build on current sid/amd64:

  Testing mod_perl mode...
  [...]
  #235 EmbperlObject/errdoc/epoerrdoc2.htm...ok
  #236 EmbperlObject/epobase.htm...
  Error in Line 8
  Is: ></p><
  Should: ></BODY></HTML><
  Input:      test/html/EmbperlObject/epobase.htm
  Output:     test/tmp/out.htm
  Compared to:    test/cmp/epobase.htm
  Log:        test/tmp/test.log
  Testparameter:
    errors = 1
    offline = 0
    cgi = 0
  
   ERRORS detected! NOT all tests have been passed successfully
  
  Makefile:1613: recipe for target 'test_dynamic' failed
  make[1]: *** [test_dynamic] Error 8

This diff shows the problem:

  --- test/cmp/epobase.htm    2014-07-29 14:16:55.223944564 +0300
  +++ test/tmp/out.htm    2014-07-29 14:18:46.785998659 +0300
  @@ -1,10 +1,9 @@
   <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  -<HTML><HEAD>
  -<TITLE>403 Forbidden</TITLE>
  -</HEAD><BODY>
  -<H1>Forbidden</H1>
  -^.*?You don't have permission to access /embperl/EmbperlObject/epobase.htm
  -^on this server
  -</BODY></HTML>
  -
  -
  +<html><head>
  +<title>403 Forbidden</title>
  +</head><body>
  +<h1>Forbidden</h1>
  +<p>You don't have permission to access /embperl/EmbperlObject/epobase.htm
  +on this server.<br />
  +</p>
  +</body></html>

The apache2 error page was changed slightly by this upstream commit:

 https://github.com/apache/httpd/commit/4f8fc53c8f6df76a42ccc89275fcede766662f9e
 
https://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/http/http_protocol.c?r1=1487127&r2=1610328

which was included in apache2 2.4.10, recently uploaded in sid.

Patch attached, this works for me with both 2.4.9 and 2.4.10.
-- 
Niko Tyni   nt...@debian.org
>From bcce23a15de55a39478f83a7923d8a89f681cc19 Mon Sep 17 00:00:00 2001
From: Niko Tyni <nt...@debian.org>
Date: Tue, 29 Jul 2014 14:34:35 +0300
Subject: [PATCH] Adapt to an Apache 2.4.10 error page change

The "Forbidden" error page was slightly changed by Apache commit

 https://github.com/apache/httpd/commit/4f8fc53c8f6df76a42ccc89275fcede766662f9e
 https://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/http/http_protocol.c?r1=1487127&r2=1610328

breaking the EmbperlObject/epobase.htm test. The fix works
with both the old and the new page format.
---
 test/cmp/epobase.htm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/cmp/epobase.htm b/test/cmp/epobase.htm
index ba29386..9d0269c 100644
--- a/test/cmp/epobase.htm
+++ b/test/cmp/epobase.htm
@@ -5,6 +5,7 @@
 <H1>Forbidden</H1>
 ^.*?You don't have permission to access /embperl/EmbperlObject/epobase.htm
 ^on this server
+^-</p>
 </BODY></HTML>
 
 
-- 
2.0.1


--- End Message ---
--- Begin Message ---
Source: libembperl-perl
Source-Version: 2.5.0-2

We believe that the bug you reported is fixed in the latest version of
libembperl-perl, which is due to be installed in the Debian FTP archive.

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 756...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damyan Ivanov <d...@debian.org> (supplier of updated libembperl-perl 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 30 Jul 2014 08:02:09 +0000
Source: libembperl-perl
Binary: libembperl-perl
Architecture: source amd64
Version: 2.5.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: Damyan Ivanov <d...@debian.org>
Description:
 libembperl-perl - system for building dynamic websites with Perl
Closes: 754997 756382
Changes:
 libembperl-perl (2.5.0-2) unstable; urgency=medium
 .
   * Team upload
 .
   * add patch from Niko Tyni adapting tests to changed error message in apache
     2.4 (Closes: #756382)
   * add patch from Niko Tyni adapting tests to changed error messages in perl
     5.20 (Closes: #754997)
Checksums-Sha1:
 1136d96ab901ef4e0180726a9b9dc702c23ad4e7 2238 libembperl-perl_2.5.0-2.dsc
 dd9df93022fa48e6e64caeab21488a8256a378dc 13220 
libembperl-perl_2.5.0-2.debian.tar.xz
 0592d1db74850dd3a81dd093dbb19ff5dfa9f597 801552 
libembperl-perl_2.5.0-2_amd64.deb
Checksums-Sha256:
 08d21f629b42470f2a7671a787fe7918d40da673490b151beec02920cf9b6bbe 2238 
libembperl-perl_2.5.0-2.dsc
 5c4f59d7f1ae72600f5c5b21a201eb0713c29d11c3e4016b83758e9bb98a5f11 13220 
libembperl-perl_2.5.0-2.debian.tar.xz
 b948d3f6e094e3bd5a678b7c07ff0c8ff5e7076b723929c435dd273548aef24d 801552 
libembperl-perl_2.5.0-2_amd64.deb
Files:
 f592ce001754be729e5ded38034acf0e 801552 perl optional 
libembperl-perl_2.5.0-2_amd64.deb
 ef8b6bd92c823c32761744a8524a061a 2238 perl optional libembperl-perl_2.5.0-2.dsc
 8d87f20d07efc4bed536108217ccd93c 13220 perl optional 
libembperl-perl_2.5.0-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJT2Kb+AAoJENu+nU2Z0qAEtv4P/i4r0+AynvXdc2o0/ZTorzFD
NiDDTDpexJ8Wat2vJX9iLpYr+VTNFM7MXEf2BgCjciKJobbbH4x/wTuvTri4Haqq
GKqMvdK8PqP2EJY6FuPv/SdLVLkc5fgYLbwaMGr2pV/sm0hYohvcTQ5oSv8IW+Pi
0Gm4cNXCv1yHrxnV1cXxCjjDoXqv8VQfxw36CAHNhMI5F33yMUDzZLZl03Lz+7ZT
iEME1Yl+Y/Il6dYaql6huqvuK2a80mDhmVmP9FobnUEBfjOliTbivvOJNiVUOXom
iAflq9Mzl+ccXxaI7/zluw5L28x8Loa0C80SYDKWDCJaD5hxUb2e+Ge7AooWc71c
eUjydw6I/ghsJa0KhFzP5KE5lh0pTUzsTKqLYdf9N267zpremjvmWRVVwyrQS0mv
ivemr0dIyAhjFXvHedyuB0Nn6n8o1SD8AKnliTlfUG7R1TuCESD94DetLqSfx+rA
2sIhENU5IP1bIMgrUTEpbqhjQqgFldrt+fwgXGca5xLXZ5/CCuWQ802NX2cnXuXb
JyRVFQ5wzoegCQQMQ/+jkdZtkWJifvbtVBV0IF2BVMil/SCB3Kgs2cxmvrhGqlM3
pJLo9kxIf66S4/mWyPEihLWwfzzAHz2bFjbhkdB5ahGK+Gn1xeBjkcUUkPtgD8s1
BVh/C9uP1qFFd4MlFWPu
=GEXD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to