cpantestlogs/Proc::UID_genfailure.log
2017-05-02 18:44:36 -07:00

118 lines
4.9 KiB
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

perl-blead
==========
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
Work directory is /home/ryan/.cpanm/work/1493464518.11500
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 Proc::UID () on cpanmetadb ...
Unpacking Proc-UID-0.05.tar.gz
--> Working on Proc::UID
Fetching http://www.cpan.org/authors/id/P/PJ/PJF/Proc-UID-0.05.tar.gz ... OK
Proc-UID-0.05/
Proc-UID-0.05/Changes
Proc-UID-0.05/inc/
Proc-UID-0.05/inc/Module/
Proc-UID-0.05/inc/Module/Install/
Proc-UID-0.05/inc/Module/Install/Base.pm
Proc-UID-0.05/inc/Module/Install/Can.pm
Proc-UID-0.05/inc/Module/Install/Fetch.pm
Proc-UID-0.05/inc/Module/Install/Makefile.pm
Proc-UID-0.05/inc/Module/Install/Metadata.pm
Proc-UID-0.05/inc/Module/Install/Win32.pm
Proc-UID-0.05/inc/Module/Install/WriteAll.pm
Proc-UID-0.05/inc/Module/Install.pm
Proc-UID-0.05/Makefile.PL
Proc-UID-0.05/MANIFEST
Proc-UID-0.05/META.yml
Proc-UID-0.05/README
Proc-UID-0.05/t/
Proc-UID-0.05/t/00_setup.t
Proc-UID-0.05/t/01_defined_subs.t
Proc-UID-0.05/t/02_user_tests.t
Proc-UID-0.05/t/03_root_tests.t
Proc-UID-0.05/t/04_suid_tests.t
Proc-UID-0.05/t/04_suid_tests.t2
Proc-UID-0.05/t/05_sgid_tests.t
Proc-UID-0.05/t/05_sgid_tests.t2
Proc-UID-0.05/t/pod.t
Proc-UID-0.05/t/pod_coverage.t
Proc-UID-0.05/UID.pm
Proc-UID-0.05/UID.xs
Entering Proc-UID-0.05
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring Proc-UID-0.05 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Proc::UID
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 Proc-UID-0.05 ... cp UID.pm blib/lib/Proc/UID.pm
Running Mkbootstrap for UID ()
chmod 644 "UID.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- UID.bs blib/arch/auto/Proc/UID/UID.bs 644
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-Iinc" "/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' UID.xs > UID.xsc
mv UID.xsc UID.c
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" UID.c
UID.xs: In function XS_Proc__UID_drop_uid_temp:
UID.xs:201:3: error: PL_euid undeclared (first use in this function)
PL_euid = new_uid;
^~~~~~~
UID.xs:201:3: note: each undeclared identifier is reported only once for each function it appears in
UID.xs: In function XS_Proc__UID_drop_uid_perm:
UID.xs:257:3: error: PL_uid undeclared (first use in this function)
^
UID.xs:258:3: error: PL_euid undeclared (first use in this function)
cached_suid = new_uid;
^~~~~~~
UID.xs: In function XS_Proc__UID_restore_uid:
UID.xs:286:3: error: PL_euid undeclared (first use in this function)
PL_euid = suid;
^~~~~~~
UID.xs: In function XS_Proc__UID_drop_gid_temp:
UID.xs:303:3: error: PL_egid undeclared (first use in this function)
PL_egid = new_gid;
^~~~~~~
UID.xs: In function XS_Proc__UID_drop_gid_perm:
UID.xs:321:3: error: PL_gid undeclared (first use in this function)
PL_gid = new_gid;
^~~~~~
UID.xs:322:3: error: PL_egid undeclared (first use in this function)
PL_egid = new_gid;
^~~~~~~
UID.xs: In function XS_Proc__UID_restore_gid:
UID.xs:338:3: error: PL_egid undeclared (first use in this function)
PL_egid = sgid;
^~~~~~~
Makefile:334: recipe for target 'UID.o' failed
make: *** [UID.o] Error 1
! Installing Proc::UID failed. See /home/ryan/.cpanm/work/1493464518.11500/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Proc::UID] terminated with exit code 1 ($? = 256) under the following perl environment:
Command terminated with non-zero status.
Current perl:
Name: perl-blead
Path: /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl
Config: -de -Dprefix=/home/ryan/perl5/perlbrew/perls/perl-blead -Dusedevel -Aeval:scriptdir=/home/ryan/perl5/perlbrew/perls/perl-blead/bin
Compiled at: Mar 30 2017 03:10:09
perlbrew:
version: 0.78
ENV:
PERLBREW_ROOT: /home/ryan/perl5/perlbrew
PERLBREW_HOME: /home/ryan/.perlbrew
PERLBREW_PATH: /home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perl-blead/bin
PERLBREW_MANPATH: /home/ryan/perl5/perlbrew/perls/perl-blead/man