From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72542 Path: news.gmane.org!not-for-mail From: hobbes@poukram.net (=?utf-8?Q?R=C3=A9mi?= Letot) Newsgroups: gmane.emacs.gnus.general Subject: Re: make[1]: *** [gnus-load.el] Erreur 2 Date: Mon, 04 Oct 2010 21:23:46 +0200 Message-ID: <87r5g592yl.fsf@sphax.lybrafox.lan> References: <87zkut94cb.fsf@sphax.lybrafox.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1286220258 22894 80.91.229.12 (4 Oct 2010 19:24:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 4 Oct 2010 19:24:18 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20914@lists.math.uh.edu Mon Oct 04 21:24:16 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P2qdz-0007rV-U3 for ding-account@gmane.org; Mon, 04 Oct 2010 21:24:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1P2qdq-0000Vd-7u; Mon, 04 Oct 2010 14:24:06 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P2qdo-0000VI-JD for ding@lists.math.uh.edu; Mon, 04 Oct 2010 14:24:04 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P2qdk-000493-7S for ding@lists.math.uh.edu; Mon, 04 Oct 2010 14:24:04 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P2qdj-0001C2-00 for ; Mon, 04 Oct 2010 21:23:59 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P2qdg-0007k3-Pi for ding@gnus.org; Mon, 04 Oct 2010 21:23:56 +0200 Original-Received: from 181.178-66-87.adsl-dyn.isp.belgacom.be ([87.66.178.181]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Oct 2010 21:23:56 +0200 Original-Received: from hobbes by 181.178-66-87.adsl-dyn.isp.belgacom.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Oct 2010 21:23:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 45 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 181.178-66-87.adsl-dyn.isp.belgacom.be User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:dmSV+83vbNyv3WfgJLy0D4XSgmM= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72542 Archived-At: Lars Magne Ingebrigtsen writes: > hobbes@poukram.net (Rémi Letot) writes: > >> cd lisp && make EMACS="24.0.50.1 (term:0.96)" lispdir="/share/emacs/site-lisp/gnus" al > > EMACS is the emacs executable. EMACS=/usr/bin/emacs or whatever. Shoud I set it manually somewhere ? I didn't have that problem before... wait, emacs-snapshot was updated three days ago... Here is the output of configure: checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for makeinfo... makeinfo checking for emacs... 24.0.50.1 (term:0.96) checking if 24.0.50.1 (term:0.96) is really XEmacs... cat: ./conftest-31434: No such file or directory checking prefix for your Emacs... cat: ./conftest-31434: No such file or directory checking where .elc files should go... $(datadir)/emacs/site-lisp/gnus checking where etc files should go... $(lispdir)/../../etc checking where the TeXinfo docs should go... ${datarootdir}/info checking for acceptable URL version... cat: ./conftest-31434: No such file or directory "no" checking for acceptable W3 version... cat: ./conftest-31434: No such file or directory "no" checking which options to pass on to (X)Emacs... -batch -q -no-site-file -l $(srcdir)/dgnushack.el checking for latex... /usr/bin/latex checking for available fonts... "no" configure: creating ./config.status config.status: creating Makefile config.status: creating etc/Makefile config.status: creating lisp/Makefile config.status: creating texi/Makefile config.status: creating texi/gnusconfig.tex config.status: creating texi/ps/Makefile I guess emacs-snapshot is somehow broken... However this is far beyond my abilities to debug, so I'll have to wait. I guess someone more competent will be bitten by this too :-) Thanks, -- Rémi