This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defmacro test-> | |
"Takes an expression and a set of test/form pairs. Threads expr (via ->) | |
through each form for which the corresponding test is true." | |
[expr | |
& clauses] | |
(assert (even? (count clauses))) | |
(let [g (gensym) | |
pstep (fn [[test step]] `(if ~test (-> ~g ~step) ~g))] | |
`(let [~g ~expr | |
~@(interleave (repeat g) (map pstep (partition 2 clauses)))] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debugger entered--Lisp error: (error "Trying to parse HTTP response code in odd buffer: *http marmalade-repo.org:80*-968649") | |
signal(error ("Trying to parse HTTP response code in odd buffer: *http marmalade-repo.org:80*-968649")) | |
error("Trying to parse HTTP response code in odd buffer: %s" " *http marmalade-repo.org:80*-968649") | |
url-http-parse-response() | |
package-handle-response() | |
package--download-one-archive(("marmalade" . "http://marmalade-repo.org/packages/") "archive-contents") | |
#[nil "\301\302\"\207" [archive package--download-one-archive "archive-contents"] 3]() | |
package-refresh-contents() | |
call-interactively(package-refresh-contents record nil) | |
command-execute(package-refresh-contents record) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RubyGems Environment: | |
- RUBYGEMS VERSION: 1.8.24 | |
- RUBY VERSION: 1.9.3 (2012-11-10 patchlevel 327) [x86_64-linux] | |
- INSTALLATION DIRECTORY: /usr/local/ruby-1.9.3-p237/lib/ruby/gems/1.9.1 | |
- RUBY EXECUTABLE: /usr/local/ruby-1.9.3-p237/bin/ruby | |
- EXECUTABLE DIRECTORY: /usr/local/ruby-1.9.3-p237/bin | |
- RUBYGEMS PLATFORMS: | |
- ruby | |
- x86_64-linux | |
- GEM PATHS: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. | |
/usr/local/ruby-1.9.3-p237/bin/ruby extconf.rb | |
checking for sqlite3.h... no | |
sqlite3.h is missing. Try 'port install sqlite3 +universal' | |
or 'yum install sqlite-devel' and check your shared library search path (the | |
location where your sqlite3 shared library is located). | |
*** extconf.rb failed *** | |
Could not create Makefile due to some reason, probably lack of | |
necessary libraries and/or headers. Check the mkmf.log file for more |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Error stacktraces are turned on. | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building clojure 1.6.0 | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ clojure --- | |
[INFO] | |
[INFO] --- build-helper-maven-plugin:1.5:add-source (add-clojure-source-dirs) @ clojure --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/opt/php/Pux/ext $ ./configure | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for a sed that does not truncate output... /bin/sed | |
checking for cc... cc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./buildgen.sh | |
Copying file ABOUT-NLS | |
Copying file m4/codeset.m4 | |
Copying file m4/fcntl-o.m4 | |
Copying file m4/gettext.m4 | |
Copying file m4/glibc2.m4 | |
Copying file m4/glibc21.m4 | |
Copying file m4/iconv.m4 | |
Copying file m4/intdiv0.m4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building clojure 1.6.0-RC1 | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ clojure --- | |
[INFO] | |
[INFO] --- build-helper-maven-plugin:1.5:add-source (add-clojure-source-dirs) @ clojure --- | |
[INFO] Source directory: /opt/clojure/android/clojure/src/jvm added. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; clj | |
;; === | |
(def stored-event-channel (atom nil)) | |
(defn start-foo-events [ctx] | |
(async/go (loop [n 1000] | |
(Thread/sleep 10) | |
(async/>! @stored-event-channel "ping") | |
(recur (dec n))) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JAVA_HOME is not set. | |
You may not be able to start the server | |
Set JAVA_HOME to the directory of your local JDK. | |
=================================== | |
Starting iDempiere Server | |
=================================== | |
Jan 09, 2015 4:34:10 PM org.eclipse.jetty.util.log.Log initialized | |
INFO: Logging initialized @2767ms | |
Jan 09, 2015 4:34:10 PM org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper startJettyAtJettyHome | |
INFO: Configuring the default jetty server with [file:/opt/idempiere-server/jettyhome/etc/jetty.xml, file:/opt/idempiere-server/jettyhome/etc/jetty-selector.xml, file:/opt/idempiere-server/jett\ |