From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Raines Newsgroups: gmane.emacs.devel Subject: Re: build is broken on OSX today Date: Thu, 28 Jun 2012 13:43:50 -0500 Message-ID: References: <86zk7njq82.fsf@red.stonehenge.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1340909721 4352 80.91.229.3 (28 Jun 2012 18:55:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Jun 2012 18:55:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 28 20:55:20 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 1SkJs1-0006zt-R2 for ged-emacs-devel@m.gmane.org; Thu, 28 Jun 2012 20:55:13 +0200 Original-Received: from localhost ([::1]:55516 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkJs1-00041A-SH for ged-emacs-devel@m.gmane.org; Thu, 28 Jun 2012 14:55:13 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48333) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkJrz-00040x-E0 for emacs-devel@gnu.org; Thu, 28 Jun 2012 14:55:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SkJrx-0001lt-G1 for emacs-devel@gnu.org; Thu, 28 Jun 2012 14:55:10 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:57515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkJrx-0001lO-9m for emacs-devel@gnu.org; Thu, 28 Jun 2012 14:55:09 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SkJrs-0006ju-J8 for emacs-devel@gnu.org; Thu, 28 Jun 2012 20:55:04 +0200 Original-Received: from c-68-53-95-0.hsd1.tn.comcast.net ([68.53.95.0]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Jun 2012 20:55:04 +0200 Original-Received: from aaraines by c-68-53-95-0.hsd1.tn.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Jun 2012 20:55:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 42 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-68-53-95-0.hsd1.tn.comcast.net X-PGP-Key: http://draines.com/pubkey.asc.txt User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (x86_64-apple-darwin10.8.0) Cancel-Lock: sha1:GPrJUeu8XNaJATttzf4+kbQ98Ws= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:151272 Archived-At: 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 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