From unknown Tue Jun 17 20:09:27 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#4297 <4297@debbugs.gnu.org> To: bug#4297 <4297@debbugs.gnu.org> Subject: Status: snow leopard + latest cvs break compile Reply-To: bug#4297 <4297@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:09:27 +0000 retitle 4297 snow leopard + latest cvs break compile reassign 4297 emacs,ns submitter 4297 mario@lassnig.net severity 4297 normal thanks From mario.lassnig@gmail.com Mon Aug 31 02:55:31 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 31 Aug 2009 09:55:32 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7V9tTm0021292 for ; Mon, 31 Aug 2009 02:55:30 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mi3bk-00054O-Ua for bug-gnu-emacs@gnu.org; Mon, 31 Aug 2009 05:55:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mi3bd-000534-Vh for bug-gnu-emacs@gnu.org; Mon, 31 Aug 2009 05:55:26 -0400 Received: from [199.232.76.173] (port=43783 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mi3bd-000531-Po for bug-gnu-emacs@gnu.org; Mon, 31 Aug 2009 05:55:21 -0400 Received: from mail-fx0-f226.google.com ([209.85.220.226]:33373) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mi3bd-0005XP-1n for bug-gnu-emacs@gnu.org; Mon, 31 Aug 2009 05:55:21 -0400 Received: by fxm26 with SMTP id 26so628692fxm.42 for ; Mon, 31 Aug 2009 02:55:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; bh=Ev3iMXuh80dtbPmWaIyIgEvknsPrXPZ5oAn615DYy2A=; b=FpYYQBkGDVQqzY2mf3FrMU7c2AJn6b5cRUtpkE6vw/kZnlrF2vhpirDpOFc13Cu5B/ PK+NIyIGYHyOEmcvyP6qDAnYYtg4hzblqCTpooxPZftRLbIhjZfh9xDxS3dLP4M8WJik lNGsBfvP6dXLa40oGAGMejetiT0O1T7hZjbLg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:from:date:x-google-sender-auth :message-id:subject:to:content-type:content-transfer-encoding; b=asWGsTLYOLB8+2GQa/gcsDMVuPqFOd8in/mJ/zD3eCK8eZkZlyyLN1J0e9Zfga4kGn j0IwK24xDhkfLy2mcmlmxYLJVQYblydrjI0N0asHQF2EUFO/IoHul/3C5iV72ulRuT/I BEnjY+f3bRukbj17PZCv+Np/L4uL7G2F93mZk= MIME-Version: 1.0 Sender: mario.lassnig@gmail.com Reply-To: mario@lassnig.net Received: by 10.223.103.3 with SMTP id i3mr1359439fao.65.1251712519420; Mon, 31 Aug 2009 02:55:19 -0700 (PDT) From: Mario Lassnig Date: Mon, 31 Aug 2009 11:54:59 +0200 X-Google-Sender-Auth: 885f75744de7f32b Message-ID: <45e47c1e0908310254v6a496066p42014ad2fed5e256@mail.gmail.com> Subject: snow leopard + latest cvs break compile To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Hi all, I get the following compile error on snow leopard with ./configure --with-ns; make Cheers, Mario Mario@hep33:~/Development/emacs$ gcc --version i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Mario@hep33:~/Development/emacs$ make cd lib-src; make all \ CC=3D'gcc -I/sw/include -L/sw/lib' CFLAGS=3D'-g -O2 -Wno-pointer-sign ' CPPFLAGS=3D'' \ LDFLAGS=3D'' MAKE=3D'make' make[1]: Nothing to be done for `all'. boot=3Dbootstrap-emacs; \ if [ ! -x "src/$boot" ]; then \ cd src; make all \ CC=3D'gcc -I/sw/include -L/sw/lib' CFLAGS=3D'-g -O2 -Wno-pointer-sign ' CPPFLAGS=3D'' \ LDFLAGS=3D'' MAKE=3D'make' BOOTSTRAPEMACS=3D"$boot"; \ fi; gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. -I/Users/Mario/Development/emacs/src -Dtemacs -g -O2 -Wno-pointer-sign nsterm.m In file included from nsterm.h:20, from nsterm.m:41: dispextern.h:1250: error: array type has incomplete element type nsterm.m: In function =E2=80=98ns_color_to_lisp=E2=80=99: nsterm.m:1499: warning: passing argument 1 of =E2=80=98getRed:green:blue:alpha:=E2=80=99 from incompatible pointer type nsterm.m:1499: warning: passing argument 2 of =E2=80=98getRed:green:blue:alpha:=E2=80=99 from incompatible pointer type nsterm.m:1499: warning: passing argument 3 of =E2=80=98getRed:green:blue:alpha:=E2=80=99 from incompatible pointer type nsterm.m:1499: warning: passing argument 4 of =E2=80=98getRed:green:blue:alpha:=E2=80=99 from incompatible pointer type nsterm.m:1503: warning: passing argument 1 of =E2=80=98getWhite:alpha:=E2= =80=99 from incompatible pointer type nsterm.m:1503: warning: passing argument 2 of =E2=80=98getWhite:alpha:=E2= =80=99 from incompatible pointer type nsterm.m:1504: warning: '0' flag ignored with precision and =E2=80=98%x=E2= =80=99 printf format nsterm.m:1504: warning: '0' flag ignored with precision and =E2=80=98%x=E2= =80=99 printf format nsterm.m:1504: warning: '0' flag ignored with precision and =E2=80=98%x=E2= =80=99 printf format nsterm.m:1510: warning: '0' flag ignored with precision and =E2=80=98%x=E2= =80=99 printf format nsterm.m:1510: warning: '0' flag ignored with precision and =E2=80=98%x=E2= =80=99 printf format nsterm.m:1510: warning: '0' flag ignored with precision and =E2=80=98%x=E2= =80=99 printf format nsterm.m: In function =E2=80=98ns_query_color=E2=80=99: nsterm.m:1528: warning: passing argument 1 of =E2=80=98getRed:green:blue:alpha:=E2=80=99 from incompatible pointer type nsterm.m:1528: warning: passing argument 2 of =E2=80=98getRed:green:blue:alpha:=E2=80=99 from incompatible pointer type nsterm.m:1528: warning: passing argument 3 of =E2=80=98getRed:green:blue:alpha:=E2=80=99 from incompatible pointer type nsterm.m:1528: warning: passing argument 4 of =E2=80=98getRed:green:blue:alpha:=E2=80=99 from incompatible pointer type nsterm.m: In function =E2=80=98note_mouse_movement=E2=80=99: nsterm.m:1693: warning: passing argument 4 of =E2=80=98remember_mouse_glyph= =E2=80=99 from incompatible pointer type nsterm.m: In function =E2=80=98ns_mouse_position=E2=80=99: nsterm.m:1762: warning: passing argument 4 of =E2=80=98remember_mouse_glyph= =E2=80=99 from incompatible pointer type nsterm.m: In function =E2=80=98ns_get_glyph_string_clip_rect=E2=80=99: nsterm.m:2479: error: dereferencing pointer to incomplete type nsterm.m:2479: error: dereferencing pointer to incomplete type nsterm.m:2482: error: dereferencing pointer to incomplete type nsterm.m:2482: error: invalid use of undefined type =E2=80=98struct _NSRect= =E2=80=99 nsterm.m:2482: error: dereferencing pointer to incomplete type nsterm.m: In function =E2=80=98ns_dumpglyphs_stretch=E2=80=99: nsterm.m:2850: warning: passing argument 2 of =E2=80=98ns_get_glyph_string_clip_rect=E2=80=99 from incompatible pointer t= ype nsterm.m: In function =E2=80=98ns_draw_glyph_string=E2=80=99: nsterm.m:2934: warning: passing argument 2 of =E2=80=98ns_get_glyph_string_clip_rect=E2=80=99 from incompatible pointer t= ype nsterm.m:2951: warning: passing argument 2 of =E2=80=98ns_get_glyph_string_clip_rect=E2=80=99 from incompatible pointer t= ype nsterm.m:2963: warning: passing argument 2 of =E2=80=98ns_get_glyph_string_clip_rect=E2=80=99 from incompatible pointer t= ype nsterm.m:2975: warning: passing argument 2 of =E2=80=98ns_get_glyph_string_clip_rect=E2=80=99 from incompatible pointer t= ype nsterm.m:3008: warning: passing argument 2 of =E2=80=98ns_get_glyph_string_clip_rect=E2=80=99 from incompatible pointer t= ype nsterm.m: In function =E2=80=98-[EmacsView keyDown:]=E2=80=99: nsterm.m:4536: warning: =E2=80=98wantsToDelayTextChangeNotifications=E2=80= =99 is deprecated (declared at /System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:112) nsterm.m: In function =E2=80=98-[EmacsView characterIndexForPoint:]=E2=80= =99: nsterm.m:4745: warning: conflicting types for =E2=80=98-(unsigned int)characterIndexForPoint:(NSPoint)thePoint=E2=80=99 /System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:45: warning: previous declaration of =E2=80=98-(NSUInteger)characterIndexForPoint:(NSPoint)thePoint=E2=80=99 nsterm.m: In function =E2=80=98-[EmacsView initFrameFromEmacs:]=E2=80=99: nsterm.m:5144: warning: class 'EmacsView' does not implement the 'NSWindowDelegate' protocol nsterm.m: In function =E2=80=98-[EmacsView draggingEntered:]=E2=80=99: nsterm.m:5422: warning: conflicting types for =E2=80=98-(unsigned int)draggingEntered:(id )sender=E2=80=99 /System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h:56: warning: previous declaration of =E2=80=98-(NSDragOperation)draggingEntered:(id )sender=E2= =80=99 nsterm.m: In function =E2=80=98+[EmacsScroller scrollerWidth]=E2=80=99: nsterm.m:5707: warning: conflicting types for =E2=80=98+(float)scrollerWidt= h=E2=80=99 /System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:76: warning: previous declaration of =E2=80=98+(CGFloat)scrollerWidth=E2=80=99 nsterm.m: In function =E2=80=98-[EmacsScroller setPosition:portion:whole:]= =E2=80=99: nsterm.m:5837: warning: =E2=80=98setFloatValue:knobProportion:=E2=80=99 is = deprecated (declared at /System/Library/Frameworks/AppKit.framework/Headers/NSScroller= .h:107) nsterm.m:5844: warning: =E2=80=98setFloatValue:knobProportion:=E2=80=99 is = deprecated (declared at /System/Library/Frameworks/AppKit.framework/Headers/NSScroller= .h:107) nsterm.m: In function =E2=80=98-[EmacsScroller mouseDown:]=E2=80=99: nsterm.m:5949: warning: format =E2=80=98%d=E2=80=99 expects type =E2=80=98i= nt=E2=80=99, but argument 3 has type =E2=80=98NSScrollerPart=E2=80=99 make[1]: *** [nsterm.o] Error 1 make: *** [src] Error 2 From rgm@gnu.org Tue Sep 1 14:13:41 2009 Received: (at control) by emacsbugs.donarmstrong.com; 1 Sep 2009 21:13:42 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-4.8 required=4.0 tests=AWL,ONEWORD,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n81LDeho022608 for ; Tue, 1 Sep 2009 14:13:41 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Miafb-0006Qs-84; Tue, 01 Sep 2009 17:13:39 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19101.36483.153585.984037@fencepost.gnu.org> Date: Tue, 1 Sep 2009 17:13:39 -0400 From: Glenn Morris To: control Subject: control X-Debbugs-No-Ack: yes forcemerge 4122 4134 reassign 4309 emacs,ns reassign 4305 spam reassign 4302 spam reassign 4299 spam severity 4296 minor reassign 4297 emacs,ns reassign 4295 emacs,ns severity 4291 minor tags 4285 moreinfo From rgm@gnu.org Thu Sep 17 13:50:17 2009 Received: (at control) by emacsbugs.donarmstrong.com; 17 Sep 2009 20:50:18 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-5.6 required=4.0 tests=AWL,ONEWORD,VALID_BTS_CONTROL, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n8HKoGAd029095 for ; Thu, 17 Sep 2009 13:50:17 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MoNvh-00043b-CY; Thu, 17 Sep 2009 16:50:13 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19122.41221.297337.516259@fencepost.gnu.org> Date: Thu, 17 Sep 2009 16:50:13 -0400 From: Glenn Morris To: control Subject: control X-Debbugs-No-Ack: yes severity 4403 minor severity 4432 minor tags 4409 moreinfo reassign 4409 emacs,ns severity 4398 minor reassign 4467 emacs,ns merge 4297 4467 close 4386 close 4399 From david.reitter@gmail.com Wed Sep 23 08:19:33 2009 Received: (at 4297) by emacsbugs.donarmstrong.com; 23 Sep 2009 15:19:34 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.8 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-qy0-f197.google.com (mail-qy0-f197.google.com [209.85.221.197]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n8NFJWfC018828 for <4297@emacsbugs.donarmstrong.com>; Wed, 23 Sep 2009 08:19:33 -0700 Received: by qyk35 with SMTP id 35so680679qyk.19 for <4297@emacsbugs.donarmstrong.com>; Wed, 23 Sep 2009 08:19:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type:subject :date:message-id:to:mime-version:x-mailer; bh=aCsy5L4FYm0/VnxWI3yrSom0fJCle3MYWoj02LzATyg=; b=GK0a9roYw0J4cCkFB7Kzq9L8x5FM7SdJ7bxOgK1IwG6wQIJoo+/+Rp4QX1F9zi0Fk+ Df4sH2dH/FzdDeiRYvNS0Mg/000m9s7qP2LtRRGk0kAD1GvPPpJ1B6z6qYkc6CcZRYA6 q6KGoNJ7zHPYvQU4z8wbnHEWgFeHc/qwAHJxg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:subject:date:message-id:to:mime-version:x-mailer; b=xOnJe//mDCtKRL9/Dv43fbpLKYaSUtbd4M8hBC033+cfEr6IKi67pZR98n0yamzuQ4 EwuUljK+YnUyGoKJp/0VNS/1KlVsvWa/3gVuNRxRgzABbsRuToMMWy6NyX7nV86PuRZT V8zCup7THfPiM/qEvN6hSD8sBSA6D+tldASuM= Received: by 10.224.42.131 with SMTP id s3mr2028771qae.111.1253719165991; Wed, 23 Sep 2009 08:19:25 -0700 (PDT) Received: from scarlett.psy.cmu.edu (SCARLETT.PSY.CMU.EDU [128.2.249.106]) by mx.google.com with ESMTPS id 6sm33267qwk.51.2009.09.23.08.19.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 23 Sep 2009 08:19:24 -0700 (PDT) From: David Reitter Content-Type: multipart/signed; boundary=Apple-Mail-41-534056122; protocol="application/pkcs7-signature"; micalg=sha1 Subject: Re: snow leopard + latest cvs break compile Date: Wed, 23 Sep 2009 11:19:22 -0400 Message-Id: <2125CC6C-79CD-4934-8CA5-DC3CE8E8635E@gmail.com> To: Ian Eure , 4297@debbugs.gnu.org, mario@lassnig.net Mime-Version: 1.0 (Apple Message framework v1076) X-Mailer: Apple Mail (2.1076) --Apple-Mail-41-534056122 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Ian, Mario, does compiling on 10.6 work now for you with the latest revision of Emacs? It does for me! Thanks - David --Apple-Mail-41-534056122 Content-Disposition: attachment; filename=smime.p7s Content-Type: application/pkcs7-signature; name=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIFxDCCAn0w ggHmoAMCAQICED6shx13jEDrq0eL8FRq5ykwDQYJKoZIhvcNAQEFBQAwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA4MTIwOTAyMDgwMVoXDTA5MTIwOTAyMDgw MVowYjEQMA4GA1UEBBMHUmVpdHRlcjEOMAwGA1UEKhMFRGF2aWQxFjAUBgNVBAMTDURhdmlkIFJl aXR0ZXIxJjAkBgkqhkiG9w0BCQEWF2RhdmlkLnJlaXR0ZXJAZ21haWwuY29tMIGfMA0GCSqGSIb3 DQEBAQUAA4GNADCBiQKBgQDOdo6kAwlkBxUb8dj4saMbYg4SVng8CUePFn3cjjWrakBTbUVa4Z0n wlUxr7AitEeKhBy5nGhu96+jKUPrCwYNRCZ0l2ovvuGq4z1m1nZ5/c8WvFlVhieuxXMUfmb/O7D3 IojoX6iS8n5MNNU2IWNNT/AD3vOl6DKgOtOw4J9y+QIDAQABozQwMjAiBgNVHREEGzAZgRdkYXZp ZC5yZWl0dGVyQGdtYWlsLmNvbTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBQUAA4GBAIjI8yEW wkiEfA9PMgpjnD6KyCXT0iZjHhW2PkR53yZZLUoTboHnKgsFwYp/gzzIL8J5cvZaRUyMUzXDufPP dRmxxCs2jXXLDD/8bvdvOuMzqgYoFA73fAfsC8S6qUL1PayZ90J8CZHNhDwqWqOA56T+DdKUegJT sqoHKh6OnypTMIIDPzCCAqigAwIBAgIBDTANBgkqhkiG9w0BAQUFADCB0TELMAkGA1UEBhMCWkEx FTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3 dGUgQ29uc3VsdGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEk MCIGA1UEAxMbVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJz b25hbC1mcmVlbWFpbEB0aGF3dGUuY29tMB4XDTAzMDcxNzAwMDAwMFoXDTEzMDcxNjIzNTk1OVow YjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAq BgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMIGfMA0GCSqGSIb3DQEB AQUAA4GNADCBiQKBgQDEpjxVc1X7TrnKmVoeaMB1BHCd3+n/ox7svc31W/Iadr1/DDph8r9RzgHU 5VAKMNcCY1osiRVwjt3J8CuFWqo/cVbLrzwLB+fxH5E2JCoTzyvV84J3PQO+K/67GD4Hv0CAAmTX p6a7n2XRxSpUhQ9IBH+nttE8YQRAHmQZcmC3+wIDAQABo4GUMIGRMBIGA1UdEwEB/wQIMAYBAf8C AQAwQwYDVR0fBDwwOjA4oDagNIYyaHR0cDovL2NybC50aGF3dGUuY29tL1RoYXd0ZVBlcnNvbmFs RnJlZW1haWxDQS5jcmwwCwYDVR0PBAQDAgEGMCkGA1UdEQQiMCCkHjAcMRowGAYDVQQDExFQcml2 YXRlTGFiZWwyLTEzODANBgkqhkiG9w0BAQUFAAOBgQBIjNFQg+oLLswNo2asZw9/r6y+whehQ5aU nX9MIbj4Nh+qLZ82L8D0HFAgk3A8/a3hYWLD2ToZfoSxmRsAxRoLgnSeJVCUYsfbJ3FXJY3dqZw5 jowgT2Vfldr394fWxghOrvbqNOUQGls1TXfjViF4gtwhGTXeJLHTHUb/XV9lTzGCAo8wggKLAgEB MHYwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4x LDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhA+rIcdd4xA66tH i/BUaucpMAkGBSsOAwIaBQCgggFvMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcN AQkFMQ8XDTA5MDkyMzE1MTkyM1owIwYJKoZIhvcNAQkEMRYEFFMhvqiDfoAWoKJNBXgEg+LgzoCW MIGFBgkrBgEEAYI3EAQxeDB2MGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3Vs dGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWlu ZyBDQQIQPqyHHXeMQOurR4vwVGrnKTCBhwYLKoZIhvcNAQkQAgsxeKB2MGIxCzAJBgNVBAYTAlpB MSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUg UGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIQPqyHHXeMQOurR4vwVGrnKTANBgkqhkiG9w0B AQEFAASBgIoAKzBjq4jwiqpNHC+n4HRHsT4lhbDiGivQyUpcrv6a9AsrAz55tyvgrWKgSWmypTKu XtYjKyot5FK0nwvfqfb3LSnE2byNhOGqEu4h90/ijNHy82JMg6lQS6tP+uZlQ6VDNJMR/JPNd/DD WM3DQwAJogFV7cmYbSwTlIUiMB+mAAAAAAAA --Apple-Mail-41-534056122-- From rgm@gnu.org Sat Oct 3 11:40:36 2009 Received: (at control) by emacsbugs.donarmstrong.com; 3 Oct 2009 18:40:37 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-5.5 required=4.0 tests=AWL,ONEWORD,VALID_BTS_CONTROL, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n93IeZLi007980 for ; Sat, 3 Oct 2009 11:40:36 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Mu9Wz-00089v-P2; Sat, 03 Oct 2009 14:40:33 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19143.39585.730580.482721@fencepost.gnu.org> Date: Sat, 3 Oct 2009 14:40:33 -0400 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: black X-Ran: o=X<@Wz*gARL%U@V/rw%d'/'Z$WUT}`&IV)X7Ln; Thu, 8 Oct 2009 18:17:54 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Mw47E-0008FM-P4; Thu, 08 Oct 2009 21:17:52 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19150.36672.671829.836541@fencepost.gnu.org> Date: Thu, 8 Oct 2009 21:17:52 -0400 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: green X-Ran: yPum?Sc=U8('9-m~;OJMkGv@)"i3z`fS02?D_[O%Sg/B;sa$JKssZ-Kb8>FQabl5z!PEE7 X-Debbugs-No-Ack: yes reassign 4681 emacs,ns merge 4681 4625 severity 4657 minor From adrian.b.robert@gmail.com Sat Oct 17 05:35:06 2009 Received: (at 4297-done) by emacsbugs.donarmstrong.com; 17 Oct 2009 12:35:06 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-px0-f193.google.com (mail-px0-f193.google.com [209.85.216.193]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n9HCZ44Z017871 for <4297-done@emacsbugs.donarmstrong.com>; Sat, 17 Oct 2009 05:35:06 -0700 Received: by pxi31 with SMTP id 31so2303486pxi.19 for <4297-done@emacsbugs.donarmstrong.com>; Sat, 17 Oct 2009 05:34:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=Q3NCbjz8U04pomxF+czga9T8t/CxGddgVVF5AvMIoqc=; b=iLJjp7zIphEjCMb/ZpcqAIcMEclCRSGdFeDLUwxh80rE6RVB5BWN1OfrfDlXY17NOI tRk76rojGiiELvjqyGK5YoioN1iUQUIGHC/qoMQtAiapuUeH+8iOydGpdqeu3Sg48MRe 5bu9RnHGhuCEJ0oNbXq3gl+AR99ApaasTAXFw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=GWYY7KYIHR3cvtchqy/0ZEcWskgsACRAxlrPtKgjsGJ1Qlnas+y+q4PWQCbTBInc15 JIrVaZko/OtRTgHFvCHyyKgsJ4IncFixtAWXVRimhH6YIiu8gxQPS350Voo5Kk0p4oAs aEylif4yP8+AtWptRIK4rirZRzQzHS1pnawYE= Received: by 10.141.52.5 with SMTP id e5mr1271935rvk.206.1255782899584; Sat, 17 Oct 2009 05:34:59 -0700 (PDT) Received: from ?192.168.2.13? (2.sub-75-223-193.myvzw.com [75.223.193.2]) by mx.google.com with ESMTPS id 21sm445284pzk.3.2009.10.17.05.34.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 17 Oct 2009 05:34:58 -0700 (PDT) From: Adrian Robert Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: snow leopard + latest cvs break compile Date: Sat, 17 Oct 2009 08:34:54 -0400 Message-Id: To: 4297-done@debbugs.gnu.org Mime-Version: 1.0 (Apple Message framework v1076) X-Mailer: Apple Mail (2.1076) close 4297 4467 4625 4681 stop Fixed, a default Snow Leopard compile now works. From unknown Tue Jun 17 20:09:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 14 Nov 2009 15:24:12 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A long time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator