From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: Failure to compile this morning Date: Wed, 11 Jul 2012 15:51:32 -0700 Organization: UCLA Computer Science Department Message-ID: <4FFE0374.6080501@cs.ucla.edu> References: <16093923.1342006437865.JavaMail.root@elwamui-cypress.atl.sa.earthlink.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1342047099 21834 80.91.229.3 (11 Jul 2012 22:51:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 11 Jul 2012 22:51:39 +0000 (UTC) Cc: EMACS development team To: Susan Cragin Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 12 00:51:39 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Sp5kw-00021w-Jz for ged-emacs-devel@m.gmane.org; Thu, 12 Jul 2012 00:51:38 +0200 Original-Received: from localhost ([::1]:39421 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sp5kv-0005yE-Qc for ged-emacs-devel@m.gmane.org; Wed, 11 Jul 2012 18:51:37 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sp5ks-0005xo-MG for emacs-devel@gnu.org; Wed, 11 Jul 2012 18:51:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sp5kr-0008Ty-It for emacs-devel@gnu.org; Wed, 11 Jul 2012 18:51:34 -0400 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:51211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sp5kr-0008Te-C1 for emacs-devel@gnu.org; Wed, 11 Jul 2012 18:51:33 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 65E2EA60002; Wed, 11 Jul 2012 15:51:32 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eem7EwXWpEPi; Wed, 11 Jul 2012 15:51:32 -0700 (PDT) Original-Received: from [192.168.1.4] (pool-108-23-119-2.lsanca.fios.verizon.net [108.23.119.2]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 025A9A60001; Wed, 11 Jul 2012 15:51:31 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 In-Reply-To: <16093923.1342006437865.JavaMail.root@elwamui-cypress.atl.sa.earthlink.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 131.179.128.62 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:151545 Archived-At: Sorry about that -- I introduced some code that didn't port to Solaris and similar hosts. Should be fixed in trunk bzr 109035. The problem that you had after git update looks like a parallel-make dependency that's missing, i.e., it looks like you executed config.status while it was being updated. That shouldn't happen, but to fix this we'd need to know more about the situation that made it happen.