[99s-extend] Cowboy helloworld make fails with missing_beam_file (hipe)

Tristan Sloughter tristan.sloughter at gmail.com
Wed Sep 25 18:25:04 CEST 2013


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
  tsloughter at fastmail.fm

On Wed, Sep 25, 2013, at 08:09 AM, Loïc Hoguin wrote:
> Why does it look for hipe at all to begin with?
> 
> I'll ping tristan about it.
> 
> On 09/22/2013 10:59 PM, Matthew Hegarty wrote:
> > 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 <mrhegarty at gmail.com
> > <mailto:mrhegarty at gmail.com>> wrote:
> >
> >     hi
> >     Just starting out so I've got latest versions of apps.
> >     in cowboy/examples/hello_world, running make fails with:
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > Extend mailing list
> > Extend at lists.ninenines.eu
> > http://lists.ninenines.eu:81/listinfo/extend
> >
> 
> 
> -- 
> Loïc Hoguin
> Erlang Cowboy
> Nine Nines
> http://ninenines.eu
> _______________________________________________
> Extend mailing list
> Extend at lists.ninenines.eu
> http://lists.ninenines.eu:81/listinfo/extend


-- 
  Tristan Sloughter
  tristan.sloughter at gmail.com



More information about the Extend mailing list