summaryrefslogtreecommitdiffstats
path: root/_build/static/archives/extend/2013-December
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-08-29 12:39:49 +0200
committerLoïc Hoguin <[email protected]>2016-08-29 12:40:03 +0200
commitc807880f7ac73f813b2660ea81a00f7712a4e793 (patch)
treeba1d09e9b177f230665a80513b33fbd532000ce4 /_build/static/archives/extend/2013-December
parentb1df25a7d9cda697513650659b781b55b40898f8 (diff)
downloadninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.tar.gz
ninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.tar.bz2
ninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.zip
Add old mailing list archives
Diffstat (limited to '_build/static/archives/extend/2013-December')
-rw-r--r--_build/static/archives/extend/2013-December/000314.html74
-rw-r--r--_build/static/archives/extend/2013-December/000315.html91
-rw-r--r--_build/static/archives/extend/2013-December/000316.html79
-rw-r--r--_build/static/archives/extend/2013-December/000317.html74
-rw-r--r--_build/static/archives/extend/2013-December/000318.html87
-rw-r--r--_build/static/archives/extend/2013-December/000319.html155
-rw-r--r--_build/static/archives/extend/2013-December/000320.html60
-rw-r--r--_build/static/archives/extend/2013-December/author.html82
-rw-r--r--_build/static/archives/extend/2013-December/date.html82
l---------_build/static/archives/extend/2013-December/index.html1
-rw-r--r--_build/static/archives/extend/2013-December/subject.html82
-rw-r--r--_build/static/archives/extend/2013-December/thread.html97
12 files changed, 964 insertions, 0 deletions
diff --git a/_build/static/archives/extend/2013-December/000314.html b/_build/static/archives/extend/2013-December/000314.html
new file mode 100644
index 00000000..505f05fa
--- /dev/null
+++ b/_build/static/archives/extend/2013-December/000314.html
@@ -0,0 +1,74 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] (no subject)
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20%28no%20subject%29&In-Reply-To=%3CCAGYgXH-Jyoa%2BziKxr-u%2BLu7W4bkQrFx%3Df56ggBh39ao_YAyEhg%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+
+ <LINK REL="Next" HREF="000315.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] (no subject)</H1>
+ <B>Dagur Gunnarsson</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20%28no%20subject%29&In-Reply-To=%3CCAGYgXH-Jyoa%2BziKxr-u%2BLu7W4bkQrFx%3Df56ggBh39ao_YAyEhg%40mail.gmail.com%3E"
+ TITLE="[99s-extend] (no subject)">dagurg at gmail.com
+ </A><BR>
+ <I>Thu Dec 12 11:57:42 CET 2013</I>
+ <P><UL>
+
+ <LI>Next message: <A HREF="000315.html">[99s-extend] (no subject)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#314">[ date ]</a>
+ <a href="thread.html#314">[ thread ]</a>
+ <a href="subject.html#314">[ subject ]</a>
+ <a href="author.html#314">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hi,
+
+I am using cowboy for our financial webservice platform. We use token
+based authentication, but I want to give certain ip adresses full access
+without authentication. I tried :
+
+{{IP, Port}, Req2} = cowboy_req:peer(Req).
+
+but IP is always {127,0,0,1} - even on production (where request
+are comming from different networks)
+
+So my question is basically, Is there any way for me to see
+frow which IP adresses the request is comming ?
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20131212/2697fbaa/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20131212/2697fbaa/attachment.html</A>&gt;
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+
+ <LI>Next message: <A HREF="000315.html">[99s-extend] (no subject)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#314">[ date ]</a>
+ <a href="thread.html#314">[ thread ]</a>
+ <a href="subject.html#314">[ subject ]</a>
+ <a href="author.html#314">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/_build/static/archives/extend/2013-December/000315.html b/_build/static/archives/extend/2013-December/000315.html
new file mode 100644
index 00000000..ef84c1eb
--- /dev/null
+++ b/_build/static/archives/extend/2013-December/000315.html
@@ -0,0 +1,91 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] (no subject)
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20%28no%20subject%29&In-Reply-To=%3C52A998A2.7050303%40ninenines.eu%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000314.html">
+ <LINK REL="Next" HREF="000316.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] (no subject)</H1>
+ <B>Lo&#239;c Hoguin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20%28no%20subject%29&In-Reply-To=%3C52A998A2.7050303%40ninenines.eu%3E"
+ TITLE="[99s-extend] (no subject)">essen at ninenines.eu
+ </A><BR>
+ <I>Thu Dec 12 12:06:10 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000314.html">[99s-extend] (no subject)
+</A></li>
+ <LI>Next message: <A HREF="000316.html">[99s-extend] (no subject)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#315">[ date ]</a>
+ <a href="thread.html#315">[ thread ]</a>
+ <a href="subject.html#315">[ subject ]</a>
+ <a href="author.html#315">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hi,
+
+It sounds like you have a proxy of some kind on the same machine. The
+proxy would likely set a header with the real IP in it, or at least have
+an option for it.
+
+On 12/12/2013 11:57 AM, Dagur Gunnarsson wrote:
+&gt;<i> Hi,
+</I>&gt;<i> I am using cowboy for our financial webservice platform. We use token
+</I>&gt;<i> based authentication, but I want to give certain ip adresses full access
+</I>&gt;<i> without authentication. I tried :
+</I>&gt;<i> {{|IP||, ||Port||}, ||Req2||} = ||cowboy_req:peer||(||Req||).|
+</I>&gt;<i> ||
+</I>&gt;<i> |but IP is always {127,0,0,1} - even on production (where request|
+</I>&gt;<i> |are comming from different networks)|
+</I>&gt;<i> ||
+</I>&gt;<i> |So my question is basically, Is there any way for me to see |
+</I>&gt;<i> |frow which ||IP adresses the request is comming ?|
+</I>&gt;<i> ||
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> _______________________________________________
+</I>&gt;<i> Extend mailing list
+</I>&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">Extend at lists.ninenines.eu</A>
+</I>&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">https://lists.ninenines.eu/listinfo/extend</A>
+</I>&gt;<i>
+</I>
+--
+Lo&#239;c Hoguin
+<A HREF="http://ninenines.eu">http://ninenines.eu</A>
+
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000314.html">[99s-extend] (no subject)
+</A></li>
+ <LI>Next message: <A HREF="000316.html">[99s-extend] (no subject)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#315">[ date ]</a>
+ <a href="thread.html#315">[ thread ]</a>
+ <a href="subject.html#315">[ subject ]</a>
+ <a href="author.html#315">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/_build/static/archives/extend/2013-December/000316.html b/_build/static/archives/extend/2013-December/000316.html
new file mode 100644
index 00000000..4dea71b6
--- /dev/null
+++ b/_build/static/archives/extend/2013-December/000316.html
@@ -0,0 +1,79 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] (no subject)
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20%28no%20subject%29&In-Reply-To=%3CetPan.52a9b357.66334873.3f3f%40akai.jsonified.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000315.html">
+ <LINK REL="Next" HREF="000317.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] (no subject)</H1>
+ <B>Dave Cottlehuber</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20%28no%20subject%29&In-Reply-To=%3CetPan.52a9b357.66334873.3f3f%40akai.jsonified.com%3E"
+ TITLE="[99s-extend] (no subject)">dch at jsonified.com
+ </A><BR>
+ <I>Thu Dec 12 14:00:07 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000315.html">[99s-extend] (no subject)
+</A></li>
+ <LI>Next message: <A HREF="000317.html">[99s-extend] erlang.mk:109 sed \s is not portable
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#316">[ date ]</a>
+ <a href="thread.html#316">[ thread ]</a>
+ <a href="subject.html#316">[ subject ]</a>
+ <a href="author.html#316">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 12. Dezember 2013 at 12:06:20, Lo&#239;c Hoguin (<A HREF="https://lists.ninenines.eu/listinfo/extend">essen at ninenines.eu</A>) wrote:
+&gt;<i>
+</I>&gt;<i> Hi,
+</I>&gt;<i>
+</I>&gt;<i> It sounds like you have a proxy of some kind on the same machine.
+</I>&gt;<i> The
+</I>&gt;<i> proxy would likely set a header with the real IP in it, or at least
+</I>&gt;<i> have
+</I>&gt;<i> an option for it.
+</I>
+Hey Dagur,
+
+Look through all headers, normally a proxy will set something like X-Forwarded-For or similar.
+
+A+
+Dave
+
+
+
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000315.html">[99s-extend] (no subject)
+</A></li>
+ <LI>Next message: <A HREF="000317.html">[99s-extend] erlang.mk:109 sed \s is not portable
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#316">[ date ]</a>
+ <a href="thread.html#316">[ thread ]</a>
+ <a href="subject.html#316">[ subject ]</a>
+ <a href="author.html#316">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/_build/static/archives/extend/2013-December/000317.html b/_build/static/archives/extend/2013-December/000317.html
new file mode 100644
index 00000000..c451c197
--- /dev/null
+++ b/_build/static/archives/extend/2013-December/000317.html
@@ -0,0 +1,74 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] erlang.mk:109 sed \s is not portable
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20erlang.mk%3A109%20sed%20%5Cs%20is%20not%20portable&In-Reply-To=%3CCA%2BZ8kA7UwsDP2KeLSBEqQ2GBZZwCTgDoD8SOJ8RZ47-StQE6XQ%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000316.html">
+ <LINK REL="Next" HREF="000318.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] erlang.mk:109 sed \s is not portable</H1>
+ <B>Christopher Vance</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20erlang.mk%3A109%20sed%20%5Cs%20is%20not%20portable&In-Reply-To=%3CCA%2BZ8kA7UwsDP2KeLSBEqQ2GBZZwCTgDoD8SOJ8RZ47-StQE6XQ%40mail.gmail.com%3E"
+ TITLE="[99s-extend] erlang.mk:109 sed \s is not portable">cjsvance at gmail.com
+ </A><BR>
+ <I>Sun Dec 15 06:48:20 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000316.html">[99s-extend] (no subject)
+</A></li>
+ <LI>Next message: <A HREF="000318.html">[99s-extend] erlang.mk:109 sed \s is not portable
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#317">[ date ]</a>
+ <a href="thread.html#317">[ thread ]</a>
+ <a href="subject.html#317">[ subject ]</a>
+ <a href="author.html#317">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>I have recently started using erlang.mk on MacOS X and OpenBSD, and have
+discovered that the sed escape \s on line 109 for inserting the module list
+in *.app does not work as intended on these OSs, because they do not use
+GNU sed. (\s just means the letter 's', not whitespace as in perl.) I
+expect all other BSD-based OSs to have the same issue.
+
+Please consider using [[:space:]] instead. This works on both MacOS X and
+OpenBSD, as well as on Linux.
+
+--
+Christopher Vance
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20131215/7c20ac97/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20131215/7c20ac97/attachment.html</A>&gt;
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000316.html">[99s-extend] (no subject)
+</A></li>
+ <LI>Next message: <A HREF="000318.html">[99s-extend] erlang.mk:109 sed \s is not portable
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#317">[ date ]</a>
+ <a href="thread.html#317">[ thread ]</a>
+ <a href="subject.html#317">[ subject ]</a>
+ <a href="author.html#317">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/_build/static/archives/extend/2013-December/000318.html b/_build/static/archives/extend/2013-December/000318.html
new file mode 100644
index 00000000..96c6148f
--- /dev/null
+++ b/_build/static/archives/extend/2013-December/000318.html
@@ -0,0 +1,87 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] erlang.mk:109 sed \s is not portable
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20erlang.mk%3A109%20sed%20%5Cs%20is%20not%20portable&In-Reply-To=%3C52AD7267.8070905%40ninenines.eu%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000317.html">
+ <LINK REL="Next" HREF="000319.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] erlang.mk:109 sed \s is not portable</H1>
+ <B>Lo&#239;c Hoguin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20erlang.mk%3A109%20sed%20%5Cs%20is%20not%20portable&In-Reply-To=%3C52AD7267.8070905%40ninenines.eu%3E"
+ TITLE="[99s-extend] erlang.mk:109 sed \s is not portable">essen at ninenines.eu
+ </A><BR>
+ <I>Sun Dec 15 10:12:07 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000317.html">[99s-extend] erlang.mk:109 sed \s is not portable
+</A></li>
+ <LI>Next message: <A HREF="000319.html">[99s-extend] Make error
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#318">[ date ]</a>
+ <a href="thread.html#318">[ thread ]</a>
+ <a href="subject.html#318">[ subject ]</a>
+ <a href="author.html#318">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>This has been fixed for a few weeks now. Please check the bug tracker
+(or commit log) next time, as this is where bugs get reported/fixed.
+
+Thanks.
+
+On 12/15/2013 06:48 AM, Christopher Vance wrote:
+&gt;<i> I have recently started using erlang.mk on MacOS X and OpenBSD, and have
+</I>&gt;<i> discovered that the sed escape \s on line 109 for inserting the module list
+</I>&gt;<i> in *.app does not work as intended on these OSs, because they do not use
+</I>&gt;<i> GNU sed. (\s just means the letter 's', not whitespace as in perl.) I
+</I>&gt;<i> expect all other BSD-based OSs to have the same issue.
+</I>&gt;<i>
+</I>&gt;<i> Please consider using [[:space:]] instead. This works on both MacOS X and
+</I>&gt;<i> OpenBSD, as well as on Linux.
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> _______________________________________________
+</I>&gt;<i> Extend mailing list
+</I>&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">Extend at lists.ninenines.eu</A>
+</I>&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">https://lists.ninenines.eu/listinfo/extend</A>
+</I>&gt;<i>
+</I>
+--
+Lo&#239;c Hoguin
+<A HREF="http://ninenines.eu">http://ninenines.eu</A>
+
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000317.html">[99s-extend] erlang.mk:109 sed \s is not portable
+</A></li>
+ <LI>Next message: <A HREF="000319.html">[99s-extend] Make error
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#318">[ date ]</a>
+ <a href="thread.html#318">[ thread ]</a>
+ <a href="subject.html#318">[ subject ]</a>
+ <a href="author.html#318">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/_build/static/archives/extend/2013-December/000319.html b/_build/static/archives/extend/2013-December/000319.html
new file mode 100644
index 00000000..e6724d3f
--- /dev/null
+++ b/_build/static/archives/extend/2013-December/000319.html
@@ -0,0 +1,155 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] Make error
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Make%20error&In-Reply-To=%3C1388101768.1769116%40apps.rackspace.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000318.html">
+ <LINK REL="Next" HREF="000320.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] Make error</H1>
+ <B>lloyd at writersglen.com</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Make%20error&In-Reply-To=%3C1388101768.1769116%40apps.rackspace.com%3E"
+ TITLE="[99s-extend] Make error">lloyd at writersglen.com
+ </A><BR>
+ <I>Fri Dec 27 00:49:28 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000318.html">[99s-extend] erlang.mk:109 sed \s is not portable
+</A></li>
+ <LI>Next message: <A HREF="000320.html">[99s-extend] Make error
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#319">[ date ]</a>
+ <a href="thread.html#319">[ thread ]</a>
+ <a href="subject.html#319">[ subject ]</a>
+ <a href="author.html#319">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hello,
+
+*** GOAL:
+
+Modify rest_pastebin in Cowboy examples.
+
+*** PROCEDULE 1:
+
+- Pulled Cowboy, including examples into local workstation
+- Copied rest_pastebin to a separate directory
+- Execute make
+ Make compiles just fine
+
+*** PROCEDUE 2 -- resulting in error
+
+- delete the entire rest_pastebin application and recopy from the Cowboy pull
+- change all module names and references from rest_pastebin to tagr. Thus rest_pastebin_sup.erl becomes tagr_sup.erl
+- Execute make
+ Make returns:
+
+...
+make[1]: Leaving directory `/home/lloyd/Erl/CB/tagr/deps/cowboy'
+ ERLC toppage_handler.erl tagr_sup.erl tagr_app.erl
+ ERLC toppage_handler.erl tagr_sup.erl tagr_app.erl
+ APP tagr .app.src
+cat: src/tagr: No such file or directory
+cat: .app.src: No such file or directory
+sed: can't read .app: No such file or directory
+make: *** [app] Error 2
+
+Note that the filename tagr.app.src has somehow been modified to tagr .app.src
+
+But here's the directory listing:
+
+-rw-rw-r-- 1 lloyd lloyd 436 Dec 26 18:21 tagr_app.erl
+-rw-rw-r-- 1 lloyd lloyd 299 Dec 26 18:22 tagr.app.src
+-rw-rw-r-- 1 lloyd lloyd 382 Dec 26 18:22 tagr_sup.erl
+-rw-rw-r-- 1 lloyd lloyd 3568 Dec 26 18:23 toppage_handler.erl
+
+I can load tagr.app.src in Vim. Using find I've searched for tagr and .app.src with negative results.
+
+Further mystery. I substituted Rebar for relx. Tagr now compiles just fine.
+
+*** Discussion
+
+I stumbled on this problem after making fairly extensive modifications to rest_pastebin. Through much of the process it compiled just fine until it didn't. And from then on I could not get it to compile. I tried everything I could think of: careful source code review (at least 10 passes), searching for tagr .app.src, trying different names (e.g. tagger), rebooting my computer, etc., etc.
+
+Eventually I reduced the problem to the absolute minimum: Change the string rest_pastebin to tagr everywhere relevant.
+
+It's possible I'm missing something somewhere. But where should I look? Otherwise, is it possible that there is a subtle bug in relx?
+
+
+Many thanks,
+
+Lloyd
+
+
+
+
+
+
+
+
+
+
+
+
+*********************************************
+My books:
+
+THE GOSPEL OF ASHES
+<A HREF="http://thegospelofashes.com">http://thegospelofashes.com</A>
+
+Strength is not enough. Do they have the courage
+and the cunning? Can they survive long enough to
+save the lives of millions?
+
+FREEIN' PANCHO
+<A HREF="http://freeinpancho.com">http://freeinpancho.com</A>
+
+A community of misfits help a troubled boy find his way
+
+AYA TAKEO
+<A HREF="http://ayatakeo.com">http://ayatakeo.com</A>
+
+Star-crossed love, war and power in an alternative
+universe
+
+Available through Amazon or by request from your
+favorite bookstore
+
+
+**********************************************
+
+
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000318.html">[99s-extend] erlang.mk:109 sed \s is not portable
+</A></li>
+ <LI>Next message: <A HREF="000320.html">[99s-extend] Make error
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#319">[ date ]</a>
+ <a href="thread.html#319">[ thread ]</a>
+ <a href="subject.html#319">[ subject ]</a>
+ <a href="author.html#319">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/_build/static/archives/extend/2013-December/000320.html b/_build/static/archives/extend/2013-December/000320.html
new file mode 100644
index 00000000..8ff549a5
--- /dev/null
+++ b/_build/static/archives/extend/2013-December/000320.html
@@ -0,0 +1,60 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] Make error
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Make%20error&In-Reply-To=%3Cykskfckfvyx95ji4gap81brc.1388102105925%40email.android.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000319.html">
+
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] Make error</H1>
+ <B>Lo&#239;c Hoguin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Make%20error&In-Reply-To=%3Cykskfckfvyx95ji4gap81brc.1388102105925%40email.android.com%3E"
+ TITLE="[99s-extend] Make error">essen at ninenines.eu
+ </A><BR>
+ <I>Fri Dec 27 00:55:05 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000319.html">[99s-extend] Make error
+</A></li>
+
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#320">[ date ]</a>
+ <a href="thread.html#320">[ thread ]</a>
+ <a href="subject.html#320">[ subject ]</a>
+ <a href="author.html#320">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>An HTML attachment was scrubbed...
+URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20131227/35c9f6e5/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20131227/35c9f6e5/attachment.html</A>&gt;
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000319.html">[99s-extend] Make error
+</A></li>
+
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#320">[ date ]</a>
+ <a href="thread.html#320">[ thread ]</a>
+ <a href="subject.html#320">[ subject ]</a>
+ <a href="author.html#320">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
diff --git a/_build/static/archives/extend/2013-December/author.html b/_build/static/archives/extend/2013-December/author.html
new file mode 100644
index 00000000..b6d3c4fd
--- /dev/null
+++ b/_build/static/archives/extend/2013-December/author.html
@@ -0,0 +1,82 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend December 2013 Archive by author</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>December 2013 Archives by author</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Thu Dec 12 11:57:42 CET 2013</i><br>
+ <b>Ending:</b> <i>Fri Dec 27 00:55:05 CET 2013</i><br>
+ <b>Messages:</b> 7<p>
+ <ul>
+
+<LI><A HREF="000316.html">[99s-extend] (no subject)
+</A><A NAME="316">&nbsp;</A>
+<I>Dave Cottlehuber
+</I>
+
+<LI><A HREF="000314.html">[99s-extend] (no subject)
+</A><A NAME="314">&nbsp;</A>
+<I>Dagur Gunnarsson
+</I>
+
+<LI><A HREF="000315.html">[99s-extend] (no subject)
+</A><A NAME="315">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000318.html">[99s-extend] erlang.mk:109 sed \s is not portable
+</A><A NAME="318">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000320.html">[99s-extend] Make error
+</A><A NAME="320">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000317.html">[99s-extend] erlang.mk:109 sed \s is not portable
+</A><A NAME="317">&nbsp;</A>
+<I>Christopher Vance
+</I>
+
+<LI><A HREF="000319.html">[99s-extend] Make error
+</A><A NAME="319">&nbsp;</A>
+<I>lloyd at writersglen.com
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Fri Dec 27 00:55:05 CET 2013</i><br>
+ <b>Archived on:</b> <i>Wed May 28 18:41:46 CEST 2014</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
diff --git a/_build/static/archives/extend/2013-December/date.html b/_build/static/archives/extend/2013-December/date.html
new file mode 100644
index 00000000..b21b63c1
--- /dev/null
+++ b/_build/static/archives/extend/2013-December/date.html
@@ -0,0 +1,82 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend December 2013 Archive by date</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>December 2013 Archives by date</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Thu Dec 12 11:57:42 CET 2013</i><br>
+ <b>Ending:</b> <i>Fri Dec 27 00:55:05 CET 2013</i><br>
+ <b>Messages:</b> 7<p>
+ <ul>
+
+<LI><A HREF="000314.html">[99s-extend] (no subject)
+</A><A NAME="314">&nbsp;</A>
+<I>Dagur Gunnarsson
+</I>
+
+<LI><A HREF="000315.html">[99s-extend] (no subject)
+</A><A NAME="315">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000316.html">[99s-extend] (no subject)
+</A><A NAME="316">&nbsp;</A>
+<I>Dave Cottlehuber
+</I>
+
+<LI><A HREF="000317.html">[99s-extend] erlang.mk:109 sed \s is not portable
+</A><A NAME="317">&nbsp;</A>
+<I>Christopher Vance
+</I>
+
+<LI><A HREF="000318.html">[99s-extend] erlang.mk:109 sed \s is not portable
+</A><A NAME="318">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000319.html">[99s-extend] Make error
+</A><A NAME="319">&nbsp;</A>
+<I>lloyd at writersglen.com
+</I>
+
+<LI><A HREF="000320.html">[99s-extend] Make error
+</A><A NAME="320">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Fri Dec 27 00:55:05 CET 2013</i><br>
+ <b>Archived on:</b> <i>Wed May 28 18:41:46 CEST 2014</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
diff --git a/_build/static/archives/extend/2013-December/index.html b/_build/static/archives/extend/2013-December/index.html
new file mode 120000
index 00000000..db4b46f7
--- /dev/null
+++ b/_build/static/archives/extend/2013-December/index.html
@@ -0,0 +1 @@
+thread.html \ No newline at end of file
diff --git a/_build/static/archives/extend/2013-December/subject.html b/_build/static/archives/extend/2013-December/subject.html
new file mode 100644
index 00000000..023ec09d
--- /dev/null
+++ b/_build/static/archives/extend/2013-December/subject.html
@@ -0,0 +1,82 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend December 2013 Archive by subject</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>December 2013 Archives by subject</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Thu Dec 12 11:57:42 CET 2013</i><br>
+ <b>Ending:</b> <i>Fri Dec 27 00:55:05 CET 2013</i><br>
+ <b>Messages:</b> 7<p>
+ <ul>
+
+<LI><A HREF="000314.html">[99s-extend] (no subject)
+</A><A NAME="314">&nbsp;</A>
+<I>Dagur Gunnarsson
+</I>
+
+<LI><A HREF="000315.html">[99s-extend] (no subject)
+</A><A NAME="315">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000316.html">[99s-extend] (no subject)
+</A><A NAME="316">&nbsp;</A>
+<I>Dave Cottlehuber
+</I>
+
+<LI><A HREF="000317.html">[99s-extend] erlang.mk:109 sed \s is not portable
+</A><A NAME="317">&nbsp;</A>
+<I>Christopher Vance
+</I>
+
+<LI><A HREF="000318.html">[99s-extend] erlang.mk:109 sed \s is not portable
+</A><A NAME="318">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<LI><A HREF="000319.html">[99s-extend] Make error
+</A><A NAME="319">&nbsp;</A>
+<I>lloyd at writersglen.com
+</I>
+
+<LI><A HREF="000320.html">[99s-extend] Make error
+</A><A NAME="320">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Fri Dec 27 00:55:05 CET 2013</i><br>
+ <b>Archived on:</b> <i>Wed May 28 18:41:46 CEST 2014</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
diff --git a/_build/static/archives/extend/2013-December/thread.html b/_build/static/archives/extend/2013-December/thread.html
new file mode 100644
index 00000000..ff4517cd
--- /dev/null
+++ b/_build/static/archives/extend/2013-December/thread.html
@@ -0,0 +1,97 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend December 2013 Archive by thread</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>December 2013 Archives by thread</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Thu Dec 12 11:57:42 CET 2013</i><br>
+ <b>Ending:</b> <i>Fri Dec 27 00:55:05 CET 2013</i><br>
+ <b>Messages:</b> 7<p>
+ <ul>
+
+<!--0 01386845862.314- -->
+<LI><A HREF="000314.html">[99s-extend] (no subject)
+</A><A NAME="314">&nbsp;</A>
+<I>Dagur Gunnarsson
+</I>
+
+<UL>
+<!--1 01386845862.314-01386846370.315- -->
+<LI><A HREF="000315.html">[99s-extend] (no subject)
+</A><A NAME="315">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+<UL>
+<!--2 01386845862.314-01386846370.315-01386853207.316- -->
+<LI><A HREF="000316.html">[99s-extend] (no subject)
+</A><A NAME="316">&nbsp;</A>
+<I>Dave Cottlehuber
+</I>
+
+</UL>
+</UL>
+<!--0 01387086500.317- -->
+<LI><A HREF="000317.html">[99s-extend] erlang.mk:109 sed \s is not portable
+</A><A NAME="317">&nbsp;</A>
+<I>Christopher Vance
+</I>
+
+<UL>
+<!--1 01387086500.317-01387098727.318- -->
+<LI><A HREF="000318.html">[99s-extend] erlang.mk:109 sed \s is not portable
+</A><A NAME="318">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+</UL>
+<!--0 01388101768.319- -->
+<LI><A HREF="000319.html">[99s-extend] Make error
+</A><A NAME="319">&nbsp;</A>
+<I>lloyd at writersglen.com
+</I>
+
+<UL>
+<!--1 01388101768.319-01388102105.320- -->
+<LI><A HREF="000320.html">[99s-extend] Make error
+</A><A NAME="320">&nbsp;</A>
+<I>Lo&#239;c Hoguin
+</I>
+
+</UL>
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Fri Dec 27 00:55:05 CET 2013</i><br>
+ <b>Archived on:</b> <i>Wed May 28 18:41:46 CEST 2014</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+