Skip to content

Instantly share code, notes, and snippets.

View Meekohi's full-sized avatar

Michael Holroyd Meekohi

View GitHub Profile
[ ] automake 1.13.1 ~ dependencies... ^M ^M [ESC[32m✔ESC[0m] automake 1.13.1 ~ dependencies
[ ] automake 1.13.1 ~ fetch... ^M ^M [ESC[32m✔ESC[0m] automake 1.13.1 ~ fetch
[ ] automake 1.13.1 ~ patch... ^M ^M [ESC[32m✔ESC[0m] automake 1.13.1 ~ patch
[ ] automake 1.13.1 ~ preconfigure... configure.ac:24: warning: macro `AM_SILENT_RULES' not found in library
configure.ac:372: warning: macro `AM_SUBST_NOTMAKE' not found in library
configure.ac:24: error: possibly undefined macro: AM_SILENT_RULES
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:377: error: possibly undefined macro: AM_SUBST_NOTMAKE
autoreconf: /opt/sm/pkg/versions/autoconf/2.69/bin/autoconf failed with exit status: 1
[info] Resolving org.scalaz#scalaz-core_2.10;7.0.0-M7 ...
[warn] [NOT FOUND ] org.slf4j#slf4j-api;1.6.6!slf4j-api.jar (1ms)
[warn] ==== local: tried
[warn] /usr/local/Cellar/play/2.1.3/libexec/repository/local/org.slf4j/slf4j-api/1.6.6/jars/slf4j-api.jar
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: FAILED DOWNLOADS ::
[warn] :: ^ see resolution messages for details ^ ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: org.slf4j#slf4j-api;1.6.6!slf4j-api.jar
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] Potentially incompatible versions of dependencies of {file:}wombat-store:
[warn] org.scala-lang: 2.10.2, 2.10.0
[info] Updating {file:/Users/meekohi/knollop/knollop/scala/knollop/}auth...
[info] Resolving play#play_2.9.2;2.1.3 ...
[warn] module not found: play#play_2.9.2;2.1.3
[warn] ==== local: tried
[warn] /usr/local/Cellar/play/2.1.3/libexec/repository/local/play/play_2.9.2/2.1.3/ivys/ivy.xml
[warn] ==== Sonatype OSS Snapshots: tried
[warn] https://oss.sonatype.org/content/repositories/snapshots/play/play_2.9.2/2.1.3/play_2.9.2-2.1.3.pom
[warn] ==== Scala Tools Snapshots: tried
[warn] http://scala-tools.org/repo-snapshots/play/play_2.9.2/2.1.3/play_2.9.2-2.1.3.pom
[warn] ==== Typesafe Releases: tried
[info] Updating {file:/Users/meekohi/knollop/knollop/scala/knollop/}auth...
[info] Resolving play#play_2.9.2;2.1.3 ...
[warn] module not found: play#play_2.9.2;2.1.3
[warn] ==== local: tried
[warn] /usr/local/Cellar/play/2.1.3/libexec/repository/local/play/play_2.9.2/2.1.3/ivys/ivy.xml
[warn] ==== Sonatype OSS Snapshots: tried
[warn] https://oss.sonatype.org/content/repositories/snapshots/play/play_2.9.2/2.1.3/play_2.9.2-2.1.3.pom
[warn] ==== Scala Tools Snapshots: tried
[warn] http://scala-tools.org/repo-snapshots/play/play_2.9.2/2.1.3/play_2.9.2-2.1.3.pom
[warn] ==== Typesafe Releases: tried
! @6fja2hgkb - Internal server error, for (POST) [/contact] ->
play.api.Application$$anon$1: Execution exception[[MessagingException: Exception reading response]]
at play.api.Application$class.handleError(Application.scala:289) ~[play_2.10.jar:2.1.3]
at play.api.DefaultApplication.handleError(Application.scala:383) [play_2.10.jar:2.1.3]
at play.core.server.netty.PlayDefaultUpstreamHandler$$anonfun$handleAction$1$2$$anonfun$apply$21.apply(PlayDefaultUpstreamHandler.scala:415) [play_2.10.jar:2.1.3]
at play.core.server.netty.PlayDefaultUpstreamHandler$$anonfun$handleAction$1$2$$anonfun$apply$21.apply(PlayDefaultUpstreamHandler.scala:415) [play_2.10.jar:2.1.3]
at scala.Option.map(Option.scala:145) [scala-library.jar:na]
at play.core.server.netty.PlayDefaultUpstreamHandler$$anonfun$handleAction$1$2.apply(PlayDefaultUpstreamHandler.scala:415) [play_2.10.jar:2.1.3]
function initDbHashAndFirstRun() {
return when(models.Settings.read('dbHash')).then(function (dbhash) {
// we already ran this, chill
self.dbHash = dbhash.attributes.value;
return dbhash.attributes.value;
}).otherwise(function (error) {
// this is where all the "first run" functionality should go
var dbhash = uuid.v4();
return when(models.Settings.add({key: 'dbHash', value: dbhash, type: 'core'})).then(function () {
self.dbHash = dbhash;
db.things.aggregate([
{'$project': {
tags:{$setIntersection:["$tags",["one","two","three"]}
}
}
]);
@Meekohi
Meekohi / cimg_patch_location_libav_includes.patch
Created December 12, 2013 18:14
Point to more common location for libav
From 5cc13cd907cf29bfa56f14ed553328d0952f1adc Mon Sep 17 00:00:00 2001
From: Michael Holroyd <meekohi@gmail.com>
Date: Thu, 12 Dec 2013 12:57:56 -0500
Subject: [PATCH] Point to more common location for libav
---
CImg.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/CImg.h b/CImg.h
@Meekohi
Meekohi / cimg_patch_ffmpeg_deprecated_field.patch
Created December 12, 2013 18:15
Ignore deprecated field Patch to CImg.h
From c222dce2bb8bd885c86497cbcb680717a2ecb180 Mon Sep 17 00:00:00 2001
From: Michael Holroyd <meekohi@gmail.com>
Date: Thu, 12 Dec 2013 13:09:49 -0500
Subject: [PATCH] Ignore deprecated field
---
CImg.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/CImg.h b/CImg.h