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

Reply or subscribe to this bug.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to [email protected], Andrew Suffield <[email protected]>:
Bug#342468; Package tla. (full text, mbox, link).


Acknowledgement sent to Christoph Scheurer <[email protected]>:
New Bug report received and forwarded. Copy sent to Andrew Suffield <[email protected]>. (full text, mbox, link).


Message #5 received at [email protected] (full text, mbox, reply):

From: Christoph Scheurer <[email protected]>
To: Debian Bug Tracking System <[email protected]>
Subject: tla package build failure in "make test" for "undo" test
Date: Wed, 07 Dec 2005 20:21:13 +0100
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



Information forwarded to [email protected]:
Bug#342468; Package tla. (full text, mbox, link).


Acknowledgement sent to Andrew Suffield <[email protected]>:
Extra info received and forwarded to list. (full text, mbox, link).


Message #10 received at [email protected] (full text, mbox, reply):

From: Andrew Suffield <[email protected]>
To: Christoph Scheurer <[email protected]>, [email protected]
Subject: Re: Bug#342468: tla package build failure in "make test" for "undo" test
Date: Thu, 8 Dec 2005 21:44:20 +0000
[Message part 1 (text/plain, inline)]
severity 342468 normal
thanks

On Wed, Dec 07, 2005 at 08:21:13PM +0100, Christoph Scheurer wrote:
> 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:

Failing to build on sarge is not RC.

-- 
  .''`.  ** Debian GNU/Linux ** | Andrew Suffield
 : :' :  http://www.debian.org/ |
 `. `'                          |
   `-             -><-          |
[signature.asc (application/pgp-signature, inline)]

Severity set to `normal'. Request was from Andrew Suffield <[email protected]> to [email protected]. (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <[email protected]>. Last modified: Thu May 15 19:46:30 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.