summaryrefslogtreecommitdiffstats
path: root/_build/static/archives/extend/2013-September/000248.html
diff options
context:
space:
mode:
Diffstat (limited to '_build/static/archives/extend/2013-September/000248.html')
-rw-r--r--_build/static/archives/extend/2013-September/000248.html141
1 files changed, 141 insertions, 0 deletions
diff --git a/_build/static/archives/extend/2013-September/000248.html b/_build/static/archives/extend/2013-September/000248.html
new file mode 100644
index 00000000..3d6dd723
--- /dev/null
+++ b/_build/static/archives/extend/2013-September/000248.html
@@ -0,0 +1,141 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] Cowboy helloworld make fails with missing_beam_file (hipe)
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Cowboy%20helloworld%20make%20fails%20with%0A%20missing_beam_file%20%28hipe%29&In-Reply-To=%3C1380126304.20343.26357585.70B016C0%40webmail.messagingengine.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="000246.html">
+ <LINK REL="Next" HREF="000250.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] Cowboy helloworld make fails with missing_beam_file (hipe)</H1>
+ <B>Tristan Sloughter</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Cowboy%20helloworld%20make%20fails%20with%0A%20missing_beam_file%20%28hipe%29&In-Reply-To=%3C1380126304.20343.26357585.70B016C0%40webmail.messagingengine.com%3E"
+ TITLE="[99s-extend] Cowboy helloworld make fails with missing_beam_file (hipe)">tristan.sloughter at gmail.com
+ </A><BR>
+ <I>Wed Sep 25 18:25:04 CEST 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000246.html">[99s-extend] Cowboy helloworld make fails with missing_beam_file (hipe)
+</A></li>
+ <LI>Next message: <A HREF="000250.html">[99s-extend] Cowboy helloworld make fails with missing_beam_file (hipe)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#248">[ date ]</a>
+ <a href="thread.html#248">[ thread ]</a>
+ <a href="subject.html#248">[ subject ]</a>
+ <a href="author.html#248">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>I ran into the same thing. I assume you installed Erlang from the Erlang
+Solutions repo?
+
+Install erlang-hipe package. Or remove
+/usr/local/lib/erlang/lib/hipe-3.10.2.1 entirely.
+
+Their packages install a broken hipe app, missing lots of beams, for
+some reason. But if you install the hipe package it'll install what is
+missing. I told them about this but I haven't heard back.
+
+--
+ Tristan Sloughter
+ <A HREF="https://lists.ninenines.eu/listinfo/extend">tsloughter at fastmail.fm</A>
+
+On Wed, Sep 25, 2013, at 08:09 AM, Lo&#239;c Hoguin wrote:
+&gt;<i> Why does it look for hipe at all to begin with?
+</I>&gt;<i>
+</I>&gt;<i> I'll ping tristan about it.
+</I>&gt;<i>
+</I>&gt;<i> On 09/22/2013 10:59 PM, Matthew Hegarty wrote:
+</I>&gt;<i> &gt; hi
+</I>&gt;<i> &gt; Just starting out so I'm trying to run cowboy's helloworld
+</I>&gt;<i> &gt; in cowboy/examples/hello_world, running make fails with:
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; ===&gt; Provider (rlx_prv_discover) failed with: {error,
+</I>&gt;<i> &gt; {rlx_app_discovery,
+</I>&gt;<i> &gt; [{missing_beam_file,
+</I>&gt;<i> &gt; hipe,
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; &lt;&lt;&quot;/usr/local/lib/erlang/lib/hipe-3.10/ebin/hipe.beam&quot;&gt;&gt;},
+</I>&gt;<i> &gt; {missing_beam_file,
+</I>&gt;<i> &gt; hipe,
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; &lt;&lt;&quot;/usr/local/lib/erlang/lib/hipe-3.10.1/ebin/hipe.beam&quot;&gt;&gt;}]}}
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; there is no hipe.beam in /usr/local/lib/erlang/lib/hipe-3.10.1/ebin/, it
+</I>&gt;<i> &gt; is in /usr/local/lib/erlang/lib/hipe-3.10.2.1/ebin/hipe.beam.
+</I>&gt;<i> &gt; I've tried passing the correct dir to relx using --lib-dir but I still
+</I>&gt;<i> &gt; get the same error.
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; Any ideas what's going wrong?
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; erl: Erlang R16B02 (erts-5.10.3)
+</I>&gt;<i> &gt; relx: 0.0.0+build.275.refca03701
+</I>&gt;<i> &gt; rebar: rebar 2.1.0-pre R16B02 20130922_191744 git 2.1.0-pre-46-g78fa8fc
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; On 22 September 2013 21:55, Matthew Hegarty &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">mrhegarty at gmail.com</A>
+</I>&gt;<i> &gt; &lt;mailto:<A HREF="https://lists.ninenines.eu/listinfo/extend">mrhegarty at gmail.com</A>&gt;&gt; wrote:
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; hi
+</I>&gt;<i> &gt; Just starting out so I've got latest versions of apps.
+</I>&gt;<i> &gt; in cowboy/examples/hello_world, running make fails with:
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; _______________________________________________
+</I>&gt;<i> &gt; Extend mailing list
+</I>&gt;<i> &gt; <A HREF="https://lists.ninenines.eu/listinfo/extend">Extend at lists.ninenines.eu</A>
+</I>&gt;<i> &gt; <A HREF="http://lists.ninenines.eu:81/listinfo/extend">http://lists.ninenines.eu:81/listinfo/extend</A>
+</I>&gt;<i> &gt;
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> --
+</I>&gt;<i> Lo&#239;c Hoguin
+</I>&gt;<i> Erlang Cowboy
+</I>&gt;<i> Nine Nines
+</I>&gt;<i> <A HREF="http://ninenines.eu">http://ninenines.eu</A>
+</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="http://lists.ninenines.eu:81/listinfo/extend">http://lists.ninenines.eu:81/listinfo/extend</A>
+</I>
+
+--
+ Tristan Sloughter
+ <A HREF="https://lists.ninenines.eu/listinfo/extend">tristan.sloughter at gmail.com</A>
+
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000246.html">[99s-extend] Cowboy helloworld make fails with missing_beam_file (hipe)
+</A></li>
+ <LI>Next message: <A HREF="000250.html">[99s-extend] Cowboy helloworld make fails with missing_beam_file (hipe)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#248">[ date ]</a>
+ <a href="thread.html#248">[ thread ]</a>
+ <a href="subject.html#248">[ subject ]</a>
+ <a href="author.html#248">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>