Your message dated Wed, 18 Dec 2024 18:22:15 +0000
with message-id <[email protected]>
and subject line Bug#1010190: fixed in make-dfsg 4.4.1-1
has caused the Debian Bug report #1010190,
regarding make: manual has broken spacing in jobserver section
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.)
--
1010190: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010190
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: make
Version: 4.3-4.1
Severity: minor
Dear Maintainer,
Please consider the attached patch (based on current Salsa HEAD
(484dd2fed4e19b092719394bc5333b2fc64a1b27)), which fixes the broken
spacing in the PARALLEL MAKE AND THE JOBSERVER section.
Best,
наб
-- System Information:
Debian Release: 11.3
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500,
'stable-debug'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.10.0-13-amd64 (SMP w/24 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_FIRMWARE_WORKAROUND,
TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8),
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages make depends on:
ii libc6 2.31-13+deb11u3
make recommends no packages.
Versions of packages make suggests:
pn make-doc <none>
-- no debconf information
From a7e11e35c7a89f1d37473f8d88d8c13eb3359cb8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= <[email protected]>
Date: Tue, 26 Apr 2022 00:51:03 +0200
Subject: [PATCH] Fix spacing errors in make.1
X-Mutt-PGP: OS
---
make.1 | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/make.1 b/make.1
index d4b5fbab..b813f0d3 100644
--- a/make.1
+++ b/make.1
@@ -206,7 +206,7 @@ Internal option
.BR make
uses to pass the jobserver pipe read and write file descriptor numbers
to
-.BR sub-makes;
+.BR sub-makes ;
see the section
.B PARALLEL MAKE AND THE JOBSERVER
for details
@@ -389,8 +389,8 @@ When the build environment is such that a top level
invokes
.BR sub-makes
(for instance, a style in which each sub-directory contains its own
-.I Makefile
-), no individual instance of
+.IR Makefile ),
+no individual instance of
.BR make
knows how many tasks are running in parallel, so keeping the number of
tasks under the upper limit would be impossible without communication
@@ -405,17 +405,18 @@ created, the current implementation uses a simple shared pipe.
This pipe is created by the top-level
.BR make
process, and passed on to all the
-.BR sub-makes.
+.BR sub-makes .
The top level
-.BR make process writes
+.B make
+process writes
.B N-1
one-byte tokens into the pipe (The top level
.BR make
is assumed to reserve one token for itself). Whenever any of the
.BR make
processes (including the top-level
-.BR make
-) needs to run a new task, it reads a byte from the shared pipe. If
+.BR make )
+needs to run a new task, it reads a byte from the shared pipe. If
there are no tokens left, it must wait for a token to be written back
to the pipe. Once the task is completed, the
.BR make
@@ -434,7 +435,7 @@ then
.BR make
will close the jobserver pipe file descriptors before invoking the
commands, so that the command can not interfere with the
-.I jobserver,
+.IR jobserver ,
and the command does not find any unusual file descriptors.
.SH BUGS
See the chapter ``Problems and Bugs'' in
--
2.30.2
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: make-dfsg
Source-Version: 4.4.1-1
Done: Stephen Kitt <[email protected]>
We believe that the bug you reported is fixed in the latest version of
make-dfsg, 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.
Stephen Kitt <[email protected]> (supplier of updated make-dfsg 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: Wed, 18 Dec 2024 19:03:44 +0100
Source: make-dfsg
Architecture: source
Version: 4.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt <[email protected]>
Changed-By: Stephen Kitt <[email protected]>
Closes: 314306 327154 895835 969813 973884 992444 993944 1010190 1010504
1029106 1034700 1060240 1083140
Changes:
make-dfsg (4.4.1-1) unstable; urgency=medium
.
[ Victor Westerhuis ]
* Switch to dpkg-source 3.0 (quilt) format.
* Update and minimize upstream signing key.
* Automate removal of documentation with d/copyright.
* New upstream version 4.4. Closes: #1029106.
- Adds a --shuffle option to change argument order. Closes: #314306.
- Exports variables to commands started by $(shell ...).
Closes: #327154, #895835.
- No longer tries to run directories as commands. Closes: #969813.
- Reduces the stack usage of filter and filter-out. Closes: #992444.
- Uses named pipes for the job server, making it available in
sub-invocations of Make through $(shell ...). Closes: #1010504.
- Checks for malformed environment variables. Closes: #1034700.
* Update and split patches.
* Fix Lintian and cme warnings.
* Update copyright years and add myself to d/copyright.
* Simplify Debian build system and drop unnecessary Build-Depends.
Closes: #1060240.
* Add autopkgtest.
* Add Build-Profiles <!noguile> to make-guile in d/control. Closes: #993944.
* Fix large command line on POSIX systems. Closes: #973884.
.
[ наб ]
* Fix spacing errors in d/make.1. Closes: #1010190.
.
[ Stephen Kitt ]
* New upstream release, 4.4.1.
* Adopt the package; thanks Manoj for your maintenance work over the
years! Closes: #1083140.
* Build-depend on pkgconf instead of pkg-config.
* Standards-Version 4.7.0, no further change required.
* Move the repository to the common Debian namespace on Salsa.
Checksums-Sha1:
c843451b354c58b2b7c2eea494bed136cedb8102 1976 make-dfsg_4.4.1-1.dsc
5168d9098a29e7507551203bbc30894420ec9869 1125180 make-dfsg_4.4.1.orig.tar.xz
110684c9dc1d58c327139240619ee1a390aebf18 44572 make-dfsg_4.4.1-1.debian.tar.xz
b17f3eebd7d570f296de2d08a08d33b1b22182e9 6511
make-dfsg_4.4.1-1_source.buildinfo
Checksums-Sha256:
4207e14d2dfceadcfabd1bc5b392b37b004afe2670e76cff27d607c8a8f1e3ef 1976
make-dfsg_4.4.1-1.dsc
3b16b00ea1079af9f8096bbc71ff7cc00c249fc6a862003da3c42308a0adb0fe 1125180
make-dfsg_4.4.1.orig.tar.xz
5fa0b82841979963c0512ef2147698fc24adb5f8d783172d7a3c6d68e3464f7e 44572
make-dfsg_4.4.1-1.debian.tar.xz
3c08dcd07829d1a55ca132fe86f76e992cab88ff1d305f832b42d28f7ad9bd0d 6511
make-dfsg_4.4.1-1_source.buildinfo
Files:
d986fc319e786cf5aef9536d6f72d4a8 1976 devel optional make-dfsg_4.4.1-1.dsc
bd15c4e6c9deedcba9cffa6ee8cad540 1125180 devel optional
make-dfsg_4.4.1.orig.tar.xz
1a7724a4819c53a22e0fa2fa081645ef 44572 devel optional
make-dfsg_4.4.1-1.debian.tar.xz
c9e2f81b7bdf9350f575acfd19978b89 6511 devel optional
make-dfsg_4.4.1-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAmdjDpwACgkQgNMC9Yht
g5w6/A//Yi8JXmPJ4RZ0orKGf1Qv7RLjxLizrf5aM7X4pd9rt+FcbNrvVVAGYqcc
KOsKCEEMoFJ4aGEUL1qOVhL07wy9L09ZSCry3ZS9CMFL953KZ8KMkOx4en3tO57J
SdnfnfWuBmcvmu2ZsHFRT9rCZWH+eVsHwJOnLMBQkSaBS25vWtEOefxnF4cW65hG
Mzu4JOzpmumxHrBSucJfgqWdHFexWlRvStrEH2H63hXWlm9GmBMFTT3tfeOxOLPW
iW9TncPS2CuYsC14Pbs99V7tWCdLAgqjbkssTppgSQt9CyoFUlHaQBLX0mfnuRDC
gL1QU7OskaZDTTtyeqqlwrecDJ7uHWeT79GeMZEA/Estc5o3mpyxQmCi+2lcwKrM
D6lU53js+zGVpY3M0Wd6n0ccj0ne8CJOK8L/a8AyeEMwJWkKudgbW+QNY4M9phKG
4eDVG+s3QU8eqH/E4+9vVn81dJgPtoi8zLodORoFtJwmLF9Lc6r1LpXJvjuaSVb8
1W0FlrXXNzHG7bm1DQF5estlaYaYUcIR1Jiq7I75enOmjUrOlF1+P7AV+4ppuPJO
TvLhvsivUutEyaKIHkKyZciCXwGG3aXcz9GHyE6MR/CtSadyi9gdYwmtAqItlVhT
v+fJ0irc8mzpNSQ9y4UpNEPjdye/NUvwUg6909ku822yerJxmB0=
=5EW7
-----END PGP SIGNATURE-----
pgpeuWdPKKwqf.pgp
Description: PGP signature
--- End Message ---