From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 05 05:07:38 2012 Received: (at submit) by debbugs.gnu.org; 5 Nov 2012 10:07:38 +0000 Received: from localhost ([127.0.0.1]:49773 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TVJak-0002Nd-Fz for submit@debbugs.gnu.org; Mon, 05 Nov 2012 05:07:38 -0500 Received: from eggs.gnu.org ([208.118.235.92]:45013) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TVJai-0002NW-0s for submit@debbugs.gnu.org; Mon, 05 Nov 2012 05:07:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVJXi-0002pw-Ba for submit@debbugs.gnu.org; Mon, 05 Nov 2012 05:04:31 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:56031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVJXi-0002ph-8S for submit@debbugs.gnu.org; Mon, 05 Nov 2012 05:04:30 -0500 Received: from eggs.gnu.org ([208.118.235.92]:58158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVJXb-0001n5-7m for bug-gnu-emacs@gnu.org; Mon, 05 Nov 2012 05:04:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVJXV-0002jK-9g for bug-gnu-emacs@gnu.org; Mon, 05 Nov 2012 05:04:23 -0500 Received: from msa103.auone-net.jp ([61.117.18.163]:58318) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVJXU-0002i6-Q6 for bug-gnu-emacs@gnu.org; Mon, 05 Nov 2012 05:04:17 -0500 Received: from GUNGNIR.med.osaka-cu.ac.jp (unknown [114.179.36.76]) by msa103.auone-net.jp (au one net msa) with ESMTP id 171D834803A; Mon, 5 Nov 2012 19:04:08 +0900 (JST) Date: Mon, 05 Nov 2012 19:04:05 +0900 Message-ID: <87wqy0fjsa.wl%%xmue@d1.dion.ne.jp> From: Kazuhiro Ito To: bug-gnu-emacs@gnu.org Subject: 24.2.50; Cygw32 build break User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.2.50 (i386-mingw-nt6.1.7601) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -4.3 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.2 (------) Because Cygwin does not have _open_osfhandle, Cygw32 build is failed on trunk. $ ./configure --with-w32 $ make (snip) w32fns.c: In function 'emacs_abort': w32fns.c:7763:8: warning: implicit declaration of function '_open_osfhandle' w32fns.c:7765:8: warning: implicit declaration of function 'write' w32fns.c:7766:6: warning: implicit declaration of function '_open' w32fns.c:7769:3: warning: implicit declaration of function 'lseek' w32fns.c:7794:8: warning: implicit declaration of function 'close' (snip) gcc -std=gnu99 -Demacs -I. -I/build/emacs/trunk/src -I../lib -I/build/emacs/trunk/src/../lib -I/usr/include/libxml2 -MMD -MF deps/.d -MP -I/usr/include/p11-kit-1 -g3 -O2 -L/usr/lib/noX \ -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexcw.o bytecode.o process.o gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o profiler.o sheap.o cygw32.o w32fns.o w32menu.o w32reg.o w32font.o w32term.o w32xfns.o w32select.o w32uniscribe.o fontset.o fringe.o image.o terminfo.o gmalloc.o lastfile.o vm-limit.o ../lib/libgnu.a -lkernel32 -luser32 -lgdi32 -lole32 -lcomdlg32 -lusp10 -lcomctl32 -lwinspool -ltiff -ljpeg -lpng -lz -lm -lgif -lXpm -lxml2 -lz -liconv -lm -lncurses -L/usr/ bin -lgnutls -lnettle -lhogweed -lgmp -ltasn1 -lp11-kit -lz -lpthread w32fns.o: In function `emacs_abort': /build/emacs/trunk/src/w32fns.c:7763: undefined reference to `__open_osfhandle' collect2: ld returned 1 exit status Makefile:632: recipe for target `temacs.exe' failed make[1]: *** [temacs.exe] Error 1 make[1]: Leaving directory `/build/emacs/trunk/src' Makefile:334: recipe for target `src' failed make: *** [src] Error 2 -- Kazuhiro Ito From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 05 11:42:11 2012 Received: (at 12805) by debbugs.gnu.org; 5 Nov 2012 16:42:11 +0000 Received: from localhost ([127.0.0.1]:50772 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TVPkY-0006Oz-69 for submit@debbugs.gnu.org; Mon, 05 Nov 2012 11:42:11 -0500 Received: from mtaout20.012.net.il ([80.179.55.166]:36887) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TVPkV-0006Or-Ng for 12805@debbugs.gnu.org; Mon, 05 Nov 2012 11:42:09 -0500 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MD000500WW3HO00@a-mtaout20.012.net.il> for 12805@debbugs.gnu.org; Mon, 05 Nov 2012 18:38:45 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MD00045AWWLUO90@a-mtaout20.012.net.il>; Mon, 05 Nov 2012 18:38:45 +0200 (IST) Date: Mon, 05 Nov 2012 18:38:40 +0200 From: Eli Zaretskii Subject: Re: bug#12805: 24.2.50; Cygw32 build break In-reply-to: <87wqy0fjsa.wl%%xmue@d1.dion.ne.jp> X-012-Sender: halo1@inter.net.il To: Kazuhiro Ito , Daniel Colascione Message-id: <834nl43sz3.fsf@gnu.org> References: <87wqy0fjsa.wl%%xmue@d1.dion.ne.jp> X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: 12805 Cc: 12805@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) > Date: Mon, 05 Nov 2012 19:04:05 +0900 > From: Kazuhiro Ito > > w32fns.c: In function 'emacs_abort': > w32fns.c:7763:8: warning: implicit declaration of function '_open_osfhandle' > w32fns.c:7765:8: warning: implicit declaration of function 'write' > w32fns.c:7766:6: warning: implicit declaration of function '_open' > w32fns.c:7769:3: warning: implicit declaration of function 'lseek' > w32fns.c:7794:8: warning: implicit declaration of function 'close' > (snip) > gcc -std=gnu99 -Demacs -I. -I/build/emacs/trunk/src -I../lib -I/build/emacs/trunk/src/../lib -I/usr/include/libxml2 -MMD -MF deps/.d -MP -I/usr/include/p11-kit-1 -g3 -O2 -L/usr/lib/noX \ > -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexcw.o bytecode.o process.o gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o profiler.o sheap.o cygw32.o w32fns.o w32menu.o w32reg.o w32font.o w32term.o w32xfns.o w32select.o w32uniscribe.o fontset.o fringe.o image.o terminfo.o gmalloc.o lastfile.o vm-limit.o ../lib/libgnu.a -lkernel32 -luser32 -lgdi32 -lole32 -lcomdlg32 -lusp10 -lcomctl32 -lwinspool -ltiff -ljpeg -lpng -lz -lm -lgif -lXpm -lxml2 -lz -liconv -lm -lncurses -L/usr/ > bin -lgnutls -lnettle -lhogweed -lgmp -ltasn1 -lp11-kit -lz -lpthread > w32fns.o: In function `emacs_abort': > /build/emacs/trunk/src/w32fns.c:7763: undefined reference to `__open_osfhandle' > collect2: ld returned 1 exit status > Makefile:632: recipe for target `temacs.exe' failed > make[1]: *** [temacs.exe] Error 1 > make[1]: Leaving directory `/build/emacs/trunk/src' > Makefile:334: recipe for target `src' failed > make: *** [src] Error 2 Sorry, I didn't expect cygw32 to use emacs_abort implementation on w32fns.c. Now I see this in sysdep.c: #ifndef HAVE_NTGUI void emacs_abort (void) { terminate_due_to_signal (SIGABRT, 10); } #endif I think I fixed the problem (in trunk revision 110806), please test, as I don't have Cygwin installed to test this myself. However, I don't understand why would the cygw32 build use the Windows abort dialog, when the Cygwin/X build uses the Posix facilities instead. The cygw32 is still a Cygwin program, so I think it would be confusing for Cygwin users to have such a radical change in behavior under fatal error. Daniel, is this an omission? If so, perhaps we should ifdef away for Cygwin the whole w32fns.c emacs_abort implementation, and replace HAVE_NTGUI above with WINDOWSNT. If this isn't an omission, I'd like to hear your reasons. TIA. From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 05 13:04:13 2012 Received: (at 12805) by debbugs.gnu.org; 5 Nov 2012 18:04:13 +0000 Received: from localhost ([127.0.0.1]:50933 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TVR1w-0000i8-55 for submit@debbugs.gnu.org; Mon, 05 Nov 2012 13:04:12 -0500 Received: from limestone3.mail.cornell.edu ([128.253.83.163]:61285) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TVR1s-0000i0-N8 for 12805@debbugs.gnu.org; Mon, 05 Nov 2012 13:04:10 -0500 X-CornellRouted: This message has been Routed already. Received: from orchid.mail.cornell.edu (orchid.mail.cornell.edu [132.236.56.61]) by limestone3.mail.cornell.edu (8.14.4/8.14.4) with ESMTP id qA5I0oJl019226; Mon, 5 Nov 2012 13:00:52 -0500 (EST) Received: from authusersmtp.mail.cornell.edu (granite2.mail.cornell.edu [128.253.83.142]) by orchid.mail.cornell.edu (8.14.4/8.14.4) with ESMTP id qA5I0oL5004510; Mon, 5 Nov 2012 13:00:50 -0500 (EST) Received: from [172.160.101.196] ([216.64.91.41]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id qA5I0Zvr009432 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 5 Nov 2012 13:00:36 -0500 (EST) Message-ID: <5097FEBE.3000409@cornell.edu> Date: Mon, 05 Nov 2012 13:00:30 -0500 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: Eli Zaretskii Subject: Re: bug#12805: 24.2.50; Cygw32 build break References: <87wqy0fjsa.wl%%xmue@d1.dion.ne.jp> <834nl43sz3.fsf@gnu.org> In-Reply-To: <834nl43sz3.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-CORNELL-SPAM-CHECKED: Pawpaw X-PMX-Version: 5.5.9.395186, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2012.11.5.170025 X-Original-Sender: kbrown@cornell.edu - Mon Nov 5 13:00:37 2012 X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 12805 Cc: 12805@debbugs.gnu.org, Kazuhiro Ito , Daniel Colascione X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) On 11/5/2012 11:38 AM, Eli Zaretskii wrote: >> Date: Mon, 05 Nov 2012 19:04:05 +0900 >> From: Kazuhiro Ito >> >> w32fns.c: In function 'emacs_abort': >> w32fns.c:7763:8: warning: implicit declaration of function '_open_osfhandle' >> w32fns.c:7765:8: warning: implicit declaration of function 'write' >> w32fns.c:7766:6: warning: implicit declaration of function '_open' >> w32fns.c:7769:3: warning: implicit declaration of function 'lseek' >> w32fns.c:7794:8: warning: implicit declaration of function 'close' >> (snip) >> gcc -std=gnu99 -Demacs -I. -I/build/emacs/trunk/src -I../lib -I/build/emacs/trunk/src/../lib -I/usr/include/libxml2 -MMD -MF deps/.d -MP -I/usr/include/p11-kit-1 -g3 -O2 -L/usr/lib/noX \ >> -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexcw.o bytecode.o process.o gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o profiler.o sheap.o cygw32.o w32fns.o w32menu.o w32reg.o w32font.o w32term.o w32xfns.o w32select.o w32uniscribe.o fontset.o fringe.o image.o terminfo.o gmalloc.o lastfile.o vm-limit.o ../lib/libgnu.a -lkernel32 -luser32 -lgdi32 -lole32 -lcomdlg32 -lusp10 -lcomctl32 -lwinspool -ltiff -ljpeg -lpng -lz -lm -lgif -lXpm -lxml2 -lz -liconv -lm -lncurses -L! /u! > sr/ >> bin -lgnutls -lnettle -lhogweed -lgmp -ltasn1 -lp11-kit -lz -lpthread >> w32fns.o: In function `emacs_abort': >> /build/emacs/trunk/src/w32fns.c:7763: undefined reference to `__open_osfhandle' >> collect2: ld returned 1 exit status >> Makefile:632: recipe for target `temacs.exe' failed >> make[1]: *** [temacs.exe] Error 1 >> make[1]: Leaving directory `/build/emacs/trunk/src' >> Makefile:334: recipe for target `src' failed >> make: *** [src] Error 2 > > Sorry, I didn't expect cygw32 to use emacs_abort implementation on > w32fns.c. Now I see this in sysdep.c: > > #ifndef HAVE_NTGUI > void > emacs_abort (void) > { > terminate_due_to_signal (SIGABRT, 10); > } > #endif > > I think I fixed the problem (in trunk revision 110806), please test, > as I don't have Cygwin installed to test this myself. > > However, I don't understand why would the cygw32 build use the Windows > abort dialog, when the Cygwin/X build uses the Posix facilities > instead. The cygw32 is still a Cygwin program, so I think it would be > confusing for Cygwin users to have such a radical change in behavior > under fatal error. I agree. It certainly confused me a few weeks ago when I was testing the cygw32 build and unexpectedly got the Windows abort dialog. Ken From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 06 07:41:41 2012 Received: (at 12805) by debbugs.gnu.org; 6 Nov 2012 12:41:42 +0000 Received: from localhost ([127.0.0.1]:51623 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TViTN-0002Bm-F7 for submit@debbugs.gnu.org; Tue, 06 Nov 2012 07:41:41 -0500 Received: from msa106.auone-net.jp ([61.117.18.166]:47463) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TViTJ-0002Bb-Lt for 12805@debbugs.gnu.org; Tue, 06 Nov 2012 07:41:39 -0500 Received: from GUNGNIR.med.osaka-cu.ac.jp (g1-27-253-251-2.bmobile.ne.jp [27.253.251.2]) by msa106.auone-net.jp (au one net msa) with ESMTP id 9E3874B803A; Tue, 6 Nov 2012 21:38:19 +0900 (JST) Date: Tue, 06 Nov 2012 21:38:08 +0900 Message-ID: <87lieezz2n.wl%%xmue@d1.dion.ne.jp> From: Kazuhiro Ito To: Eli Zaretskii Subject: Re: bug#12805: 24.2.50; Cygw32 build break In-Reply-To: <834nl43sz3.fsf@gnu.org> References: <87wqy0fjsa.wl%%xmue@d1.dion.ne.jp> <834nl43sz3.fsf@gnu.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.3.50 (i386-mingw-nt6.1.7601) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Spam-Score: 0.8 (/) X-Debbugs-Envelope-To: 12805 Cc: 12805@debbugs.gnu.org, Daniel Colascione X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -0.0 (/) > > w32fns.o: In function `emacs_abort': > > /build/emacs/trunk/src/w32fns.c:7763: undefined reference to `__open_osfhandle' > > collect2: ld returned 1 exit status > > Makefile:632: recipe for target `temacs.exe' failed > > make[1]: *** [temacs.exe] Error 1 > > make[1]: Leaving directory `/build/emacs/trunk/src' > > Makefile:334: recipe for target `src' failed > > make: *** [src] Error 2 > > Sorry, I didn't expect cygw32 to use emacs_abort implementation on > w32fns.c. Now I see this in sysdep.c: > > #ifndef HAVE_NTGUI > void > emacs_abort (void) > { > terminate_due_to_signal (SIGABRT, 10); > } > #endif > > I think I fixed the problem (in trunk revision 110806), please test, > as I don't have Cygwin installed to test this myself. I confirmed the problem was fixed. Thank you. -- Kazuhiro Ito From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 17 02:38:53 2012 Received: (at control) by debbugs.gnu.org; 17 Nov 2012 07:38:53 +0000 Received: from localhost ([127.0.0.1]:50200 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TZczN-0006fZ-AD for submit@debbugs.gnu.org; Sat, 17 Nov 2012 02:38:53 -0500 Received: from mail-da0-f44.google.com ([209.85.210.44]:40810) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TZczH-0006f4-5W for control@debbugs.gnu.org; Sat, 17 Nov 2012 02:38:48 -0500 Received: by mail-da0-f44.google.com with SMTP id h15so1416633dan.3 for ; Fri, 16 Nov 2012 23:37:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:mime-version:content-type; bh=+ZZoAk81FSZ4BzLunYsHPHs4uhAgYeMKjJB/Gx385CQ=; b=X3jOX2cORLScjeTYcO4S2VxPeTDLmHIO2LvyhNJn08TtL20CpxdznC1yyM1xh1E1FN /OSwXQJ6xBJgufrlWapBg5PKxWX9F/houi6g4YIdtIDFR3VSILNy+L+qyrGjn2The8bF 8Nf3heJeLeV+KCA/R4GIBq052zT+gDjeai+85/AKyEzVztWWoPTKdyD5OI4pic6h9uKF n7h6udsqs08VuxiubX21Qe9WUf9kp4wedKzFutpai+ywek1k6wQaA/be7s+WXVU3DYoA tpdnv5eM7MFPV5Hw/wZlOfT4wcUdfTWqnHfrovwWkENPBJnzSHWPZS4gO1hLcAYZakJ6 JbyA== Received: by 10.68.211.42 with SMTP id mz10mr16540378pbc.100.1353137875646; Fri, 16 Nov 2012 23:37:55 -0800 (PST) Received: from ulysses (cm198.gamma83.maxonline.com.sg. [202.156.83.198]) by mx.google.com with ESMTPS id f2sm2417751paz.25.2012.11.16.23.37.53 (version=SSLv3 cipher=OTHER); Fri, 16 Nov 2012 23:37:54 -0800 (PST) From: Chong Yidong To: control@debbugs.gnu.org Subject: close 12805 Date: Sat, 17 Nov 2012 15:37:51 +0800 Message-ID: <87vcd4of1s.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.1 (/) close 12805 thanks From unknown Sat Aug 16 16:19:21 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 15 Dec 2012 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator