[erlang-questions] Unable to build hipe enabled VM on trusty.

Jani Hakala jani.j.hakala@REDACTED
Sun May 4 09:08:31 CEST 2014


Alex Shneyderman <a.shneyderman@REDACTED> writes:

> I am trying to build with hipe enabled and for some reason it does not
> work for me. The status line shows no hipe. I configure like so:
>
> ./configure --enable-hipe --enable-kernel-poll --enable-m64-build
> do a make
> and
>
You could try issuing commands

  sudo apt-get build-dep erlang
  sudo apt-get install libwxgtk2.8-dev

before building.

I tested building deb-packages of OTP R16B03-1 on trusty,
here is how I did it:

    sudo apt-get build-dep erlang
    sudo apt-get install build-essential
    sudo apt-get install fakeroot
    sudo apt-get install libwxgtk2.8-dev
    sudo apt-get install subversion
     
    svn checkout
    svn://svn.debian.org/svn/pkg-erlang/erlang/tags/1:16.b.3.1-dfsg-3~bpo70+1/
    cd 1:16.b.3.1-dfsg-3~bpo70+1/
    make -f debian/rules get-orig-source
    mv erlang_16.b.3.1-dfsg.orig.tar.xz ..
    cd ..
    tar xf erlang_16.b.3.1-dfsg.orig.tar.xz
    cd otp_src_R16B03-1
    cp -r ../1:16.b.3.1-dfsg-3~bpo70+1/debian/ .
    dpkg-buildpackage -rfakeroot -uc -us

Jani Hakala



More information about the erlang-questions mailing list