Your message dated Wed, 14 May 2014 09:21:10 -0700 with message-id <[email protected]> and subject line Re: Bug#709315: make prevents subprocesses from lowering soft rlimits on mips(el) has caused the Debian Bug report #709315, regarding make prevents subprocesses from lowering soft rlimits on mips(el) 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.) -- 709315: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709315 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: make Version: 3.81-8.2 Severity: important [ reportbug on gabrielli failed to include the text below ] The following code: if (getrlimit(RLIMIT_DATA, &rl)) error("Cannot get data rlimit\n"); if (rl.rlim_cur != RLIM_INFINITY && (rl.rlim_max == RLIM_INFINITY || rl.rlim_max > rl.rlim_cur)) { rl.rlim_cur = rl.rlim_max; if (setrlimit(RLIMIT_DATA, &rl)) error("Cannot set data rlimit\n"); gives an EPERM error on the setrlimit call only when run under make, and only on mips and mipsel. The initial rlim_max and rlim_cur returned by getrlimit were: 2147483647 2147483647 mss was 8388608 so the setrlimit call failed on trying to lower the soft limit. -- System Information: Debian Release: 7.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: mips (mips64) Kernel: Linux 3.2.0-4-octeon (SMP w/16 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Versions of packages make depends on: ii libc6 2.17-3 make recommends no packages. Versions of packages make suggests: pn make-doc <none> -- no debconf information -- Camm Maguire [email protected] ========================================================================== "The earth is but one country, and mankind its citizens." -- Baha'u'llah
--- End Message ---
--- Begin Message ---Version: 4.0-5 On Wed, May 14 2014, Camm Maguire wrote: > Greetings! It does seem this is now resolved in current sid. Thanks so > much for following up! Thanks for your interest in improving make. I am resolving this bug, tentatively as of version 4.0-5 manoj -- Absence makes the heart grow frantic. Manoj Srivastava <[email protected]> <http://www.golden-gryphon.com/> 4096R/C5779A1C E37E 5EC5 2A01 DA25 AD20 05B6 CF48 9438 C577 9A1C
signature.asc
Description: PGP signature
--- End Message ---

