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 #881146, regarding [multistrap] apt 1.5~alpha1 breaks initial multstrap repository updates 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.) -- 881146: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881146 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: [multistrap] apt 1.5~alpha1 breaks initial multstrap repository updates
- From: Andre Naujoks <nautsch2@gmail.com>
- Date: Wed, 8 Nov 2017 09:03:44 +0100
- Message-id: <24b0bca1-cf37-167a-2233-4b297eacfa28@gmail.com>
Package: multistrap Version: 2.2.9 Severity: important --- Please enter the report below this line. --- Hi. Since (I assume) apt 1.5~alpha1 the following change is in apt (from apts changelog): * fail instead of warn on insecure repositories in apt-get This makes multistraps initial package download/repository update fail. I could work around this by applying the attached patch to the multistrap script in /usr/sbin/multistrap It adds another option to the apt-get call unconditionally: "-o Acquire::AllowInsecureRepositories=true" I am not sure about the implications of this, since I am not familiar with multistraps code base. Maybe it needs the same guard as the -o Apt::Get::AllowUnauthenticated=true option? Marked as important, because the package is unusable like this. Regards Andre --- System information. --- Architecture: Kernel: Linux 4.13.0-1-amd64 Debian Release: buster/sid 500 unstable-debug debug.mirrors.debian.org 500 unstable jenkins.piavpn.nordsys.de 500 unstable ftp.de.debian.org 500 testing-debug debug.mirrors.debian.org 500 testing ftp.de.debian.org --- Package information. --- Depends (Version) | Installed ============================================-+-=========== perl:any | apt | 1.6~alpha3 libconfig-auto-perl | 0.44-1 liblocale-gettext-perl | 1.07-3+b3 libparse-debian-packages-perl | 0.03-2 Package's Recommends field is empty. Suggests (Version) | Installed =======================-+-=========== fakeroot | 1.22-1--- multistrap.orig 2017-11-08 08:55:15.066979371 +0100 +++ multistrap 2017-11-08 08:55:00.847310585 +0100 @@ -317,6 +317,7 @@ $config_str .= " -o Apt::Architecture=" . shellescape($arch); $config_str .= " -o Dir::Etc::TrustedParts=" . shellescape("${dir}${etcdir}trusted.gpg.d"); $config_str .= " -o Dir::Etc::Trusted=" . shellescape("${dir}${etcdir}trusted.gpg"); +$config_str .= " -o Acquire::AllowInsecureRepositories=true"; $config_str .= " -o Apt::Get::AllowUnauthenticated=true" if (defined $noauth); $config_str .= " -o Apt::Get::Download-Only=true";
--- 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 ---