pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/46297 (lang/erlang: install error under DragonFly BSD with erlang-hipe option)



The following reply was made to PR pkg/46297; it has been noted by GNATS.

From: "Andrey N. Oktyabrski" <ano%bestmx.ru@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/46297 (lang/erlang: install error under DragonFly BSD with
 erlang-hipe option)
Date: Tue, 10 Apr 2012 22:43:04 +0400

 On 09.04.12 10:31, dholland%NetBSD.org@localhost wrote:
 > Synopsis: lang/erlang: install error under DragonFly BSD with
 > erlang-hipe option
 >
 > State-Changed-From-To: open->closed
 > State-Changed-By: dholland%NetBSD.org@localhost
 > State-Changed-When: Mon, 09 Apr 2012 06:31:39 +0000
 > State-Changed-Why:
 > Appears to be a duplicate of 44667.
 No, there is a not a duplicate. I have found a real cause:
 (from erlang's ./configure output)
 configure: WARNING: HiPE is not supported on amd64 without reliable 
 floating-point exceptions
 
 Here is a two ways:
 - Update erlang to the R15 - it solve the problem because
 (http://www.erlang.org/doc/apps/hipe/notes.html)
 1 HiPE Release Notes
 ...
 Possible to run HiPE without floating point exceptions (FPE). Useful on 
 platforms that lack reliable FPE. Slower float operations compared to 
 HiPE with FPE.
 
 Own Id: OTP-9724
 
 - Unconditionally disable the erlang-hipe option when we're on the amd64.
 


Home | Main Index | Thread Index | Old Index