tags 416016 + patch
thanks

This package was FTBFSing because part of its test suite involves
bringing up an Apache server and running a battery of tests against it
- and then Apache is killed, which makes gdb kill the whole process. I
modified debian/rules so it executes only those tests which do not
require firing Apache.

Patch is attached, NMU is uploaded.

-- 
Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)5623-0154 / 1451-2244
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF
diff -ru libembperl-perl-2.2.0_after_nmu.1/debian/changelog 
libembperl-perl-2.2.0_after_nmu.2/debian/changelog
--- libembperl-perl-2.2.0_after_nmu.1/debian/changelog  2007-03-26 
13:27:54.000000000 -0600
+++ libembperl-perl-2.2.0_after_nmu.2/debian/changelog  2007-03-26 
13:29:09.000000000 -0600
@@ -1,3 +1,11 @@
+libembperl-perl (2.2.0-1.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * No longer spawns Apache processes to run the test scripts, as it leads
+    to FTBFS (Closes: #416016)
+
+ -- Gunnar Wolf <[EMAIL PROTECTED]>  Mon, 26 Mar 2007 11:49:17 -0600
+
 libembperl-perl (2.2.0-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -ru libembperl-perl-2.2.0_after_nmu.1/debian/rules 
libembperl-perl-2.2.0_after_nmu.2/debian/rules
--- libembperl-perl-2.2.0_after_nmu.1/debian/rules      2007-03-26 
13:27:54.000000000 -0600
+++ libembperl-perl-2.2.0_after_nmu.2/debian/rules      2007-03-26 
13:29:09.000000000 -0600
@@ -73,7 +73,13 @@
 build%: config%
        dh_testdir
        $(MAKE) OPTIMIZE="$(OPTIMIZE)" LD_RUN_PATH=""
-       $(MAKE) TESTARGS=$(TESTARGS) test
+
+# Part of the regular test process involves bringing up an Apache 
+# server and connecting to it. Unfortunately, this easily brings up 
+# FTBFS errors or (horror!) might leave unneeded processes in our buildds - 
+# Run the tests in offline mode only by passing the -oxrea switches.
+# (see bug #416016)
+       $(MAKE) TESTARGS="$(TESTARGS) -oxrea" test
 
 install: build
        dh_testdir

Attachment: signature.asc
Description: Digital signature

Reply via email to