Hello,

I cannot reproduce this bug on my machine, and I'm thus embarrassed to fix
it. I mean that a clean pbuild does not trigger the fix on my box. Does it
come from the fact that I call pbuilder from the command line while you have
a robot (cronjob?) calling it for you?

Anyway, I would really appreciate if you could test the attached patch. I
plan to upload a package with this change tomorow or so, but I'd prefer to
make sure it's the right fix before loading the servers.

Thanks for your time,
Mt.

On Sat, Mar 19, 2005 at 02:11:12PM +0100, Roland Stigge wrote:
> Package: po4a
> Version: 0.20-1
> Severity: serious
> 
> Hi,
> 
> building the package po4a in a clean build environment
> (with pbuilder) on i386 results in:
> 
[...] 
> 
> --
> DARTS - Debian Archive Regression Test Suite
> http://darts.alioth.debian.org/
> 
> Please note that this report has not been generated fully automatically.
> DARTS just helped finding the problem.
> 
> 
diff -ruN po4a-0.20.orig/debian/changelog po4a-0.20/debian/changelog
--- po4a-0.20.orig/debian/changelog     2005-03-21 10:14:41.000000000 +0100
+++ po4a-0.20/debian/changelog  2005-03-21 10:17:30.000000000 +0100
@@ -1,3 +1,13 @@
+po4a (0.20-2) unstable; urgency=medium
+
+  Release critical bug fix.
+
+  [Martin Quinson]
+  * Set the COLUMNS during the build to prevent issues arising when
+    building without a terminal (Closes: #300395).
+
+ -- Martin Quinson <[EMAIL PROTECTED]>  Mon, 21 Mar 2005 10:04:59 +0100
+
 po4a (0.20-1) unstable; urgency=low
 
   [Nicolas François]
diff -ruN po4a-0.20.orig/debian/rules po4a-0.20/debian/rules
--- po4a-0.20.orig/debian/rules 2005-03-21 10:14:41.000000000 +0100
+++ po4a-0.20/debian/rules      2005-03-21 10:12:38.000000000 +0100
@@ -3,6 +3,11 @@
 
 package = po4a
 
+# Attempt to close #300395: FTBFS: tries to get Terminal Size on build
+COLUMNS?=76
+LINES?=24
+# (end of close attempt)
+
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 

Attachment: signature.asc
Description: Digital signature

Reply via email to