From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: CVS HEAD still fails to "make all install" incrementally on NextStep/OSX Date: Tue, 30 Dec 2008 21:16:24 +0100 Message-ID: <495A8198.2070009@swipnet.se> References: <86eizru3lz.fsf@blue.stonehenge.com> <200812291922.mBTJM27o027491@mothra.ics.uci.edu> <495A5C48.40303@swipnet.se> <86sko5r266.fsf@blue.stonehenge.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: Quoted-Printable X-Trace: ger.gmane.org 1230668203 5142 80.91.229.12 (30 Dec 2008 20:16:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Dec 2008 20:16:43 +0000 (UTC) Cc: Dan Nicolaescu , emacs-devel@gnu.org To: "Randal L. Schwartz" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 30 21:17:50 2008 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.50) id 1LHl2D-0007Jv-AY for ged-emacs-devel@m.gmane.org; Tue, 30 Dec 2008 21:17:49 +0100 Original-Received: from localhost ([127.0.0.1]:54237 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHl0z-0002TB-LC for ged-emacs-devel@m.gmane.org; Tue, 30 Dec 2008 15:16:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LHl0u-0002T6-Kv for emacs-devel@gnu.org; Tue, 30 Dec 2008 15:16:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LHl0s-0002Su-Rf for emacs-devel@gnu.org; Tue, 30 Dec 2008 15:16:28 -0500 Original-Received: from [199.232.76.173] (port=38627 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHl0s-0002Sr-MF for emacs-devel@gnu.org; Tue, 30 Dec 2008 15:16:26 -0500 Original-Received: from proxy3.bredband.net ([195.54.101.73]:56071) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LHl0s-0004Li-Fh for emacs-devel@gnu.org; Tue, 30 Dec 2008 15:16:26 -0500 Original-Received: from ironport2.bredband.com (195.54.101.122) by proxy3.bredband.net (7.3.127) id 492A9CFF00CBF7F7 for emacs-devel@gnu.org; Tue, 30 Dec 2008 21:16:25 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AoI9AIsQWklV4S1uPGdsb2JhbACBbIcgimIBAQEBNblahkQ Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ironport2.bredband.com with ESMTP; 30 Dec 2008 21:16:25 +0100 Original-Received: from [172.20.199.5] (winter [172.20.199.5]) by coolsville.localdomain (Postfix) with ESMTPSA id 946CB7FA07B; Tue, 30 Dec 2008 21:16:24 +0100 (CET) User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) In-Reply-To: <86sko5r266.fsf@blue.stonehenge.com> X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:107421 Archived-At: Randal L. Schwartz skrev: >>>>>> "Jan" =3D=3D Jan Dj=E4rv writes: >=20 > Jan> mv: rename share/emacs/23.0.60/etc to ./etc: Directory not empty > Jan> mv: rename share/emacs/23.0.60/lisp to ./lisp: Directory not empty > Jan> mv: rename share/emacs/23.0.60/site-lisp to ./site-lisp: Directory= not empty > Jan> mv: rename share/info to ./info: Directory not empty >=20 > Jan> and similar mv messages for leim. Why the move from share/emacs/*= /* to .? It > Jan> just keeps garabage around, as they aren't removed anywhere I coul= d find. >=20 > Jan> I don't know if this is the failure Randal sees. >=20 > "make install" succeeds, but the resulting app won't work because it > doesn't have the .2 version of the messages, etc. >=20 > Yes, this is the error. sorry... i should have clarified the error. >=20 That is OK, I think I have fixed it now. That is, it works here :-) Can you test again? Jan D.