From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 26 10:34:32 2012 Received: (at submit) by debbugs.gnu.org; 26 Sep 2012 14:34:32 +0000 Received: from localhost ([127.0.0.1]:57194 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TGsh6-0001ad-Fo for submit@debbugs.gnu.org; Wed, 26 Sep 2012 10:34:32 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47470) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TGsh3-0001aU-Gv for submit@debbugs.gnu.org; Wed, 26 Sep 2012 10:34:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGsgy-0001no-S2 for submit@debbugs.gnu.org; Wed, 26 Sep 2012 10:34:30 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:41455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGsgy-0001ng-Or for submit@debbugs.gnu.org; Wed, 26 Sep 2012 10:34:24 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGsgn-00088r-98 for bug-gnu-emacs@gnu.org; Wed, 26 Sep 2012 10:34:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGsga-0001fw-Ce for bug-gnu-emacs@gnu.org; Wed, 26 Sep 2012 10:34:06 -0400 Received: from lax-gw18.mailroute.net ([199.89.0.118]:54178 helo=gw18.lax01.mailroute.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGsga-0001fE-6c for bug-gnu-emacs@gnu.org; Wed, 26 Sep 2012 10:34:00 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by gw18.lax01.mailroute.net (Postfix) with ESMTP id 23304179A208 for ; Wed, 26 Sep 2012 14:33:58 +0000 (GMT) X-Virus-Scanned: by MailRoute Received: from gw18.lax01.mailroute.net ([199.89.0.118]) by localhost (gw18.lax01.mailroute.net.mailroute.net [127.0.0.1]) (mroute_mailscanner, port 10026) with LMTP id 2xIDI1YoeocV for ; Wed, 26 Sep 2012 14:33:56 +0000 (GMT) Received: from red.stonehenge.com (red.stonehenge.com [208.79.95.2]) by gw18.lax01.mailroute.net (Postfix) with ESMTP id D99E1179A15F for ; Wed, 26 Sep 2012 14:33:56 +0000 (GMT) Received: by red.stonehenge.com (Postfix, from userid 1001) id BB8A21998; Wed, 26 Sep 2012 07:33:56 -0700 (PDT) From: merlyn@stonehenge.com (Randal L. Schwartz) To: bug-gnu-emacs@gnu.org Subject: current HEAD is broken on OSX Lion (atimer.c) x-mayan-date: Long count = 12.19.19.13.14; tzolkin = 9 Ix; haab = 17 Chen Date: Wed, 26 Sep 2012 07:33:56 -0700 Message-ID: <86sja46egb.fsf@red.stonehenge.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Won't build: gcc -std=gnu99 -c -Demacs -I. -I/Users/merlyn/MIRROR/emacs-GIT/src -I../lib -I/Users/merlyn/MIRROR/emacs-GIT/src/../lib -MMD -MF deps/atimer.d -MP -g3 -O2 atimer.c atimer.c:46: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'alarm_timer' atimer.c: In function 'set_alarm': atimer.c:302: error: storage size of 'ispec' isn't known atimer.c:305: warning: implicit declaration of function 'timer_settime' atimer.c:305: error: 'alarm_timer' undeclared (first use in this function) atimer.c:305: error: (Each undeclared identifier is reported only once atimer.c:305: error: for each function it appears in.) atimer.c: In function 'init_atimer': atimer.c:423: error: 'alarm_timer' undeclared (first use in this function) atimer.c:424: warning: implicit declaration of function 'timer_create' atimer.c:424: error: 'CLOCK_REALTIME' undeclared (first use in this function) make[1]: *** [atimer.o] Error 1 make: *** [src] Error 2 Latest commit: commit ce6242525b04b4dfb6dac7a636c5866632dad694 Author: Glenn Morris Date: Wed Sep 26 00:07:32 2012 -0700 Fix bug ref diff --git a/src/ChangeLog b/src/ChangeLog index b4a8fe1..23f56db 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -359,7 +359,7 @@ 2012-09-23 Jan Djrv * nsterm.m (ns_dumpglyphs_image): dr is a new rect to draw image into, - background rect may be larger (Bug#12445). + background rect may be larger (Bug#12245). 2012-09-23 Chong Yidong Sorry, didn't have time to bisect yet. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc. See http://methodsandmessages.posterous.com/ for Smalltalk discussion From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 30 05:10:59 2012 Received: (at 12520-done) by debbugs.gnu.org; 30 Sep 2012 09:10:59 +0000 Received: from localhost ([127.0.0.1]:34056 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TIFYA-0006Ve-QZ for submit@debbugs.gnu.org; Sun, 30 Sep 2012 05:10:59 -0400 Received: from smtp.cs.ucla.edu ([131.179.128.62]:45672) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TIFY8-0006VW-8n for 12520-done@debbugs.gnu.org; Sun, 30 Sep 2012 05:10:56 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id BEEB439E8015 for <12520-done@debbugs.gnu.org>; Sun, 30 Sep 2012 02:10:35 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iGdAcpYyktfr for <12520-done@debbugs.gnu.org>; Sun, 30 Sep 2012 02:10:35 -0700 (PDT) Received: from [192.168.1.3] (pool-108-23-119-2.lsanca.fios.verizon.net [108.23.119.2]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 77C1C39E800E for <12520-done@debbugs.gnu.org>; Sun, 30 Sep 2012 02:10:35 -0700 (PDT) Message-ID: <50680C85.5090508@cs.ucla.edu> Date: Sun, 30 Sep 2012 02:10:29 -0700 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 MIME-Version: 1.0 To: 12520-done@debbugs.gnu.org Subject: Re: current HEAD is broken on OSX Lion (atimer.c) Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 12520-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) This should be fixed in trunk bzr 110212. From unknown Sat Sep 13 08:55:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 28 Oct 2012 11:24:02 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator