Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2019 06:18:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 235273] lang/perl5.28 compile failed
Message-ID:  <bug-235273-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235273

            Bug ID: 235273
           Summary: lang/perl5.28 compile failed
           Product: Ports & Packages
           Version: Latest
          Hardware: arm64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: mat@FreeBSD.org
          Reporter: yklaxds@gmail.com
          Assignee: mat@FreeBSD.org
             Flags: maintainer-feedback?(mat@FreeBSD.org)

--- dist/Storable/lib/Storable/Limit.pm ---
Storable: determining recursion limit: 64998 passed, try more 64999 ...
Storable: determining recursion limit: 64999 passed, try more 64999 ...
MAX_DEPTH_HASH =3D 64999
--- lib/Storable/Limit.pm ---
test -d lib/Storable || mkdir lib/Storable
cp dist/Storable/lib/Storable/Limit.pm lib/Storable/Limit.pm
--- lib/auto/XS/APItest/APItest.so ---
--- pm_to_blib ---
--- ../../lib/auto/XS/APItest/APItest.bs ---
/usr/ports/lang/perl5.28/work/perl-5.28.1/ext/XS-APItest/../../miniperl
"-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- APItest.bs
../../lib/auto/XS/APItest/APItest.bs 644
--- lib/auto/re/re.so ---
--- re_comp.o ---
--- re.o ---
--- re_comp.o ---
cc -c    -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe
-fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=3D2 -Wall
-Werror=3Ddeclaration-after-statement -Werror=3Dpointer-arith -Wextra -Wc++=
-compat
-Wwrite-strings -O2 -pipe -fno-strict-aliasing    -DVERSION=3D\"0.36\"=20
-DXS_VERSION=3D\"0.36\" -DPIC -fPIC "-I../.."  -DPERL_EXT_RE_BUILD
-DPERL_EXT_RE_DEBUG -DPERL_EXT re_comp.c
--- re.o ---
cc -c    -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe
-fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=3D2 -Wall
-Werror=3Ddeclaration-after-statement -Werror=3Dpointer-arith -Wextra -Wc++=
-compat
-Wwrite-strings -O2 -pipe -fno-strict-aliasing    -DVERSION=3D\"0.36\"=20
-DXS_VERSION=3D\"0.36\" -DPIC -fPIC "-I../.."  -DPERL_EXT_RE_BUILD
-DPERL_EXT_RE_DEBUG -DPERL_EXT re.c
--- lib/auto/XS/APItest/APItest.so ---
--- notcore.o ---
Segmentation fault (core dumped)
*** [notcore.o] Error code 139

make[11]: stopped in /usr/ports/lang/perl5.28/work/perl-5.28.1/ext/XS-APIte=
st
1 error

make[11]: stopped in /usr/ports/lang/perl5.28/work/perl-5.28.1/ext/XS-APIte=
st
A failure has been detected in another branch of the parallel make

make[11]: stopped in /usr/ports/lang/perl5.28/work/perl-5.28.1/ext/XS-APIte=
st
Unsuccessful make(ext/XS-APItest): code=3D512 at make_ext.pl line 570.
*** [lib/auto/XS/APItest/APItest.so] Error code 25

make[10]: stopped in /usr/ports/lang/perl5.28/work/perl-5.28.1
--- lib/auto/re/re.so ---
--- re_comp.o ---
re_comp.c:16202:36: warning: performing pointer arithmetic on a null pointer
has undefined behavior [-Wnull-pointer-arithmetic]
                                && ckDEAD(packWARN(WARN_REGEXP));
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../warnings.h:231:6: note: expanded from macro 'ckDEAD'
    !specialWARN(PL_curcop->cop_warnings) &&                            \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../warnings.h:24:53: note: expanded from macro 'specialWARN'
#define specialWARN(x)          ((x) =3D=3D pWARN_STD || (x) =3D=3D pWARN_A=
LL ||=20=20=20=20=20=20=20
\
                                                            ^~~~~~~~~
../../warnings.h:21:33: note: expanded from macro 'pWARN_ALL'
#define pWARN_ALL               (((STRLEN*)0)+1)    /* use warnings 'all' */
                                 ~~~~~~~~~~~~^
re_comp.c:16202:36: warning: performing pointer arithmetic on a null pointer
has undefined behavior [-Wnull-pointer-arithmetic]
                                && ckDEAD(packWARN(WARN_REGEXP));
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../warnings.h:231:6: note: expanded from macro 'ckDEAD'
    !specialWARN(PL_curcop->cop_warnings) &&                            \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../warnings.h:25:13: note: expanded from macro 'specialWARN'
                                 (x) =3D=3D pWARN_NONE)
                                        ^~~~~~~~~~
../../warnings.h:22:34: note: expanded from macro 'pWARN_NONE'
#define pWARN_NONE              (((STRLEN*)0)+2)    /* no  warnings 'all' */
                                 ~~~~~~~~~~~~^
re_comp.c:16419:23: warning: performing pointer arithmetic on a null pointer
has undefined behavior [-Wnull-pointer-arithmetic]
    bool warn_super =3D ALWAYS_WARN_SUPER;
                      ^~~~~~~~~~~~~~~~~
re_comp.c:578:28: note: expanded from macro 'ALWAYS_WARN_SUPER'
#define ALWAYS_WARN_SUPER  ckDEAD(packWARN(WARN_NON_UNICODE))
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../warnings.h:231:6: note: expanded from macro 'ckDEAD'
    !specialWARN(PL_curcop->cop_warnings) &&                            \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../warnings.h:24:53: note: expanded from macro 'specialWARN'
#define specialWARN(x)          ((x) =3D=3D pWARN_STD || (x) =3D=3D pWARN_A=
LL ||=20=20=20=20=20=20=20
\
                                                            ^~~~~~~~~
../../warnings.h:21:33: note: expanded from macro 'pWARN_ALL'
#define pWARN_ALL               (((STRLEN*)0)+1)    /* use warnings 'all' */
                                 ~~~~~~~~~~~~^
re_comp.c:16419:23: warning: performing pointer arithmetic on a null pointer
has undefined behavior [-Wnull-pointer-arithmetic]
    bool warn_super =3D ALWAYS_WARN_SUPER;
                      ^~~~~~~~~~~~~~~~~
re_comp.c:578:28: note: expanded from macro 'ALWAYS_WARN_SUPER'
#define ALWAYS_WARN_SUPER  ckDEAD(packWARN(WARN_NON_UNICODE))
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../warnings.h:231:6: note: expanded from macro 'ckDEAD'
    !specialWARN(PL_curcop->cop_warnings) &&                            \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../warnings.h:25:13: note: expanded from macro 'specialWARN'
                                 (x) =3D=3D pWARN_NONE)
                                        ^~~~~~~~~~
../../warnings.h:22:34: note: expanded from macro 'pWARN_NONE'
#define pWARN_NONE              (((STRLEN*)0)+2)    /* no  warnings 'all' */
                                 ~~~~~~~~~~~~^
4 warnings generated.
A failure has been detected in another branch of the parallel make

make[11]: stopped in /usr/ports/lang/perl5.28/work/perl-5.28.1/ext/re
A failure has been detected in another branch of the parallel make

make[11]: stopped in /usr/ports/lang/perl5.28/work/perl-5.28.1/ext/re
Unsuccessful make(ext/re): code=3D512 at make_ext.pl line 570.
*** [lib/auto/re/re.so] Error code 25

make[10]: stopped in /usr/ports/lang/perl5.28/work/perl-5.28.1
2 errors

make[10]: stopped in /usr/ports/lang/perl5.28/work/perl-5.28.1
=3D=3D=3D> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure =
to
the maintainer.
*** Error code 1

Stop.
make[9]: stopped in /usr/ports/lang/perl5.28
*** Error code 1

Stop.
make[8]: stopped in /usr/ports/devel/p5-Locale-gettext
*** Error code 1

Stop.
make[7]: stopped in /usr/ports/misc/help2man
*** Error code 1

Stop.
make[6]: stopped in /usr/ports/print/texinfo
*** Error code 1

Stop.
make[5]: stopped in /usr/ports/devel/m4
*** Error code 1

Stop.
make[4]: stopped in /usr/ports/devel/autoconf
*** Error code 1

Stop.
make[3]: stopped in /usr/ports/graphics/wayland
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/graphics/wayland-protocols
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/graphics/mesa-dri
*** Error code 1

Stop.
make: stopped in /usr/ports/x11/xorg

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235273-7788>