all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* HEAD broken for OSX- nsfsn.o fails to compile
@ 2010-03-31 22:07 Randal L. Schwartz
  2010-03-31 22:18 ` Randal L. Schwartz
  2010-03-31 22:23 ` Glenn Morris
  0 siblings, 2 replies; 6+ messages in thread
From: Randal L. Schwartz @ 2010-03-31 22:07 UTC (permalink / raw)
  To: emacs-devel


Last edit that touched this was Chong Yidong, on Mar 29.  Does
this ring any bells?

'
/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:23:
warning: previous declaration of '-(NSInteger)conversationIdentifier'
nsterm.m: In function '-[EmacsScroller judge]':
nsterm.m:5761: warning: ISO C90 forbids mixed declarations and code
gcc -c  -Demacs -DHAVE_CONFIG_H
-I. -I/Users/merlyn/MIRROR/emacs-GIT/src -Dtemacs     -g -O2
-Wdeclaration-after-statement -Wno-pointer-sign   -MMD -MF deps/nsfns.d
nsfns.m
nsfns.m: In function 'ns_get_screen':
nsfns.m:227: warning: assignment makes pointer from integer without a
cast
nsfns.m: At top level:
nsfns.m:690: error: conflicting types for 'ns_set_doc_edited'
nsterm.h:712: error: previous declaration of 'ns_set_doc_edited' was
here
nsfns.m: In function 'Fx_display_color_cells':
nsfns.m:2377: warning: ISO C90 forbids mixed declarations and code
make[1]: *** [nsfns.o] Error 1
make: *** [src] Error 2

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: HEAD broken for OSX- nsfsn.o fails to compile
  2010-03-31 22:07 HEAD broken for OSX- nsfsn.o fails to compile Randal L. Schwartz
@ 2010-03-31 22:18 ` Randal L. Schwartz
  2010-03-31 22:23 ` Glenn Morris
  1 sibling, 0 replies; 6+ messages in thread
From: Randal L. Schwartz @ 2010-03-31 22:18 UTC (permalink / raw)
  To: emacs-devel

>>>>> "Randal" == Randal L Schwartz <merlyn@stonehenge.com> writes:

Randal> Last edit that touched this was Chong Yidong, on Mar 29.  Does
Randal> this ring any bells?

Yup, just bisected... that's the one that breaks it.

Author: Chong Yidong <cyd@stupidchicken.com>
Date:   Mon Mar 29 19:48:44 2010 -0400

    Clean up unneeded ns_set_icon_type calls.
    
    Patch from Adrian Robert, see
    http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01391.html
    
    * xdisp.c (x_consider_frame_title, update_window_cursor): Remove
    HAVE_NS conditionals.
    (prepare_menu_bars)[HAVE_NS]: Call ns_set_doc_edited.
    
    * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
    filename for the title.
    (ns_set_doc_edited): Do nothing if the selected window is a
    minibuffer window.
    
    * nsterm.h: Add prototypes for ns_set_name_as_filename and
    ns_set_doc_edited.
    
    * nsterm.m: Remove unneeded prototype.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: HEAD broken for OSX- nsfsn.o fails to compile
  2010-03-31 22:07 HEAD broken for OSX- nsfsn.o fails to compile Randal L. Schwartz
  2010-03-31 22:18 ` Randal L. Schwartz
@ 2010-03-31 22:23 ` Glenn Morris
  2010-03-31 22:56   ` Chad Brown
  1 sibling, 1 reply; 6+ messages in thread
From: Glenn Morris @ 2010-03-31 22:23 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: emacs-devel

Randal L. Schwartz wrote:

> Does this ring any bells?

Well, it rings these bells:

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5814
http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01440.html

and the one from INSTALL.BZR:

    Because the Bazaar version of Emacs is a work in progress, it will
    sometimes fail to build. Please wait a day or so (and check the
    bug and development mailing list archives) before reporting such
    problems. In most cases, the problem is known about and is just
    waiting for someone to fix it.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: HEAD broken for OSX- nsfsn.o fails to compile
  2010-03-31 22:23 ` Glenn Morris
@ 2010-03-31 22:56   ` Chad Brown
  2010-04-01  0:54     ` Chong Yidong
  0 siblings, 1 reply; 6+ messages in thread
From: Chad Brown @ 2010-03-31 22:56 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel, Randal L. Schwartz


On Mar 31, 2010, at 3:23 PM, Glenn Morris wrote:

> Randal L. Schwartz wrote:
> 
>> Does this ring any bells?
> 
> Well, it rings these bells:
> 
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5814
> http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01440.html
> 
> and the one from INSTALL.BZR:
> 
>    Because the Bazaar version of Emacs is a work in progress, it will
>    sometimes fail to build. Please wait a day or so (and check the
>    bug and development mailing list archives) before reporting such
>    problems. In most cases, the problem is known about and is just
>    waiting for someone to fix it.

You reply to the message wherein he points out that the breakage happened 3 days ago with a quote suggesting he wait a day or so.  He checked the mailing list and saw that no one had mentioned it in well more than ``a day or so'', and sent mail to the development list with the specific breakage and changeset that caused it.  

Complete Failure.

I realize that it is very important to you that the bug tracker be used appropriately, but this is not the first time I've seen you attempt to hector people out of reporting development issues and asking development questions on the development list -- not the bug tracker.  While I'm sure that you're doing good work, and I do appreciate those good works, I do not consider this type of nanny-ism good, or desirable, and it comes across to me as the opposite of helpful.

Thanks,
*Chad







^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: HEAD broken for OSX- nsfsn.o fails to compile
  2010-03-31 22:56   ` Chad Brown
@ 2010-04-01  0:54     ` Chong Yidong
  2010-04-01  6:10       ` Chad Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Chong Yidong @ 2010-04-01  0:54 UTC (permalink / raw)
  To: Chad Brown; +Cc: Randal L. Schwartz, emacs-devel

Chad Brown <yandros@MIT.EDU> writes:

> I realize that it is very important to you that the bug tracker be
> used appropriately, but this is not the first time I've seen you
> attempt to hector people out of reporting development issues and
> asking development questions on the development list -- not the bug
> tracker.

It's not possible to entirely avoid duplication on the mailing lists,
and perhaps Glenn was shorter than he should have been, but this issue
*was* being discussed on emacs-devel, in the thread

  http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01298.html




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: HEAD broken for OSX- nsfsn.o fails to compile
  2010-04-01  0:54     ` Chong Yidong
@ 2010-04-01  6:10       ` Chad Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Chad Brown @ 2010-04-01  6:10 UTC (permalink / raw)
  To: Chong Yidong; +Cc: Randal L. Schwartz, emacs-devel


On Mar 31, 2010, at 5:54 PM, Chong Yidong wrote:

> Chad Brown <yandros@MIT.EDU> writes:
> 
>> I realize that it is very important to you that the bug tracker be
>> used appropriately, but this is not the first time I've seen you
>> attempt to hector people out of reporting development issues and
>> asking development questions on the development list -- not the bug
>> tracker.
> 
> It's not possible to entirely avoid duplication on the mailing lists,
> and perhaps Glenn was shorter than he should have been, but this issue
> *was* being discussed on emacs-devel, in the thread
> 
>  http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01298.html

Huh; I've been reading that thread and didn't see anything on it about breaking the build since Monday.   

...which sounds like sarcasm when I re-read it, but it wasn't intended to be -- I seriously have been reading that thread, and while I assumed that it was the motivator for the changes that caused the breakage, I hadn't seen anything in it about the build being broken on macosx.  Did you really already know, or did you learn of it from Randal's message?

*Chad





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-04-01  6:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-31 22:07 HEAD broken for OSX- nsfsn.o fails to compile Randal L. Schwartz
2010-03-31 22:18 ` Randal L. Schwartz
2010-03-31 22:23 ` Glenn Morris
2010-03-31 22:56   ` Chad Brown
2010-04-01  0:54     ` Chong Yidong
2010-04-01  6:10       ` Chad Brown

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.