emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bootstrap failure [trunk]


From: Angelo Graziosi
Subject: Bootstrap failure [trunk]
Date: Wed, 04 Aug 2010 23:46:00 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.7) Gecko/20100713 Thunderbird/3.1.1

Current rev. 100972 fails to bootstrap (on Kubuntu 10.04, for example):

=========================================
[...]
gcc -c -Demacs -DHAVE_CONFIG_H -I. -I/tmp/emacs/src -pthread -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/freetype2 -pthread -D_REENTRANT -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -MMD -MF deps/sysdep.d -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -g -O2 /tmp/emacs/src/sysdep.c
/tmp/emacs/src/sysdep.c:525:8: error: macro names must be identifiers
/tmp/emacs/src/sysdep.c: In function 'sys_subshell':
/tmp/emacs/src/sysdep.c:648: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result /tmp/emacs/src/sysdep.c:688: warning: ignoring return value of 'write', declared with attribute warn_unused_result
make[2]: *** [sysdep.o] Errore 1
make[2]: *** In attesa di lavori non terminati...
make[2]: uscita dalla directory /tmp/emacs/Work/src
make[1]: *** [src] Errore 2
make[1]: uscita dalla directory /tmp/emacs/Work
make: *** [bootstrap] Errore 2
=========================================

Since, rev.100971 bootstraps and works fine, and the only changes to rev.100972 regard 'sysdep.c', I would say that this is the culprit:

src/ChangeLog
------------------------------------------------------
2010-08-04  Stefan Monnier  <address@hidden>

* sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
------------------------------------------------------

Ciao,
Angelo.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]