[Bug 235273] lang/perl5.28 compile failed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 28 06:18:11 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235273

            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 at FreeBSD.org
          Reporter: yklaxds at gmail.com
          Assignee: mat at FreeBSD.org
             Flags: maintainer-feedback?(mat at 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 = 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=2 -Wall
-Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat
-Wwrite-strings -O2 -pipe -fno-strict-aliasing    -DVERSION=\"0.36\" 
-DXS_VERSION=\"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=2 -Wall
-Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat
-Wwrite-strings -O2 -pipe -fno-strict-aliasing    -DVERSION=\"0.36\" 
-DXS_VERSION=\"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-APItest
1 error

make[11]: stopped in /usr/ports/lang/perl5.28/work/perl-5.28.1/ext/XS-APItest
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-APItest
Unsuccessful make(ext/XS-APItest): code=512 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) == pWARN_STD || (x) == pWARN_ALL ||       
\
                                                            ^~~~~~~~~
../../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) == 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 = 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) == pWARN_STD || (x) == pWARN_ALL ||       
\
                                                            ^~~~~~~~~
../../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 = 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) == 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=512 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
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes 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

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


More information about the freebsd-ports-bugs mailing list