Date: Wed, 30 Sep 2015 12:24:35 +0300 From: Jukka Ukkonen <jau789@gmail.com> To: Stefan Parvu <sparvu@kronometrix.org> Cc: freebsd-arm@freebsd.org Subject: Re: compile perl on RPI2 failure in opbasic/arith.t Message-ID: <560BAA53.4090409@gmail.com> In-Reply-To: <560BA953.8020702@kronometrix.org> References: <560BA953.8020702@kronometrix.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?560BAA53.4090409>