Crypt-OpenBSD-Blowfish v0.01 Perl 5 v5.41.7 i86pc-solaris-thread-multi-64
- Status
- Unknown
- From
- Carlos Guevara
- Dist
-
Crypt-OpenBSD-Blowfish v0.01
- Platform
- Perl 5 v5.41.7 i86pc-solaris-thread-multi-64
- Date
- 2024-11-25 06:54:02
- ID
- 0dd1cc18-aafa-11ef-b5e4-b7eda5b2cdc3
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Steffen Schwigon,
This is a computer-generated report for Crypt-OpenBSD-Blowfish-0.01
on perl 5.41.7, created by CPAN-Reporter-1.2020.
Thank you for uploading your work to CPAN. However, attempting to
test your distribution gave an inconclusive result.
This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed. You may wish to consult the CPAN Testers Wiki:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make':
cp lib/Crypt/OpenBSD/Blowfish.pm blib/lib/Crypt/OpenBSD/Blowfish.pm
Running Mkbootstrap for Blowfish ()
chmod 644 "Blowfish.bs"
"/export/home/cpan/bin/perl/bin/perl5.41.7" -MExtUtils::Command::MM -e 'cp_nonempty' -- Blowfish.bs blib/arch/auto/Crypt/OpenBSD/Blowfish/Blowfish.bs 644
"/export/home/cpan/bin/perl/bin/perl5.41.7" "/export/home/cpan/bin/perl/lib/5.41.7/ExtUtils/xsubpp" -typemap '/export/home/cpan/bin/perl/lib/5.41.7/ExtUtils/typemap' -typemap '/export/home/cpan/.cpan/build/Crypt-OpenBSD-Blowfish-0.01-0/typemap' Blowfish.xs > Blowfish.xsc
mv Blowfish.xsc Blowfish.c
gcc -c -I. -D_REENTRANT -m64 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/export/home/cpan/bin/perl/lib/5.41.7/i86pc-solaris-thread-multi-64/CORE" Blowfish.c
In file included from src/blowfish.c:48,
from Blowfish.xs:6:
src/blf.h:47:9: error: unknown type name 'u_int32_t'
47 | u_int32_t S[4][256]; /* S-Boxes */
| ^~~~~~~~~
src/blf.h:48:9: error: unknown type name 'u_int32_t'
48 | u_int32_t P[BLF_N + 2]; /* Subkeys */
| ^~~~~~~~~
src/blf.h:57:35: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
57 | void Blowfish_encipher(blf_ctx *, u_int32_t *, u_int32_t *);
| ^~~~~~~~~
| uint32_t
src/blf.h:57:48: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
57 | void Blowfish_encipher(blf_ctx *, u_int32_t *, u_int32_t *);
| ^~~~~~~~~
| uint32_t
src/blf.h:58:35: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
58 | void Blowfish_decipher(blf_ctx *, u_int32_t *, u_int32_t *);
| ^~~~~~~~~
| uint32_t
src/blf.h:58:48: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
58 | void Blowfish_decipher(blf_ctx *, u_int32_t *, u_int32_t *);
| ^~~~~~~~~
| uint32_t
src/blf.h:60:45: error: unknown type name 'u_int8_t'
60 | void Blowfish_expand0state(blf_ctx *, const u_int8_t *, u_int16_t);
| ^~~~~~~~
src/blf.h:60:57: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'?
60 | void Blowfish_expand0state(blf_ctx *, const u_int8_t *, u_int16_t);
| ^~~~~~~~~
| uint16_t
src/blf.h:62:19: error: unknown type name 'u_int8_t'
62 | (blf_ctx *, const u_int8_t *, u_int16_t, const u_int8_t *, u_int16_t);
| ^~~~~~~~
src/blf.h:62:31: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'?
62 | (blf_ctx *, const u_int8_t *, u_int16_t, const u_int8_t *, u_int16_t);
| ^~~~~~~~~
| uint16_t
src/blf.h:62:48: error: unknown type name 'u_int8_t'
62 | (blf_ctx *, const u_int8_t *, u_int16_t, const u_int8_t *, u_int16_t);
| ^~~~~~~~
src/blf.h:62:60: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'?
62 | (blf_ctx *, const u_int8_t *, u_int16_t, const u_int8_t *, u_int16_t);
| ^~~~~~~~~
| uint16_t
src/blf.h:66:31: error: unknown type name 'u_int8_t'
66 | void blf_key(blf_ctx *, const u_int8_t *, u_int16_t);
| ^~~~~~~~
src/blf.h:66:43: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'?
66 | void blf_key(blf_ctx *, const u_int8_t *, u_int16_t);
| ^~~~~~~~~
| uint16_t
src/blf.h:67:25: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
67 | void blf_enc(blf_ctx *, u_int32_t *, u_int16_t);
| ^~~~~~~~~
| uint32_t
src/blf.h:67:38: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'?
67 | void blf_enc(blf_ctx *, u_int32_t *, u_int16_t);
| ^~~~~~~~~
| uint16_t
src/blf.h:68:25: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
68 | void blf_dec(blf_ctx *, u_int32_t *, u_int16_t);
| ^~~~~~~~~
| uint32_t
src/blf.h:68:38: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'?
68 | void blf_dec(blf_ctx *, u_int32_t *, u_int16_t);
| ^~~~~~~~~
| uint16_t
src/blf.h:70:33: error: unknown type name 'u_int8_t'; did you mean 'uint8_t'?
70 | void blf_ecb_encrypt(blf_ctx *, u_int8_t *, u_int32_t);
| ^~~~~~~~
| uint8_t
src/blf.h:70:45: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
70 | void blf_ecb_encrypt(blf_ctx *, u_int8_t *, u_int32_t);
| ^~~~~~~~~
| uint32_t
src/blf.h:71:33: error: unknown type name 'u_int8_t'; did you mean 'uint8_t'?
71 | void blf_ecb_decrypt(blf_ctx *, u_int8_t *, u_int32_t);
| ^~~~~~~~
| uint8_t
src/blf.h:71:45: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
71 | void blf_ecb_decrypt(blf_ctx *, u_int8_t *, u_int32_t);
| ^~~~~~~~~
| uint32_t
src/blf.h:73:33: error: unknown type name 'u_int8_t'; did you mean 'uint8_t'?
73 | void blf_cbc_encrypt(blf_ctx *, u_int8_t *, u_int8_t *, u_int32_t);
| ^~~~~~~~
| uint8_t
src/blf.h:73:45: error: unknown type name 'u_int8_t'; did you mean 'uint8_t'?
73 | void blf_cbc_encrypt(blf_ctx *, u_int8_t *, u_int8_t *, u_int32_t);
| ^~~~~~~~
| uint8_t
src/blf.h:73:57: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
73 | void blf_cbc_encrypt(blf_ctx *, u_int8_t *, u_int8_t *, u_int32_t);
| ^~~~~~~~~
| uint32_t
src/blf.h:74:33: error: unknown type name 'u_int8_t'; did you mean 'uint8_t'?
74 | void blf_cbc_decrypt(blf_ctx *, u_int8_t *, u_int8_t *, u_int32_t);
| ^~~~~~~~
| uint8_t
src/blf.h:74:45: error: unknown type name 'u_int8_t'; did you mean 'uint8_t'?
74 | void blf_cbc_decrypt(blf_ctx *, u_int8_t *, u_int8_t *, u_int32_t);
| ^~~~~~~~
| uint8_t
src/blf.h:74:57: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
74 | void blf_cbc_decrypt(blf_ctx *, u_int8_t *, u_int8_t *, u_int32_t);
| ^~~~~~~~~
| uint32_t
src/blf.h:77:1: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
77 | u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t , u_int16_t *);
| ^~~~~~~~~
| uint32_t
src/blf.h:77:38: error: unknown type name 'u_int8_t'
77 | u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t , u_int16_t *);
| ^~~~~~~~
src/blf.h:77:50: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'?
77 | u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t , u_int16_t *);
| ^~~~~~~~~
| uint16_t
src/blf.h:77:62: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'?
77 | u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t , u_int16_t *);
| ^~~~~~~~~
| uint16_t
src/blowfish.c:67:31: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
67 | Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr)
| ^~~~~~~~~
| uint32_t
src/blowfish.c:67:46: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
67 | Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr)
| ^~~~~~~~~
| uint32_t
src/blowfish.c:92:31: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
92 | Blowfish_decipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr)
| ^~~~~~~~~
| uint32_t
src/blowfish.c:92:46: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
92 | Blowfish_decipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr)
| ^~~~~~~~~
| uint32_t
src/blowfish.c:395:1: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
395 | u_int32_t
| ^~~~~~~~~
| uint32_t
src/blowfish.c:396:28: error: unknown type name 'u_int8_t'
396 | Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes,
| ^~~~~~~~
src/blowfish.c:396:44: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'?
396 | Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes,
| ^~~~~~~~~
| uint16_t
src/blowfish.c:397:5: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'?
397 | u_int16_t *current)
| ^~~~~~~~~
| uint16_t
src/blowfish.c:417:41: error: unknown type name 'u_int8_t'
417 | Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes)
| ^~~~~~~~
src/blowfish.c:417:56: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'?
417 | Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes)
| ^~~~~~~~~
| uint16_t
src/blowfish.c:455:40: error: unknown type name 'u_int8_t'
455 | Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes,
| ^~~~~~~~
src/blowfish.c:455:56: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'?
455 | Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes,
| ^~~~~~~~~
| uint16_t
src/blowfish.c:456:11: error: unknown type name 'u_int8_t'
456 | const u_int8_t *key, u_int16_t keybytes)
| ^~~~~~~~
src/blowfish.c:456:26: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'?
456 | const u_int8_t *key, u_int16_t keybytes)
| ^~~~~~~~~
| uint16_t
src/blowfish.c:498:27: error: unknown type name 'u_int8_t'
498 | blf_key(blf_ctx *c, const u_int8_t *k, u_int16_t len)
| ^~~~~~~~
src/blowfish.c:498:40: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'?
498 | blf_key(blf_ctx *c, const u_int8_t *k, u_int16_t len)
| ^~~~~~~~~
| uint16_t
src/blowfish.c:508:21: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
508 | blf_enc(blf_ctx *c, u_int32_t *data, u_int16_t blocks)
| ^~~~~~~~~
| uint32_t
src/blowfish.c:508:38: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'?
508 | blf_enc(blf_ctx *c, u_int32_t *data, u_int16_t blocks)
| ^~~~~~~~~
| uint16_t
src/blowfish.c:521:21: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
521 | blf_dec(blf_ctx *c, u_int32_t *data, u_int16_t blocks)
| ^~~~~~~~~
| uint32_t
src/blowfish.c:521:38: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'?
521 | blf_dec(blf_ctx *c, u_int32_t *data, u_int16_t blocks)
| ^~~~~~~~~
| uint16_t
src/blowfish.c:534:29: error: unknown type name 'u_int8_t'; did you mean 'uint8_t'?
534 | blf_ecb_encrypt(blf_ctx *c, u_int8_t *data, u_int32_t len)
| ^~~~~~~~
| uint8_t
src/blowfish.c:534:45: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
534 | blf_ecb_encrypt(blf_ctx *c, u_int8_t *data, u_int32_t len)
| ^~~~~~~~~
| uint32_t
src/blowfish.c:556:29: error: unknown type name 'u_int8_t'; did you mean 'uint8_t'?
556 | blf_ecb_decrypt(blf_ctx *c, u_int8_t *data, u_int32_t len)
| ^~~~~~~~
| uint8_t
src/blowfish.c:556:45: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
556 | blf_ecb_decrypt(blf_ctx *c, u_int8_t *data, u_int32_t len)
| ^~~~~~~~~
| uint32_t
src/blowfish.c:578:29: error: unknown type name 'u_int8_t'; did you mean 'uint8_t'?
578 | blf_cbc_encrypt(blf_ctx *c, u_int8_t *iv, u_int8_t *data, u_int32_t len)
| ^~~~~~~~
| uint8_t
src/blowfish.c:578:43: error: unknown type name 'u_int8_t'; did you mean 'uint8_t'?
578 | blf_cbc_encrypt(blf_ctx *c, u_int8_t *iv, u_int8_t *data, u_int32_t len)
| ^~~~~~~~
| uint8_t
src/blowfish.c:578:59: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
578 | blf_cbc_encrypt(blf_ctx *c, u_int8_t *iv, u_int8_t *data, u_int32_t len)
| ^~~~~~~~~
| uint32_t
src/blowfish.c:603:29: error: unknown type name 'u_int8_t'; did you mean 'uint8_t'?
603 | blf_cbc_decrypt(blf_ctx *c, u_int8_t *iva, u_int8_t *data, u_int32_t len)
| ^~~~~~~~
| uint8_t
src/blowfish.c:603:44: error: unknown type name 'u_int8_t'; did you mean 'uint8_t'?
603 | blf_cbc_decrypt(blf_ctx *c, u_int8_t *iva, u_int8_t *data, u_int32_t len)
| ^~~~~~~~
| uint8_t
src/blowfish.c:603:60: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
603 | blf_cbc_decrypt(blf_ctx *c, u_int8_t *iva, u_int8_t *data, u_int32_t len)
| ^~~~~~~~~
| uint32_t
Blowfish.xs: In function 'XS_Crypt__OpenBSD__Blowfish_init_key':
Blowfish.xs:32:17: warning: implicit declaration of function 'blf_key' [-Wimplicit-function-declaration]
32 | blf_key(RETVAL,key,keylen);
| ^~~~~~~
Blowfish.xs: In function 'XS_Crypt__OpenBSD__Blowfish_expandstate':
Blowfish.xs:52:17: warning: implicit declaration of function 'Blowfish_expandstate'; did you mean 'Blowfish_initstate'? [-Wimplicit-function-declaration]
52 | Blowfish_expandstate(self, data, datalen, key, keylen);
| ^~~~~~~~~~~~~~~~~~~~
| Blowfish_initstate
Blowfish.xs: In function 'XS_Crypt__OpenBSD__Blowfish_expand0state':
Blowfish.xs:63:17: warning: implicit declaration of function 'Blowfish_expand0state'; did you mean 'Blowfish_initstate'? [-Wimplicit-function-declaration]
63 | Blowfish_expand0state(self,key,keylen);
| ^~~~~~~~~~~~~~~~~~~~~
| Blowfish_initstate
Blowfish.xs: In function 'XS_Crypt__OpenBSD__Blowfish_encrypt_iterate':
Blowfish.xs:85:36: warning: implicit declaration of function 'Blowfish_stream2word' [-Wimplicit-function-declaration]
85 | cdata[i] = Blowfish_stream2word(data, datalen, &j);
| ^~~~~~~~~~~~~~~~~~~~
Blowfish.xs:87:25: warning: implicit declaration of function 'blf_enc' [-Wimplicit-function-declaration]
87 | blf_enc(self, cdata, sizeof(cdata) / sizeof(uint64_t));
| ^~~~~~~
Blowfish.xs: In function 'XS_Crypt__OpenBSD__Blowfish_encrypt':
Blowfish.xs:111:17: warning: implicit declaration of function 'blf_ecb_encrypt' [-Wimplicit-function-declaration]
111 | blf_ecb_encrypt(self,data,datalen);
| ^~~~~~~~~~~~~~~
Blowfish.xs: In function 'XS_Crypt__OpenBSD__Blowfish_decrypt':
Blowfish.xs:129:17: warning: implicit declaration of function 'blf_ecb_decrypt' [-Wimplicit-function-declaration]
129 | blf_ecb_decrypt(self,data,datalen);
| ^~~~~~~~~~~~~~~
*** Error code 1
make: Fatal error: Command failed for target `Blowfish.o'
Current working directory /export/home/cpan/.cpan/build/Crypt-OpenBSD-Blowfish-0.01-0
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.70
configure_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.70
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
DATE_MANIP_TEST_DM5 = 1
LANG = en_US.UTF-8
LC_ALL = C
NONINTERACTIVE_TESTING = 1
NO_NETWORK_TESTING = 1
PATH = /export/home/cpan/bin/perl/bin:/usr/bin:/usr/sbin:/sbin:/opt/ooce/bin:/usr/gnu/bin
PERL = /export/home/cpan/bin/perl/bin/perl5.41.7
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 20838
PERL5_CPAN_IS_RUNNING = 20838
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /export/home/cpan/bin/perl/bin/perl5.41.7
$UID/$EUID = 101 / 101
$GID = 1 1
$EGID = 1 1
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.38
CPAN::Meta 2.150010
Cwd 3.92
ExtUtils::CBuilder 0.280240
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.56
File::Spec 3.93
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature 0.89
Parse::CPAN::Meta 2.150010
Test2 1.302204
Test::Harness 3.50
Test::More 1.302204
YAML 1.31
YAML::Syck 1.34
version 0.9933
--
Summary of my perl5 (revision 5 version 41 subversion 7) configuration:
Commit id: f0e1638995306ed2ecc2703e62824a5b97922285
Platform:
osname=solaris
osvers=2.11
archname=i86pc-solaris-thread-multi-64
uname='sunos cjg-omniosce 5.11 omnios-r151050-49db1c0a0fe i86pc i386 i86pc '
config_args='-des -Dprefix=/export/home/cpan/bin/perl -Dscriptdir=/export/home/cpan/bin/perl/bin -Dusedevel -Duse64bitall -Dcc=gcc -Duseithreads'
hint=recommended
useposix=true
d_sigaction=define
useithreads=define
usemultiplicity=define
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='gcc'
ccflags ='-D_REENTRANT -m64 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
optimize='-O'
cppflags='-D_REENTRANT -m64 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong'
ccversion=''
gccversion='13.2.0'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
longdblkind=3
ivtype='long'
ivsize=8
nvtype='double'
nvsize=8
Off_t='off_t'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='gcc'
ldflags =' -m64 -fstack-protector-strong -L/usr/gnu/lib '
libpth=/opt/gcc-13/lib /usr/lib /usr/gnu/lib /usr/ccs/lib
libs=-lpthread -lsocket -lnsl -ldl -lm -lc
perllibs=-lpthread -lsocket -lnsl -ldl -lm -lc
libc=/lib/libc.so
so=so
useshrplib=true
libperl=libperl.so
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags=' -R /export/home/cpan/bin/perl/lib/5.41.7/i86pc-solaris-thread-multi-64/CORE'
cccdlflags='-fPIC'
lddlflags=' -shared -m64 -L/usr/gnu/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_LONG_DOUBLE
HAS_STRTOLD
HAS_TIMES
MULTIPLICITY
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_SIPHASH13
PERL_HASH_USE_SBOX32
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
PERL_USE_SAFE_PUTENV
USE_64_BIT_ALL
USE_64_BIT_INT
USE_ITHREADS
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
USE_REENTRANT_API
USE_THREAD_SAFE_LOCALE
Built under solaris
Compiled at Nov 24 2024 10:29:25
%ENV:
PERL="/export/home/cpan/bin/perl/bin/perl5.41.7"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="20838"
PERL5_CPAN_IS_RUNNING="20838"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/export/home/cpan/bin/perl/lib/site_perl/5.41.7/i86pc-solaris-thread-multi-64
/export/home/cpan/bin/perl/lib/site_perl/5.41.7
/export/home/cpan/bin/perl/lib/5.41.7/i86pc-solaris-thread-multi-64
/export/home/cpan/bin/perl/lib/5.41.7
.