emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Symbol's value as variable is void: org-babel-temp-file
@ 2013-02-24 16:23 sje30
  2013-02-24 22:21 ` Achim Gratz
  0 siblings, 1 reply; 6+ messages in thread
From: sje30 @ 2013-02-24 16:23 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: sje30

With today's git I'm getting the following errors when compiling orgmode

$ make

... org-w3m.el:44:1:Error: Symbol's value as variable is void: 
org-babel-temp-file

Its stopping orgmode from working for me -- any clues?

thanks,

Stephen

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

* Re: Symbol's value as variable is void: org-babel-temp-file
  2013-02-24 16:23 Symbol's value as variable is void: org-babel-temp-file sje30
@ 2013-02-24 22:21 ` Achim Gratz
  2013-02-24 23:01   ` Stephen Eglen
  0 siblings, 1 reply; 6+ messages in thread
From: Achim Gratz @ 2013-02-24 22:21 UTC (permalink / raw)
  To: emacs-orgmode

sje30@damtp.cam.ac.uk writes:
> With today's git I'm getting the following errors when compiling orgmode
>
> $ make
>
> ... org-w3m.el:44:1:Error: Symbol's value as variable is void:
> org-babel-temp-file
>
> Its stopping orgmode from working for me -- any clues?

Well, that doesn't make any sense: org-w3m doesn't contain the string in
question, much less a variable reference in current Org, neither on the
maint nor the master branch.  You will want to be more forthcoming with
information what commit you're at and what exactly you are doing.  Start
with showing us the output of "git status" and "make config-all" if that
doesn't already give you a clue as to what is missing.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Samples for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra

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

* Re: Symbol's value as variable is void: org-babel-temp-file
  2013-02-24 22:21 ` Achim Gratz
@ 2013-02-24 23:01   ` Stephen Eglen
  2013-02-25  2:23     ` Nick Dokos
  2013-02-25  6:34     ` Achim Gratz
  0 siblings, 2 replies; 6+ messages in thread
From: Stephen Eglen @ 2013-02-24 23:01 UTC (permalink / raw)
  To: emacs-orgmode

On Sun, Feb 24 2013, Achim Gratz wrote:

> Well, that doesn't make any sense: org-w3m doesn't contain the string in
> question, much less a variable reference in current Org, neither on the
> maint nor the master branch.  You will want to be more forthcoming with
> information what commit you're at and what exactly you are doing.  Start
> with showing us the output of "git status" and "make config-all" if that
> doesn't already give you a clue as to what is missing.

Thanks Achim;  if its just my installation, and not others, I'll try and
debug this end.  But just for the record, here's the output you asked
for.   I get the byte-compile error when doing "make" in the top-level.

Stephen


$ git log | head -3

git log | head -3
commit 3a0e559ad976eaf8e6e6d4b304209d310e282a7d
Author: Bastien Guerry <bzg@altern.org>
Date:   Sun Feb 24 19:42:12 2013 +0100


$ git status
# On branch master
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       SJENOTES_GIT.org
#       utils/
nothing added to commit but untracked files present (use "git add" to
track)

make config-all

========= Emacs executable and Installation paths
EMACS     = emacs
DESTDIR   = 
ORGCM     = dirall
ORG_MAKE_DOC    = info html pdf
lispdir         = /usr/share/emacs/site-lisp/org
infodir         = /usr/share/info
datadir         = /usr/share/emacs/etc/org
testdir         =
/var/folders/91/91jLO-U5Hb8NrhtwVFdhLk+++TI/-Tmp-//tmp-orgtest
========= Additional files from contrib/lisp


========= Test configuration
BTEST_PRE = 
BTEST_POST  = 
BTEST_OB_LANGUAGES      = awk C fortran maxima lilypond octave python sh
BTEST_EXTRA             = 

========= Executables used by make
CP        = install -m 644 -p
MKDIR     = install -m 755 -d
RM        = rm -f
RMR       = rm -fr
FIND      = find
SUDO      = sudo
PDFTEX    = pdftex
TEXI2PDF  = texi2pdf --batch --clean
TEXI2HTML = makeinfo --html --number-sections
MAKEINFO  = makeinfo
INSTALL_INFO    = install-info

========= Commands used by make
BATCH     = emacs -batch -Q
BATCHL    = emacs -batch -Q --eval '(add-to-list '"'"'load-path ".")'
ELC       = emacs -batch -Q --eval '(add-to-list '"'"'load-path ".")'
--eval '(batch-byte-compile)'
ELCDIR = emacs -batch -Q --eval '(add-to-list '"'"'load-path ".")'
--eval '(batch-byte-recompile-directory 0)'
BTEST  = emacs -batch -Q  --eval '(add-to-list '"'"'load-path "./lisp")'
--eval '(add-to-list '"'"'load-path "./testing")'  -l org-loaddefs.el -l
testing/org-test.el --eval '(require '"'"'ob-awk)' --eval '(require
'"'"'ob-C)' --eval '(require '"'"'ob-fortran)' --eval '(require
'"'"'ob-maxima)' --eval '(require '"'"'ob-lilypond)' --eval '(require
'"'"'ob-octave)' --eval '(require '"'"'ob-python)' --eval '(require
'"'"'ob-sh)'  --eval '(setq org-confirm-babel-evaluate nil)' -f
org-test-run-batch-tests
MAKE_LOCAL_MK   = emacs -batch -Q --eval '(add-to-list '"'"'load-path
"./lisp")' --eval '(load "org-compat.el")' --eval '(load
"../mk/org-fixup.el")' --eval '(org-make-local-mk)'
MAKE_ORG_INSTALL       = emacs -batch -Q --eval '(add-to-list
'"'"'load-path ".")' --eval '(load "org-compat.el")' --eval '(load
"../mk/org-fixup.el")' --eval '(org-make-org-loaddefs)'
MAKE_ORG_VERSION       = emacs -batch -Q --eval '(add-to-list
'"'"'load-path ".")' --eval '(load "org-compat.el")' --eval '(load
"../mk/org-fixup.el")' --eval '(org-make-org-version "7.9.3f"
"release_7.9.3f-1199-g3a0e55" "/usr/share/emacs/etc/org")'
========= Org version
make:  Org-mode version 7.9.3f (release_7.9.3f-1199-g3a0e55 =>
/usr/share/emacs/site-lisp/org)

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

* Re: Symbol's value as variable is void: org-babel-temp-file
  2013-02-24 23:01   ` Stephen Eglen
@ 2013-02-25  2:23     ` Nick Dokos
  2013-02-26 15:00       ` Stephen Eglen
  2013-02-25  6:34     ` Achim Gratz
  1 sibling, 1 reply; 6+ messages in thread
From: Nick Dokos @ 2013-02-25  2:23 UTC (permalink / raw)
  To: Stephen Eglen; +Cc: emacs-orgmode

Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> wrote:

> On Sun, Feb 24 2013, Achim Gratz wrote:
> 
> > Well, that doesn't make any sense: org-w3m doesn't contain the string in
> > question, much less a variable reference in current Org, neither on the
> > maint nor the master branch.  You will want to be more forthcoming with
> > information what commit you're at and what exactly you are doing.  Start
> > with showing us the output of "git status" and "make config-all" if that
> > doesn't already give you a clue as to what is missing.
> 
> Thanks Achim;  if its just my installation, and not others, I'll try and
> debug this end.  But just for the record, here's the output you asked
> for.   I get the byte-compile error when doing "make" in the top-level.
> 
> Stephen
> 
> 
> $ git log | head -3
> 
> git log | head -3
> commit 3a0e559ad976eaf8e6e6d4b304209d310e282a7d
> Author: Bastien Guerry <bzg@altern.org>
> Date:   Sun Feb 24 19:42:12 2013 +0100
> 

FWIW, I'm on that commit and I don't see the problem.

Nick

Org-mode version 7.9.3f (release_7.9.3f-1199-g3a0e55 @ /home/nick/elisp/org-mode/lisp/)
GNU Emacs 24.3.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.4) of 2012-12-29 on alphaville

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

* Re: Symbol's value as variable is void: org-babel-temp-file
  2013-02-24 23:01   ` Stephen Eglen
  2013-02-25  2:23     ` Nick Dokos
@ 2013-02-25  6:34     ` Achim Gratz
  1 sibling, 0 replies; 6+ messages in thread
From: Achim Gratz @ 2013-02-25  6:34 UTC (permalink / raw)
  To: emacs-orgmode

Stephen Eglen writes:
> Thanks Achim;  if its just my installation, and not others, I'll try and
> debug this end.  But just for the record, here's the output you asked
> for.   I get the byte-compile error when doing "make" in the top-level.

This is puzzling, everything appears to be correct.  Do you have
modified local.mk?  Is there any chance you might have memory or disk
space problems or something like that?  If this is still happening, can
you try "make clean compile-dirty" and show at least a bit of context
around the error (you can edit the path prefixes out if you want)?


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Q+, Q and microQ:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

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

* Re: Symbol's value as variable is void: org-babel-temp-file
  2013-02-25  2:23     ` Nick Dokos
@ 2013-02-26 15:00       ` Stephen Eglen
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Eglen @ 2013-02-26 15:00 UTC (permalink / raw)
  To: nicholas.dokos; +Cc: emacs-orgmode, Stephen Eglen

>> git log | head -3
>> commit 3a0e559ad976eaf8e6e6d4b304209d310e282a7d
>> Author: Bastien Guerry <bzg@altern.org>
>> Date:   Sun Feb 24 19:42:12 2013 +0100
>> 
>
> FWIW, I'm on that commit and I don't see the problem.

Thanks Nick; based on your comments and Achim's other replies, I nuked
and reinstalled orgmode -- all working now.  

Thanks, and sorry for the noise!

S

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

end of thread, other threads:[~2013-02-26 15:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-24 16:23 Symbol's value as variable is void: org-babel-temp-file sje30
2013-02-24 22:21 ` Achim Gratz
2013-02-24 23:01   ` Stephen Eglen
2013-02-25  2:23     ` Nick Dokos
2013-02-26 15:00       ` Stephen Eglen
2013-02-25  6:34     ` Achim Gratz

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

	https://git.savannah.gnu.org/cgit/emacs/org-mode.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).