emacs-devel
[Top][All Lists]
Advanced

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

Failures in build Emacs-CVS on Cygwin


From: Angelo Graziosi
Subject: Failures in build Emacs-CVS on Cygwin
Date: Wed, 22 Nov 2006 15:49:08 +0100 (MET)

Iwant to flag this for the sake of completeness.


After amost a month of succeful daily build of Emacs-CVS (with GCC-4.0.3
very stable) the build fail in this way:


-------------------------------------------------------------------
....
Generating autoloads for mh-utils.el...
Generating autoloads for mh-utils.el...done
Generating autoloads for mh-xface.el...
Generating autoloads for mh-xface.el...done
Saving file
/home/Angelo/Downloads/cygwin_varie/emacs-cvs/emacs/lisp/mh-e/mh-loaddefs.el...
Wrote
/home/Angelo/Downloads/cygwin_varie/emacs-cvs/emacs/lisp/mh-e/mh-loaddefs.el
find /home/Angelo/Downloads/cygwin_varie/emacs-cvs/emacs/lisp -name
"*.elc" -print | xargs chmod +w >/dev/null 2>&1 || true; \

wd=/home/Angelo/Downloads/cygwin_varie/emacs-cvs/emacs/lisp; subdirs=`(cd
$wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old
| */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* ) ;; *) wins="$wins
$wd/$file" ;; esac; done;       \
        els=`echo $wins | tr ' \011' '\012\012' | \
                sed -e 's|\(.\)$|\1/|' -e 's|^\./||' -e 's|$|*.el|'`;   \
        for el in
/home/Angelo/Downloads/cygwin_varie/emacs-cvs/emacs/lisp/emacs-lisp/byte-opt.el
/home/Angelo/Downloads/cygwin_varie/emacs-cvs/emacs/lisp/emacs-lisp/bytecomp.el
/home/Angelo/Downloads/cygwin_varie/emacs-cvs/emacs/lisp/subr.el
/home/Angelo/Downloads/cygwin_varie/emacs-cvs/emacs/lisp/progmodes/cc-mode.el
/home/Angelo/Downloads/cygwin_varie/emacs-cvs/emacs/lisp/progmodes/cc-vars.el
$els; do \
          if test -f $el; \
          then \
            echo Compiling $el; \

EMACSLOADPATH=/home/Angelo/Downloads/cygwin_varie/emacs-cvs/emacs/lisp
../src/bootstrap-emacs.exe -batch --no-site-file --multibyte -f
batch-byte-compile-if-not-done $el || exit 1; \
          fi \
        done
Compiling
/home/Angelo/Downloads/cygwin_varie/emacs-cvs/emacs/lisp/emacs-lisp/byte-opt.el
Wrote
/home/Angelo/Downloads/cygwin_varie/emacs-cvs/emacs/lisp/emacs-lisp/byte-opt.elc
Compiling
/home/Angelo/Downloads/cygwin_varie/emacs-cvs/emacs/lisp/emacs-lisp/bytecomp.el

In end of data:
bytecomp.el:4204:1:Warning: the function `compilation-forget-errors' is
not
    known to be defined.
Wrote
/home/Angelo/Downloads/cygwin_varie/emacs-cvs/emacs/lisp/emacs-lisp/bytecomp.elc
Compiling /home/Angelo/Downloads/cygwin_varie/emacs-cvs/emacs/lisp/subr.el
Fatal error (6)/bin/sh: line 4:  2196 Aborted                 (core
dumped) EMACSLOADPATH=/home/Angelo/Downloads/cygwin_varie/emacs-cvs/emacs/lisp
../src/bootstrap-emacs.exe -batch --no-site-file --multibyte -f
batch-byte-compile-if-not-done $el
make[2]: *** [compile] Error 1
make[2]: Leaving directory
`/home/Angelo/Downloads/cygwin_varie/emacs-cvs/emacs/.build/lisp'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory
`/home/Angelo/Downloads/cygwin_varie/emacs-cvs/emacs/.build'
make: *** [bootstrap] Error 2
 
-------------------------------------------------------------------

This kind of error, periodically, comes out under Cygwin.



Its structure is alway the same:

Fatal error (6)/bin/sh: line <...>:  <...> Aborted (core dumped)
EMACSLOADPATH=/home/Angelo/Downloads/cygwin_varie/emacs-cvs/emacs/lisp
../src/bootstrap-emacs.exe -batch --no-site-file --multibyte -f
batch-byte-compile-if-not-done $<...>.



    Angelo.





reply via email to

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