avdi / quarto

MIT License
469 stars 29 forks source link

Specs failing on missing vendor/org directories #20

Closed saturnflyer closed 10 years ago

saturnflyer commented 10 years ago

In debugging #19 I found that running the specs (after installing pandoc) leads to:

$ bundle exec rake spec --trace
** Invoke spec (first_time)
** Invoke vendor_orgmode (first_time)
** Invoke /Users/jim/Projects/quarto/vendor/org/lisp (first_time)
** Invoke vendor/org-8.0.7 (first_time, not_needed)
** Invoke vendor/org-8.0.7.tar.gz (first_time, not_needed)
** Invoke vendor (first_time, not_needed)
** Execute /Users/jim/Projects/quarto/vendor/org/lisp
ln -sf /Users/jim/Projects/quarto/vendor/org-8.0.7 /Users/jim/Projects/quarto/vendor/org/lisp
rake aborted!
No such file or directory - (/Users/jim/Projects/quarto/vendor/org-8.0.7, /Users/jim/Projects/quarto/vendor/org/lisp)
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/fileutils.rb:425:in `symlink'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/fileutils.rb:425:in `block in ln_s'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/fileutils.rb:1635:in `fu_each_src_dest0'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/fileutils.rb:423:in `ln_s'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/file_utils_ext.rb:37:in `ln_s'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/fileutils.rb:444:in `ln_sf'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/file_utils_ext.rb:37:in `ln_sf'
/Users/jim/Projects/quarto/Rakefile:19:in `block in <top (required)>'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:234:in `call'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:234:in `block in execute'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:231:in `each'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:231:in `execute'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:175:in `block in invoke_with_call_chain'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:168:in `invoke_with_call_chain'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:197:in `block in invoke_prerequisites'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:195:in `each'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:195:in `invoke_prerequisites'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:174:in `block in invoke_with_call_chain'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:168:in `invoke_with_call_chain'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:197:in `block in invoke_prerequisites'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:195:in `each'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:195:in `invoke_prerequisites'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:174:in `block in invoke_with_call_chain'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:168:in `invoke_with_call_chain'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:161:in `invoke'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:149:in `invoke_task'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:106:in `block (2 levels) in top_level'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:106:in `each'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:106:in `block in top_level'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:115:in `run_with_threads'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:100:in `top_level'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:78:in `block in run'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:165:in `standard_exception_handling'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:75:in `run'
/Users/jim/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rake-10.1.0/bin/rake:33:in `<top (required)>'
/Users/jim/.rbenv/versions/2.0.0-p0/bin/rake:23:in `load'
/Users/jim/.rbenv/versions/2.0.0-p0/bin/rake:23:in `<main>'
Tasks: TOP => spec => vendor_orgmode => /Users/jim/Projects/quarto/vendor/org/lisp
base10 commented 10 years ago

I see similar issues:

[master][~/code/gems/quarto] bundle exec rake spec --trace
** Invoke spec (first_time)
** Invoke vendor_orgmode (first_time)
** Invoke /Users/nathan/code/gems/quarto/vendor/org/lisp (first_time)
** Invoke vendor/org-8.0.7 (first_time)
** Invoke vendor/org-8.0.7.tar.gz (first_time)
** Invoke vendor (first_time, not_needed)
** Execute vendor/org-8.0.7.tar.gz
cd vendor
wget http://orgmode.org/org-8.0.7.tar.gz
--2013-11-10 00:17:07--  http://orgmode.org/org-8.0.7.tar.gz
Resolving orgmode.org... 198.101.246.4
Connecting to orgmode.org|198.101.246.4|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4173887 (4.0M) [text/plain]
Saving to: ‘org-8.0.7.tar.gz’
100%[==================================================================================================>] 4,173,887   1.46MB/s   in 2.7s   
2013-11-10 00:17:10 (1.46 MB/s) - ‘org-8.0.7.tar.gz’ saved [4173887/4173887]
cd -
** Execute vendor/org-8.0.7
cd vendor
tar -xzf org-8.0.7.tar.gz
cd -
cd vendor/org-8.0.7
make
======================================================
= Invoke "make help" for a synopsis of make targets. =
= Created a default local.mk template.               =
= Setting "oldorg" as the default target.            =
= Please adapt local.mk to your local setup!         =
======================================================
Loading /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-compat.el (source)...
Loading /Users/nathan/code/gems/quarto/vendor/org-8.0.7/mk/org-fixup.el (source)...
Wrote /Users/nathan/code/gems/quarto/vendor/org-8.0.7/local.mk
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc clean;  /Applications/Xcode.app/Contents/Developer/usr/bin/make -C lisp clean;
rm -f org *.pdf *.html *_letter.tex org-version.inc \
          *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.kys *.pg *.pgs \
          *.toc *.tp *.tps *.vr *.vrs *.log *.html *.ps
rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc org-install.elc
rm -f *.elc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lisp compile
rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc org-install.elc
org-version: 8.0.7 (8.0.7-dist)
Loading /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-compat.el (source)...
Loading /Users/nathan/code/gems/quarto/vendor/org-8.0.7/mk/org-fixup.el (source)...
Wrote /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-version.el
org-loaddefs: 8.0.7 (8.0.7-dist)
Loading /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-compat.el (source)...
Loading /Users/nathan/code/gems/quarto/vendor/org-8.0.7/mk/org-fixup.el (source)...
Generating autoloads for ob-C.el...
Generating autoloads for ob-C.el...done
Generating autoloads for ob-R.el...
Generating autoloads for ob-R.el...done
Generating autoloads for ob-asymptote.el...
Generating autoloads for ob-asymptote.el...done
Generating autoloads for ob-awk.el...
Generating autoloads for ob-awk.el...done
Generating autoloads for ob-calc.el...
Generating autoloads for ob-calc.el...done
Generating autoloads for ob-clojure.el...
Generating autoloads for ob-clojure.el...done
Generating autoloads for ob-comint.el...
Generating autoloads for ob-comint.el...done
Generating autoloads for ob-core.el...
Generating autoloads for ob-core.el...done
Generating autoloads for ob-css.el...
Generating autoloads for ob-css.el...done
Generating autoloads for ob-ditaa.el...
Generating autoloads for ob-ditaa.el...done
Generating autoloads for ob-dot.el...
Generating autoloads for ob-dot.el...done
Generating autoloads for ob-emacs-lisp.el...
Generating autoloads for ob-emacs-lisp.el...done
Generating autoloads for ob-eval.el...
Generating autoloads for ob-eval.el...done
Generating autoloads for ob-exp.el...
Generating autoloads for ob-exp.el...done
Generating autoloads for ob-fortran.el...
Generating autoloads for ob-fortran.el...done
Generating autoloads for ob-gnuplot.el...
Generating autoloads for ob-gnuplot.el...done
Generating autoloads for ob-haskell.el...
Generating autoloads for ob-haskell.el...done
Generating autoloads for ob-io.el...
Generating autoloads for ob-io.el...done
Generating autoloads for ob-java.el...
Generating autoloads for ob-java.el...done
Generating autoloads for ob-js.el...
Generating autoloads for ob-js.el...done
Generating autoloads for ob-keys.el...
Generating autoloads for ob-keys.el...done
Generating autoloads for ob-latex.el...
Generating autoloads for ob-latex.el...done
Generating autoloads for ob-ledger.el...
Generating autoloads for ob-ledger.el...done
Generating autoloads for ob-lilypond.el...
Generating autoloads for ob-lilypond.el...done
Generating autoloads for ob-lisp.el...
Generating autoloads for ob-lisp.el...done
Generating autoloads for ob-lob.el...
Generating autoloads for ob-lob.el...done
Generating autoloads for ob-makefile.el...
Generating autoloads for ob-makefile.el...done
Generating autoloads for ob-matlab.el...
Generating autoloads for ob-matlab.el...done
Generating autoloads for ob-maxima.el...
Generating autoloads for ob-maxima.el...done
Generating autoloads for ob-mscgen.el...
Generating autoloads for ob-mscgen.el...done
Generating autoloads for ob-ocaml.el...
Generating autoloads for ob-ocaml.el...done
Generating autoloads for ob-octave.el...
Generating autoloads for ob-octave.el...done
Generating autoloads for ob-org.el...
Generating autoloads for ob-org.el...done
Generating autoloads for ob-perl.el...
Generating autoloads for ob-perl.el...done
Generating autoloads for ob-picolisp.el...
Generating autoloads for ob-picolisp.el...done
Generating autoloads for ob-plantuml.el...
Generating autoloads for ob-plantuml.el...done
Generating autoloads for ob-python.el...
Generating autoloads for ob-python.el...done
Generating autoloads for ob-ref.el...
Generating autoloads for ob-ref.el...done
Generating autoloads for ob-ruby.el...
Generating autoloads for ob-ruby.el...done
Generating autoloads for ob-sass.el...
Generating autoloads for ob-sass.el...done
Generating autoloads for ob-scala.el...
Generating autoloads for ob-scala.el...done
Generating autoloads for ob-scheme.el...
Generating autoloads for ob-scheme.el...done
Generating autoloads for ob-screen.el...
Generating autoloads for ob-screen.el...done
Generating autoloads for ob-sh.el...
Generating autoloads for ob-sh.el...done
Generating autoloads for ob-shen.el...
Generating autoloads for ob-shen.el...done
Generating autoloads for ob-sql.el...
Generating autoloads for ob-sql.el...done
Generating autoloads for ob-sqlite.el...
Generating autoloads for ob-sqlite.el...done
Generating autoloads for ob-table.el...
Generating autoloads for ob-table.el...done
Generating autoloads for ob-tangle.el...
Generating autoloads for ob-tangle.el...done
Generating autoloads for ob.el...
Generating autoloads for ob.el...done
Generating autoloads for org-agenda.el...
Generating autoloads for org-agenda.el...done
Generating autoloads for org-archive.el...
Generating autoloads for org-archive.el...done
Generating autoloads for org-attach.el...
Generating autoloads for org-attach.el...done
Generating autoloads for org-bbdb.el...
Generating autoloads for org-bbdb.el...done
Generating autoloads for org-bibtex.el...
Generating autoloads for org-bibtex.el...done
Generating autoloads for org-capture.el...
Generating autoloads for org-capture.el...done
Generating autoloads for org-clock.el...
Generating autoloads for org-clock.el...done
Generating autoloads for org-colview.el...
Generating autoloads for org-colview.el...done
Generating autoloads for org-compat.el...
Generating autoloads for org-compat.el...done
Generating autoloads for org-crypt.el...
Generating autoloads for org-crypt.el...done
Generating autoloads for org-ctags.el...
Generating autoloads for org-ctags.el...done
Generating autoloads for org-datetree.el...
Generating autoloads for org-datetree.el...done
Generating autoloads for org-docview.el...
Generating autoloads for org-docview.el...done
Generating autoloads for org-element.el...
Generating autoloads for org-element.el...done
Loading subst-ksc...
Loading subst-gb2312...
Loading subst-big5...
Loading subst-jis...
Generating autoloads for org-entities.el...
Generating autoloads for org-entities.el...done
Generating autoloads for org-eshell.el...
Generating autoloads for org-eshell.el...done
Generating autoloads for org-faces.el...
Generating autoloads for org-faces.el...done
Generating autoloads for org-feed.el...
Generating autoloads for org-feed.el...done
Generating autoloads for org-footnote.el...
Generating autoloads for org-footnote.el...done
Generating autoloads for org-gnus.el...
Generating autoloads for org-gnus.el...done
Generating autoloads for org-habit.el...
Generating autoloads for org-habit.el...done
Generating autoloads for org-id.el...
Generating autoloads for org-id.el...done
Generating autoloads for org-indent.el...
Generating autoloads for org-indent.el...done
Generating autoloads for org-info.el...
Generating autoloads for org-info.el...done
Generating autoloads for org-inlinetask.el...
Generating autoloads for org-inlinetask.el...done
Generating autoloads for org-install.el...
Generating autoloads for org-install.el...done
Generating autoloads for org-irc.el...
Generating autoloads for org-irc.el...done
Generating autoloads for org-list.el...
Generating autoloads for org-list.el...done
Generating autoloads for org-macro.el...
Generating autoloads for org-macro.el...done
Generating autoloads for org-macs.el...
Generating autoloads for org-macs.el...done
Generating autoloads for org-mhe.el...
Generating autoloads for org-mhe.el...done
Generating autoloads for org-mobile.el...
Generating autoloads for org-mobile.el...done
Generating autoloads for org-mouse.el...
Generating autoloads for org-mouse.el...done
Generating autoloads for org-pcomplete.el...
Generating autoloads for org-pcomplete.el...done
Generating autoloads for org-plot.el...
Generating autoloads for org-plot.el...done
Generating autoloads for org-protocol.el...
Generating autoloads for org-protocol.el...done
Generating autoloads for org-rmail.el...
Generating autoloads for org-rmail.el...done
Generating autoloads for org-src.el...
Generating autoloads for org-src.el...done
Generating autoloads for org-table.el...
Generating autoloads for org-table.el...done
Generating autoloads for org-timer.el...
Generating autoloads for org-timer.el...done
Generating autoloads for org-version.el...
Generating autoloads for org-version.el...done
Generating autoloads for org-w3m.el...
Generating autoloads for org-w3m.el...done
Generating autoloads for org.el...
Generating autoloads for org.el...done
Generating autoloads for ox-ascii.el...
Generating autoloads for ox-ascii.el...done
Generating autoloads for ox-beamer.el...
Generating autoloads for ox-beamer.el...done
Generating autoloads for ox-html.el...
Generating autoloads for ox-html.el...done
Generating autoloads for ox-icalendar.el...
Generating autoloads for ox-icalendar.el...done
Generating autoloads for ox-latex.el...
Generating autoloads for ox-latex.el...done
Generating autoloads for ox-man.el...
Generating autoloads for ox-man.el...done
Generating autoloads for ox-md.el...
Generating autoloads for ox-md.el...done
Generating autoloads for ox-odt.el...
Generating autoloads for ox-odt.el...done
Generating autoloads for ox-org.el...
Generating autoloads for ox-org.el...done
Generating autoloads for ox-publish.el...
Generating autoloads for ox-publish.el...done
Generating autoloads for ox-texinfo.el...
Generating autoloads for ox-texinfo.el...done
Generating autoloads for ox.el...
Generating autoloads for ox.el...done
Saving file /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-loaddefs.el...
Wrote /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-loaddefs.el
/Applications/Xcode.app/Contents/Developer/usr/bin/make compile-dirall
==================== dirall ====================
Checking /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp...
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-C.el...
In toplevel form:
ob-C.el:33:1:Error: Symbol's function definition is void: declare-function
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-R.el...
In toplevel form:
ob-R.el:30:1:Error: Symbol's function definition is void: declare-function
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-asymptote.el...
In toplevel form:
ob-asymptote.el:45:1:Error: Symbol's function definition is void: declare-function
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-awk.el...
In toplevel form:
ob-awk.el:34:1:Error: Symbol's function definition is void: declare-function
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-calc.el...
In toplevel form:
ob-calc.el:29:1:Error: Symbol's function definition is void: declare-function
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-clojure.el...
In toplevel form:
ob-clojure.el:40:1:Error: Symbol's function definition is void: declare-function
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-comint.el...
In toplevel form:
ob-comint.el:33:1:Error: Symbol's function definition is void: declare-function
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-core.el...
In toplevel form:
ob-core.el:28:1:Error: Symbol's function definition is void: declare-function
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-css.el...
In toplevel form:
ob-css.el:30:1:Error: Symbol's function definition is void: declare-function
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-ditaa.el...
In toplevel form:
ob-ditaa.el:39:1:Error: Symbol's function definition is void: declare-function
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-dot.el...
In toplevel form:
ob-dot.el:41:1:Error: Symbol's function definition is void: declare-function
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-emacs-lisp.el...
In toplevel form:
ob-emacs-lisp.el:29:1:Error: Symbol's function definition is void: declare-function
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-eval.el...
In toplevel form:
ob-eval.el:33:19:Warning: reference to free variable `org-babel-temp-file'
ob-eval.el:33:57:Warning: reference to free variable `&optional'
ob-eval.el:33:67:Warning: reference to free variable `suffix'
In end of data:
ob-eval.el:143:1:Warning: the following functions are not known to be defined:
    declare-function, prefix, org-babel-temp-file
Wrote /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-eval.elc
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-exp.el...
In toplevel form:
ob-exp.el:26:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-fortran.el...
In toplevel form:
ob-fortran.el:30:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-gnuplot.el...
In toplevel form:
ob-gnuplot.el:41:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-haskell.el...
In toplevel form:
ob-haskell.el:42:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-io.el...
In toplevel form:
ob-io.el:35:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-java.el...
In toplevel form:
ob-java.el:30:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-js.el...
In toplevel form:
ob-js.el:41:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-keys.el...
In toplevel form:
ob-keys.el:32:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-latex.el...
In toplevel form:
ob-latex.el:33:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-ledger.el...
In toplevel form:
ob-ledger.el:39:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-lilypond.el...
In toplevel form:
ob-lilypond.el:33:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-lisp.el...
In toplevel form:
ob-lisp.el:36:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-lob.el...
In toplevel form:
ob-lob.el:28:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-makefile.el...
In toplevel form:
ob-makefile.el:29:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-matlab.el...
In toplevel form:
ob-matlab.el:38:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-maxima.el...
In toplevel form:
ob-maxima.el:36:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-mscgen.el...
In toplevel form:
ob-mscgen.el:57:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-ocaml.el...
In toplevel form:
ob-ocaml.el:38:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-octave.el...
In toplevel form:
ob-octave.el:32:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-org.el...
In toplevel form:
ob-org.el:30:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-perl.el...
In toplevel form:
ob-perl.el:30:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-picolisp.el...
In toplevel form:
ob-picolisp.el:56:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-plantuml.el...
In toplevel form:
ob-plantuml.el:37:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-python.el...
In toplevel form:
ob-python.el:30:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-ref.el...
In toplevel form:
ob-ref.el:52:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-ruby.el...
In toplevel form:
ob-ruby.el:39:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-sass.el...
In toplevel form:
ob-sass.el:41:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-scala.el...
In toplevel form:
ob-scala.el:33:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-scheme.el...
In toplevel form:
ob-scheme.el:40:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-screen.el...
In toplevel form:
ob-screen.el:36:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-sh.el...
In toplevel form:
ob-sh.el:29:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-shen.el...
In toplevel form:
ob-shen.el:36:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-sql.el...
In toplevel form:
ob-sql.el:58:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-sqlite.el...
In toplevel form:
ob-sqlite.el:29:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-table.el...
In toplevel form:
ob-table.el:53:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob-tangle.el...
In toplevel form:
ob-tangle.el:29:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ob.el...
In toplevel form:
ob.el:25:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-agenda.el...
In toplevel form:
org-agenda.el:48:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-archive.el...
In toplevel form:
org-archive.el:31:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-attach.el...
In toplevel form:
org-attach.el:42:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-bbdb.el...
In toplevel form:
org-bbdb.el:96:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-bibtex.el...
In toplevel form:
org-bibtex.el:110:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-capture.el...
In toplevel form:
org-capture.el:52:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-clock.el...
In toplevel form:
org-clock.el:33:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-colview.el...
In toplevel form:
org-colview.el:32:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-compat.el...
In org-delete-directory:
org-compat.el:467:19:Warning: delete-directory called with 2 arguments, but
    accepts only 1
In end of data:
org-compat.el:525:1:Warning: the following functions are not known to be
    defined: add-local-hook, x-focus-frame, w32-focus-frame
Wrote /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-compat.elc
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-crypt.el...
In toplevel form:
org-crypt.el:64:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-ctags.el...
In toplevel form:
org-ctags.el:140:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-datetree.el...
In toplevel form:
org-datetree.el:33:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-docview.el...
In toplevel form:
org-docview.el:46:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-element.el...
In toplevel form:
org-element.el:120:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-entities.el...
Loading subst-ksc...
Loading subst-gb2312...
Loading subst-big5...
Loading subst-jis...
Wrote /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-entities.elc
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-eshell.el...
In toplevel form:
org-eshell.el:26:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-faces.el...
In toplevel form:
org-faces.el:546:1:Warning: defface for `org-block-background' fails to
    specify containing group
Wrote /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-faces.elc
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-feed.el...
In toplevel form:
org-feed.el:93:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-footnote.el...
In end of data:
org-footnote.el:885:1:Warning: the following functions are not known to be
    defined: org-in-commented-line, org-in-indented-comment-line,
    org-inside-LaTeX-fragment-p, org-in-verbatim-emphasis, org-in-block-p,
    org-in-regexp, org-inside-latex-macro-p, org-trim, org-mark-ring-push,
    org-show-context, org-id-uuid, org-icompleting-read,
    org-back-over-empty-lines, org-fill-paragraph, org-end-of-subtree,
    outline-next-heading
Wrote /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-footnote.elc
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-gnus.el...
In toplevel form:
org-gnus.el:34:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-habit.el...
In toplevel form:
org-habit.el:31:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-id.el...
In toplevel form:
org-id.el:73:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-indent.el...
In toplevel form:
org-indent.el:40:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-info.el...
In toplevel form:
org-info.el:33:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-inlinetask.el...
In toplevel form:
org-inlinetask.el:81:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-install.el...
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-irc.el...
In toplevel form:
org-irc.el:51:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-list.el...
In end of data:
org-list.el:3278:1:Warning: the following functions are not known to be
    defined: org-in-block-p, org-inlinetask-outline-regexp,
    org-get-indentation, org-in-regexp, org-inlinetask-goto-beginning,
    org-back-to-heading, outline-next-heading, org-inlinetask-goto-end,
    org-trim, org-uniquify, outline-flag-region, outline-invisible-p,
    org-entry-get, org-at-heading-p, org-remove-if,
    org-before-first-heading-p, org-narrow-to-subtree, org-show-subtree,
    org-count, org-fix-tags-on-the-fly, org-level-increment,
    org-icompleting-read, org-sort-remove-invisible, org-timer-hms-to-secs,
    org-time-string-to-seconds, org-reduced-level, org-current-level,
    outline-previous-heading, org-previous-line-empty-p, org-combine-plists
Wrote /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-list.elc
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-loaddefs.el...
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-macro.el...
In end of data:
org-macro.el:190:1:Warning: the following functions are not known to be
    defined: org-element-type, org-element-property, org-remove-double-quotes,
    org-file-contents
Wrote /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-macro.elc
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-macs.el...
Wrote /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-macs.elc
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-mhe.el...
In toplevel form:
org-mhe.el:33:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-mobile.el...
In toplevel form:
org-mobile.el:34:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-mouse.el...
In toplevel form:
org-mouse.el:140:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-pcomplete.el...
Wrote /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-pcomplete.elc
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-plot.el...
In toplevel form:
org-plot.el:32:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-protocol.el...
In toplevel form:
org-protocol.el:118:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-rmail.el...
In toplevel form:
org-rmail.el:33:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-src.el...
In toplevel form:
org-src.el:35:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-table.el...
In toplevel form:
org-table.el:39:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-timer.el...
In toplevel form:
org-timer.el:31:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-version.el...
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org-w3m.el...
In toplevel form:
org-w3m.el:44:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/org.el...
In toplevel form:
org.el:5277:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ox-ascii.el...
In toplevel form:
ox-ascii.el:41:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ox-beamer.el...
In toplevel form:
ox-beamer.el:117:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ox-html.el...
In toplevel form:
ox-html.el:37:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ox-icalendar.el...
In toplevel form:
ox-icalendar.el:47:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ox-latex.el...
In toplevel form:
ox-latex.el:28:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ox-man.el...
In toplevel form:
ox-man.el:40:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ox-md.el...
In toplevel form:
ox-md.el:33:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ox-odt.el...
In toplevel form:
ox-odt.el:32:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ox-org.el...
In toplevel form:
ox-org.el:32:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ox-publish.el...
In toplevel form:
ox-publish.el:43:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ox-texinfo.el...
In toplevel form:
ox-texinfo.el:60:1:Error: Symbol's value as variable is void: org-babel-temp-file
Compiling /Users/nathan/code/gems/quarto/vendor/org-8.0.7/lisp/ox.el...
In toplevel form:
ox.el:80:1:Error: Symbol's value as variable is void: org-babel-temp-file
Done (Total of 9 files compiled, 94 failed, 3 skipped)
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc info
org-version: 8.0.7 (8.0.7-dist)
makeinfo --no-split org.texi -o org
cd -
** Execute /Users/nathan/code/gems/quarto/vendor/org/lisp
ln -sf /Users/nathan/code/gems/quarto/vendor/org-8.0.7 /Users/nathan/code/gems/quarto/vendor/org/lisp
rake aborted!
No such file or directory - (/Users/nathan/code/gems/quarto/vendor/org-8.0.7, /Users/nathan/code/gems/quarto/vendor/org/lisp)
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/fileutils.rb:349:in `symlink'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/fileutils.rb:349:in `block in ln_s'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/fileutils.rb:1567:in `fu_each_src_dest0'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/fileutils.rb:347:in `ln_s'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/file_utils_ext.rb:37:in `ln_s'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/fileutils.rb:370:in `ln_sf'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/file_utils_ext.rb:37:in `ln_sf'
/Users/nathan/code/gems/quarto/Rakefile:19:in `block in '
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:234:in `call'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:234:in `block in execute'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:231:in `each'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:231:in `execute'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:175:in `block in invoke_with_call_chain'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:168:in `invoke_with_call_chain'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:197:in `block in invoke_prerequisites'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:195:in `each'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:195:in `invoke_prerequisites'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:174:in `block in invoke_with_call_chain'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:168:in `invoke_with_call_chain'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:197:in `block in invoke_prerequisites'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:195:in `each'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:195:in `invoke_prerequisites'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:174:in `block in invoke_with_call_chain'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:168:in `invoke_with_call_chain'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:161:in `invoke'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:149:in `invoke_task'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:106:in `block (2 levels) in top_level'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:106:in `each'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:106:in `block in top_level'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:115:in `run_with_threads'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:100:in `top_level'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:78:in `block in run'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:165:in `standard_exception_handling'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:75:in `run'
/Users/nathan/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/bin/rake:33:in `'
/Users/nathan/.rbenv/versions/2.0.0-p247/bin/rake:23:in `load'
/Users/nathan/.rbenv/versions/2.0.0-p247/bin/rake:23:in `
' Tasks: TOP => spec => vendor_orgmode => /Users/nathan/code/gems/quarto/vendor/org/lisp
robmiller commented 10 years ago

I'm getting the exact same error with the exact same stack trace.

avdi commented 10 years ago

What version of Emacs do y'all have? The emacs stuff is unlikely to work with anything before version 24.

robmiller commented 10 years ago

@avdi I initially tried this without ever having consciously installed emacs (filthy Vim scum, sorry), on OS X 10.9. The version bundled with the OS is 22.1.1.

After seeing that the error was in the ballpark of orgmode my instinct was to install emacs using homebrew, so my default emacs is now version 24.3.1 — but I still get the error.

avdi commented 10 years ago

Also, what's the full file tree in vendor/ after this error?

avdi commented 10 years ago

There's a possibility it's just not creating an intermediate directory, e.g. vendor/org

robmiller commented 10 years ago

My tree in vendor/ is:

vendor
├── org-8.0.7
│   ├── COPYING
│   ├── Makefile
│   ├── README
│   ├── contrib
│   │   ├── README
│   │   ├── lisp
│   │   │   ├── htmlize.el
│   │   │   ├── ob-eukleides.el
│   │   │   ├── ob-fomus.el
│   │   │   ├── ob-julia.el
│   │   │   ├── ob-mathomatic.el
│   │   │   ├── ob-oz.el
│   │   │   ├── ob-tcl.el
│   │   │   ├── org-annotate-file.el
│   │   │   ├── org-bibtex-extras.el
│   │   │   ├── org-bookmark.el
│   │   │   ├── org-bullets.el
│   │   │   ├── org-checklist.el
│   │   │   ├── org-choose.el
│   │   │   ├── org-collector.el
│   │   │   ├── org-colview-xemacs.el
│   │   │   ├── org-contacts.el
│   │   │   ├── org-contribdir.el
│   │   │   ├── org-depend.el
│   │   │   ├── org-drill.el
│   │   │   ├── org-elisp-symbol.el
│   │   │   ├── org-eval-light.el
│   │   │   ├── org-eval.el
│   │   │   ├── org-expiry.el
│   │   │   ├── org-favtable.el
│   │   │   ├── org-git-link.el
│   │   │   ├── org-interactive-query.el
│   │   │   ├── org-invoice.el
│   │   │   ├── org-jira.el
│   │   │   ├── org-learn.el
│   │   │   ├── org-mac-iCal.el
│   │   │   ├── org-mac-link-grabber.el
│   │   │   ├── org-mac-message.el
│   │   │   ├── org-mairix.el
│   │   │   ├── org-man.el
│   │   │   ├── org-mew.el
│   │   │   ├── org-mime.el
│   │   │   ├── org-mtags.el
│   │   │   ├── org-notify.el
│   │   │   ├── org-notmuch.el
│   │   │   ├── org-panel.el
│   │   │   ├── org-registry.el
│   │   │   ├── org-screen.el
│   │   │   ├── org-secretary.el
│   │   │   ├── org-static-mathjax.el
│   │   │   ├── org-sudoku.el
│   │   │   ├── org-toc.el
│   │   │   ├── org-track.el
│   │   │   ├── org-velocity.el
│   │   │   ├── org-vm.el
│   │   │   ├── org-wikinodes.el
│   │   │   ├── org-wl.el
│   │   │   ├── orgtbl-sqlinsert.el
│   │   │   ├── ox-confluence.el
│   │   │   ├── ox-deck.el
│   │   │   ├── ox-freemind.el
│   │   │   ├── ox-groff.el
│   │   │   ├── ox-koma-letter.el
│   │   │   ├── ox-rss.el
│   │   │   ├── ox-s5.el
│   │   │   └── ox-taskjuggler.el
│   │   └── scripts
│   │       ├── StartOzServer.oz
│   │       ├── dir2org.zsh
│   │       ├── ditaa.jar
│   │       ├── docco.css
│   │       ├── org-docco.org
│   │       ├── org2hpda
│   │       ├── staticmathjax
│   │       │   ├── README.org
│   │       │   ├── application.ini
│   │       │   ├── chrome
│   │       │   │   ├── chrome.manifest
│   │       │   │   └── content
│   │       │   │       ├── main.js
│   │       │   │       └── main.xul
│   │       │   └── defaults
│   │       │       └── preferences
│   │       │           └── prefs.js
│   │       └── x11idle.c
│   ├── doc
│   │   ├── Documentation_Standards.org
│   │   ├── Makefile
│   │   ├── dir
│   │   ├── doclicense.texi
│   │   ├── library-of-babel.org
│   │   ├── org
│   │   ├── org-version.inc
│   │   ├── org.texi
│   │   ├── org_dual_license.texi
│   │   ├── orgcard.tex
│   │   ├── orgcard.txt
│   │   ├── orgguide.texi
│   │   ├── pdflayout.sty
│   │   └── texinfo.tex
│   ├── etc
│   │   ├── Makefile
│   │   ├── ORG-NEWS
│   │   ├── schema
│   │   │   ├── od-manifest-schema-v1.2-os.rnc
│   │   │   ├── od-schema-v1.2-os.rnc
│   │   │   └── schemas.xml
│   │   └── styles
│   │       ├── OrgOdtContentTemplate.xml
│   │       ├── OrgOdtStyles.xml
│   │       └── README
│   ├── lisp
│   │   ├── Makefile
│   │   ├── ob-C.el
│   │   ├── ob-C.elc
│   │   ├── ob-R.el
│   │   ├── ob-R.elc
│   │   ├── ob-asymptote.el
│   │   ├── ob-asymptote.elc
│   │   ├── ob-awk.el
│   │   ├── ob-awk.elc
│   │   ├── ob-calc.el
│   │   ├── ob-calc.elc
│   │   ├── ob-clojure.el
│   │   ├── ob-clojure.elc
│   │   ├── ob-comint.el
│   │   ├── ob-comint.elc
│   │   ├── ob-core.el
│   │   ├── ob-core.elc
│   │   ├── ob-css.el
│   │   ├── ob-css.elc
│   │   ├── ob-ditaa.el
│   │   ├── ob-ditaa.elc
│   │   ├── ob-dot.el
│   │   ├── ob-dot.elc
│   │   ├── ob-emacs-lisp.el
│   │   ├── ob-emacs-lisp.elc
│   │   ├── ob-eval.el
│   │   ├── ob-eval.elc
│   │   ├── ob-exp.el
│   │   ├── ob-exp.elc
│   │   ├── ob-fortran.el
│   │   ├── ob-fortran.elc
│   │   ├── ob-gnuplot.el
│   │   ├── ob-gnuplot.elc
│   │   ├── ob-haskell.el
│   │   ├── ob-haskell.elc
│   │   ├── ob-io.el
│   │   ├── ob-io.elc
│   │   ├── ob-java.el
│   │   ├── ob-java.elc
│   │   ├── ob-js.el
│   │   ├── ob-js.elc
│   │   ├── ob-keys.el
│   │   ├── ob-keys.elc
│   │   ├── ob-latex.el
│   │   ├── ob-latex.elc
│   │   ├── ob-ledger.el
│   │   ├── ob-ledger.elc
│   │   ├── ob-lilypond.el
│   │   ├── ob-lilypond.elc
│   │   ├── ob-lisp.el
│   │   ├── ob-lisp.elc
│   │   ├── ob-lob.el
│   │   ├── ob-lob.elc
│   │   ├── ob-makefile.el
│   │   ├── ob-makefile.elc
│   │   ├── ob-matlab.el
│   │   ├── ob-matlab.elc
│   │   ├── ob-maxima.el
│   │   ├── ob-maxima.elc
│   │   ├── ob-mscgen.el
│   │   ├── ob-mscgen.elc
│   │   ├── ob-ocaml.el
│   │   ├── ob-ocaml.elc
│   │   ├── ob-octave.el
│   │   ├── ob-octave.elc
│   │   ├── ob-org.el
│   │   ├── ob-org.elc
│   │   ├── ob-perl.el
│   │   ├── ob-perl.elc
│   │   ├── ob-picolisp.el
│   │   ├── ob-picolisp.elc
│   │   ├── ob-plantuml.el
│   │   ├── ob-plantuml.elc
│   │   ├── ob-python.el
│   │   ├── ob-python.elc
│   │   ├── ob-ref.el
│   │   ├── ob-ref.elc
│   │   ├── ob-ruby.el
│   │   ├── ob-ruby.elc
│   │   ├── ob-sass.el
│   │   ├── ob-sass.elc
│   │   ├── ob-scala.el
│   │   ├── ob-scala.elc
│   │   ├── ob-scheme.el
│   │   ├── ob-scheme.elc
│   │   ├── ob-screen.el
│   │   ├── ob-screen.elc
│   │   ├── ob-sh.el
│   │   ├── ob-sh.elc
│   │   ├── ob-shen.el
│   │   ├── ob-shen.elc
│   │   ├── ob-sql.el
│   │   ├── ob-sql.elc
│   │   ├── ob-sqlite.el
│   │   ├── ob-sqlite.elc
│   │   ├── ob-table.el
│   │   ├── ob-table.elc
│   │   ├── ob-tangle.el
│   │   ├── ob-tangle.elc
│   │   ├── ob.el
│   │   ├── ob.elc
│   │   ├── org-agenda.el
│   │   ├── org-agenda.elc
│   │   ├── org-archive.el
│   │   ├── org-archive.elc
│   │   ├── org-attach.el
│   │   ├── org-attach.elc
│   │   ├── org-bbdb.el
│   │   ├── org-bbdb.elc
│   │   ├── org-bibtex.el
│   │   ├── org-bibtex.elc
│   │   ├── org-capture.el
│   │   ├── org-capture.elc
│   │   ├── org-clock.el
│   │   ├── org-clock.elc
│   │   ├── org-colview.el
│   │   ├── org-colview.elc
│   │   ├── org-compat.el
│   │   ├── org-compat.elc
│   │   ├── org-crypt.el
│   │   ├── org-crypt.elc
│   │   ├── org-ctags.el
│   │   ├── org-ctags.elc
│   │   ├── org-datetree.el
│   │   ├── org-datetree.elc
│   │   ├── org-docview.el
│   │   ├── org-docview.elc
│   │   ├── org-element.el
│   │   ├── org-element.elc
│   │   ├── org-entities.el
│   │   ├── org-entities.elc
│   │   ├── org-eshell.el
│   │   ├── org-eshell.elc
│   │   ├── org-faces.el
│   │   ├── org-faces.elc
│   │   ├── org-feed.el
│   │   ├── org-feed.elc
│   │   ├── org-footnote.el
│   │   ├── org-footnote.elc
│   │   ├── org-gnus.el
│   │   ├── org-gnus.elc
│   │   ├── org-habit.el
│   │   ├── org-habit.elc
│   │   ├── org-id.el
│   │   ├── org-id.elc
│   │   ├── org-indent.el
│   │   ├── org-indent.elc
│   │   ├── org-info.el
│   │   ├── org-info.elc
│   │   ├── org-inlinetask.el
│   │   ├── org-inlinetask.elc
│   │   ├── org-install.el
│   │   ├── org-irc.el
│   │   ├── org-irc.elc
│   │   ├── org-list.el
│   │   ├── org-list.elc
│   │   ├── org-loaddefs.el
│   │   ├── org-macro.el
│   │   ├── org-macro.elc
│   │   ├── org-macs.el
│   │   ├── org-macs.elc
│   │   ├── org-mhe.el
│   │   ├── org-mhe.elc
│   │   ├── org-mobile.el
│   │   ├── org-mobile.elc
│   │   ├── org-mouse.el
│   │   ├── org-mouse.elc
│   │   ├── org-pcomplete.el
│   │   ├── org-pcomplete.elc
│   │   ├── org-plot.el
│   │   ├── org-plot.elc
│   │   ├── org-protocol.el
│   │   ├── org-protocol.elc
│   │   ├── org-rmail.el
│   │   ├── org-rmail.elc
│   │   ├── org-src.el
│   │   ├── org-src.elc
│   │   ├── org-table.el
│   │   ├── org-table.elc
│   │   ├── org-timer.el
│   │   ├── org-timer.elc
│   │   ├── org-version.el
│   │   ├── org-w3m.el
│   │   ├── org-w3m.elc
│   │   ├── org.el
│   │   ├── org.elc
│   │   ├── ox-ascii.el
│   │   ├── ox-ascii.elc
│   │   ├── ox-beamer.el
│   │   ├── ox-beamer.elc
│   │   ├── ox-html.el
│   │   ├── ox-html.elc
│   │   ├── ox-icalendar.el
│   │   ├── ox-icalendar.elc
│   │   ├── ox-latex.el
│   │   ├── ox-latex.elc
│   │   ├── ox-man.el
│   │   ├── ox-man.elc
│   │   ├── ox-md.el
│   │   ├── ox-md.elc
│   │   ├── ox-odt.el
│   │   ├── ox-odt.elc
│   │   ├── ox-org.el
│   │   ├── ox-org.elc
│   │   ├── ox-publish.el
│   │   ├── ox-publish.elc
│   │   ├── ox-texinfo.el
│   │   ├── ox-texinfo.elc
│   │   ├── ox.el
│   │   └── ox.elc
│   ├── local.mk
│   ├── mk
│   │   ├── default.mk
│   │   ├── org-fixup.el
│   │   ├── targets.mk
│   │   └── version.mk
│   └── request-assign-future.txt
└── org-8.0.7.tar.gz

15 directories, 316 files
robmiller commented 10 years ago

@avdi you're correct: mkdir vendor/org fixes it and the symlink can be created.

avdi commented 10 years ago

Can you add a PR with the needed directory "vendor/org" task and dependency, or should I?

On Mon, Dec 2, 2013 at 11:57 AM, Rob Miller notifications@github.comwrote:

@avdi https://github.com/avdi you're correct: mkdir vendor/org fixes it and the symlink can be created.

— Reply to this email directly or view it on GitHubhttps://github.com/avdi/quarto/issues/20#issuecomment-29635501 .

Avdi Grimm http://avdi.org

I only check email twice a day. to reach me sooner, go to http://awayfind.com/avdi

robmiller commented 10 years ago

@avdi done in #21; apologies if that's not the right way to do the dependencies but it works okay for me.

avdi commented 10 years ago

Thanks @robmiller. I wound up going with different code, but I appreciate the effort.

All: For reasons passing my understanding, I had not pushed my fixes from a month ago to GitHub. Perhaps I was somewhere with wonky internets, and then forgot the push had failed? Anyway, I just pushed them, along with a fix for the missing vendor/org dir. Please run tests again and let me know what happens.

robmiller commented 10 years ago

I still get three test failures: https://gist.github.com/robmiller/7755412

…but it actually works fine, and builds my test project perfectly.

avdi commented 10 years ago

Some of those look like they might be pygmentize-related. What version of pygmentize do you have?

On Mon, Dec 2, 2013 at 2:17 PM, Rob Miller notifications@github.com wrote:

I still get three test failures: https://gist.github.com/robmiller/7755412

…but it actually works fine, and builds my test project perfectly.

— Reply to this email directly or view it on GitHubhttps://github.com/avdi/quarto/issues/20#issuecomment-29648013 .

Avdi Grimm http://avdi.org

I only check email twice a day. to reach me sooner, go to http://awayfind.com/avdi

avdi commented 10 years ago

I'm going to close this and open another issue for @robmiller's remaining failures.