unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* CVS Emacs compile fails
@ 2007-08-24  5:49 Bill Wohler
  2007-08-24 14:40 ` Stefan Monnier
  0 siblings, 1 reply; 4+ messages in thread
From: Bill Wohler @ 2007-08-24  5:49 UTC (permalink / raw)
  To: emacs-devel

I just checked out a fresh set of sources, ran ./configure, make
bootstrap, and got this:

find /usr/local/src/mh-e/src/emacs/lisp -name "*.elc" -print | xargs chmod +w >/dev/null 2>&1 || true; \
        wd=/usr/local/src/mh-e/src/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 /usr/local/src/mh-e/src/emacs/lisp/emacs-lisp/byte-opt.el /usr/local/src/mh-e/src/emacs/lisp/emacs-lisp/bytecomp.el /usr/local/src/mh-e/src/emacs/lisp/subr.el /usr/local/src/mh-e/src/emacs/lisp/progmodes/cc-mode.el /usr/local/src/mh-e/src/emacs/lisp/progmodes/cc-vars.el $els; do \
          if test -f $el; \
          then \
            echo Compiling $el; \
            EMACSLOADPATH=/usr/local/src/mh-e/src/emacs/lisp ../src/bootstrap-emacs -batch --no-site-file --multibyte -f batch-byte-compile-if-not-done $el || exit 1; \
          fi \
        done
Compiling /usr/local/src/mh-e/src/emacs/lisp/emacs-lisp/byte-opt.el

In toplevel form:
emacs-lisp/byte-opt.el:288:51:Error: Wrong type argument: listp, restp


-- 
Bill Wohler <wohler@newt.com>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD

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

* Re: CVS Emacs compile fails
  2007-08-24  5:49 CVS Emacs compile fails Bill Wohler
@ 2007-08-24 14:40 ` Stefan Monnier
  2007-08-24 16:22   ` B. Anyos
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Monnier @ 2007-08-24 14:40 UTC (permalink / raw)
  To: Bill Wohler; +Cc: emacs-devel

> emacs-lisp/byte-opt.el:288:51:Error: Wrong type argument: listp, restp

Yes, fixed,


        Stefan

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

* Re: CVS Emacs compile fails
  2007-08-24 14:40 ` Stefan Monnier
@ 2007-08-24 16:22   ` B. Anyos
  2007-08-27 13:48     ` Stefan Monnier
  0 siblings, 1 reply; 4+ messages in thread
From: B. Anyos @ 2007-08-24 16:22 UTC (permalink / raw)
  Cc: emacs-devel

I found another problem.
It fails here now:

In toplevel form:
progmodes/cc-vars.el:247:1:Error: Symbol's value as variable is void: name
make[1]: *** [compile-SH] Error 1
make[1]: Leaving directory `/e/Tools/emacs/lisp'
make: *** [bootstrap-gmake] Error 2

Bela


Stefan Monnier said the following on 8/24/2007 16:40:
>> emacs-lisp/byte-opt.el:288:51:Error: Wrong type argument: listp, restp
> 
> Yes, fixed,
> 
> 
>         Stefan
> 
> 
> _______________________________________________
> Emacs-devel mailing list
> Emacs-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-devel
> 
> 

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

* Re: CVS Emacs compile fails
  2007-08-24 16:22   ` B. Anyos
@ 2007-08-27 13:48     ` Stefan Monnier
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Monnier @ 2007-08-27 13:48 UTC (permalink / raw)
  To: B. Anyos; +Cc: emacs-devel

> I found another problem.
> It fails here now:

I can't reproduce it here with the Emacs trunk.


        Stefan

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

end of thread, other threads:[~2007-08-27 13:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-24  5:49 CVS Emacs compile fails Bill Wohler
2007-08-24 14:40 ` Stefan Monnier
2007-08-24 16:22   ` B. Anyos
2007-08-27 13:48     ` Stefan Monnier

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).