From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nathan Royce Newsgroups: gmane.emacs.devel Subject: Compile Pause In ./lisp/org/ Date: Mon, 17 Mar 2014 05:29:38 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_d9d41307-52ad-4b0d-99a8-fe0a08e99886_" X-Trace: ger.gmane.org 1395053392 17996 80.91.229.3 (17 Mar 2014 10:49:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Mar 2014 10:49:52 +0000 (UTC) To: "emacs-devel@gnu.org" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 17 11:50:01 2014 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 1WPV7E-0001Y5-Tr for ged-emacs-devel@m.gmane.org; Mon, 17 Mar 2014 11:49:57 +0100 Original-Received: from localhost ([::1]:56612 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPV7E-00068H-BY for ged-emacs-devel@m.gmane.org; Mon, 17 Mar 2014 06:49:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPV75-000688-PB for emacs-devel@gnu.org; Mon, 17 Mar 2014 06:49:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPV6z-0004CI-34 for emacs-devel@gnu.org; Mon, 17 Mar 2014 06:49:47 -0400 Original-Received: from col0-omc4-s6.col0.hotmail.com ([65.55.34.208]:3052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPV6y-0004C1-Tt for emacs-devel@gnu.org; Mon, 17 Mar 2014 06:49:41 -0400 Original-Received: from COL126-W43 ([65.55.34.199]) by col0-omc4-s6.col0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 17 Mar 2014 03:29:38 -0700 X-TMN: [Mcl4jljjjeHNjfEze5/AcHP8oboI8ocJ] X-Originating-Email: [naroyce@hotmail.com] Importance: Normal X-OriginalArrivalTime: 17 Mar 2014 10:29:38.0855 (UTC) FILETIME=[CCE1CB70:01CF41CB] X-detected-operating-system: by eggs.gnu.org: Windows XP X-Received-From: 65.55.34.208 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:170432 Archived-At: --_d9d41307-52ad-4b0d-99a8-fe0a08e99886_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I wasn't sure if this should be posted under bug reports (since it wasn't c= ompiled and it is the latest source from git) or development. I was able to compile emacs in a 32-bit Debian environment=2C even cross-co= mpile.Now that I switched the 64-bit distribution=2C emacs seems to pause c= ompilation with 2 different files:"Compiling org/org-bbdb.el"or"Compiling o= rg/org-agenda.el"It doesn't crash or exit with a failure. While all of the = other .el files compiled quickly=2C these have yet to compile after 15 minu= tes.The CPU monitor in the panel drops to nothing at this point as well. $ ./autogen.sh$ make bootstrap //pauses at bbdbor$ make //pauses at agenda = = --_d9d41307-52ad-4b0d-99a8-fe0a08e99886_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I wasn't sure if this should be = posted under bug reports (since it wasn't compiled and it is the latest sou= rce from git) or development.

I was able to compile emac= s in a 32-bit Debian environment=2C even cross-compile.
Now that I swit= ched the 64-bit distribution=2C emacs seems to pause compilation with 2 dif= ferent files:
"Compiling org/org-bbdb.el"
or
= "Compiling org/org-agenda.el"
It doesn't crash or exit with a fai= lure. While all of the other .el files compiled quickly=2C these have yet t= o compile after 15 minutes.
The CPU monitor in the panel drops to= nothing at this point as well.

$ ./autogen.= sh
$ make bootstrap //pauses at bbdb
or
$ mak= e //pauses at agenda
= --_d9d41307-52ad-4b0d-99a8-fe0a08e99886_--