Your message dated Tue, 20 Jan 2026 18:30:37 +0000 with message-id <[email protected]> and subject line Bug#1123847: Removed package(s) from unstable has caused the Debian Bug report #342468, regarding tla package build failure in "make test" for "undo" test to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 342468: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=342468 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---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
--- End Message ---
--- Begin Message ---Version: 1.3.5+dfsg2-1+rm Dear submitter, as the package tla has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1123847 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---

