[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#900925: marked as done (debootstrap may fail because of arch-test in stretch)



Your message dated Sat, 23 Jun 2018 03:18:59 +0000
with message-id <E1fWZ4l-000B1G-P2@fasolo.debian.org>
and subject line Bug#900925: fixed in debootstrap 1.0.103
has caused the Debian Bug report #900925,
regarding debootstrap may fail because of arch-test in stretch
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.)


-- 
900925: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900925
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: debootstrap
Version: 1.0.101
Severity: minor

Dear Maintainer,

The latest versions of debootstrap may fail on debian stretch if arch-test is installed.
arch-test version 0.7-1 in stretch doesn't support option -c in use in
debootstrap (>= 1.0.97)

# debootstrap stable mychroot
E: Unable to execute target architecture
1 # echo $?
1
0 # cat mychroot/debootstrap/debootstrap.log
Usage: "arch-test [-n]" or "arch-test [-n] <arch>".

The patch below solved the issue for me (option --version
was added in arch-test version 0.12-1 and option -c was added
in version 0.11-1)

# debootstrap stable mychroot
I: Can't verify that target arch works
[ ... ]
I: Base system installed successfully.
0 # echo $?
0

Regards,
JH Chatenet


--- /usr/sbin/debootstrap
+++ /usr/sbin/debootstrap
@@ -591,8 +591,10 @@
 if [ -x /usr/bin/arch-test ] && am_doing_phase second_stage; then
 	if doing_variant fakechroot; then
 		ret=0; arch-test "$ARCH" || ret=$?
-	else
+	elif arch-test --version > /dev/null 2>&1; then
 		ret=0; arch-test -c "$TARGET" "$ARCH" || ret=$?
+	else
+		ret=3
 	fi
 
 	case $ret in


-- System Information:
Debian Release: 9.4
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-6-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages debootstrap depends on:
ii  wget  1.18-5+deb9u2

Versions of packages debootstrap recommends:
ii  arch-test               0.7-1
ii  debian-archive-keyring  2017.5
ii  gnupg                   2.1.18-8~deb9u1

Versions of packages debootstrap suggests:
pn  squid-deb-proxy-client  <none>
pn  ubuntu-archive-keyring  <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: debootstrap
Source-Version: 1.0.103

We believe that the bug you reported is fixed in the latest version of
debootstrap, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 900925@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hideki Yamane <henrich@debian.org> (supplier of updated debootstrap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 23 Jun 2018 11:44:57 +0900
Source: debootstrap
Binary: debootstrap debootstrap-udeb
Architecture: source all
Version: 1.0.103
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Hideki Yamane <henrich@debian.org>
Description:
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 900925 901808
Changes:
 debootstrap (1.0.103) unstable; urgency=medium
 .
   * Avoid failure with old arch-test package (Closes: #900925)
     Thanks to jhcha54008 <jhcha54008@free.fr>
   * Relax merged-usr blacklist restriction (Closes: #901808)
     Thanks to Tianon Gravi <tianon@debian.org>
Checksums-Sha1:
 9e18f011327b6e256fea76bd7ebc8fd3bfb4799a 2017 debootstrap_1.0.103.dsc
 8194c737d14e327c772f931d4e92cefa3057fba2 73167 debootstrap_1.0.103.tar.gz
 1a755656937287b06584fa4bf3479e2dfeb77142 20944 debootstrap-udeb_1.0.103_all.udeb
 b9c2ad8e7c56d0f612235816f0e7c1c0dca5f686 70668 debootstrap_1.0.103_all.deb
 898a4e1bdf380bc383694bb19f3d6cbf3b2d0c44 5854 debootstrap_1.0.103_amd64.buildinfo
Checksums-Sha256:
 a2d89dfecaf8a2ec24d72d37e16bc275ebee75b15928c73fbb4cd200a9fc830d 2017 debootstrap_1.0.103.dsc
 f874559d9124e7f112b4ff148ca0cc847219fcf1d585fd20013244094a5d181f 73167 debootstrap_1.0.103.tar.gz
 89df1bb22c0f191e1f0ab120fcfb7e6b746b06afdfb1ae96af73283c9a5573f5 20944 debootstrap-udeb_1.0.103_all.udeb
 44b2896539965d1de67f8040c93ea23ff6f57fa33db4f1adbcecacb5de77e893 70668 debootstrap_1.0.103_all.deb
 fd9e567fce7d7677e0822c2bdcd1c6515a6ac045993705d77fd41d63bd96a813 5854 debootstrap_1.0.103_amd64.buildinfo
Files:
 1fb8b5140ff0f51bdb91e259e1b70f03 2017 admin optional debootstrap_1.0.103.dsc
 97675c1fd8f8a2338f3711e64a8adef4 73167 admin optional debootstrap_1.0.103.tar.gz
 659176bd12f0fcbe0348ae62d35840b6 20944 debian-installer optional debootstrap-udeb_1.0.103_all.udeb
 78d14926389b6689599aa93d474ff6bc 70668 admin optional debootstrap_1.0.103_all.deb
 33d6328e721663cd9022da05a90fdeae 5854 admin optional debootstrap_1.0.103_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCgAxFiEEWOEiL5aWyIWjzRBMXTKNCCqqsUAFAlsttqMTHGhlbnJpY2hA
ZGViaWFuLm9yZwAKCRBdMo0IKqqxQEixD/9bZOuBg4vgnZ+o5mMWpMQyzFlr6eRg
5DMU8pQlHCdL2fFfZbttvpPClKekXl0XeLexrfQ844IGdS+YiMNFxg/+0nJrnVTD
WR/Yfq4J15RXZn5y8TAHe5FjrrRDvGRjrXrl0dISX51pJx9CP3HTmFxvM4qYXdBI
6mJTl4J3HhBgBFvGe1f/ka586S9hXvkw9vzpofDdtfwns1U9gwIoS56dFUA5e2fY
/mOlm2h91uazvUoSN5ysSV/tz7Vs4BoruLLw/PW/AneTxZn94VBctX56eU+msPXz
/IHPb6YShdEQkIt0564Xl2UoEib+SDKjCR89/oezApxfQnOOrDXw5HiHnFBydcRL
yAu7Urh4ZuTdCKTACWKZjZ0FgIi/wQfIpor5pNfho35JIbGoVBG3fjF6AAAwXbBj
ZkUdNyhJYBzy9HsC3QVxH11wHVUifuDJ6F+ncElKOujpOsTIL756k4ZJXbxWNxR3
U86lLbB5Epmd9jXRxH8te8smWl3EbXrm2TNTl8AAbhZQc8P9LtYtjZ1Ad6QGapX9
E+9IwpzlWrt8Hbs5sicBqqZey+u9ybgPlt8wMW5ZTxbw1YMBiNeeI5r8ZPJxeLjQ
0Z6rQvp6RmF0RGX5uk7ACkh5Zh/mkDCMYzq8fKM7kWoauO3BCaKd99JGe+jRbj8m
V3czE/wcgjiWZQ==
=WRZQ
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: