Skip to content

Instantly share code, notes, and snippets.

@lrenn
Created November 5, 2010 17:44
Show Gist options
  • Save lrenn/664511 to your computer and use it in GitHub Desktop.
Save lrenn/664511 to your computer and use it in GitHub Desktop.
Cake Compile Failure
,-[lrenn@cygnus]-[~/src/clojars-web]-[20]-[9372]
`-[:(] % cake clean
[clean] Deleting /home/lrenn/src/clojars-web/clojars-web-0.6.0-standalone.jar
[clean] Deleting /home/lrenn/src/clojars-web/clojars-web-0.6.0.jar
[clean] Deleting /home/lrenn/src/clojars-web/.cake/run/clean
[clean] Deleting /home/lrenn/src/clojars-web/.cake/run/compile
[clean] Deleting /home/lrenn/src/clojars-web/.cake/run/compile-native
[clean] Deleting /home/lrenn/src/clojars-web/.cake/run/deps
[clean] Deleting /home/lrenn/src/clojars-web/.cake/run/jar
[clean] Deleting /home/lrenn/src/clojars-web/.cake/run/uberjar
[clean] Deleting /home/lrenn/src/clojars-web/classes
[clean] Deleting directory /home/lrenn/src/clojars-web/classes
[clean] Deleting /home/lrenn/src/clojars-web/build
[clean] Deleting directory /home/lrenn/src/clojars-web/build
,-[lrenn@cygnus]-[~/src/clojars-web]-[0]-[9379]
`-[:)] % cake compile
[compile] Compiling 1 clojure namespace
[compile ((:use [cake.project :only [log]])) (let [libs (quote (clojars.core)) path (quote "/home/lrenn/src/clojars-web/classes")] (binding [*compile-path* path] (doseq [lib libs] (log "Compiling namespace" lib) (compile lib))))] {:shellenv {"XDG_CACHE_HOME" "/home/lrenn/.cache", "SSH_CLIENT" "12.20.48.10 62801 22", "SSH_TTY" "/dev/pts/4", "HISTSIZE" "9000", "PAGER" "less", "GRAILS_HOME" "/home/lrenn/java/grails", "PATH" "/bin:/usr/bin:/sbin:/usr/sbin:/usr/share/java/apache-ant/bin:/opt/java/bin:/opt/java/db/bin:/opt/java/jre/bin:/opt/maven/bin:/usr/bin/perlbin/vendor:/usr/lib/perl5/core_perl/bin:/usr/sbin:/usr/local/sbin:/home/lrenn/bin:/home/lrenn/java/groovy/bin:/home/lrenn/java/grails/bin:.", "LS_COLORS" "no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.ogg=01;35:*.mp3=01;35:*.wav=01;35:", "MOZ_PLUGIN_PATH" "/usr/lib/mozilla/plugins", "USER" "lrenn", "TERM" "screen-256color", "EDITOR" "emacs", "SHLVL" "2", "LANG" "en_US.UTF-8", "PKG_CONFIG_PATH" "/usr/lib/pkgconfig", "COLORTERM" "yes", "LOGNAME" "lrenn", "SHELL" "/bin/zsh", "GROOVY_HOME" "/home/lrenn/java/groovy", "XDG_DATA_HOME" "/home/lrenn/.local/share", "MAVEN_OPTS" "-Xmx512m", "RSYNC_RSH" "/usr/bin/ssh", "SSH_CONNECTION" "192.168.1.3 49682 192.168.1.6 22", "DERBY_HOME" "/opt/java/db", "OLDPWD" "/home/lrenn", "ANT_HOME" "/usr/share/java/apache-ant", "XDG_DATA_DIRS" "/usr/share:/usr/local/share:/usr/share:/usr/local/share", "MAIL" "/var/mail/lrenn", "XDG_CONFIG_HOME" "/home/lrenn/.config", "LESS" "-R", "M2_HOME" "/opt/maven", "G_BROKEN_FILENAMES" "1", "J2SDKDIR" "/opt/java", "INPUTRC" "/etc/inputrc", "HISTCONTROL" "erasedups", "JAVA_HOME" "/opt/java", "TMUX" "/tmp//tmux-1000/default,25179,0", "PWD" "/home/lrenn/src/clojars-web", "_" "/home/lrenn/bin/cake", "HOME" "/home/lrenn", "HG" "/usr/bin/hg", "XDG_CONFIG_DIRS" "/etc/xdg:/etc/xdg"}, :pwd "/home/lrenn/src/clojars-web", :args ["compile"], :opts {}, :script "/home/lrenn/bin/cake"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment