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)



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