Your message dated Fri, 24 Jan 2025 16:20:10 +0000 with message-id <[🔎] E1tbMPi-000wOS-UL@fasolo.debian.org> and subject line Bug#1093962: Removed package(s) from unstable has caused the Debian Bug report #894101, regarding multistrap: tarball creation fails 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 owner@bugs.debian.org immediately.) -- 894101: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894101 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: multistrap: tarball creation fails
- From: Andrzej Wroblewski <andrzej.wroblewski+debianbug@rtbhouse.com>
- Date: Mon, 26 Mar 2018 12:48:01 +0000
- Message-id: <152206848151.6752.17621762218755081447.reportbug@localhost>
Package: multistrap Version: 2.2.9 Severity: normal Tags: patch Dear Maintainer, After settings "tarballname" option, tar creation fails with following error: Compressing multistrap system in '/tmp/trutututu/' to a tarball called: 'mrymry.tar.gz'. tar: Cowardly refusing to create an empty archive Try 'tar --help' or 'tar --usage' for more information. Patch below seems to fix this issue - i've moved "." outside of shellescape(), it's not needed there anyway i think. --- /usr/sbin/multistrap 2017-01-24 00:53:49.000000000 +0000 +++ multistrap.patched 2018-03-23 13:23:36.742791056 +0000 @@ -474,7 +474,7 @@ printf (_g("\nCompressing multistrap system in '%s' to a tarball called: '%s'.\n"), $dir, $tgzname); chdir ("$dir"); unlink $tgzname if (-f $tgzname); - my $retval = system ("tar -czf " . shellescape("../$tgzname .")); + my $retval = system ("tar -czf " . shellescape("../$tgzname") . " ."); $retval >>= 8; if ($retval == 0) { printf (_g("\nRemoving build directory: '%s'\n"), $dir); -- System Information: Debian Release: 9.3 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-5-amd64 (SMP w/32 CPU cores) Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8), LANGUAGE=pl_PL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages multistrap depends on: ii apt 1.4.8 ii libconfig-auto-perl 0.44-1 ii liblocale-gettext-perl 1.07-3+b1 ii libparse-debian-packages-perl 0.03-2 ii perl 5.24.1-3+deb9u2 multistrap recommends no packages. Versions of packages multistrap suggests: pn fakeroot <none> -- no debconf information
--- End Message ---
--- Begin Message ---
- To: 591518-done@bugs.debian.org,787989-done@bugs.debian.org,817066-done@bugs.debian.org,838981-done@bugs.debian.org,846744-done@bugs.debian.org,846745-done@bugs.debian.org,846777-done@bugs.debian.org,848215-done@bugs.debian.org,862519-done@bugs.debian.org,863433-done@bugs.debian.org,863434-done@bugs.debian.org,870166-done@bugs.debian.org,881146-done@bugs.debian.org,883777-done@bugs.debian.org,894101-done@bugs.debian.org,908451-done@bugs.debian.org,944967-done@bugs.debian.org,960661-done@bugs.debian.org,914282-done@bugs.debian.org,
- Cc: multistrap@packages.debian.org
- Subject: Bug#1093962: Removed package(s) from unstable
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Fri, 24 Jan 2025 16:20:10 +0000
- Message-id: <[🔎] E1tbMPi-000wOS-UL@fasolo.debian.org>
Version: 2.2.11+rm Dear submitter, as the package multistrap 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/1093962 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 ftpmaster@ftp-master.debian.org. Debian distribution maintenance software pp. Paul Tagliamonte (the ftpmaster behind the curtain)
--- End Message ---