* Package: dev-perl/String-Ediff-0.90.0-r1 * Repository: gentoo * Maintainer: perl@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking String-Ediff-0.09.tar.gz to /var/tmp/portage/dev-perl/String-Ediff-0.90.0-r1/work >>> Source unpacked in /var/tmp/portage/dev-perl/String-Ediff-0.90.0-r1/work >>> Preparing source in /var/tmp/portage/dev-perl/String-Ediff-0.90.0-r1/work/String-Ediff-0.09 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-perl/String-Ediff-0.90.0-r1/work/String-Ediff-0.09 ... * Using ExtUtils::MakeMaker * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/var/tmp/portage/dev-perl/String-Ediff-0.90.0-r1/image/ Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for String::Ediff Writing MYMETA.yml and MYMETA.json >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-perl/String-Ediff-0.90.0-r1/work/String-Ediff-0.09 ... * emake OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed make -j1 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed' cp lib/String/Ediff.pm blib/lib/String/Ediff.pm Running Mkbootstrap for String::Ediff () chmod 644 "Ediff.bs" x86_64-pc-linux-gnu-gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -Wall -DVERSION=\"0.09\" -DXS_VERSION=\"0.09\" -fPIC "-I/usr/lib64/perl5/5.24.1/x86_64-linux-thread-multi/CORE" st_wrap.c st_wrap.c: In function ‘_wrap_ediff’: st_wrap.c:562:26: warning: implicit declaration of function ‘ediff’ [-Wimplicit-function-declaration] result = (char *)ediff(arg1,arg2); ^~~~~ st_wrap.c:562:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] result = (char *)ediff(arg1,arg2); ^ In file included from st_wrap.c:229:0: st_wrap.c: In function ‘boot_String__Ediff’: /usr/lib64/perl5/5.24.1/x86_64-linux-thread-multi/CORE/XSUB.h:165:20: warning: unused variable ‘items’ [-Wunused-variable] #define dITEMS I32 items = (I32)(SP - MARK) ^ /usr/lib64/perl5/5.24.1/x86_64-linux-thread-multi/CORE/XSUB.h:173:16: note: in expansion of macro ‘dITEMS’ dSP; dAXMARK; dITEMS ^~~~~~ st_wrap.c:609:5: note: in expansion of macro ‘dXSARGS’ dXSARGS; ^~~~~~~ At top level: st_wrap.c:530:22: warning: ‘swig_magic_readonly’ defined but not used [-Wunused-function] SWIGCLASS_STATIC int swig_magic_readonly(pTHX_ SV *sv, MAGIC *mg) { ^~~~~~~~~~~~~~~~~~~ st_wrap.c:350:1: warning: ‘SWIG_ConvertPtr’ defined but not used [-Wunused-function] SWIG_ConvertPtr(SV *sv, void **ptr, swig_type_info *_t, int flags) ^~~~~~~~~~~~~~~ st_wrap.c:187:1: warning: ‘SWIG_TypeClientData’ defined but not used [-Wunused-function] SWIG_TypeClientData(swig_type_info *ti, void *clientdata) { ^~~~~~~~~~~~~~~~~~~ st_wrap.c:175:1: warning: ‘SWIG_TypeQuery’ defined but not used [-Wunused-function] SWIG_TypeQuery(const char *name) { ^~~~~~~~~~~~~~ st_wrap.c:162:1: warning: ‘SWIG_TypeDynamicCast’ defined but not used [-Wunused-function] SWIG_TypeDynamicCast(swig_type_info *ty, void **ptr) ^~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -Wall -DVERSION=\"0.09\" -DXS_VERSION=\"0.09\" -fPIC "-I/usr/lib64/perl5/5.24.1/x86_64-linux-thread-multi/CORE" st.c st.c: In function ‘split_edge’: st.c:198:20: warning: unused variable ‘nid’ [-Wunused-variable] int node_idx, i, nid; ^~~ At top level: st.c:804:13: warning: ‘print_str’ defined but not used [-Wunused-function] static void print_str(char *s, int len) ^~~~~~~~~ st.c:327:13: warning: ‘print_ap’ defined but not used [-Wunused-function] static void print_ap(Active_Point *ap) ^~~~~~~~ st.c:310:13: warning: ‘print’ defined but not used [-Wunused-function] static void print(Suffix_Tree *t) ^~~~~ st.c:174:13: warning: ‘increment’ defined but not used [-Wunused-function] static void increment(int *i, int base) ^~~~~~~~~ st.c:54:13: warning: ‘suffix_tree_cleanup’ defined but not used [-Wunused-function] static void suffix_tree_cleanup(Suffix_Tree *t) ^~~~~~~~~~~~~~~~~~~ st.c: In function ‘calc_lcs’: st.c:402:13: warning: ‘t2’ may be used uninitialized in this function [-Wmaybe-uninitialized] *pos2 = t2; ~~~~~~^~~~ st.c:401:13: warning: ‘t1’ may be used uninitialized in this function [-Wmaybe-uninitialized] *pos1 = t1; ~~~~~~^~~~ st.c: In function ‘ediff’: st.c:696:31: warning: ‘tmp_line_num’ may be used uninitialized in this function [-Wmaybe-uninitialized] segs->m_begin_line_num2 = tmp_line_num; ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ st.c:607:21: note: ‘tmp_line_num’ was declared here int line_num = 0, tmp_line_num; ^~~~~~~~~~~~ st.c:695:22: warning: ‘tmp_begin’ may be used uninitialized in this function [-Wmaybe-uninitialized] segs->m_begin2 = tmp_begin; ~~~~~~~~~~~~~~~^~~~~~~~~~~ st.c:606:7: note: ‘tmp_begin’ was declared here int tmp_begin; ^~~~~~~~~ rm -f blib/arch/auto/String/Ediff/Ediff.so x86_64-pc-linux-gnu-gcc -shared -O2 -pipe -march=native -Wall -Wl,-O1 -Wl,--as-needed st_wrap.o st.o -Wl,-O1 -Wl,--as-needed -o blib/arch/auto/String/Ediff/Ediff.so \ \ chmod 755 blib/arch/auto/String/Ediff/Ediff.so "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Ediff.bs blib/arch/auto/String/Ediff/Ediff.bs 644 >>> Source compiled. >>> Test phase: dev-perl/String-Ediff-0.90.0-r1 make -j1 test TEST_VERBOSE=0 Running Mkbootstrap for String::Ediff () chmod 644 "Ediff.bs" PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01Simple.t .. t/01Simple.t .. Failed 10/10 subtests Test Summary Report ------------------- t/01Simple.t (Wstat: 11 Tests: 0 Failed: 0) Non-zero wait status: 11 Parse errors: Bad plan. You planned 10 tests but ran 0. Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.01 cusr 0.00 csys = 0.03 CPU) Result: FAIL Failed 1/1 test programs. 0/0 subtests failed. make: *** [Makefile:984: test_dynamic] Error 255 * ERROR: dev-perl/String-Ediff-0.90.0-r1::gentoo failed (test phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-perl/String-Ediff-0.90.0-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-perl/String-Ediff-0.90.0-r1::gentoo'`. * The complete build log is located at '/var/log/portage/dev-perl:String-Ediff-0.90.0-r1:20170701-113721.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-perl/String-Ediff-0.90.0-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-perl/String-Ediff-0.90.0-r1/temp/environment'. * Working directory: '/var/tmp/portage/dev-perl/String-Ediff-0.90.0-r1/work/String-Ediff-0.09' * S: '/var/tmp/portage/dev-perl/String-Ediff-0.90.0-r1/work/String-Ediff-0.09'