ports/155626: lang/perl5.x fails to build on Sheevaplug (ARM)
Lukasz
lukasz.siemiradzki at gmail.com
Thu Mar 17 07:50:11 UTC 2011
>Number: 155626
>Category: ports
>Synopsis: lang/perl5.x fails to build on Sheevaplug (ARM)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Mar 17 07:50:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Lukasz
>Release: 9.0 Current
>Organization:
>Environment:
FreeBSD rut.localdomain 9.0-CURRENT FreeBSD 9.0-CURRENT #4: Sun Feb 6 17:51:31 UTC 2011 root at bob:/usr/obj/arm.arm/usr/src/sys/SHEEVAPLUG arm
>Description:
I'm trying to build ports/perl5.10, but it fails with following error:
`sh cflags "optimize='-O -pipe'" pp_pack.o` -DPIC -fPIC pp_pack.c
CCCMD = cc -DPERL_CORE -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.10.1/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -std=c89 -O -pipe -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat
`sh cflags "optimize='-O -pipe'" pp_sort.o` -DPIC -fPIC pp_sort.c
CCCMD = cc -DPERL_CORE -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.10.1/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -std=c89 -O -pipe -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat
`sh cflags "optimize='-O -pipe'" opmini.o` -DPIC -fPIC -DPERL_EXTERNAL_GLOB opmini.c
CCCMD = cc -DPERL_CORE -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.10.1/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -std=c89 -O -pipe -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat
`sh cflags "optimize='-O -pipe'" perlmini.o` -DPIC -fPIC -DPERL_IS_MINIPERL perlmini.c
CCCMD = cc -DPERL_CORE -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.10.1/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -std=c89 -O -pipe -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat
LD_LIBRARY_PATH=/usr/ports/lang/perl5.10/work/perl-5.10.1 cc -Wl,-E -fstack-protector -L/usr/local/lib -o miniperl gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o xsutils.o globals.o perlio.o perlapi.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o miniperlmain.o opmini.o perlmini.o -lm -lcrypt -lutil
LD_LIBRARY_PATH=/usr/ports/lang/perl5.10/work/perl-5.10.1 ./miniperl -w -Ilib -MExporter -e '<?>' || make minitest
Segmentation fault (core dumped)
cp ext/re/re.pm lib/re.pm
LD_LIBRARY_PATH=/usr/ports/lang/perl5.10/work/perl-5.10.1 ./miniperl -Ilib make_patchnum.pl
*** Signal 11
Stop in /usr/ports/lang/perl5.10/work/perl-5.10.1.
*** Error code 1 (ignored)
You may see some irrelevant test failures if you have been unable
to build lib/Config.pm, lib/lib.pm or the Unicode data files.
cd t && (rm -f perl; /bin/ln -s ../miniperl perl) && LD_LIBRARY_PATH=/usr/ports/lang/perl5.10/work/perl-5.10.1 ./perl TEST -minitest base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t </dev/tty
*** Signal 11 (ignored)
LD_LIBRARY_PATH=/usr/ports/lang/perl5.10/work/perl-5.10.1 ./miniperl -Ilib autodoc.pl
*** Signal 11
Stop in /usr/ports/lang/perl5.10/work/perl-5.10.1.
*** Error code 1
Stop in /usr/ports/lang/perl5.10.
*** Error code 1
Stop in /usr/ports/lang/perl5.10.
rut#
>How-To-Repeat:
In ports/perl5.10 directory issue make. This problem also appears for other versions of perl.
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list