all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Build emacs snapshot on ubuntu 12.04
@ 2012-06-08 18:12 m silverstri
  2012-06-08 21:30 ` Paul Eggert
  0 siblings, 1 reply; 2+ messages in thread
From: m silverstri @ 2012-06-08 18:12 UTC (permalink / raw)
  To: emacs-devel

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.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Build emacs snapshot on ubuntu 12.04
  2012-06-08 18:12 Build emacs snapshot on ubuntu 12.04 m silverstri
@ 2012-06-08 21:30 ` Paul Eggert
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggert @ 2012-06-08 21:30 UTC (permalink / raw)
  To: m silverstri; +Cc: emacs-devel

On 06/08/2012 11:12 AM, m silverstri wrote:
> Has anyone see the same issue and know how to fix it?

There were some hangs in recent trunk bzr versions but they should
be fixed in the current version.  If you still have trouble
after "bzr up; ./autogen.sh; ./configure; make bootstrap"
please let us know the bzr number.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-08 21:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 18:12 Build emacs snapshot on ubuntu 12.04 m silverstri
2012-06-08 21:30 ` Paul Eggert

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.