Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2015 12:20:19 +0300
From:      Stefan Parvu <sparvu@kronometrix.org>
To:        "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>
Subject:   compile perl on RPI2 failure in opbasic/arith.t
Message-ID:  <560BA953.8020702@kronometrix.org>

next in thread | raw e-mail | index | archive | help
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,
-- 
Stefan Parvu <sparvu@kronometrix.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?560BA953.8020702>