Your message dated Tue, 07 Feb 2017 19:48:52 +0000
with message-id <[email protected]>
and subject line Re: Bug#854505: unblock: make-dfsg/4.1-9.1
has caused the Debian Bug report #854505,
regarding unblock: make-dfsg/4.1-9.1
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.)
--
854505: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854505
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
X-Debbugs-CC: [email protected]
Hi,
Please unblock package make-dfsg
This fixes the important bug #853213 in make which should in turn fix
the RC bug #853214 in openjdk-8 (without any changes needed to that
package).
The debdiff is attached.
Thanks,
James
unblock make-dfsg/4.1-9.1
-- System Information:
Debian Release: stretch/sid
APT prefers unstable-debug
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.8.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -u make-dfsg-4.1/debian/changelog make-dfsg-4.1/debian/changelog
--- make-dfsg-4.1/debian/changelog
+++ make-dfsg-4.1/debian/changelog
@@ -1,3 +1,11 @@
+make-dfsg (4.1-9.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Ensure the stack limit is reset when make re-execs itself.
+ (Closes: #853213)
+
+ -- James Cowgill <[email protected]> Tue, 31 Jan 2017 16:31:57 +0000
+
make-dfsg (4.1-9) unstable; urgency=low
* Reword the manual page. While the wording included in the manual page
diff -u make-dfsg-4.1/main.c make-dfsg-4.1/main.c
--- make-dfsg-4.1/main.c
+++ make-dfsg-4.1/main.c
@@ -2423,6 +2423,11 @@
exit (WIFEXITED(r) ? WEXITSTATUS(r) : EXIT_FAILURE);
}
#else
+#ifdef SET_STACK_SIZE
+ /* Reset limits, if necessary. */
+ if (stack_limit.rlim_cur)
+ setrlimit (RLIMIT_STACK, &stack_limit);
+#endif
exec_command ((char **)nargv, environ);
#endif
free (aargv);
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
On 2017-02-07 19:27, James Cowgill wrote:
Please unblock package make-dfsg
This fixes the important bug #853213 in make which should in turn fix
the RC bug #853214 in openjdk-8 (without any changes needed to that
package).
Unblocked, thanks.
--
Jonathan Wiltshire [email protected]
Debian Developer http://people.debian.org/~jmw
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
<directhex> i have six years of solaris sysadmin experience, from
8->10. i am well qualified to say it is made from bonghits
layered on top of bonghits
--- End Message ---