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

Bug#1114863: marked as done (src:linux: test-patches fails because quilt returns 2 when all the patches are already applied)



Your message dated Sat, 08 Nov 2025 20:10:10 +0000
with message-id <E1vHpGE-000hAw-1z@fasolo.debian.org>
and subject line Bug#1114863: fixed in linux 6.18~rc4-1~exp1
has caused the Debian Bug report #1114863,
regarding src:linux: test-patches fails because quilt returns 2 when all the patches are already applied
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.)


-- 
1114863: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114863
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: linux
Version: 6.16.5-1
Severity: normal

Hello,

It seems that debian/bin/test-patches is not working properly anymore as
quilt is returning 2 when there is nothing else to apply:

bigon@eriador:/tmp/linux-6.16.5$ debian/bin/test-patches /tmp/0001-drm-i915-dp-Fix-resetting-DSC-capability-during-dete.patch
mkdir -p debian/build
printf >debian/build/version-info 'Source: %s\nVersion: %s\nDistribution: %s\n' linux 6.16.5-1a~test UNRELEASED
PYTHONHASHSEED=0 debian/bin/gencontrol.py
md5sum debian/bin/gencontrol.py debian/build/version-info debian/config/alpha/defines.toml debian/config/amd64/defines.toml debian/config/arm64/defines.toml debian/config/armel/defines.toml debian/config/armhf/defines.toml debian/config/defines.toml debian/config/hppa/defines.toml debian/config/loong64/defines.toml debian/config/m68k/defines.toml debian/config/mips/defines.toml debian/config/mips64/defines.toml debian/config/mips64el/defines.toml debian/config/mips64r6el/defines.toml debian/config/mipsel/defines.toml debian/config/powerpc/defines.toml debian/config/ppc64/defines.toml debian/config/ppc64el/defines.toml debian/config/riscv64/defines.toml debian/config/s390x/defines.toml debian/config/sh4/defines.toml debian/config/sparc64/defines.toml debian/installer/package-list debian/templates/config.control.in debian/templates/docs.control.in debian/templates/docs.meta.control.in debian/templates/docs.meta.maintscript.in debian/templates/extra.control.in debian/templates/headers.control.in debian/templates/headers.featureset.control.in debian/templates/headers.meta.control.in debian/templates/headers.meta.maintscript.in debian/templates/headers.postinst.in debian/templates/headers.tests-control.in debian/templates/image-dbg.control.in debian/templates/image-dbg.meta.control.in debian/templates/image-dbg.meta.maintscript.in debian/templates/image-extra-dev.control.in debian/templates/image-unsigned.control.in debian/templates/image-unsigned.postinst.in debian/templates/image-unsigned.postrm.in debian/templates/image-unsigned.preinst.in debian/templates/image-unsigned.prerm.in debian/templates/image.control.in debian/templates/image.meta.bug-presubj.in debian/templates/image.meta.control.in debian/templates/image.meta.maintscript.in debian/templates/image.postinst.in debian/templates/image.postrm.in debian/templates/image.preinst.in debian/templates/image.prerm.in debian/templates/image.tests-control.in debian/templates/libc-dev.control.in debian/templates/main.control.in debian/templates/main.tests-control.in debian/templates/signed-template.control.in debian/templates/signed-template.lintian-overrides.in debian/templates/signed.headers.meta.control.in debian/templates/signed.headers.meta.lintian-overrides.in debian/templates/signed.headers.meta.maintscript.in debian/templates/signed.image.control.in debian/templates/signed.image.postinst.in debian/templates/signed.image.postrm.in debian/templates/signed.image.preinst.in debian/templates/signed.image.prerm.in debian/templates/signed.source.control.in debian/templates/signed.source.lintian-overrides.in debian/templates/source.control.in debian/templates/sourcebin.control.in debian/templates/sourcebin.meta.control.in debian/templates/sourcebin.meta.maintscript.in debian/templates/tools-unversioned.control.in debian/templates/tools-versioned.control.in > debian/control.md5sum

This target is made to fail intentionally, to make sure
that it is NEVER run during the automated build. Please
ignore the following error, the debian/control file has
been generated SUCCESSFULLY.

exit 1
make: *** [debian/rules:156: debian/control-real] Error 1
dh_testdir
rm -rf debian/build debian/stamps debian/lib/python/debian_linux/*.pyc debian/lib/python/debian_linux/__pycache__ $(find debian -maxdepth 1 -type d -name 'linux-*') debian/*-modules-*-di* debian/kernel-image-*-di* debian/*-tmp debian/*.substvars
dh_clean
mkdir -p debian/build
printf >debian/build/version-info 'Source: %s\nVersion: %s\nDistribution: %s\n' linux 6.16.5-1a~test UNRELEASED
md5sum --check debian/control.md5sum --status || \
	/usr/bin/make -f debian/rules debian/control-real
dh_testdir
/usr/bin/make -f debian/rules.gen source
make[1] : on entre dans le répertoire « /tmp/linux-6.16.5 »
/usr/bin/make -f debian/rules.real source ABINAME='6.16+unreleased' FEATURESET='none' SOURCEVERSION='6.16.5-1a~test' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='6.16' VERSION='6.16'
make[2] : on entre dans le répertoire « /tmp/linux-6.16.5 »
test -d .pc
set +e; QUILT_PC=.pc quilt unapplied --quiltrc - >/dev/null && echo 'Patch series not fully applied'; test $? -eq 1
File series fully applied, ends at patch bugfix/all/bootconfig-fix-negative-seeks-on-32-bit-with-lfs-ena.patch
mkdir -p 'debian/build'
rm -f 'debian/build/source_none'
ln -s '/tmp/linux-6.16.5' 'debian/build/source_none'
make[2] : on quitte le répertoire « /tmp/linux-6.16.5 »
/usr/bin/make -f debian/rules.real source ABINAME='6.16+unreleased' FEATURESET='rt' SOURCEVERSION='6.16.5-1a~test' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='6.16' VERSION='6.16'
make[2] : on entre dans le répertoire « /tmp/linux-6.16.5 »
mkdir -p 'debian/build'
rm -rf 'debian/build/source_rt'
mkdir -p 'debian/build/source_rt'
cp -al arch block certs COPYING CREDITS crypto Documentation drivers fs include init io_uring ipc Kbuild Kconfig kernel lib LICENSES MAINTAINERS Makefile mm net README rust samples scripts security sound tools usr virt .clang-format .clippy.toml .cocciconfig .editorconfig .get_maintainer.ignore .gitattributes .gitignore .mailmap .pylintrc .rustfmt.toml 'debian/build/source_rt'
cd 'debian/build/source_rt' && QUILT_PATCHES='/tmp/linux-6.16.5/debian/patches-rt' QUILT_PC=.pc quilt push --quiltrc - -a -q --fuzz=0
File series fully applied, ends at patch bugfix/all/bootconfig-fix-negative-seeks-on-32-bit-with-lfs-ena.patch
make[2]: *** [debian/rules.real:120: debian/stamps/source_rt] Error 2
make[2] : on quitte le répertoire « /tmp/linux-6.16.5 »
make[1]: *** [debian/rules.gen:3196: source_rt] Error 2
make[1] : on quitte le répertoire « /tmp/linux-6.16.5 »
make: *** [debian/rules:28: source] Error 2

Kind regards,
Laurent Bigonville


-- System Information:
Debian Release: forky/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.16.3+deb14-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), LANGUAGE=fr_BE:fr
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

--- End Message ---
--- Begin Message ---
Source: linux
Source-Version: 6.18~rc4-1~exp1
Done: Bastian Blank <waldi@debian.org>

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

Debian distribution maintenance software
pp.
Bastian Blank <waldi@debian.org> (supplier of updated linux 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, 08 Nov 2025 19:52:26 +0100
Source: linux
Architecture: source
Version: 6.18~rc4-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Changed-By: Bastian Blank <waldi@debian.org>
Closes: 1000966 1114863 1119268
Changes:
 linux (6.18~rc4-1~exp1) experimental; urgency=medium
 .
   * New upstream release candidate.
     - drm/amd/display: Fix incorrect return of vblank enable on unconfigured
       crtc (Closes: #1000966)
 .
   [ Bastian Blank ]
   * Introduce explicit test flavour.
   * Also drop update from experimental versions.
   * Take over linux-libc-dev-*-cross from cross-toolchain-base, see #1065416.
   * Call pytest instead of historic py.test. (closes: #1119268)
   * [powerpc/powrpc64] Remove a remaining non-multiarch build.
   * [armel, mips*] Remove all kernel builds.
 .
   [ Ben Hutchings ]
   * d/salsa-ci.yml: Fix cache configuration for build job
   * d/salsa-ci.yml: Move orig tarball generation to a separate job again
   * d/salsa-ci.yml: Restore lintian checking of source package
 .
   [ Salvatore Bonaccorso ]
   * d/b/test-patches: Stop handling rt featureset for test builds
     (Closes: #1114863)
 .
   [ Aurelien Jarno ]
   * [riscv64] Enable ARCH_ESWIN and PINCTRL_EIC7700
   * [riscv64] Enable DRM_POWERVR and POWER_RESET_TH1520_AON as modules
   * [riscv64] Enable I2C_MICROCHIP_CORE, MCHP_SBI_IPC_MBOX and
     PWM_MICROCHIP_CORE as modules
   * [riscv64] Enable MFD_SPACEMIT_P1, MMP_PDMA and NVMEM_LAYOUT_ONIE_TLV as
     modules
   * [riscv64] Enable PCIE_SG2042_HOST as built-in and SPI_SG2044_NOR as
     module
   * [riscv64] udeb: kernel-image: add DMA and reset controllers
Checksums-Sha1:
 5b49ddf630a6a57311201eca44ae244eb298934b 123548 linux_6.18~rc4-1~exp1.dsc
 c23eba020494e0af9cab5b6ec9ef13c74fc4e441 157325744 linux_6.18~rc4.orig.tar.xz
 9bea6a9c2a2225d410f3489254088833115fedb4 1439340 linux_6.18~rc4-1~exp1.debian.tar.xz
 38e41c77074329d331d532ea34f2612ede621ecd 6775 linux_6.18~rc4-1~exp1_source.buildinfo
Checksums-Sha256:
 7d4a82240b5138ee112fa41c91e925b1ff62089357056e23a2945f1526428bc2 123548 linux_6.18~rc4-1~exp1.dsc
 930a0ca6dc5f56f7931a009e97c62e80da530c0cf68dbff54850776a8e0422a9 157325744 linux_6.18~rc4.orig.tar.xz
 8b3433382433a3a1da417b53e406435b2e87180c166ed9e91dbe5e3c97884fd1 1439340 linux_6.18~rc4-1~exp1.debian.tar.xz
 8860f4066504cc35aff88b11844ddaab30f1f4358a3bb1a9520fc1d9fe48bf69 6775 linux_6.18~rc4-1~exp1_source.buildinfo
Files:
 be1d1acaa2d148561e0a43e83bc05a8c 123548 kernel optional linux_6.18~rc4-1~exp1.dsc
 1cff61aee123f2da89976836919221df 157325744 kernel optional linux_6.18~rc4.orig.tar.xz
 7fb755a870b6488b410d4b90dd3fb5ef 1439340 kernel optional linux_6.18~rc4-1~exp1.debian.tar.xz
 212710487989add104f0346fa8ecfdbc 6775 kernel optional linux_6.18~rc4-1~exp1_source.buildinfo

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

iHUEARYKAB0WIQQ8pEKDNIgQDAQDOBFji0aBW7swjwUCaQ+S5wAKCRBji0aBW7sw
j3r1AQD367XMo/LS1jV8fjDg6MMChVeNUns2cmE5GA7b6mKL5AD+JKE0bbAoIiEk
37vOjBVjC+Qf4FI4aWvdEVtNifroRwI=
=dw9h
-----END PGP SIGNATURE-----

Attachment: pgpzVw9TPXeCk.pgp
Description: PGP signature


--- End Message ---

Reply to: