emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: build is broken on OSX today


From: Drew Raines
Subject: Re: build is broken on OSX today
Date: Thu, 28 Jun 2012 13:43:50 -0500
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (x86_64-apple-darwin10.8.0)

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 <address@hidden>
    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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]