compile perl on RPI2 failure in opbasic/arith.t

Jukka Ukkonen jau789 at gmail.com
Wed Sep 30 09:24:42 UTC 2015


On 09/30/15 12:20, Stefan Parvu wrote:
> Im not able to compile perl on RPI2 hardware, using cc. Make test always
> breaks here:
> 
> lib/vmsish .................................................... ok
> lib/warnings .................................................. ok
> Failed 1 test out of 2225, 99.96% okay.
> 	opbasic/arith.t
> ### Since not all tests were successful, you may want to run some of
> ### them individually and examine any diagnostic messages they produce.
> ### See the INSTALL document's section on "make test".
> ### You have a good chance to get more information by running
> ###   ./perl harness
> ### in the 't' directory since most (>=80%) of the tests succeeded.
> ### You may have to set your dynamic library search path,
> ### LD_LIBRARY_PATH, to point to the build directory:
> ###   setenv LD_LIBRARY_PATH `pwd`; cd t; ./perl harness
> ###   LD_LIBRARY_PATH=`pwd`; export LD_LIBRARY_PATH; cd t; ./perl harness
> ###   export LD_LIBRARY_PATH=`pwd`; cd t; ./perl harness
> ### for csh-style shells, like tcsh; or for traditional/modern
> ### Bourne-style shells, like bash, ksh, and zsh, respectively.
> Elapsed: 5258 sec
> u=65.39  s=22.30  cu=4439.46  cs=475.21  scripts=2225  tests=708155
> *** Error code 1
> 
> Stop.
> 
> I tried different versions, 5.20.3, 5.22 same results. Anyone any
> ideas ? I see there is perl installed under RPI2 /usr/local so it seems
> doable. This is what Im trying:
> 
> sh Configure -Dprefix=/opt/kronometrix/perl -des
> 
> Thanks,
> 

Have you tried installing perl 5.20 using the ports tree?

--jau



More information about the freebsd-arm mailing list