NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-arm/48948: RPI:pkgsrc/security/ruby-hmac Floating point exception (core dumped)
The following reply was made to PR port-arm/48948; it has been noted by GNATS.
From: Jun Ebihara <jun%soum.co.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost, t.hash425%gmail.com@localhost
Cc: port-arm-maintainer%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost
Subject: Re: port-arm/48948: RPI:pkgsrc/security/ruby-hmac Floating point
exception (core dumped)
Date: Sat, 19 Jul 2014 07:41:01 +0900 (JST)
From: Takahiro HAYASHI <t.hash425%gmail.com@localhost>
Subject: Re: port-arm/48948: RPI:pkgsrc/security/ruby-hmac Floating point
exception (core dumped)
Date: Mon, 14 Jul 2014 14:15:01 +0000 (UTC)
> Try this patch plz.
> Index: src/sys/arch/arm/vfp/vfp_init.c
> ===================================================================
> RCS file: /cvsroot/src/sys/arch/arm/vfp/vfp_init.c,v
> +++ src/sys/arch/arm/vfp/vfp_init.c 14 Jul 2014 11:54:05 -0000
> @@ -331,13 +331,13 @@ vfp_attach(struct cpu_info *ci)
> - uint32_t f1 = armreg_mvfr0_read();
> + uint32_t f1 = armreg_mvfr1_read();
With this patch ,I can make pkgsrc/devel/ruby-delayer
and pkgsrc/security/ruby-hmac again.
related PRs:
port-arm/48817
pkgsrc/devel/ruby-delayer build failed:
Floating point exception (core dumped)
port-arm/48948
pkgsrc/security/ruby-hmac build failed:
Floating point exception (core dumped)
RPI sample image with this patch.
ftp://ftp.netbsd.org/pub/NetBSD/misc/jun/raspberry-pi/2014-07-18-netbsd-raspi-pr48948.img.gz
--
Jun Ebihara
Home |
Main Index |
Thread Index |
Old Index