unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* The bootstrap of Emacs on Cygwin is broken [Is also: unicode branch is merged to trunk]
@ 2008-02-01 20:32 Angelo Graziosi
  2008-02-02 18:03 ` Eli Zaretskii
                   ` (2 more replies)
  0 siblings, 3 replies; 47+ messages in thread
From: Angelo Graziosi @ 2008-02-01 20:32 UTC (permalink / raw)
  To: emacs-devel

After the unicode branch is merged to trunk, bootstrapping Emacs on
Cygwin fails as reported below. The bootstrap was configured as follow:


     LDFLAGS='-Wl,--enable-auto-import -Wl,--enable-auto-image-base' \
     ../configure --prefix=${prefix_dir} \
                  --with-x-toolkit=lucid

(I have used the same build scrip with which I bootstrap Emacs since
an year and more).

Emacs-CVS of less than 24 hours ago bootstraps just fine!


extracts from build log
=================================================================
[...]
Configured for `i686-pc-cygwin'.

   Where should the build process find the source code?    /tmp/emacs
   What operating system and machine description files should Emacs use?
         `s/cygwin.h' and `m/intel386.h'
   What compiler should emacs be built with?               gcc -g -O2 
-Wno-pointer-sign
   Should Emacs use the GNU version of malloc?             yes
   Should Emacs use a relocating allocator for buffers?    yes
   Should Emacs use mmap(2) for buffer allocation?         no
   What window system should Emacs use?                    x11
   What toolkit should Emacs use?                          LUCID
   Where do we find X Windows header files? 
/usr/X11R6/include
   Where do we find X Windows libraries?                   /usr/X11R6/lib
   Does Emacs use -lXaw3d?                                 yes
   Does Emacs use -lXpm?                                   yes
   Does Emacs use -ljpeg?                                  yes
   Does Emacs use -ltiff?                                  yes
   Does Emacs use a gif library?                           yes -lungif
   Does Emacs use -lpng?                                   yes
   Does Emacs use -lrsvg-2?                                no
   Does Emacs use -lgpm?                                   no
   Does Emacs use -ldbus?                                  no
   Does Emacs use X toolkit scroll bars?                   yes

configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib-src/Makefile.c
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.c
config.status: creating lwlib/Makefile
config.status: creating lisp/Makefile
config.status: creating leim/Makefile
config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: executing default commands
creating src/epaths.h
src/epaths.h is unchanged
creating lib-src/Makefile
creating src/Makefile

[...]

gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. -I/tmp/emacs/src 
-I/usr/X11R6/include    -g -O2 -Wno-pointer-sign  /tmp/emacs/src/syntax.c
/tmp/emacs/src/syntax.c: In function 'char_quoted':
/tmp/emacs/src/syntax.c:310: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c: In function 'find_defun_start':
/tmp/emacs/src/syntax.c:402: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:406: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c: In function 'back_comment':
/tmp/emacs/src/syntax.c:527: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:556: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c: In function 'scan_words':
/tmp/emacs/src/syntax.c:1225: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:1253: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:1277: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:1306: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c: In function 'forw_comment':
/tmp/emacs/src/syntax.c:2145: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:2175: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:2194: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c: In function 'Fforward_comment':
/tmp/emacs/src/syntax.c:2258: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:2266: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:2324: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:2341: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:2355: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c: In function 'scan_lists':
/tmp/emacs/src/syntax.c:2469: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:2480: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:2490: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:2516: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:2559: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:2586: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:2591: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:2634: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:2652: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:2685: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:2697: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:2712: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:2757: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:2765: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:2773: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c: In function 'Fbackward_prefix_chars':
/tmp/emacs/src/syntax.c:2876: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c: In function 'scan_sexps_forward':
/tmp/emacs/src/syntax.c:3038: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:3056: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:3087: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:3098: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:3104: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:3114: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:3138: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:3172: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:3184: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:3201: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:3205: warning: comparison is always true due to 
limited range of data type
/tmp/emacs/src/syntax.c:3211: warning: comparison is always true due to 
limited range of data type

[...]

gcc -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. -I/tmp/emacs/src 
-I/usr/X11R6/include    -g -O2 -Wno-pointer-sign 
-Wl,--enable-auto-import -Wl,--enable-auto-image-base -L/usr/X11R6/lib 
/tmp/emacs/src/prefix-args.c -o prefix-args
touch stamp-oldxmenu
echo "dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o charset.o 
coding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o 
xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o 
image.o   emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o 
filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o 
cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o 
data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o print.o lread.o 
syntax.o unexcw.o bytecode.o process.o callproc.o region-cache.o sound.o 
atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o 
sheap.o font.o terminfo.o gmalloc.o ralloc.o lastfile.o vm-limit.o 
widget.o mktime.o getloadavg.o " > buildobj.lst
gcc   -Wl,--enable-auto-import -Wl,--enable-auto-image-base 
-L/usr/X11R6/lib -o temacs ecrt0.o dispnew.o frame.o scroll.o xdisp.o 
xmenu.o window.o charset.o coding.o category.o ccl.o character.o 
chartab.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o 
xrdb.o fontset.o xsmfns.o fringe.o image.o   emacs.o keyboard.o macros.o 
keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o 
fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o 
search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o 
floatfns.o fns.o print.o lread.o syntax.o unexcw.o bytecode.o process.o 
callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o 
intervals.o textprop.o composite.o md5.o   sheap.o font.o terminfo.o 
gmalloc.o ralloc.o lastfile.o vm-limit.o widget.o mktime.o getloadavg.o 
   ../lwlib/liblw.a -L/usr/X11R6/lib -lXaw3d -lXmu -lXt -lSM -lICE 
-lXext -ltiff -ljpeg -lpng -lz -lm -lungif -lXpm -lX11     -lresolv 
-lcurses -lg  `gcc -print-libgcc-file-name` -lm -lc `gcc 
-print-libgcc-file-name`
RUNEMACS="`/bin/pwd`/temacs"; cd /tmp/emacs/src/../admin/unidata; make 
-w --jobserver-fds=3,4 - --jobserver-fds=3,4 - --jobserver-fds=3,4 - 
--jobserver-fds=3,4 -j RUNEMACS="${RUNEMACS}" 
DSTDIR=/tmp/emacs/src/../lisp/international
make[3]: Entering directory `/tmp/emacs/admin/unidata'
/tmp/emacs/build/src/temacs -batch -f batch-byte-compile unidata-gen.el
Loading loadup.el (source)...
Using load-path (/tmp/emacs/lisp /tmp/emacs/lisp/emacs-lisp 
/tmp/emacs/lisp/language /tmp/emacs/lisp/international 
/tmp/emacs/lisp/textmodes)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version.el (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading cus-start (source)...
Note, built-in variable `selection-coding-system' not bound
Loading international/mule (source)...
Loading international/mule-conf.el (source)...
ELC=`/bin/pwd`/unidata-gen.elc; \
	DATA=`/bin/pwd`/unidata.txt; \
	cd /tmp/emacs/src/../lisp/international; \
	/tmp/emacs/build/src/temacs -batch --load ${ELC} -f unidata-gen-files 
${DATA}
Loading loadup.el (source)...
Using load-path (/tmp/emacs/lisp /tmp/emacs/lisp/emacs-lisp 
/tmp/emacs/lisp/language /tmp/emacs/lisp/international 
/tmp/emacs/lisp/textmodes)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version.el (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading cus-start (source)...
Note, built-in variable `selection-coding-system' not bound
Loading international/mule (source)...
Loading international/mule-conf.el (source)...
make[3]: Leaving directory `/tmp/emacs/admin/unidata'
`/bin/pwd`/temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
Using load-path (/tmp/emacs/lisp /tmp/emacs/lisp/emacs-lisp 
/tmp/emacs/lisp/language /tmp/emacs/lisp/international 
/tmp/emacs/lisp/textmodes)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version.el (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading cus-start (source)...
Note, built-in variable `selection-coding-system' not bound
Loading international/mule (source)...
Loading international/mule-conf.el (source)...
mv -f emacs.exe bootstrap-emacs.exe
mv: cannot stat `emacs.exe': No such file or directory
make[2]: *** [bootstrap-emacs.exe] Error 1
make[2]: Leaving directory `/tmp/emacs/build/src'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/tmp/emacs/build'
make: *** [bootstrap] Error 2
=================================================================

Cheers,
    Angelo.




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

end of thread, other threads:[~2008-05-29  0:38 UTC | newest]

Thread overview: 47+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-01 20:32 The bootstrap of Emacs on Cygwin is broken [Is also: unicode branch is merged to trunk] Angelo Graziosi
2008-02-02 18:03 ` Eli Zaretskii
2008-02-02 19:32   ` Angelo Graziosi
2008-02-02 19:43     ` Eli Zaretskii
2008-02-02 21:21       ` Angelo Graziosi
2008-02-03  4:10         ` Eli Zaretskii
2008-02-03  9:19           ` Angelo Graziosi
2008-02-03 19:40             ` Eli Zaretskii
2008-02-03 21:02               ` Angelo Graziosi
2008-02-03 21:02             ` Jason Rumney
2008-02-03 21:14               ` Angelo Graziosi
2008-02-04  4:19                 ` Eli Zaretskii
2008-02-04  8:39                   ` Angelo Graziosi
2008-02-04  9:00                     ` YAMAMOTO Mitsuharu
2008-02-04 10:35                       ` Angelo Graziosi
2008-02-04 11:01                         ` YAMAMOTO Mitsuharu
2008-02-04 11:11                           ` Jason Rumney
2008-02-04 20:55                         ` Eli Zaretskii
2008-02-04 22:07                           ` Angelo Graziosi
2008-02-05  4:17                             ` Eli Zaretskii
2008-02-05  2:10                           ` Angelo Graziosi
2008-02-05  4:17                             ` Eli Zaretskii
2008-02-05 10:12                               ` Angelo Graziosi
2008-02-05 10:19                                 ` Jason Rumney
2008-02-05 10:52                                   ` Angelo Graziosi
2008-02-05 11:10                                     ` Jason Rumney
2008-02-05 12:03                                       ` Angelo Graziosi
2008-02-05 20:17                                 ` Eli Zaretskii
2008-02-05 20:49                                   ` Angelo Graziosi
2008-02-06  4:10                                     ` Eli Zaretskii
2008-02-06 15:27                                       ` Angelo Graziosi
2008-05-28  2:15                                 ` Jashy
2008-05-28  3:06                                   ` Stefan Monnier
2008-05-28  3:21                                   ` YAMAMOTO Mitsuharu
2008-02-05 17:22                               ` Angelo Graziosi
2008-02-04  4:16               ` Eli Zaretskii
2008-02-04  8:58                 ` Jason Rumney
2008-02-02 18:03 ` Dan Nicolaescu
2008-02-02 18:32   ` Eli Zaretskii
2008-05-28  7:42 ` Angelo Graziosi
2008-05-28 10:20   ` Jashy
2008-05-28 10:30     ` YAMAMOTO Mitsuharu
2008-05-28 11:36       ` Jashy
2008-05-28 12:06         ` YAMAMOTO Mitsuharu
2008-05-28 13:16           ` Jashy
2008-05-28 17:21             ` Angelo Graziosi
2008-05-29  0:38               ` YAMAMOTO Mitsuharu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).