all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Drew Raines <aaraines@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: build is broken on OSX today
Date: Thu, 28 Jun 2012 13:43:50 -0500	[thread overview]
Message-ID: <m2a9znxont.fsf@mid.raines.me> (raw)
In-Reply-To: 86zk7njq82.fsf@red.stonehenge.com

Randal L. Schwartz wrote:

> Compiled just fine yesterday.  Latest commit I see is:
>
> commit e7620eddea6d3b60309125d3ca958f39a68a6f59

[...]

> If I get time, I'll bisect it.

I found the same thing this morning and bisected.  git told me it was:

    commit 564ebbd2a22ff6fbed4b1678a48710c7ffd6e7df
    Author: Dmitry Antipov <dmantipov@yandex.ru>
    Date:   Thu Jun 28 11:50:27 2012 +0400
    
        Generalize run-time debugging checks.
        * configure.in (ENABLE_CHECKING): Update comment.
        * src/dispextern.h (XASSERTS): Remove.
        * src/fontset.c (xassert): Remove.
        Convert from xassert to eassert.
        * src/alloc.c: Convert from xassert to eassert.
        * src/bidi.c: Likewise.
        * src/dispnew.c: Likewise.
    
        [...]

The error I see is:

    Undefined symbols:
      "_xassert", referenced from:
          _ns_after_update_window_line in nsterm.o
          _update_frame_tool_bar in nsmenu.o
    ld: symbol(s) not found
    collect2: ld returned 1 exit status
    make[2]: *** [temacs] Error 1
    make[1]: *** [src] Error 2
    make: *** [bootstrap] Error 2

A little more context: http://p.draines.com/1340908901307eb95d24b.txt

-Drew




  parent reply	other threads:[~2012-06-28 18:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-28 17:33 build is broken on OSX today Randal L. Schwartz
2012-06-28 18:08 ` Dmitry Antipov
2012-06-28 18:43 ` Drew Raines [this message]
2012-06-29  1:40   ` Dmitry Antipov
2012-06-29 13:41     ` Drew Raines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2a9znxont.fsf@mid.raines.me \
    --to=aaraines@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.