127 lines
6.4 KiB
Text
127 lines
6.4 KiB
Text
perl-blead
|
||
==========
|
||
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
|
||
Work directory is /home/ryan/.cpanm/work/1493329759.4819
|
||
You have make /usr/bin/make
|
||
You have LWP 6.26
|
||
You have /bin/tar: tar (GNU tar) 1.29
|
||
Copyright (C) 2015 Free Software Foundation, Inc.
|
||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
|
||
This is free software: you are free to change and redistribute it.
|
||
There is NO WARRANTY, to the extent permitted by law.
|
||
|
||
Written by John Gilmore and Jay Fenlason.
|
||
You have /usr/bin/unzip
|
||
Searching MPE::CIvar () on cpanmetadb ...
|
||
Unpacking MPE-CIvar-1.11.tar.gz
|
||
--> Working on MPE::CIvar
|
||
Fetching http://www.cpan.org/authors/id/K/KA/KAHIRSCH/MPE-CIvar-1.11.tar.gz ... OK
|
||
MPE-CIvar-1.11/
|
||
MPE-CIvar-1.11/CIvar.pm
|
||
MPE-CIvar-1.11/CIvar.xs
|
||
MPE-CIvar-1.11/Changes
|
||
MPE-CIvar-1.11/INSTALL
|
||
MPE-CIvar-1.11/MANIFEST
|
||
MPE-CIvar-1.11/Makefile.PL
|
||
MPE-CIvar-1.11/README
|
||
MPE-CIvar-1.11/t/
|
||
MPE-CIvar-1.11/t/test.t
|
||
MPE-CIvar-1.11/CIvar.html
|
||
Entering MPE-CIvar-1.11
|
||
META.yml/json not found. Creating skeleton for it.
|
||
Running Makefile.PL
|
||
Configuring MPE-CIvar-1.11 ... This module will only run under the MPE/iX operating system
|
||
Checking if your kit is complete...
|
||
Looks good
|
||
Generating a Unix-style Makefile
|
||
Writing Makefile for MPE::CIvar
|
||
Writing MYMETA.yml and MYMETA.json
|
||
Checking dependencies from MYMETA.json ...
|
||
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
||
OK
|
||
Building and testing MPE-CIvar-1.11 ... cp CIvar.pm blib/lib/MPE/CIvar.pm
|
||
Running Mkbootstrap for CIvar ()
|
||
chmod 644 "CIvar.bs"
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- CIvar.bs blib/arch/auto/MPE/CIvar/CIvar.bs 644
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/ExtUtils/typemap' CIvar.xs > CIvar.xsc
|
||
Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in CIvar.xs, line 39
|
||
mv -f CIvar.xsc CIvar.c
|
||
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"1.11\" -DXS_VERSION=\"1.11\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" CIvar.c
|
||
CIvar.xs: In function ‘XS_MPE__CIvar_hpcigetvar’:
|
||
CIvar.xs:23:9: warning: implicit declaration of function ‘HPCIGETVAR’ [-Wimplicit-function-declaration]
|
||
HPCIGETVAR(14, name, &status,
|
||
^~~~~~~~~~
|
||
CIvar.xs: In function ‘XS_MPE__CIvar_hpcideletevar’:
|
||
CIvar.xs:46:8: warning: implicit declaration of function ‘HPCIDELETEVAR’ [-Wimplicit-function-declaration]
|
||
HPCIDELETEVAR(2, name, &RETVAL);
|
||
^~~~~~~~~~~~~
|
||
CIvar.xs: In function ‘XS_MPE__CIvar_hpciputvar’:
|
||
CIvar.xs:58:10: warning: implicit declaration of function ‘HPCIPUTVAR’ [-Wimplicit-function-declaration]
|
||
HPCIPUTVAR(14, name, &RETVAL,
|
||
^~~~~~~~~~
|
||
CIvar.xs: In function ‘XS_MPE__CIvar_getjcw’:
|
||
CIvar.xs:86:14: warning: implicit declaration of function ‘GETJCW’ [-Wimplicit-function-declaration]
|
||
RETVAL = GETJCW();
|
||
^~~~~~
|
||
CIvar.xs: In function ‘XS_MPE__CIvar_putjcw’:
|
||
CIvar.xs:97:5: warning: implicit declaration of function ‘PUTJCW’ [-Wimplicit-function-declaration]
|
||
PUTJCW(name, &value, &RETVAL);
|
||
^~~~~~
|
||
CIvar.xs: In function ‘XS_MPE__CIvar_findjcw’:
|
||
CIvar.xs:108:6: warning: implicit declaration of function ‘FINDJCW’ [-Wimplicit-function-declaration]
|
||
FINDJCW(name, &RETVAL, &status);
|
||
^~~~~~~
|
||
CIvar.xs: In function ‘XS_MPE__CIvar_setjcw’:
|
||
CIvar.xs:119:7: warning: implicit declaration of function ‘SETJCW’ [-Wimplicit-function-declaration]
|
||
SETJCW(value);
|
||
^~~~~~
|
||
CIvar.xs: In function ‘XS_MPE__CIvar_hpcicommand’:
|
||
CIvar.xs:155:10: warning: implicit declaration of function ‘HPCICOMMAND’ [-Wimplicit-function-declaration]
|
||
HPCICOMMAND(4, pcmd, &cmderror, &parmnum, msglevel);
|
||
^~~~~~~~~~~
|
||
rm -f blib/arch/auto/MPE/CIvar/CIvar.so
|
||
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong CIvar.o -o blib/arch/auto/MPE/CIvar/CIvar.so \
|
||
\
|
||
|
||
chmod 755 blib/arch/auto/MPE/CIvar/CIvar.so
|
||
Manifying 1 pod document
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- CIvar.bs blib/arch/auto/MPE/CIvar/CIvar.bs 644
|
||
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
|
||
Can't load '/home/ryan/.cpanm/work/1493329759.4819/MPE-CIvar-1.11/blib/arch/auto/MPE/CIvar/CIvar.so' for module MPE::CIvar: /home/ryan/.cpanm/work/1493329759.4819/MPE-CIvar-1.11/blib/arch/auto/MPE/CIvar/CIvar.so: undefined symbol: HPCIDELETEVAR at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/DynaLoader.pm line 193.
|
||
|