Your message dated Mon, 10 Jun 2024 19:19:20 +0000
with message-id <e1sgky4-000heh...@fasolo.debian.org>
and subject line Bug#1072932: Removed package(s) from unstable
has caused the Debian Bug report #1029189,
regarding kpatch: FTBFS with shellcheck 0.9.0
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.)


-- 
1029189: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1029189
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kpatch
Version: 0.9.7-2
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)

Hi,

kpatch/experimental recently started to FTBFS:

   dh_auto_test
        make -j3 check
make[1]: Entering directory '/build/kpatch-0.9.7'
shellcheck kpatch/kpatch kpatch-build/kpatch-build kpatch-build/kpatch-cc

In kpatch/kpatch line 358:
                                break
                                ^---^ SC2317 (info): Command appears to be 
unreachable. Check usage (or ignore if invoked indirectly).


In kpatch-build/kpatch-build line 809:
                rpmbuild -D "_topdir $RPMTOPDIR" -bp --nodeps "--target=$(uname 
-m)" "$RPMTOPDIR"/SPECS/kernel$ALT.spec 2>&1 | logger ||
                                                                                
                              ^--^ SC2086 (info): Double quote to prevent 
globbing and word splitting.

Did you mean: 
                rpmbuild -D "_topdir $RPMTOPDIR" -bp --nodeps "--target=$(uname 
-m)" "$RPMTOPDIR"/SPECS/kernel"$ALT".spec 2>&1 | logger ||


In kpatch-build/kpatch-build line 1181:
                "$TOOLSDIR"/create-diff-object $CDO_FLAGS "orig/$i" 
"patched/$i" "$KOBJFILE_NAME" \
                                               ^--------^ SC2086 (info): Double 
quote to prevent globbing and word splitting.

Did you mean: 
                "$TOOLSDIR"/create-diff-object "$CDO_FLAGS" "orig/$i" 
"patched/$i" "$KOBJFILE_NAME" \


In kpatch-build/kpatch-build line 1244:
    MAKEVARS[$idx]=${MAKEVARS[$idx]/${KPATCH_CC_PREFIX}/}
             ^--^ SC2004 (style): $/${} is unnecessary on arithmetic variables.


In kpatch-build/kpatch-build line 1263:
        "$TOOLSDIR"/create-klp-module $extra_flags "$TEMPDIR/patch/tmp.ko" 
"$TEMPDIR/patch/$MODNAME.ko" 2>&1 | logger 1
                                      ^----------^ SC2086 (info): Double quote 
to prevent globbing and word splitting.

Did you mean: 
        "$TOOLSDIR"/create-klp-module "$extra_flags" "$TEMPDIR/patch/tmp.ko" 
"$TEMPDIR/patch/$MODNAME.ko" 2>&1 | logger 1

For more information:
  https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ...
  https://www.shellcheck.net/wiki/SC2317 -- Command appears to be unreachable...
  https://www.shellcheck.net/wiki/SC2004 -- $/${} is unnecessary on arithmeti...
make[1]: *** [Makefile:70: check] Error 1
make[1]: Leaving directory '/build/kpatch-0.9.7'
dh_auto_test: error: make -j3 check returned exit code 2


Andreas

Attachment: kpatch_0.9.7-2.log.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Version: 0.6.0-0.2+rm

Dear submitter,

as the package kpatch 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/1072932

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
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to