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

Bug#753059: marked as done (flash-kernel: Change introduced in #721485 breaks automated package installation)



Your message dated Sat, 12 Jul 2014 16:33:35 +0000
with message-id <E1X60Ex-0004dD-Ua@franck.debian.org>
and subject line Bug#753059: fixed in flash-kernel 3.23
has caused the Debian Bug report #753059,
regarding flash-kernel: Change introduced in #721485 breaks automated package installation
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.)


-- 
753059: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753059
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: flash-kernel
Version: 3.19
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

Bootstrapping embedded system with multistrap.

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true are set so that packages are installed automatically (without user input).

   * What was the outcome of this action?

flash-kernel stops the installation becuase it is waiting for user input.

   * What outcome did you expect instead?

flash-kernel package should install without user input

   * Additional info:

breaking change is git commit a0a4261de83c90c9b7ffeb27d390e90019620a6a

   * Patch:

>From 5c7fbb6b9e616c8aca47bcf7554cb91407e11e30 Mon Sep 17 00:00:00 2001
From: David Lechner <david@lechnology.com>
Date: Sat, 28 Jun 2014 15:06:20 -0500
Subject: [PATCH] Fix breakage caused by a0a4261

---
 initramfs-tools/hooks/flash_kernel_set_root | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/initramfs-tools/hooks/flash_kernel_set_root b/initramfs-tools/hooks/flash_kernel_set_root
index f157731..799112c 100755
--- a/initramfs-tools/hooks/flash_kernel_set_root
+++ b/initramfs-tools/hooks/flash_kernel_set_root
@@ -34,7 +34,7 @@ pause_error() {
        # If debconf appears to be running then it is important that
        # we do not block on stdin since this would hang the
        # installer.
-       if [ "$DEBIAN_HAS_FRONTEND" ]; then
+       if [ "$DEBIAN_HAS_FRONTEND" ] || [ "$DEBIAN_FRONTEND" = "noninteractive" ]; then
                echo "Unable to abort; system will probably be broken!" >&2
        else
                echo "Press Ctrl-C to abort build, or Enter to continue" >&2
-- 
1.8.3.2



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: armel (armv7l)

Kernel: Linux 2.6.32 (SMP w/6 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages flash-kernel depends on:
ii  devio            1.2-1+b1
ii  initramfs-tools  0.115
ii  linux-base       3.5

flash-kernel recommends no packages.

Versions of packages flash-kernel suggests:
ii  u-boot-tools  2014.04+dfsg1-1

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: flash-kernel
Source-Version: 3.23

We believe that the bug you reported is fixed in the latest version of
flash-kernel, 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 753059@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ian Campbell <ijc@hellion.org.uk> (supplier of updated flash-kernel 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: SHA256

Format: 1.8
Date: Sat, 12 Jul 2014 16:39:40 +0100
Source: flash-kernel
Binary: flash-kernel flash-kernel-installer
Architecture: source armhf
Version: 3.23
Distribution: sid
Urgency: medium
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Ian Campbell <ijc@hellion.org.uk>
Description:
 flash-kernel - utility to make certain embedded devices bootable
 flash-kernel-installer - Make the system bootable (udeb)
Closes: 751816 753059
Changes:
 flash-kernel (3.23) unstable; urgency=medium
 .
   * Avoid stalling install when debconf frontend is noninteractive. Patch from
     David Lechner. (Closes: #753059)
   * Append command line options from
     /etc/default/flash-kernel:LINUX_KERNEL_CMDLINE to ${bootargs} rather than
     replacing it entirely. (Closes: #751816)
Checksums-Sha1:
 5fec3cfa2afcae2c10d4982347c4bcd210284f38 1861 flash-kernel_3.23.dsc
 5b3b0479569e9790fbbc0cb5124365483e733d30 54324 flash-kernel_3.23.tar.xz
 7b9e6358747912232a7942e55d691b0a8827fc86 31688 flash-kernel_3.23_armhf.deb
 a54718781abed7aa1e2667b8450ae6afe9cef3bf 23426 flash-kernel-installer_3.23_armhf.udeb
Checksums-Sha256:
 20de4c8ec9df3b9b57bdd05d7498a7de1c4db59a41b4ee65ed50344fa0e88180 1861 flash-kernel_3.23.dsc
 106cdbcc7cf2752bc8ad31f66f4a15f96f58ab5c6f60764a880ab8f384cd7b8f 54324 flash-kernel_3.23.tar.xz
 deae3b3e9e74b28d46e00e9ceb315f0213924cde6fe72e8868e4989ddd3847fb 31688 flash-kernel_3.23_armhf.deb
 8f790b0c7f90fe9a8aaf0c9a76fd1588abb827c89b21bfea99f9a2105f80ff24 23426 flash-kernel-installer_3.23_armhf.udeb
Files:
 a19edcf65a41fa56b68557fe976d4b64 31688 utils optional flash-kernel_3.23_armhf.deb
 48e42ebf41332e9d35b6b08473dd50e7 23426 debian-installer standard flash-kernel-installer_3.23_armhf.udeb
 f723dbc2d54116b7f645ff23fb0e1787 1861 utils optional flash-kernel_3.23.dsc
 fad223cca47470701eaeb3952709c1cd 54324 utils optional flash-kernel_3.23.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJTwWC4AAoJECouJZ9pWkbGiWcQAJoIkQtAqQxjKNdLLLxxMf4f
sYERYKgNS4wurT6Q11aynrb3XYNfs3GBd8VzjvNcGSxdZP3i32o7xWrY2GCK9ZQz
kVfXIUs0HtgtXVy7kLA3OsZ0AydkCe9OLYRNSzjcW0QlXVGYOBU0ZcwU1yx+oxzL
LpR80BX3cpjARMpKYmsiqdSyuimzRJf2HHTIOvmUMhPoxh8DfaaToop67J0GVPS8
Yj75NrQVm9jTGYsCrVfSTJoBqONyfq9TdsLnr7TGTPOsW1ZFvX9n9fsaJca3HmcQ
D4Up6HnmPmj6P486B8n2qSeVM9lrzVIIhsy9RYCc/TDKvlHwDrXTXLiRo6bA7lkd
FE/kyD+QZYrl+z3z19vec5kOXNsWdn0VqY6ruq+LuQCHju532wIJf7SxGtB0Wbvt
TxANlCUJIiZmCr0vDa3JuEpf6d4lzKls26HRBwBZ85nrU0f90c7U3CVrRxe9NofX
/2ldH7bZ0XNHon7NIwRY6Khxeii1113KSrGJI0CCb+ftMoebI9tpwUlSHT6KAyIF
FxhWUjL3/Dok7e9UqmnTXUorH7aH4UDmWCUYeojRY54Q2hDYl6aTEafGBi30mVGB
43tjEr29MNwzBdpKiYbgirBEH0DYawb54k0bkXxc2F4YHEzc/rwoGv0KBrdxz6GH
cx8ZOlIOGqdsIbyAXpav
=Jr8U
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: