1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
<!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%09missing_beam_file%20%28hipe%29&In-Reply-To=%3CCAAcKVnknx8gBQZSL-QUOTUVin%3Da0M%2BKAEwNd84HMOO1C3iSyZQ%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="000243.html">
<LINK REL="Next" HREF="000246.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[99s-extend] Cowboy helloworld make fails with missing_beam_file (hipe)</H1>
<B>Matthew Hegarty</B>
<A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Cowboy%20helloworld%20make%20fails%20with%0A%09missing_beam_file%20%28hipe%29&In-Reply-To=%3CCAAcKVnknx8gBQZSL-QUOTUVin%3Da0M%2BKAEwNd84HMOO1C3iSyZQ%40mail.gmail.com%3E"
TITLE="[99s-extend] Cowboy helloworld make fails with missing_beam_file (hipe)">mrhegarty at gmail.com
</A><BR>
<I>Sun Sep 22 22:59:37 CEST 2013</I>
<P><UL>
<LI>Previous message: <A HREF="000243.html">[99s-extend] Cowboy helloworld make fails with missing_beam_file (hipe)
</A></li>
<LI>Next message: <A HREF="000246.html">[99s-extend] Cowboy helloworld make fails with missing_beam_file (hipe)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#244">[ date ]</a>
<a href="thread.html#244">[ thread ]</a>
<a href="subject.html#244">[ subject ]</a>
<a href="author.html#244">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>hi
Just starting out so I'm trying to run cowboy's helloworld
in cowboy/examples/hello_world, running make fails with:
===> Provider (rlx_prv_discover) failed with: {error,
{rlx_app_discovery,
[{missing_beam_file,
hipe,
<<"/usr/local/lib/erlang/lib/hipe-3.10/ebin/hipe.beam">>},
{missing_beam_file,
hipe,
<<"/usr/local/lib/erlang/lib/hipe-3.10.1/ebin/hipe.beam">>}]}}
there is no hipe.beam in /usr/local/lib/erlang/lib/hipe-3.10.1/ebin/, it is
in /usr/local/lib/erlang/lib/hipe-3.10.2.1/ebin/hipe.beam.
I've tried passing the correct dir to relx using --lib-dir but I still get
the same error.
Any ideas what's going wrong?
erl: Erlang R16B02 (erts-5.10.3)
relx: 0.0.0+build.275.refca03701
rebar: rebar 2.1.0-pre R16B02 20130922_191744 git 2.1.0-pre-46-g78fa8fc
On 22 September 2013 21:55, Matthew Hegarty <<A HREF="https://lists.ninenines.eu/listinfo/extend">mrhegarty at gmail.com</A>> wrote:
><i> hi
</I>><i> Just starting out so I've got latest versions of apps.
</I>><i> in cowboy/examples/hello_world, running make fails with:
</I>><i>
</I>><i>
</I>><i>
</I>><i>
</I>-------------- next part --------------
An HTML attachment was scrubbed...
URL: <<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20130922/6e925e9d/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20130922/6e925e9d/attachment.html</A>>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000243.html">[99s-extend] Cowboy helloworld make fails with missing_beam_file (hipe)
</A></li>
<LI>Next message: <A HREF="000246.html">[99s-extend] Cowboy helloworld make fails with missing_beam_file (hipe)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#244">[ date ]</a>
<a href="thread.html#244">[ thread ]</a>
<a href="subject.html#244">[ subject ]</a>
<a href="author.html#244">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
mailing list</a><br>
</body></html>
|