Your message dated Sun, 10 Apr 2022 22:04:35 +0000
with message-id <e1ndfff-0006j9...@fasolo.debian.org>
and subject line Bug#992798: fixed in initramfs-tools 0.141
has caused the Debian Bug report #992798,
regarding initramfs-tools: FTBFS: shellcheck errors
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 ow...@bugs.debian.org
immediately.)


-- 
992798: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992798
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: initramfs-tools
Version: 0.140
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211023 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> shellcheck -e SC1090,SC1091 -s dash hook-functions $(find hooks scripts -type 
> f) $({ find . -maxdepth 1 -type f -executable; find debian -maxdepth 1 -type 
> f; find docs kernel -type f; } | xargs grep -l '^#!/bin/sh')
> 
> In scripts/nfs line 42:
>       if [ "x${NFSROOT}" = "xauto" ]; then
>              ^-----------^ SC2268: Avoid x-prefix in comparisons as it no 
> longer serves a purpose.
> 
> Did you mean: 
>       if [ "${NFSROOT}" = "auto" ]; then
> 
> 
> In ./init line 170:
>               [ "x$debug" = "xy" ] && log_output=/dev/kmsg
>                   ^-------^ SC2268: Avoid x-prefix in comparisons as it no 
> longer serves a purpose.
> 
> Did you mean: 
>               [ "$debug" = "y" ] && log_output=/dev/kmsg
> 
> 
> In ./update-initramfs line 14:
> if [ -n "$DPKG_MAINTSCRIPT_PACKAGE" ] && [ $# = 1 ] && [ x"$1" = x-u ]; then
>                                                          ^---^ SC2268: Avoid 
> x-prefix in comparisons as it no longer serves a purpose.
> 
> Did you mean: 
> if [ -n "$DPKG_MAINTSCRIPT_PACKAGE" ] && [ $# = 1 ] && [ "$1" = -u ]; then
> 
> 
> In ./unmkinitramfs line 115:
>                       if [ -n "$dir" ]; then
>                                  ^--^ SC2030: Modification of dir is local 
> (to subshell caused by (..) group).
> 
> 
> In ./unmkinitramfs line 130:
>               xcpio "$subarchive" "${dir:+$dir/main}" -i "$@"
>                                      ^---------------^ SC2031: dir was 
> modified in a subshell. That change might be lost.
>                                             ^--^ SC2031: dir was modified in 
> a subshell. That change might be lost.
> 
> 
> In ./unmkinitramfs line 133:
>               xcpio "$initramfs" "$dir" -i "$@"
>                                     ^--^ SC2031: dir was modified in a 
> subshell. That change might be lost.
> 
> 
> In debian/initramfs-tools-core.postrm line 5:
> if [ "x${1}" = "xpurge" ]; then
>      ^-----^ SC2268: Avoid x-prefix in comparisons as it no longer serves a 
> purpose.
> 
> Did you mean: 
> if [ "${1}" = "purge" ]; then
> 
> For more information:
>   https://www.shellcheck.net/wiki/SC2030 -- Modification of dir is local (to 
> ...
>   https://www.shellcheck.net/wiki/SC2031 -- dir was modified in a subshell. 
> T...
>   https://www.shellcheck.net/wiki/SC2268 -- Avoid x-prefix in comparisons as 
> ...
> make[1]: *** [debian/rules:28: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/initramfs-tools_0.140_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: initramfs-tools
Source-Version: 0.141
Done: Ben Hutchings <b...@debian.org>

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

Debian distribution maintenance software
pp.
Ben Hutchings <b...@debian.org> (supplier of updated initramfs-tools 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Sun, 10 Apr 2022 23:39:45 +0200
Source: initramfs-tools
Architecture: source
Version: 0.141
Distribution: unstable
Urgency: medium
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: Ben Hutchings <b...@debian.org>
Closes: 911727 976054 980788 981302 992798
Changes:
 initramfs-tools (0.141) unstable; urgency=medium
 .
   [ Hideki Yamane ]
   * [742c8ee] Use zstd as default compression for initramfs (Closes: #976054)
   * [b6ccfb6] Recommends: s/pigz/zstd/
   * [1063c43] Add check whether zstd support kernel (>= 5.9) and
     CONFIG_RD_ZSTD=y or not
   * [71c29fd] As comparison, compression level 9 is better.
   * [9cee2f0] Consider SOURCE_DATE_EPOCH option for zstd
 .
   [ Alper Nebi Yasak ]
   * [db7aec4] hook-functions: Include io-domain in dw_mmc-rockchip hidden
     dependencies
 .
   [ Michael Biebl ]
   * [7ec5e26] Setup /dev/fd and /dev/std{in,out,err} after mounting devtmpfs
     (Closes: #981302)
 .
   [ Dan Streetman ]
   * [116b532] hook-functions: check for dir before running find on it
     (LP: #1927779)
 .
   [ Vagrant Cascadian ]
   * [a5d9b32] hook-functions: Add pwm-rockchip to "fb" modules for Pinebook PRO
     LCD display.
   * [7e15676] hook-functions: Add usb/typec/tcpm modules to support keyboard on
     Pinebook PRO.
   * [5f17c03] hook-functions: Add panel-edp to "fb" modules for Pinebook PRO
     LCD display.
 .
   [ Ben Hutchings ]
   * [26f2f00] Only run shellcheck in Salsa CI (Closes: #992798)
   * [bd1519b] Fix shellcheck warning "Avoid x-prefix in comparisons ..."
   * [4937118] hook-functions: Fix shellcheck warning "Expansions inside ${..}
     need to be ..."
   * [883f4ad] mkiniramfs: Log warning about missing compressor to stderr
   * [035190c] mkinitramfs: Generalise kernel compression support check
   * [58e05e4] d/salsa-ci.yml: Disable non-arch:all builds
   * [5679e26] debian/tests/control: Add zstd as dependency to avoid (fatal)
     warnings
   * [e856af4] hook-functions: Support network boot via USB Ethernet adapters
     (Closes: #980788)
   * [ec5c6c7] scripts/functions: Refactor device name logic in
     configure_networking
   * [80eddcf] scripts/functions: Make configure_networking wait for device
     specified any way (Closes: #911727)
 .
   [ Ben Love ]
   * [02dc65f] Fully-qualify modprobe calls to avoid busybox
 .
   [ Ariel D'Alessandro ]
   * [8a6f73c] hook-functions: Add nvmem-imx-ocotp driver module to network boot
Checksums-Sha1:
 c3ab8b345c611972360b746a13abaf6712b37a3f 1915 initramfs-tools_0.141.dsc
 524bf796d518fd84ee51729e6348e70bab4ff29f 96204 initramfs-tools_0.141.tar.xz
 10d88857892a41ec3f5e86b32acf5f89c43c74f9 6894 
initramfs-tools_0.141_source.buildinfo
Checksums-Sha256:
 f2d52c921bd6cefa5510f83869365f3fd6bb04c1014814d15980140527c78eb7 1915 
initramfs-tools_0.141.dsc
 4c0cf036c460592bfde4b8304c0ffed9df0d48518c340b769f52c6f5da6f8d7b 96204 
initramfs-tools_0.141.tar.xz
 4baaab5219ec57795652cabf5d35aae8be5273402e756a223eb9b0aadc15b585 6894 
initramfs-tools_0.141_source.buildinfo
Files:
 dae00d94def55b51b46b49fc79f1d11d 1915 utils optional initramfs-tools_0.141.dsc
 787170841ea2c9d8d398c4c04368cd64 96204 utils optional 
initramfs-tools_0.141.tar.xz
 12ba134a3200fc30f8b6329644cd2d09 6894 utils optional 
initramfs-tools_0.141_source.buildinfo

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

iQIzBAEBCgAdFiEErCspvTSmr92z9o8157/I7JWGEQkFAmJTUFcACgkQ57/I7JWG
EQka+w//e3QIpJDqdIMTLmVZjHvL1ZY9uN2TzveY4h60DLqVhumHfnr6KLSD51tW
FjnHkGGkVU/TBZq8YCZ1cZf+GkmRAMm5qtb9uOqugz3DqVM3t2OQ2MEIp3MVJRCf
mJGEjKWyGgawId+YNNVU9Cxdz3VnmpKJM+eD4wcqRt9L/Qr+WEzgewcVqbLpJlvM
Gist7BQwmAO3rjBLMhpMlDcSJHy9k+JKlWWr8V/sjjlY5OJj/oOUuAVGbyXB7iAT
i2WW867JW6nncX3X/OUt5PtKcW+J31k6oj/+BASGvarqtl7D5Fdwmd6Qj5AfICRo
DyI/WtPWCebJQtW0AUPKBGcXIumGJQ5eoKIb37aVcImM1p1pIrcm5QPoLX0aHL3H
NT6TdMzM4JVZe2QXp1bVRkvQJepS+5az069s6QFzM/UQqU2S7KJgmZq3O7EsmO6W
o99xQA6k3/5G5ubxcpeSbTohueaopk/ZuFE70v/uZr5HQr9n9kWq5n0j3+smLtRj
KotI9MZ/i14PYrYFqMYDGWlELmRTztIrpwAlYIYUTMLZoDFtVZFINIPQkyTxVG+E
vuw85Z1DdgDz4cXPvdNadUOYrB21nFhVmiIriiPj54qmCMVcXdl+gsoSsxQ+RMWY
8y4s150OzS/vqeJF/noCo9xppgrUNBepNZdBJPsAesFKrtWSHm8=
=FqF7
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to