GNU bug report logs - #9132
24.0.50; bootstrap failure on windows

Previous Next

Packages: emacs, w32;

Reported by: sds <at> gnu.org

Date: Wed, 20 Jul 2011 21:14:02 UTC

Severity: normal

Found in version 24.0.50

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: sds <at> gnu.org
Cc: 9132 <at> debbugs.gnu.org
Subject: bug#9132: 24.0.50; bootstrap failure on windows
Date: Fri, 22 Jul 2011 09:00:30 +0300
> From: Sam Steingold <sds <at> gnu.org>
> Cc: 9132 <at> debbugs.gnu.org
> Date: Thu, 21 Jul 2011 15:42:00 -0400
> 
> > * Eli Zaretskii <ryvm <at> tah.bet> [2011-07-21 22:21:30 +0300]:
> >
> >   "./../src/oo-spd/i386/emacs.exe" -batch -l
> > ../lisp/emacs-lisp/bytecomp.el --eval "(princ (fboundp
> > batch-byte-compile))"
> 
> $ ls -l ../src/oo*/i386/emacs.exe
> 46112 -rwxr-xr-x 1 sds None 47218342 Jul 21 10:49 ../src/oo-spd/i386/emacs.exe*
> 48224 -rwxr-xr-x 1 sds None 49378461 Jul 21 14:24 ../src/oo/i386/emacs.exe*
> $ "./../src/oo-spd/i386/emacs.exe" -batch -l ../lisp/emacs-lisp/bytecomp.el --eval "(print (fboundp 'batch-byte-compile))"
> 
> t
> $ "./../src/oo/i386/emacs.exe" -batch -l ../lisp/emacs-lisp/bytecomp.el --eval "(print (fboundp 'batch-byte-compile))"
> 
> t

So the symbol is bound, but Emacs thinks it's not a function?  What
does this print?

  "./../src/oo/i386/emacs.exe" -batch -l ../lisp/emacs-lisp/bytecomp.el --eval "(print (symbol-function 'batch-byte-compile))"

> why do I have oo and oo-spd?!

oo/ is the unoptimized build, oo-spd/ the optimized one.  Neat, ain't
it?




This bug report was last modified 12 years and 103 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.