From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: m silverstri Newsgroups: gmane.emacs.devel Subject: Build emacs snapshot on ubuntu 12.04 Date: Fri, 8 Jun 2012 11:12:43 -0700 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1339179183 16403 80.91.229.3 (8 Jun 2012 18:13:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 8 Jun 2012 18:13:03 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 08 20:13:01 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 1Sd3g3-0003dB-7e for ged-emacs-devel@m.gmane.org; Fri, 08 Jun 2012 20:12:51 +0200 Original-Received: from localhost ([::1]:57030 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sd3g3-0008WF-0f for ged-emacs-devel@m.gmane.org; Fri, 08 Jun 2012 14:12:51 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sd3fz-0008Ve-T5 for emacs-devel@gnu.org; Fri, 08 Jun 2012 14:12:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sd3fx-0007oX-Gn for emacs-devel@gnu.org; Fri, 08 Jun 2012 14:12:47 -0400 Original-Received: from mail-ob0-f169.google.com ([209.85.214.169]:52846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sd3fx-0007nw-9G for emacs-devel@gnu.org; Fri, 08 Jun 2012 14:12:45 -0400 Original-Received: by obbwd18 with SMTP id wd18so3515545obb.0 for ; Fri, 08 Jun 2012 11:12:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=HFK4X8Pqzz/OR84cpdGneQ8Wq7XmTXCXDzMnWKeuBK4=; b=UjkKVJiBEt9QaZCbuyzV3H2XAsGcfoHug4gLn3vEOce86D1WYTx2hxSdHSUHTV8y2g CkN7f4OvBgBUtNanNEh62fb0VVysV/1QDtPdW3zMxBzqrRZcbFmevhsSHb568LJUzO1v bUXAt0E6YRY+hAhVhUzOmaLHNkP/V36YA5+nUVc/xnLDluRuDJ29ejhF9WWvOjYjWowx 6zvNnaChzlTBDyJ6TFID1BTG27L1w3wjnCVVVk0fuoksECEbRrdyWwwuAZwJXSzFPrj8 D5GPYch/d6JzMOqpUPAexIKsUsZHekm4yrh2CDaO2mKgNahZuwzsHoMyST7M48OJMFPy hG9A== Original-Received: by 10.182.40.5 with SMTP id t5mr8120376obk.68.1339179163358; Fri, 08 Jun 2012 11:12:43 -0700 (PDT) Original-Received: by 10.182.145.9 with HTTP; Fri, 8 Jun 2012 11:12:43 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.169 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:150842 Archived-At: Hi, I am trying to build emacs snapshot (from GIT repository) on Ubuntu 12.04. When I do 'make', it just hangs at the following line 'In Org-babel-edit-distance' and cpu goes up to 100% cd lisp && make all \ CC='gcc -std=gnu99' CFLAGS='-g -O2' CPPFLAGS='' \ LDFLAGS='-Wl,-znocombreloc ' MAKE='make' make[1]: Entering directory `/home/cheungs/Src/emacs/lisp' make[2]: Entering directory `/home/cheungs/Src/emacs/lisp' Compiling org/ob.el In org-babel-edit-distance: org/ob.el:598:31:Warning: function `cl-coerce' from cl package called at runtime Has anyone see the same issue and know how to fix it? Thank you.