From news@ss408.t-com.hr Mon Oct 20 07:11:22 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-7.9 required=4.0 tests=AWL,BAYES_00,FOURLA, FVGT_m_MULTI_ODD,RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 20 Oct 2008 14:11:22 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9KEBF1O028923 for ; Mon, 20 Oct 2008 07:11:17 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KrvTX-0001DC-4w for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 10:11:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KrvTT-0001An-4h for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 10:11:14 -0400 Received: from [199.232.76.173] (port=56293 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KrvTS-0001Ai-Ur for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 10:11:10 -0400 Received: from moderators.individual.net ([130.133.4.7]:57808) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KrvTR-00089N-W6 for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 10:11:10 -0400 Received: from ls405.t-com.hr ([195.29.150.135]) by moderators.individual.net (Exim 4.69) for gnu-emacs-bug@moderators.isc.org with esmtp (envelope-from ) id <1KrvRy-0002Dm-Az>; Mon, 20 Oct 2008 16:09:38 +0200 Received: from ls242.t-com.hr (ls242.t-com.hr [195.29.150.134]) by ls405.t-com.hr (Postfix) with ESMTP id BC33C40616 for ; Mon, 20 Oct 2008 16:09:37 +0200 (CEST) Received: from ls242.t-com.hr (localhost.localdomain [127.0.0.1]) by ls242.t-com.hr (Qmlai) with ESMTP id 966C2B08380 for ; Mon, 20 Oct 2008 16:09:37 +0200 (CEST) X-Envelope-Sender: news@ss408.t-com.hr Received: from ss408.t-com.hr (ss408.t-com.hr [195.29.150.88]) by ls242.t-com.hr (Qmali) with ESMTP id C91CB5BC21A for ; Mon, 20 Oct 2008 16:09:36 +0200 (CEST) Received: (from news@localhost) by ss408.t-com.hr (8.12.10+Sun/8.12.10) id m9KE9Z4M021720 for gnu-emacs-bug@moderators.isc.org; Mon, 20 Oct 2008 16:09:35 +0200 (CEST) To: gnu-emacs-bug@moderators.isc.org Path: not-for-mail From: Marco Pessotto Newsgroups: gnu.emacs.bug Subject: Compilation fails on latest cvs Date: Mon, 20 Oct 2008 16:08:27 +0200 Organization: I need to put my ORGANIZATION here. Lines: 59 Message-ID: <87d4hve4v8.fsf@gmail.com> NNTP-Posting-Host: 78-2-17-34.adsl.net.t-com.hr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ss408.t-com.hr 1224511775 21169 78.2.17.34 (20 Oct 2008 14:09:35 GMT) X-Complaints-To: abuse@t-com.hr NNTP-Posting-Date: Mon, 20 Oct 2008 14:09:35 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:cHejR67Jhzy41cx/DaOEzAXaYT0= X-TM-AS-Product-Ver: IMSS-7.0.0.3129-5.5.0.1026-16228.007 X-TM-AS-Result: No--1.086-5.0-31-1 X-imss-scan-details: No--1.086-5.0-31-1 X-TM-AS-Result-Xfilter: Match text exemption rules:No X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Compilation fails on the latest cvs CFLAGS='-O2 -march=i486 -mtune=i686' CXXFLAGS='-O2 -march=i486 -mtune=i686' ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix= --program-suffix= --mandir=/usr/man --infodir=/usr/info --enable-static=no --enable-shared=yes --with-x-toolkit=gtk Where should the build process find the source code? /tmp/emacs-20081020cvs What operating system and machine description files should Emacs use? `s/gnu-linux.h' and `m/intel386.h' What compiler should emacs be built with? gcc -O2 -march=i486 -mtune=i686 Should Emacs use the GNU version of malloc? yes (Using Doug Lea's new malloc from the GNU C Library.) Should Emacs use a relocating allocator for buffers? yes Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? x11 What toolkit should Emacs use? GTK Where do we find X Windows header files? Standard dirs Where do we find X Windows libraries? Standard dirs Does Emacs use -lXaw3d? no Does Emacs use -lXpm? yes Does Emacs use -ljpeg? yes Does Emacs use -ltiff? yes Does Emacs use a gif library? yes -lgif Does Emacs use -lpng? yes Does Emacs use -lrsvg-2? yes Does Emacs use -lgpm? yes Does Emacs use -ldbus? yes Does Emacs use -lfreetype? yes Does Emacs use -lm17n-flt? yes Does Emacs use -lotf? yes Does Emacs use -lxft? yes Does Emacs use toolkit scroll bars? yes make[3]: Entering directory `/tmp/emacs-20081020cvs/lisp' wd=/tmp/emacs-20081020cvs/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* ) ;; *) wins="$wins $wd/$file" ;; esac; done; \ for file in $wins; do \ /tmp/emacs-20081020cvs/lisp/../update-subdirs $file; \ done; make[3]: Leaving directory `/tmp/emacs-20081020cvs/lisp' `/bin/pwd`/temacs --batch --load loadup bootstrap Loading loadup.el (source)... Using load-path (/tmp/emacs-20081020cvs/lisp /tmp/emacs-20081020cvs/lisp/emacs-lisp /tmp/emacs-20081020cvs/lisp/language /tmp/emacs-20081020cvs/lisp/international /tmp/emacs-20081020cvs/lisp/textmodes) Loading emacs-lisp/byte-run (source)... Loading emacs-lisp/backquote (source)... Loading subr (source)... Symbol's function definition is void: declare-function make[2]: *** [bootstrap-emacs] Error 255 make[2]: Leaving directory `/tmp/emacs-20081020cvs/src' make[1]: *** [src] Error 2 make[1]: Leaving directory `/tmp/emacs-20081020cvs' make: *** [bootstrap] Error 2 Regards Marco Pessotto From eliz@gnu.org Mon Oct 20 08:01:45 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-8.5 required=4.0 tests=AWL,BAYES_00,GMAIL, HAS_BUG_NUMBER,RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 20 Oct 2008 15:01:45 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9KF1c0L008321 for ; Mon, 20 Oct 2008 08:01:40 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KrwGH-0000ll-PU for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 11:01:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KrwGG-0000lK-SR for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 11:01:37 -0400 Received: from [199.232.76.173] (port=50236 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KrwGG-0000lD-MY for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 11:01:36 -0400 Received: from mtaout4.012.net.il ([84.95.2.10]:13035) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KrwGG-0000MI-Ed for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 11:01:36 -0400 Received: from HOME-C4E4A596F7 ([77.126.98.197]) by i_mtaout4.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K9100GGTLQSEQJ3@i_mtaout4.012.net.il> for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 17:01:41 +0200 (IST) Date: Mon, 20 Oct 2008 17:00:17 +0200 From: Eli Zaretskii Subject: Re: bug#1211: Compilation fails on latest cvs In-reply-to: <87d4hve4v8.fsf@gmail.com> X-012-Sender: halo1@inter.net.il To: Marco Pessotto , 1211@debbugs.gnu.org Cc: bug-gnu-emacs@gnu.org Reply-to: Eli Zaretskii Message-id: References: <87d4hve4v8.fsf@gmail.com> X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 X-CrossAssassin-Score: 2 > From: Marco Pessotto > Date: Mon, 20 Oct 2008 16:08:27 +0200 > Cc: > > Using load-path (/tmp/emacs-20081020cvs/lisp /tmp/emacs-20081020cvs/lisp/emacs-lisp /tmp/emacs-20081020cvs/lisp/language /tmp/emacs-20081020cvs/lisp/international /tmp/emacs-20081020cvs/lisp/textmodes) > Loading emacs-lisp/byte-run (source)... > Loading emacs-lisp/backquote (source)... > Loading subr (source)... > Symbol's function definition is void: declare-function > make[2]: *** [bootstrap-emacs] Error 255 When did you synch your sandbox with the repository? If that was before 9:35 UTC this morning, please resync and try again. From melmothx@gmail.com Mon Oct 20 08:12:52 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-8.0 required=4.0 tests=AWL,BAYES_00,GMAIL, HAS_BUG_NUMBER,RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 20 Oct 2008 15:12:52 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9KFCmCu011438 for ; Mon, 20 Oct 2008 08:12:49 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KrwR6-00043U-02 for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 11:12:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KrwR4-00042c-0X for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 11:12:47 -0400 Received: from [199.232.76.173] (port=45575 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KrwR3-00042X-If for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 11:12:45 -0400 Received: from gv-out-0910.google.com ([216.239.58.191]:26068) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KrwR3-0002GY-JN for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 11:12:45 -0400 Received: by gv-out-0910.google.com with SMTP id i36so301400gve.17 for ; Mon, 20 Oct 2008 08:12:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=DdurH+y1HynJC++0V3ub3LEz4SZ+qsg9FBfIwdY6L/I=; b=KvCBxSe2pfvJkS0AdW1HtuTJwyYLITryETXg0LIJ/7CXhdSzSAMFBE/zaJ7aFX3Qib RDxQx/yJVnx3bcuep6K33jvOASPxKKQdb0xp1uwrbMlEElO4UifrrjqafmUDYrzIg/T2 RSEFsPn2On5l+L4xRj48D2l3YbzInH3JWyUiw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=C7RHauuT0QzF0Zvl5EXb141nQ67oS11SAU/9qWfASHW9OKpjdYJ0+I2zvey2jUgdJC cCk5YHdbmxU4i+8bSBXEc/JiycjiLrzREAo+3cY8Qhs9kANlwoJvmUjizQqztj/wawBT jHmwuCAkVJKh480TcJTSAncRUyKSiL/V4/UOY= Received: by 10.86.98.10 with SMTP id v10mr6868959fgb.39.1224515563295; Mon, 20 Oct 2008 08:12:43 -0700 (PDT) Received: from universe (78-2-17-34.adsl.net.t-com.hr [78.2.17.34]) by mx.google.com with ESMTPS id d6sm10173084fga.2.2008.10.20.08.12.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 20 Oct 2008 08:12:42 -0700 (PDT) From: Marco Pessotto To: Eli Zaretskii Cc: 1211@debbugs.gnu.org, bug-gnu-emacs@gnu.org Subject: Re: bug#1211: Compilation fails on latest cvs References: <87d4hve4v8.fsf@gmail.com> Date: Mon, 20 Oct 2008 17:11:31 +0200 In-Reply-To: (Eli Zaretskii's message of "Mon, 20 Oct 2008 17:00:17 +0200") Message-ID: <874p37e1y4.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Eli Zaretskii writes: >> From: Marco Pessotto >> Date: Mon, 20 Oct 2008 16:08:27 +0200 >> Cc: >> >> Using load-path (/tmp/emacs-20081020cvs/lisp /tmp/emacs-20081020cvs/lisp/emacs-lisp /tmp/emacs-20081020cvs/lisp/language /tmp/emacs-20081020cvs/lisp/international /tmp/emacs-20081020cvs/lisp/textmodes) >> Loading emacs-lisp/byte-run (source)... >> Loading emacs-lisp/backquote (source)... >> Loading subr (source)... >> Symbol's function definition is void: declare-function >> make[2]: *** [bootstrap-emacs] Error 255 > > When did you synch your sandbox with the repository? If that was > before 9:35 UTC this morning, please resync and try again. I checkout the cvs some minutes before the post. I did make maintainer-clean before the make bootstrap. I tried again with the same results. Regards From eliz@gnu.org Mon Oct 20 09:15:51 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-7.8 required=4.0 tests=AWL,BAYES_00,GMAIL, HAS_BUG_NUMBER,RCVD_IN_DNSWL_MED,RCVD_IN_NIX1 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 20 Oct 2008 16:15:51 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9KGFkNZ027614 for ; Mon, 20 Oct 2008 09:15:48 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KrxQ1-0007Zw-Gi for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 12:15:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KrxQ0-0007ZO-9Q for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 12:15:45 -0400 Received: from [199.232.76.173] (port=38536 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KrxPz-0007ZI-ME for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 12:15:44 -0400 Received: from mtaout7.012.net.il ([84.95.2.19]:21971) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KrxPz-00042f-D2 for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 12:15:43 -0400 Received: from HOME-C4E4A596F7 ([77.126.98.197]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K9100AWPP75C350@i-mtaout7.012.net.il> for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 18:16:18 +0200 (IST) Date: Mon, 20 Oct 2008 18:14:54 +0200 From: Eli Zaretskii Subject: Re: bug#1211: Compilation fails on latest cvs In-reply-to: <874p37e1y4.fsf@gmail.com> X-012-Sender: halo1@inter.net.il To: Marco Pessotto Cc: 1211@debbugs.gnu.org, bug-gnu-emacs@gnu.org Reply-to: Eli Zaretskii Message-id: References: <87d4hve4v8.fsf@gmail.com> <874p37e1y4.fsf@gmail.com> X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) X-CrossAssassin-Score: 2 > From: Marco Pessotto > Cc: 1211@emacsbugs.donarmstrong.com, bug-gnu-emacs@gnu.org > Date: Mon, 20 Oct 2008 17:11:31 +0200 > > Eli Zaretskii writes: > > >> From: Marco Pessotto > >> Date: Mon, 20 Oct 2008 16:08:27 +0200 > >> Cc: > >> > >> Using load-path (/tmp/emacs-20081020cvs/lisp /tmp/emacs-20081020cvs/lisp/emacs-lisp /tmp/emacs-20081020cvs/lisp/language /tmp/emacs-20081020cvs/lisp/international /tmp/emacs-20081020cvs/lisp/textmodes) > >> Loading emacs-lisp/byte-run (source)... > >> Loading emacs-lisp/backquote (source)... > >> Loading subr (source)... > >> Symbol's function definition is void: declare-function > >> make[2]: *** [bootstrap-emacs] Error 255 > > > > When did you synch your sandbox with the repository? If that was > > before 9:35 UTC this morning, please resync and try again. > > I checkout the cvs some minutes before the post. I did make > maintainer-clean before the make bootstrap. > > I tried again with the same results. Sorry, my bad. I think I fixed this now, please try again. From melmothx@gmail.com Mon Oct 20 09:38:21 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-9.0 required=4.0 tests=AWL,BAYES_00,GMAIL, HAS_BUG_NUMBER,RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 20 Oct 2008 16:38:22 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9KGcHfp032373 for ; Mon, 20 Oct 2008 09:38:19 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Krxlo-0004bf-Ss for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 12:38:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Krxlo-0004bH-8f for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 12:38:16 -0400 Received: from [199.232.76.173] (port=48237 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Krxlo-0004bE-22 for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 12:38:16 -0400 Received: from ey-out-1920.google.com ([74.125.78.146]:45509) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Krxln-0007r0-Pl for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 12:38:16 -0400 Received: by ey-out-1920.google.com with SMTP id 4so580320eyg.24 for ; Mon, 20 Oct 2008 09:38:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=Ykxo8YX/27Y/bQA0Y4dn4NgUNLfk98uOG0qjsjLFJXc=; b=eD37Qj70jmOrumTVQm1c3q96jth3fyRKqxiStoCN2088fGm4iTG5b3nu3uxmENlAOn 71o/7QWhzOWdTMnPEXvmblY0mb8IZ4qSGfeZp246mjFLHhfAZt2JCSVMepm6PRsJ6fdW 0aMKo0+/fvosP++73rlfACCxq9wMEY5UVJfbM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=b6j2lHmLLeUIcyDHr0hO3kGst9S/dTOAdR4aIaOr7aABUM0McsyDS7Wlxyb/jYg+cB rtaRE106Mg5N4+pvUGsXF9ulnTJtS/ngapvmlK2qokcyPWcbw1sOg3J1ZDC6mB+WsRrw 7D3tYiMLTwK33bqqlFSFcilHikG6tGUoYOGXM= Received: by 10.86.93.19 with SMTP id q19mr6917946fgb.76.1224520693183; Mon, 20 Oct 2008 09:38:13 -0700 (PDT) Received: from universe (78-2-17-34.adsl.net.t-com.hr [78.2.17.34]) by mx.google.com with ESMTPS id 4sm11979878fgg.4.2008.10.20.09.38.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 20 Oct 2008 09:38:12 -0700 (PDT) From: Marco Pessotto To: Eli Zaretskii Cc: 1211@debbugs.gnu.org, bug-gnu-emacs@gnu.org Subject: Re: bug#1211: Compilation fails on latest cvs References: <87d4hve4v8.fsf@gmail.com> <874p37e1y4.fsf@gmail.com> Date: Mon, 20 Oct 2008 18:36:57 +0200 In-Reply-To: (Eli Zaretskii's message of "Mon, 20 Oct 2008 18:14:54 +0200") Message-ID: <871vybrzo6.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Eli Zaretskii writes: >> From: Marco Pessotto >> Cc: 1211@emacsbugs.donarmstrong.com, bug-gnu-emacs@gnu.org >> Date: Mon, 20 Oct 2008 17:11:31 +0200 >> >> Eli Zaretskii writes: >> >> >> From: Marco Pessotto >> >> Date: Mon, 20 Oct 2008 16:08:27 +0200 >> >> Cc: >> >> >> >> Using load-path (/tmp/emacs-20081020cvs/lisp /tmp/emacs-20081020cvs/lisp/emacs-lisp /tmp/emacs-20081020cvs/lisp/language /tmp/emacs-20081020cvs/lisp/international /tmp/emacs-20081020cvs/lisp/textmodes) >> >> Loading emacs-lisp/byte-run (source)... >> >> Loading emacs-lisp/backquote (source)... >> >> Loading subr (source)... >> >> Symbol's function definition is void: declare-function >> >> make[2]: *** [bootstrap-emacs] Error 255 >> > >> > When did you synch your sandbox with the repository? If that was >> > before 9:35 UTC this morning, please resync and try again. >> >> I checkout the cvs some minutes before the post. I did make >> maintainer-clean before the make bootstrap. >> >> I tried again with the same results. > > Sorry, my bad. I think I fixed this now, please try again. Sorry, still fails, but with a different error Same configure as the original post. make[3]: Entering directory `/tmp/emacs-20081020cvs/lisp' wd=/tmp/emacs-20081020cvs/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* ) ;; *) wins="$wins $wd/$file" ;; esac; done; \ for file in $wins; do \ /tmp/emacs-20081020cvs/lisp/../update-subdirs $file; \ done; make[3]: Leaving directory `/tmp/emacs-20081020cvs/lisp' `/bin/pwd`/temacs --batch --load loadup bootstrap Loading loadup.el (source)... Using load-path (/tmp/emacs-20081020cvs/lisp /tmp/emacs-20081020cvs/lisp/emacs-lisp /tmp/emacs-20081020cvs/lisp/language /tmp/emacs-20081020cvs/lisp/international /tmp/emacs-20081020cvs/lisp/textmodes) Loading emacs-lisp/byte-run (source)... Loading emacs-lisp/backquote (source)... Loading subr (source)... Symbol's function definition is void: unless make[2]: *** [bootstrap-emacs] Error 255 make[2]: Leaving directory `/tmp/emacs-20081020cvs/src' make[1]: *** [src] Error 2 make[1]: Leaving directory `/tmp/emacs-20081020cvs' make: *** [bootstrap] Error 2 Regards From monnier@iro.umontreal.ca Mon Oct 20 11:28:43 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.9 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1211) by emacsbugs.donarmstrong.com; 20 Oct 2008 18:28:43 +0000 Received: from ironport2-out.teksavvy.com (ironport2-out.teksavvy.com [206.248.154.182]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9KISejM027490 for <1211@emacsbugs.donarmstrong.com>; Mon, 20 Oct 2008 11:28:41 -0700 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AswEAC1q/EhFxLrB/2dsb2JhbACBcsFqg2yBCg X-IronPort-AV: E=Sophos;i="4.33,453,1220241600"; d="scan'208";a="28617010" Received: from 69-196-186-193.dsl.teksavvy.com (HELO pastel.home) ([69.196.186.193]) by ironport2-out.teksavvy.com with ESMTP; 20 Oct 2008 14:28:34 -0400 Received: by pastel.home (Postfix, from userid 20848) id DFBA37F20; Mon, 20 Oct 2008 14:28:33 -0400 (EDT) From: Stefan Monnier To: Marco Pessotto Cc: 1211@debbugs.gnu.org, Eli Zaretskii , bug-gnu-emacs@gnu.org Subject: Re: bug#1211: Compilation fails on latest cvs Message-ID: References: <87d4hve4v8.fsf@gmail.com> <874p37e1y4.fsf@gmail.com> <871vybrzo6.fsf@gmail.com> Date: Mon, 20 Oct 2008 14:28:33 -0400 In-Reply-To: <871vybrzo6.fsf@gmail.com> (Marco Pessotto's message of "Mon, 20 Oct 2008 18:36:57 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >> Sorry, my bad. I think I fixed this now, please try again. > Sorry, still fails, but with a different error > Same configure as the original post. It's probably better to leave apply-partially in some other file than subr.el, for bootstrap reasons. E.g. you can move it back to where it was before, and just add a comment explaining why it's not in subr.el. Stefan From eliz@gnu.org Mon Oct 20 12:05:42 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.8 required=4.0 tests=AWL,BAYES_00,GMAIL, HAS_BUG_NUMBER,RCVD_IN_NIX1 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1211) by emacsbugs.donarmstrong.com; 20 Oct 2008 19:05:42 +0000 Received: from mtaout1.012.net.il (mtaout1.012.net.il [84.95.2.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9KJ5bnn005300 for <1211@emacsbugs.donarmstrong.com>; Mon, 20 Oct 2008 12:05:39 -0700 Received: from HOME-C4E4A596F7 ([77.126.98.197]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K9100GQQX2L7050@i-mtaout1.012.net.il> for 1211@emacsbugs.donarmstrong.com; Mon, 20 Oct 2008 21:06:22 +0200 (IST) Date: Mon, 20 Oct 2008 21:04:58 +0200 From: Eli Zaretskii Subject: Re: bug#1211: Compilation fails on latest cvs In-reply-to: <871vybrzo6.fsf@gmail.com> X-012-Sender: halo1@inter.net.il To: Marco Pessotto Cc: 1211@debbugs.gnu.org, bug-gnu-emacs@gnu.org Reply-to: Eli Zaretskii Message-id: References: <87d4hve4v8.fsf@gmail.com> <874p37e1y4.fsf@gmail.com> <871vybrzo6.fsf@gmail.com> > From: Marco Pessotto > Cc: 1211@emacsbugs.donarmstrong.com, bug-gnu-emacs@gnu.org > Date: Mon, 20 Oct 2008 18:36:57 +0200 > > Sorry, still fails, but with a different error > Same configure as the original post. > > make[3]: Entering directory `/tmp/emacs-20081020cvs/lisp' > wd=/tmp/emacs-20081020cvs/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* ) ;; *) wins="$wins $wd/$file" ;; esac; done; \ > for file in $wins; do \ > /tmp/emacs-20081020cvs/lisp/../update-subdirs $file; \ > done; > make[3]: Leaving directory `/tmp/emacs-20081020cvs/lisp' > `/bin/pwd`/temacs --batch --load loadup bootstrap > Loading loadup.el (source)... > Using load-path (/tmp/emacs-20081020cvs/lisp /tmp/emacs-20081020cvs/lisp/emacs-lisp /tmp/emacs-20081020cvs/lisp/language /tmp/emacs-20081020cvs/lisp/international /tmp/emacs-20081020cvs/lisp/textmodes) > Loading emacs-lisp/byte-run (source)... > Loading emacs-lisp/backquote (source)... > Loading subr (source)... > Symbol's function definition is void: unless > make[2]: *** [bootstrap-emacs] Error 255 > make[2]: Leaving directory `/tmp/emacs-20081020cvs/src' > make[1]: *** [src] Error 2 > make[1]: Leaving directory `/tmp/emacs-20081020cvs' > make: *** [bootstrap] Error 2 How about now? From melmothx@gmail.com Mon Oct 20 13:05:46 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-8.8 required=4.0 tests=AWL,BAYES_00,GMAIL, HAS_BUG_NUMBER,MURPHY_DRUGS_REL8,RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 20 Oct 2008 20:05:47 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9KK5hGr020544 for ; Mon, 20 Oct 2008 13:05:44 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ks10Z-0005hl-B6 for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 16:05:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ks10Y-0005gt-Qs for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 16:05:43 -0400 Received: from [199.232.76.173] (port=39603 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ks10Y-0005gh-I7 for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 16:05:42 -0400 Received: from ik-out-1112.google.com ([66.249.90.182]:49187) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ks10X-0007kZ-TV for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 16:05:42 -0400 Received: by ik-out-1112.google.com with SMTP id c21so1462109ika.2 for ; Mon, 20 Oct 2008 13:05:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=14dTUdJr96csfIB2gs6Qy02pOqJV8MgKaMJH42znRCI=; b=dU3cv9sI3BLxxdJazTNuljlP6rXWQylAqWVZPils9YeA6c9xdDmGzdkYsMIxazlw7V 3CcAfB3zFYdokwN5QtJ6t7WqgATYfDq3koahJ+hWjT8b3SqqLARCd+TJNp2D/wHMIUvT T5aoTrXqu9oSHLNSN01OuimGFrVky53yV12w4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=CD2Ou6rNGZnx7mgfbytroTIj8u6x9zfafjUksPNqFk5Fm1UnsaUtVkKOlLVtyfbbYc tCBubDtP8vbjp9SiIIMi3h1cTW5E0DdqTi9UNqDLcDfpUkBkke7kEADr3rTus3uJyLKj q6Szarrt+HutEfk2sHbcKfozmkP3itNFa7CyY= Received: by 10.86.68.2 with SMTP id q2mr7185468fga.43.1224533140066; Mon, 20 Oct 2008 13:05:40 -0700 (PDT) Received: from universe (78-2-17-34.adsl.net.t-com.hr [78.2.17.34]) by mx.google.com with ESMTPS id 12sm10713671fgg.0.2008.10.20.13.05.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 20 Oct 2008 13:05:39 -0700 (PDT) From: Marco Pessotto To: Eli Zaretskii Cc: 1211@debbugs.gnu.org, bug-gnu-emacs@gnu.org Subject: Re: bug#1211: Compilation fails on latest cvs References: <87d4hve4v8.fsf@gmail.com> <874p37e1y4.fsf@gmail.com> <871vybrzo6.fsf@gmail.com> Date: Mon, 20 Oct 2008 22:04:27 +0200 In-Reply-To: (Eli Zaretskii's message of "Mon, 20 Oct 2008 21:04:58 +0200") Message-ID: <87tzb7ghis.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-CrossAssassin-Score: 2 Eli Zaretskii writes: >> From: Marco Pessotto >> Cc: 1211@emacsbugs.donarmstrong.com, bug-gnu-emacs@gnu.org >> Date: Mon, 20 Oct 2008 18:36:57 +0200 >> >> Sorry, still fails, but with a different error >> Same configure as the original post. >> >> make[3]: Entering directory `/tmp/emacs-20081020cvs/lisp' >> wd=/tmp/emacs-20081020cvs/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* ) ;; *) wins="$wins $wd/$file" ;; esac; done; \ >> for file in $wins; do \ >> /tmp/emacs-20081020cvs/lisp/../update-subdirs $file; \ >> done; >> make[3]: Leaving directory `/tmp/emacs-20081020cvs/lisp' >> `/bin/pwd`/temacs --batch --load loadup bootstrap >> Loading loadup.el (source)... >> Using load-path (/tmp/emacs-20081020cvs/lisp /tmp/emacs-20081020cvs/lisp/emacs-lisp /tmp/emacs-20081020cvs/lisp/language /tmp/emacs-20081020cvs/lisp/international /tmp/emacs-20081020cvs/lisp/textmodes) >> Loading emacs-lisp/byte-run (source)... >> Loading emacs-lisp/backquote (source)... >> Loading subr (source)... >> Symbol's function definition is void: unless >> make[2]: *** [bootstrap-emacs] Error 255 >> make[2]: Leaving directory `/tmp/emacs-20081020cvs/src' >> make[1]: *** [src] Error 2 >> make[1]: Leaving directory `/tmp/emacs-20081020cvs' >> make: *** [bootstrap] Error 2 > > How about now? *Maybe* you should revert the patch applied yesterday http://lists.gnu.org/archive/html/emacs-commit/2008-10/msg00486.html I'm sure yesterday the make bootstrap worked. From eliz@gnu.org Mon Oct 20 16:39:04 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-8.4 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_MED,RCVD_IN_NIX1 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 20 Oct 2008 23:39:04 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9KNd1P9008512 for ; Mon, 20 Oct 2008 16:39:02 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ks4Kz-0002zo-3i for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 19:39:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ks4Kx-0002zc-7Q for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 19:38:59 -0400 Received: from [199.232.76.173] (port=57420 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ks4Kx-0002zZ-2t for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 19:38:59 -0400 Received: from mtaout5.012.net.il ([84.95.2.13]:40023) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ks4Kw-0000RS-S4 for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 19:38:59 -0400 Received: from HOME-C4E4A596F7 ([77.126.98.197]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K92003M69RDCFY1@i_mtaout5.012.net.il> for bug-gnu-emacs@gnu.org; Tue, 21 Oct 2008 01:40:26 +0200 (IST) Date: Tue, 21 Oct 2008 01:39:01 +0200 From: Eli Zaretskii Subject: Re: bug#1211: Compilation fails on latest cvs In-reply-to: X-012-Sender: halo1@inter.net.il To: Stefan Monnier Cc: 1211@debbugs.gnu.org, bug-gnu-emacs@gnu.org Reply-to: Eli Zaretskii Message-id: References: <87d4hve4v8.fsf@gmail.com> <874p37e1y4.fsf@gmail.com> <871vybrzo6.fsf@gmail.com> X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 > From: Stefan Monnier > Cc: 1211@emacsbugs.donarmstrong.com, Eli Zaretskii , bug-gnu-emacs@gnu.org > Date: Mon, 20 Oct 2008 14:28:33 -0400 > > >> Sorry, my bad. I think I fixed this now, please try again. > > Sorry, still fails, but with a different error > > Same configure as the original post. > > It's probably better to leave apply-partially in some other file than > subr.el, for bootstrap reasons. I moved it to simple.el instead. From eliz@gnu.org Mon Oct 20 16:40:44 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-9.2 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 20 Oct 2008 23:40:45 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9KNef0i009691 for ; Mon, 20 Oct 2008 16:40:42 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ks4Ma-0003JK-TO for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 19:40:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ks4Ma-0003Ih-Ae for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 19:40:40 -0400 Received: from [199.232.76.173] (port=57456 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ks4Ma-0003Ie-8P for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 19:40:40 -0400 Received: from mtaout2.012.net.il ([84.95.2.4]:35180) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ks4Ma-0000aS-2E for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 19:40:40 -0400 Received: from HOME-C4E4A596F7 ([77.126.98.197]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K92002TZ9U60SH0@i_mtaout2.012.net.il> for bug-gnu-emacs@gnu.org; Tue, 21 Oct 2008 01:42:07 +0200 (IST) Date: Tue, 21 Oct 2008 01:40:43 +0200 From: Eli Zaretskii Subject: Re: bug#1211: Compilation fails on latest cvs In-reply-to: <87tzb7ghis.fsf@gmail.com> X-012-Sender: halo1@inter.net.il To: 1211-done@debbugs.gnu.org, bug-gnu-emacs@gnu.org Reply-to: Eli Zaretskii Message-id: References: <87d4hve4v8.fsf@gmail.com> <874p37e1y4.fsf@gmail.com> <871vybrzo6.fsf@gmail.com> <87tzb7ghis.fsf@gmail.com> X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 Fixed by moving apply-partially to simple.el. Tested by bootstrapping both on Windows and on GNU/Linux (the latter included one bootstrap with -j4 and one without -j). From monnier@iro.umontreal.ca Mon Oct 20 18:11:59 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-8.9 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 21 Oct 2008 01:11:59 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9L1Bu5T000340 for ; Mon, 20 Oct 2008 18:11:57 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ks5mu-0003Np-6y for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 21:11:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ks5ms-0003NA-HS for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 21:11:55 -0400 Received: from [199.232.76.173] (port=57701 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ks5ms-0003N5-DJ for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 21:11:54 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.182]:14582) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ks5ms-00017I-0P; Mon, 20 Oct 2008 21:11:54 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aq8EAD/J/EhFxLrB/2dsb2JhbACBcsFtg1CBCg X-IronPort-AV: E=Sophos;i="4.33,454,1220241600"; d="scan'208";a="28633090" Received: from 69-196-186-193.dsl.teksavvy.com (HELO pastel.home) ([69.196.186.193]) by ironport2-out.teksavvy.com with ESMTP; 20 Oct 2008 21:11:53 -0400 Received: by pastel.home (Postfix, from userid 20848) id 0FAE77F20; Mon, 20 Oct 2008 21:11:52 -0400 (EDT) From: Stefan Monnier To: Eli Zaretskii Cc: 1211@debbugs.gnu.org, bug-gnu-emacs@gnu.org Subject: Re: bug#1211: Compilation fails on latest cvs Message-ID: References: <87d4hve4v8.fsf@gmail.com> <874p37e1y4.fsf@gmail.com> <871vybrzo6.fsf@gmail.com> Date: Mon, 20 Oct 2008 21:11:52 -0400 In-Reply-To: (Eli Zaretskii's message of "Tue, 21 Oct 2008 01:39:01 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. >> >> Sorry, my bad. I think I fixed this now, please try again. >> > Sorry, still fails, but with a different error >> > Same configure as the original post. >> >> It's probably better to leave apply-partially in some other file than >> subr.el, for bootstrap reasons. > I moved it to simple.el instead. Good, thanks, Stefan From unknown Fri Jun 20 07:17:11 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Tue, 18 Nov 2008 15:24:03 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator