Your message dated Tue, 03 Feb 2026 20:57:04 +0000
with message-id <[email protected]>
and subject line Bug#1105498: fixed in mawk 1.3.4.20260129-1
has caused the Debian Bug report #1105498,
regarding mawk: FTBFS with make --shuffle=reverse: make[2]: *** No rule to make 
target 'parse.h', needed by 'fin.o'.  Stop.
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 [email protected]
immediately.)


-- 
1105498: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1105498
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mawk
Version: 1.3.4.20250131-1
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-shuffle

Hi,

GNU Make now has a --shuffle option that simulates non-deterministic ordering
of target prerequisites. See
https://trofi.github.io/posts/238-new-make-shuffle-mode.html and also previous
work in Debian by Santiago Vila:
https://people.debian.org/~sanvila/make-shuffle/

This package fails to build with make --shuffle=reverse.
This is likely to be caused by a missing dependency in
debian/rules or an upstream Makefile.

More information about this mass bug filing is available at
https://wiki.debian.org/qa.debian.org/FTBFS/Shuffle

Relevant part (hopefully):
> make[2]: Entering directory '/build/reproducible-path/mawk-1.3.4.20250131'
> Makefile:127: update target 'makebits.h' due to: target does not exist
> gcc -g -O2 -ffile-prefix-map=/build/reproducible-path/mawk-1.3.4.20250131=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Werror=implicit-function-declaration 
> -I. -I. -DHAVE_CONFIG_H -I. -I. -DHAVE_CONFIG_H -Wdate-time 
> -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=500 -g -O2 
> -ffile-prefix-map=/build/reproducible-path/mawk-1.3.4.20250131=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now  -o makebits 
> ./makebits.c
> rm -f makebits.h
> ./makebits > makebits.h
> rm makebits
> Makefile:89: update target 'version.o' due to: target does not exist
> gcc -c -I. -I. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=500 -g -O2 
> -ffile-prefix-map=/build/reproducible-path/mawk-1.3.4.20250131=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Werror=implicit-function-declaration 
> version.c
> Makefile:89: update target 'fcall.o' due to: target does not exist
> gcc -c -I. -I. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=500 -g -O2 
> -ffile-prefix-map=/build/reproducible-path/mawk-1.3.4.20250131=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Werror=implicit-function-declaration 
> fcall.c
> Makefile:89: update target 'matherr.o' due to: target does not exist
> gcc -c -I. -I. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=500 -g -O2 
> -ffile-prefix-map=/build/reproducible-path/mawk-1.3.4.20250131=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Werror=implicit-function-declaration 
> matherr.c
> Makefile:133: update target 'scancode.c' due to: target does not exist
> gcc -g -O2 -ffile-prefix-map=/build/reproducible-path/mawk-1.3.4.20250131=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Werror=implicit-function-declaration 
> -I. -I. -DHAVE_CONFIG_H -I. -I. -DHAVE_CONFIG_H -Wdate-time 
> -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=500 -g -O2 
> -ffile-prefix-map=/build/reproducible-path/mawk-1.3.4.20250131=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now  -o makescan 
> ./makescan.c
> rm -f scancode.c
> ./makescan > scancode.c
> rm makescan
> Makefile:89: update target 'scancode.o' due to: target does not exist
> gcc -c -I. -I. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=500 -g -O2 
> -ffile-prefix-map=/build/reproducible-path/mawk-1.3.4.20250131=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Werror=implicit-function-declaration 
> scancode.c
> Makefile:89: update target 'files.o' due to: target does not exist
> gcc -c -I. -I. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=500 -g -O2 
> -ffile-prefix-map=/build/reproducible-path/mawk-1.3.4.20250131=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Werror=implicit-function-declaration 
> files.c
> make[2]: *** No rule to make target 'parse.h', needed by 'fin.o'.  Stop.
> make[2]: Leaving directory '/build/reproducible-path/mawk-1.3.4.20250131'
> dh_auto_build: error: make -j1 mawk returned exit code 2
> make[1]: *** [debian/rules:27: override_dh_auto_build] Error 25 
> shuffle=reverse


The full build log is available from:
http://qa-logs.debian.net/2025/05/05/shuffle/reverse/mawk_1.3.4.20250131-1_unstable_reverse.log

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

--- End Message ---
--- Begin Message ---
Source: mawk
Source-Version: 1.3.4.20260129-1
Done: Boyuan Yang <[email protected]>

We believe that the bug you reported is fixed in the latest version of
mawk, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Boyuan Yang <[email protected]> (supplier of updated mawk 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 [email protected])


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

Format: 1.8
Date: Tue, 03 Feb 2026 15:30:40 -0500
Source: mawk
Architecture: source
Version: 1.3.4.20260129-1
Distribution: unstable
Urgency: medium
Maintainer: Boyuan Yang <[email protected]>
Changed-By: Boyuan Yang <[email protected]>
Closes: 1105498
Changes:
 mawk (1.3.4.20260129-1) unstable; urgency=medium
 .
   * New upstream release. (Closes: #1105498)
   * debian/copyright: Refresh information.
   * debian/control: Bump Standards-Version to 4.7.3.
Checksums-Sha1:
 ed584407b60a9f133fd2c51066c0ac8248c4eda2 2969 mawk_1.3.4.20260129-1.dsc
 37f4ffec698404567e883674abb737fae9c415d4 436702 mawk_1.3.4.20260129.orig.tar.gz
 57e86b675f095169a60893b6200af85b57612ee8 729 
mawk_1.3.4.20260129.orig.tar.gz.asc
 a4df70349e0b9fcf71f1cdcf7094b1bbdc0132c3 16116 
mawk_1.3.4.20260129-1.debian.tar.xz
 9a06f3cdea51d9bef2e497bdfb134abfd4be7bd9 6089 
mawk_1.3.4.20260129-1_amd64.buildinfo
Checksums-Sha256:
 874701c6d96fdd5458a38a7ff532fdd299a154a67b3bdf29ea4c9648ddac2702 2969 
mawk_1.3.4.20260129-1.dsc
 a71fb7efea5a63770d8fb71321ef6ae7afe0592f1aa7f7e2b496c26ccbb392a4 436702 
mawk_1.3.4.20260129.orig.tar.gz
 ff191391d1132f1bff2f188e376e325c81052c4d5e5657805203afc4d88a56a0 729 
mawk_1.3.4.20260129.orig.tar.gz.asc
 0174c58af8d10f6b985723976b49dcac07ba279fd54c358a703d464904be16c5 16116 
mawk_1.3.4.20260129-1.debian.tar.xz
 90c4b5cac156f666aa7aad4a611fc5cdbeab197dadb692a91cdeea14c44b608c 6089 
mawk_1.3.4.20260129-1_amd64.buildinfo
Files:
 a7fc110e2aa340c47944045b01ab4f37 2969 interpreters required 
mawk_1.3.4.20260129-1.dsc
 0ccb7f88d7501b099711869e85204806 436702 interpreters required 
mawk_1.3.4.20260129.orig.tar.gz
 1c13184ace04592547310e7739dda016 729 interpreters required 
mawk_1.3.4.20260129.orig.tar.gz.asc
 2f8e90a1db4a99b7450a6b824bc9f576 16116 interpreters required 
mawk_1.3.4.20260129-1.debian.tar.xz
 8acc38647ee1fee872d896adf1e21c56 6089 interpreters required 
mawk_1.3.4.20260129-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmmCW20ACgkQwpPntGGC
Ws6dxA//dyaJ6VIaZLnJ3FRzfyDEyhOR1ExquTZ0DDgeF3PEekbZxmHqvvocwsoQ
QdSByV7+Pv9VHBjIQsNKaskLy8N0QqAWNf1Uz4Wuza+cjzMdn3joy0DCo7WVyf5G
wb+BjuLV2FqAjENJz61uLoi8WlZV1GfH4r0xTsCOEiigGPfCxt5hilRLp4XP8Rq5
aG2Fhr6fSjqDNlfc8vwnh60g1G23kpi1gtV5TPcvca68bNsFm2HbSXMsGYmHU47R
aRI7aSH+ySJ4hUJ26K0NCC7Z+s7DtClHhufnqTTywYHR01ppgNxtA1yDyD4m2TF3
thB7espihb77+cYqRPFP7KtPL3zsTIXHi9nPxawrVjCsEVO6amKyueBsPYaP3/2W
kTwu/edBls8RqyOugjd9VbtlNvzSy0sqCaL2DElAcD9OX4HgmESkRKK4RcsJ1Iw6
QkY/Op8kKSJSL2BiKLR1siAc50blMzQ25A/KEQFdngOODtjR/nBKXI+YFjvrn+Vl
FR+LZ4Lh5ApW56opv0JtepU+/evrvReqN3E4ijcjCKX1wNvSMcnHlLVSF/vwqcQ6
onFmHfs7vQfAttJr8osiIO66Ok3PKjULfNR4L4EK25A6mflUVuzO4hIo90tf5Ykq
3z6pzu1xFv2iW6ifBwsBHfTJR8uBw8o4YJe5ft72CRxHM/DXb4M=
=NaYw
-----END PGP SIGNATURE-----

Attachment: pgpv3gmbhPJEP.pgp
Description: PGP signature


--- End Message ---

Reply via email to