Bug#494677: libapache2-mod-perl2: FTBFS: dpkg-checkbuilddeps: Unmet build dependencies: libcgi-pm-perl (>= 3.33)

Niko Tyni ntyni at debian.org
Mon Aug 11 12:10:17 UTC 2008


Package: libapache2-mod-perl2
Version: 2.0.4-2
Severity: serious

As explained in 

 http://lists.debian.org/debian-release/2008/08/msg00557.html

2.0.4-2 is failing on all autobuilders because of an sbuild bug.
We'll have to remove the libcgi-pm-perl build-dependency and come up
with something else for now.

I think the next best thing is to remove the TMPDIR setting in
t/conf/extra.conf.in . This means the temporary files won't stay in the
build directory, but that's what /tmp is for.

Patch attached, the test suite still seems to pass here with this.
-- 
Niko Tyni   ntyni at debian.org
-------------- next part --------------
diff --git a/t/conf/extra.conf.in b/t/conf/extra.conf.in
index de4796a..8e85214 100644
--- a/t/conf/extra.conf.in
+++ b/t/conf/extra.conf.in
@@ -71,9 +71,9 @@ PerlModule TestExit::FromPerlModule
 <IfModule mod_cgid.c>
     ScriptSock logs/cgisock
 </IfModule>
-<IfModule mod_env.c>
-    SetEnv TMPDIR @t_logs@
-</IfModule>
+#<IfModule mod_env.c>
+#    SetEnv TMPDIR @t_logs@
+#</IfModule>
 # </sandbox-friendly>
 
 <Location /status/perl>


More information about the pkg-perl-maintainers mailing list