From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap problems on w32 Date: Mon, 31 Jan 2011 22:47:12 +0200 Message-ID: <83d3ncg5rj.fsf@gnu.org> References: <83lj23hnor.fsf@gnu.org> <83pqrcg8ig.fsf@gnu.org> <83ei7sg782.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1296508867 5331 80.91.229.12 (31 Jan 2011 21:21:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 31 Jan 2011 21:21:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sam Steingold Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 31 22:21:02 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pk1B2-0000nj-16 for ged-emacs-devel@m.gmane.org; Mon, 31 Jan 2011 22:20:48 +0100 Original-Received: from localhost ([127.0.0.1]:44431 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pk0ep-0005mN-Bc for ged-emacs-devel@m.gmane.org; Mon, 31 Jan 2011 15:47:31 -0500 Original-Received: from [140.186.70.92] (port=49885 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pk0ef-0005lJ-Lc for emacs-devel@gnu.org; Mon, 31 Jan 2011 15:47:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pk0ea-0007RM-GO for emacs-devel@gnu.org; Mon, 31 Jan 2011 15:47:17 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:38146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pk0ea-0007Q7-9w; Mon, 31 Jan 2011 15:47:16 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LFW00B00N024500@a-mtaout23.012.net.il>; Mon, 31 Jan 2011 22:47:11 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.97.124]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LFW00AATN2MPX70@a-mtaout23.012.net.il>; Mon, 31 Jan 2011 22:47:11 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.175 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:135356 Archived-At: > Date: Mon, 31 Jan 2011 15:19:56 -0500 > From: Sam Steingold > Cc: emacs-devel@gnu.org > > "./../bin/emacs.exe" -batch --no-site-file --no-site-lisp -l autoload \ > --eval '(setq find-file-hook nil find-file-suppress-same-file-wa > rnings t)' \ > -f w32-batch-update-autoloads "/cygdrive/c/sds/src/emacs/trunk/l > isp/loaddefs.el" make . calc calendar emacs-lisp emulation erc eshell gnus inter > national language mail mh-e net nxml org play progmodes textmodes url vc cedet c > edet/ede cedet/semantic cedet/srecode cedet/semantic/analyze cedet/semantic/bovi > ne cedet/semantic/decorate cedet/semantic/symref cedet/semantic/wisent Can you run this command under a debugger and see why Emacs cannot find simple.el? This previous line: Loading c:/sds/src/emacs/trunk/lisp/simple.el (source)... clearly says that simple.el _is_ there. So it's some snafu with load-path or some such.