Debian Bug report logs - #342468
tla package build failure in "make test" for "undo" test

version graph

Package: tla; Maintainer for tla is Debian QA Group <[email protected]>; Source for tla is src:tla (PTS, buildd, popcon).

Reported by: Christoph Scheurer <[email protected]>

Date: Wed, 7 Dec 2005 19:33:06 UTC

Severity: normal

Found in version tla/1.3.3-3

Full log


🔗 View this message in rfc822 format

X-Loop: [email protected]
Subject: Bug#342468: tla package build failure in "make test" for "undo" test
Reply-To: Christoph Scheurer <[email protected]>, [email protected]
Resent-From: Christoph Scheurer <[email protected]>
Resent-To: [email protected]
Resent-CC: Andrew Suffield <[email protected]>
Resent-Date: Wed, 07 Dec 2005 19:33:06 UTC
Resent-Message-ID: <[email protected]>
Resent-Sender: [email protected]
X-Debian-PR-Message: report 342468
X-Debian-PR-Package: tla
X-Debian-PR-Keywords: 
Received: via spool by [email protected] id=B.113398330631019
          (code B ref -1); Wed, 07 Dec 2005 19:33:06 UTC
Received: (at submit) by bugs.debian.org; 7 Dec 2005 19:21:46 +0000
Received: from sch.in-dsl.de ([217.197.85.139] helo=obelix)
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1Ek4rJ-0007ye-Kp
	for [email protected]; Wed, 07 Dec 2005 11:21:46 -0800
Received: from christoph by obelix with local (Exim 4.50)
	id 1Ek4qn-0002sb-Gi
	for [email protected]; Wed, 07 Dec 2005 20:21:13 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Christoph Scheurer <[email protected]>
To: Debian Bug Tracking System <[email protected]>
X-Mailer: reportbug 3.8
Date: Wed, 07 Dec 2005 20:21:13 +0100
Message-Id: <E1Ek4qn-0002sb-Gi@obelix>
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Rcpt-To: [email protected]
X-SA-Exim-Mail-From: [email protected]
X-SA-Exim-Scanned: No (on obelix); SAEximRunCond expanded to false
Delivered-To: [email protected]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: tla
Version: 1.3.3-3
Severity: serious
Justification: no longer builds from source

Since the current development archive of tla can only be accessed with tla
version >= 1.3.2 I tried to backport 1.3.3-2 to sarge. The build went fine but
the tests failed with an apparent tar error:

======= TESTING: undo =======
Test 1: undoing single file modification
tar: This does not look like a tar archive
tar: Skipping to next header

This is the same bug that is dexcribed on:
    http://lists.gnu.org/archive/html/gnu-arch-users/2004-02/msg00122.html
and the solution is described on:
    https://launchpad.net/products/bazaar/+bug/235
which shows that a simple patch to the file
    tla-1.3.3/src/tla/tests/test-framework
can fix the problem.

PATCH:

--- test-framework.orig 2005-12-07 20:12:55.731320072 +0100
+++ test-framework      2005-12-07 20:10:54.929684712 +0100
@@ -241,7 +241,7 @@
 copy_tree () {
   tar_prog=$("$srcroot/build-tools/scripts/option" gnu-tar)
   export $tar_prog
-  (cd $1 ; "$tar_prog" cf - .) | (mkdir -p $2 ; cd $2 ; "$tar_prog" xf -)  
+  (cd $1 1> /dev/null; "$tar_prog" cf - .) | (mkdir -p $2 ; cd $2 ; "$tar_prog" xf -)  
 }
 
 compare_trees_simple () {




-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.11-mh2-ck10
Locale: LANG=C, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)

Versions of packages tla depends on:
ii  diff                       2.8.1-11      File comparison utilities
ii  gawk                       1:3.1.4-2     GNU awk, a pattern scanning and pr
ii  libc6                      2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libneon24                  0.24.7.dfsg-2 An HTTP and WebDAV client library
ii  patch                      2.5.9-2       Apply a diff file to an original

-- no debconf information



Send a report that this bug log contains spam.


Debian bug tracking system administrator <[email protected]>. Last modified: Fri May 16 00:52:04 2025; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.