all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* HEAD broken for build
@ 2011-03-24 16:22 Randal L. Schwartz
  2011-03-24 17:48 ` Juanma Barranquero
  0 siblings, 1 reply; 3+ messages in thread
From: Randal L. Schwartz @ 2011-03-24 16:22 UTC (permalink / raw)
  To: emacs-devel


As of this commit:

commit 9a2cd383ebb717fbf8ef764bfcbbc55ab46d9b43
Author: Juanma Barranquero <lekktu@gmail.com>
Date:   Thu Mar 24 03:30:26 2011 +0100

    src/w32term.c (x_set_glyph_string_clipping): Don't pass
    uninitialized region


I get this during make bootstrap:

cd /Volumes/UFS/MIRROR/emacs-GIT && automake --gnu -a -c lib/Makefile
./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating lib-src/Makefile
config.status: creating oldXMenu/Makefile
config.status: creating doc/emacs/Makefile
config.status: creating doc/misc/Makefile
config.status: creating doc/lispintro/Makefile
config.status: creating doc/lispref/Makefile
config.status: creating src/Makefile
config.status: creating lwlib/Makefile
config.status: creating lisp/Makefile
config.status: creating leim/Makefile
config.status: creating test/automated/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing mkdirs commands
config.status: executing epaths commands
creating src/epaths.h
config.status: executing gdbinit commands
config.status: executing gdbinit commands
./config.status: line 1885: syntax error near unexpected token `('
./config.status: line 1885: `       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'
-e 's/\$U/'"$U"'/g'`; do'

If you need more info, let me know.

-- 
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.posterous.com/ for Smalltalk discussion




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

* Re: HEAD broken for build
  2011-03-24 16:22 HEAD broken for build Randal L. Schwartz
@ 2011-03-24 17:48 ` Juanma Barranquero
  2011-03-24 18:01   ` Randal L. Schwartz
  0 siblings, 1 reply; 3+ messages in thread
From: Juanma Barranquero @ 2011-03-24 17:48 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: emacs-devel

> As of this commit:
>
> commit 9a2cd383ebb717fbf8ef764bfcbbc55ab46d9b43
> Author: Juanma Barranquero <lekktu@gmail.com>
> Date:   Thu Mar 24 03:30:26 2011 +0100

> I get this during make bootstrap:

> config.status: executing gdbinit commands
> config.status: executing gdbinit commands
> ./config.status: line 1885: syntax error near unexpected token `('
> ./config.status: line 1885: `       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'
> -e 's/\$U/'"$U"'/g'`; do'
>
> If you need more info, let me know.

Please try to determine which commit really breaks the build. A change
in src/w32term.c is unlikely to be the cause; more likely some of the
recent autogen changes by Glenn.

   Juanma



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

* Re: HEAD broken for build
  2011-03-24 17:48 ` Juanma Barranquero
@ 2011-03-24 18:01   ` Randal L. Schwartz
  0 siblings, 0 replies; 3+ messages in thread
From: Randal L. Schwartz @ 2011-03-24 18:01 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: emacs-devel

>>>>> "Juanma" == Juanma Barranquero <lekktu@gmail.com> writes:

Juanma> Please try to determine which commit really breaks the build. A change
Juanma> in src/w32term.c is unlikely to be the cause; more likely some of the
Juanma> recent autogen changes by Glenn.

Sadly, it's a heisenbug.  Simply re-running the very same "make
bootstrap" immediately afterward fixed it, and I have a new valid
binary.

With that kind of state change, I'm pretty sure I can't bisect.  But
*something* broke building between yesterday and today.

-- 
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.posterous.com/ for Smalltalk discussion



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

end of thread, other threads:[~2011-03-24 18:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-24 16:22 HEAD broken for build Randal L. Schwartz
2011-03-24 17:48 ` Juanma Barranquero
2011-03-24 18:01   ` Randal L. Schwartz

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.