Microarray-GeneXplorer v0.11 Perl 5 v5.37.11 x86_64-linux-ld
- Status
- Pass
- From
- Andreas J. König (ANDK)
- Dist
-
Microarray-GeneXplorer v0.11
- Platform
- Perl 5 v5.37.11 x86_64-linux-ld
- Date
- 2023-05-09 05:00:28
- ID
- 6ac9db00-ee26-11ed-ae07-75525cde3f08
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 Gavin Sherlock,
This is a computer-generated report for Microarray-GeneXplorer-0.11
on perl 5.37.11, created by CPAN-Reporter-1.2019.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
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 test':
make[1]: Entering directory '/tmp/loop_over_bdir-111627-3IJmKl/Microarray-GeneXplorer-0.11-0/src'
cc -Wall -ansi -O3 correlations.c -o correlations -lm
correlations.c: In function âÂÂmainâÂÂ:
correlations.c:32:5: warning: âÂÂgetsâ is deprecated [-Wdeprecated-declarations]
32 | gets (ifile);
| ^~~~
In file included from /usr/include/stdio.h:867,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
235 | gets (char *__str)
| ^~~~
correlations.c: In function âÂÂGetCutOffâÂÂ:
correlations.c:232:3: warning: âÂÂgetsâ is deprecated [-Wdeprecated-declarations]
232 | gets(inputLine);
| ^~~~
In file included from /usr/include/stdio.h:867,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
235 | gets (char *__str)
| ^~~~
correlations.c: In function âÂÂGetNumCorrelationsâÂÂ:
correlations.c:263:2: warning: âÂÂgetsâ is deprecated [-Wdeprecated-declarations]
263 | gets(inputLine);
| ^~~~
In file included from /usr/include/stdio.h:867,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
235 | gets (char *__str)
| ^~~~
correlations.c: In function âÂÂCheckYesOrNoâÂÂ:
correlations.c:286:3: warning: âÂÂgetsâ is deprecated [-Wdeprecated-declarations]
286 | gets(inputLine);
| ^~~~
In file included from /usr/include/stdio.h:867,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
235 | gets (char *__str)
| ^~~~
correlations.c: In function âÂÂmainâÂÂ:
correlations.c:32:5: warning: ignoring return value of âÂÂgetsâÂÂ, declared with attribute warn_unused_result [-Wunused-result]
32 | gets (ifile);
| ^~~~~~~~~~~~
correlations.c: In function âÂÂGetCutOffâÂÂ:
correlations.c:232:3: warning: ignoring return value of âÂÂgetsâÂÂ, declared with attribute warn_unused_result [-Wunused-result]
232 | gets(inputLine);
| ^~~~~~~~~~~~~~~
correlations.c: In function âÂÂGetNumCorrelationsâÂÂ:
correlations.c:263:2: warning: ignoring return value of âÂÂgetsâÂÂ, declared with attribute warn_unused_result [-Wunused-result]
263 | gets(inputLine);
| ^~~~~~~~~~~~~~~
correlations.c: In function âÂÂCheckYesOrNoâÂÂ:
correlations.c:286:3: warning: ignoring return value of âÂÂgetsâÂÂ, declared with attribute warn_unused_result [-Wunused-result]
286 | gets(inputLine);
| ^~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
from correlations.h:5,
from correlations.c:12:
In function âÂÂgetsâÂÂ,
inlined from âÂÂCheckYesOrNoâ at correlations.c:286:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:239:10: warning: call to âÂÂ__gets_warnâ declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning]
239 | return __gets_warn (__str);
| ^~~~~~~~~~~~~~~~~~~
/usr/bin/ld: /tmp/ccqmRcsX.o: in function `CheckYesOrNo':
correlations.c:(.text+0x4f): warning: the `gets' function is dangerous and should not be used.
/usr/bin/ld: /tmp/ccqmRcsX.o: in function `GetUserInput':
correlations.c:(.text+0x1499): warning: the `gets' function is dangerous and should not be used.
make[1]: Leaving directory '/tmp/loop_over_bdir-111627-3IJmKl/Microarray-GeneXplorer-0.11-0/src'
cp src/correlations blib/script/correlations
"/tmp/basesmoker-reloperl-dz5U/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/correlations
make[1]: Entering directory '/tmp/loop_over_bdir-111627-3IJmKl/Microarray-GeneXplorer-0.11-0/src'
Running Mkbootstrap for correlations ()
chmod 644 "correlations.bs"
"/tmp/basesmoker-reloperl-dz5U/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- correlations.bs ../blib/arch/auto/correlations/correlations.bs 644
cc -c -Wall -ansi -O3 -O2 -g -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.37.11/d3e4/lib/5.37.11/x86_64-linux-ld/CORE" correlations.c
correlations.c: In function âÂÂmainâÂÂ:
correlations.c:32:5: warning: âÂÂgetsâ is deprecated [-Wdeprecated-declarations]
32 | gets (ifile);
| ^~~~
In file included from /usr/include/stdio.h:867,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
235 | gets (char *__str)
| ^~~~
correlations.c: In function âÂÂGetCutOffâÂÂ:
correlations.c:232:3: warning: âÂÂgetsâ is deprecated [-Wdeprecated-declarations]
232 | gets(inputLine);
| ^~~~
In file included from /usr/include/stdio.h:867,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
235 | gets (char *__str)
| ^~~~
correlations.c: In function âÂÂGetNumCorrelationsâÂÂ:
correlations.c:263:2: warning: âÂÂgetsâ is deprecated [-Wdeprecated-declarations]
263 | gets(inputLine);
| ^~~~
In file included from /usr/include/stdio.h:867,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
235 | gets (char *__str)
| ^~~~
correlations.c: In function âÂÂCheckYesOrNoâÂÂ:
correlations.c:286:3: warning: âÂÂgetsâ is deprecated [-Wdeprecated-declarations]
286 | gets(inputLine);
| ^~~~
In file included from /usr/include/stdio.h:867,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
235 | gets (char *__str)
| ^~~~
correlations.c: In function âÂÂmainâÂÂ:
correlations.c:32:5: warning: ignoring return value of âÂÂgetsâÂÂ, declared with attribute warn_unused_result [-Wunused-result]
32 | gets (ifile);
| ^~~~~~~~~~~~
correlations.c: In function âÂÂGetCutOffâÂÂ:
correlations.c:232:3: warning: ignoring return value of âÂÂgetsâÂÂ, declared with attribute warn_unused_result [-Wunused-result]
232 | gets(inputLine);
| ^~~~~~~~~~~~~~~
correlations.c: In function âÂÂGetNumCorrelationsâÂÂ:
correlations.c:263:2: warning: ignoring return value of âÂÂgetsâÂÂ, declared with attribute warn_unused_result [-Wunused-result]
263 | gets(inputLine);
| ^~~~~~~~~~~~~~~
correlations.c: In function âÂÂCheckYesOrNoâÂÂ:
correlations.c:286:3: warning: ignoring return value of âÂÂgetsâÂÂ, declared with attribute warn_unused_result [-Wunused-result]
286 | gets(inputLine);
| ^~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
from correlations.h:5,
from correlations.c:12:
In function âÂÂgetsâÂÂ,
inlined from âÂÂCheckYesOrNoâ at correlations.c:286:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:239:10: warning: call to âÂÂ__gets_warnâ declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning]
239 | return __gets_warn (__str);
| ^~~~~~~~~~~~~~~~~~~
rm -f ../blib/arch/auto/correlations/correlations.so
cc -shared -O2 -g -L/usr/local/lib -fstack-protector-strong correlations.o -o ../blib/arch/auto/correlations/correlations.so \
\
/usr/bin/ld: correlations.o: in function `gets':
/usr/include/x86_64-linux-gnu/bits/stdio2.h:239: warning: the `gets' function is dangerous and should not be used.
/usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:238: warning: the `gets' function is dangerous and should not be used.
chmod 755 ../blib/arch/auto/correlations/correlations.so
cc -Wall -ansi -O3 correlations.c -o correlations -lm
correlations.c: In function âÂÂmainâÂÂ:
correlations.c:32:5: warning: âÂÂgetsâ is deprecated [-Wdeprecated-declarations]
32 | gets (ifile);
| ^~~~
In file included from /usr/include/stdio.h:867,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
235 | gets (char *__str)
| ^~~~
correlations.c: In function âÂÂGetCutOffâÂÂ:
correlations.c:232:3: warning: âÂÂgetsâ is deprecated [-Wdeprecated-declarations]
232 | gets(inputLine);
| ^~~~
In file included from /usr/include/stdio.h:867,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
235 | gets (char *__str)
| ^~~~
correlations.c: In function âÂÂGetNumCorrelationsâÂÂ:
correlations.c:263:2: warning: âÂÂgetsâ is deprecated [-Wdeprecated-declarations]
263 | gets(inputLine);
| ^~~~
In file included from /usr/include/stdio.h:867,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
235 | gets (char *__str)
| ^~~~
correlations.c: In function âÂÂCheckYesOrNoâÂÂ:
correlations.c:286:3: warning: âÂÂgetsâ is deprecated [-Wdeprecated-declarations]
286 | gets(inputLine);
| ^~~~
In file included from /usr/include/stdio.h:867,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
235 | gets (char *__str)
| ^~~~
correlations.c: In function âÂÂmainâÂÂ:
correlations.c:32:5: warning: ignoring return value of âÂÂgetsâÂÂ, declared with attribute warn_unused_result [-Wunused-result]
32 | gets (ifile);
| ^~~~~~~~~~~~
correlations.c: In function âÂÂGetCutOffâÂÂ:
correlations.c:232:3: warning: ignoring return value of âÂÂgetsâÂÂ, declared with attribute warn_unused_result [-Wunused-result]
232 | gets(inputLine);
| ^~~~~~~~~~~~~~~
correlations.c: In function âÂÂGetNumCorrelationsâÂÂ:
correlations.c:263:2: warning: ignoring return value of âÂÂgetsâÂÂ, declared with attribute warn_unused_result [-Wunused-result]
263 | gets(inputLine);
| ^~~~~~~~~~~~~~~
correlations.c: In function âÂÂCheckYesOrNoâÂÂ:
correlations.c:286:3: warning: ignoring return value of âÂÂgetsâÂÂ, declared with attribute warn_unused_result [-Wunused-result]
286 | gets(inputLine);
| ^~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
from correlations.h:5,
from correlations.c:12:
In function âÂÂgetsâÂÂ,
inlined from âÂÂCheckYesOrNoâ at correlations.c:286:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:239:10: warning: call to âÂÂ__gets_warnâ declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning]
239 | return __gets_warn (__str);
| ^~~~~~~~~~~~~~~~~~~
/usr/bin/ld: /tmp/ccaMC7T2.o: in function `CheckYesOrNo':
correlations.c:(.text+0x4f): warning: the `gets' function is dangerous and should not be used.
/usr/bin/ld: /tmp/ccaMC7T2.o: in function `GetUserInput':
correlations.c:(.text+0x1499): warning: the `gets' function is dangerous and should not be used.
No tests defined for correlations extension.
make[1]: Leaving directory '/tmp/loop_over_bdir-111627-3IJmKl/Microarray-GeneXplorer-0.11-0/src'
PERL_DL_NONLAZY=1 "/tmp/basesmoker-reloperl-dz5U/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl
1..1
# Running under perl version 5.037011 for linux
# Current time local: Tue May 9 04:59:35 2023
# Current time GMT: Tue May 9 04:59:35 2023
# Using Test.pm version 1.31
ok 1
PERL_DL_NONLAZY=1 "/tmp/basesmoker-reloperl-dz5U/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/test.t .. ok
All tests successful.
Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.06 cusr 0.01 csys = 0.09 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- ----
GD 1.19 2.76
Getopt::Long 0 2.54
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.70
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
PATH = /home/sand/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/perl/bin:/usr/X11/bin
PERL = /tmp/basesmoker-reloperl-dz5U/bin/perl
PERL5LIB = /tmp/loop_over_bdir-111627-3IJmKl/Lingua-BioYaTeA-0.11-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Lingua-BioYaTeA-0.11-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Net-OpenVPN-DDNS-0.1-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Net-OpenVPN-DDNS-0.1-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/MP3-PodcastFetch-1.05-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/MP3-PodcastFetch-1.05-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Alien-SNMP-MIBDEV-2.020000-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Alien-SNMP-MIBDEV-2.020000-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Debian-Packages-0.03-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Debian-Packages-0.03-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Lemonldap-NG-Cli-0.2-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Lemonldap-NG-Cli-0.2-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/LiquidWeb-Storm-CLI-1.03-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/LiquidWeb-Storm-CLI-1.03-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/DBIx-Migration-Directories-0.12-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/DBIx-Migration-Directories-0.12-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Simulation-Automate-1.0.1-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Simulation-Automate-1.0.1-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/dta-tokwrap-0.98-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/dta-tokwrap-0.98-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Captive-Portal-4.10-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Captive-Portal-4.10-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/App-oo_modulino_zsh_completion_helper-0.04-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/App-oo_modulino_zsh_completion_helper-0.04-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/App-rmcd-0.280-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/App-rmcd-0.280-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/downsexta-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/downsexta-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Devel-Required-0.16-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Devel-Required-0.16-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Business-Shipping-DataFiles-1.02-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Business-Shipping-DataFiles-1.02-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Sysync-0.35-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Sysync-0.35-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/makepp-1.19-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/makepp-1.19-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Dpkg-1.21.19-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Dpkg-1.21.19-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/RackMan-1.19-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/RackMan-1.19-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/NoZone-1.3-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/NoZone-1.3-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Net-Async-WebService-lxd-0.03-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Net-Async-WebService-lxd-0.03-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/CGI-Application-NetNewsIface-0.0204-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/CGI-Application-NetNewsIface-0.0204-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/CORBA-Python-2.66-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/CORBA-Python-2.66-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Lingua-YaTeA-0.626-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Lingua-YaTeA-0.626-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 111827
PERL5_CPAN_IS_RUNNING = 111827
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /tmp/basesmoker-reloperl-dz5U/bin/perl
$UID/$EUID = 1005 / 1005
$GID = 1005 1005
$EGID = 1005 1005
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.35
CPAN::Meta 2.150010
Cwd 3.89
ExtUtils::CBuilder 0.280238
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.50
File::Spec 3.88
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature 0.88
Parse::CPAN::Meta 2.150010
Test2 1.302195
Test::Harness 3.44
Test::More 1.302195
YAML 1.30
YAML::Syck 1.34
version 0.9929
--
Summary of my perl5 (revision 5 version 37 subversion 11) configuration:
Commit id: f94aafcf7b0649f7058ce2679b1be428d0b1bca8
Platform:
osname=linux
osvers=5.4.0-148-generic
archname=x86_64-linux-ld
uname='linux k93focal 5.4.0-148-generic #165-ubuntu smp tue apr 18 08:53:12 utc 2023 x86_64 x86_64 x86_64 gnulinux '
config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.37.11/d3e4 -Dmyhostname=k93focal -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Dlibswanted=cl pthread socket inet nsl gdbm dbm malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat -Uuseithreads -Duselongdouble -DEBUGGING=both'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=define
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='cc'
ccflags ='-fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
optimize='-O2 -g'
cppflags='-fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='9.4.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='long double'
nvsize=16
Off_t='off_t'
lseeksize=8
alignbytes=16
prototype=define
Linker and Libraries:
ld='cc'
ldflags =' -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/x86_64-linux-gnu /usr/lib /usr/lib64
libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.31.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.31'
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags='-Wl,-E'
cccdlflags='-fPIC'
lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
DEBUGGING
HAS_LONG_DOUBLE
HAS_STRTOLD
HAS_TIMES
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_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_LONG_DOUBLE
USE_PERLIO
USE_PERL_ATOF
Built under linux
Compiled at May 1 2023 21:49:32
%ENV:
PERL="/tmp/basesmoker-reloperl-dz5U/bin/perl"
PERL5LIB="/tmp/loop_over_bdir-111627-3IJmKl/Lingua-BioYaTeA-0.11-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Lingua-BioYaTeA-0.11-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Net-OpenVPN-DDNS-0.1-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Net-OpenVPN-DDNS-0.1-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/MP3-PodcastFetch-1.05-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/MP3-PodcastFetch-1.05-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Alien-SNMP-MIBDEV-2.020000-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Alien-SNMP-MIBDEV-2.020000-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Debian-Packages-0.03-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Debian-Packages-0.03-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Lemonldap-NG-Cli-0.2-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Lemonldap-NG-Cli-0.2-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/LiquidWeb-Storm-CLI-1.03-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/LiquidWeb-Storm-CLI-1.03-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/DBIx-Migration-Directories-0.12-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/DBIx-Migration-Directories-0.12-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Simulation-Automate-1.0.1-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Simulation-Automate-1.0.1-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/dta-tokwrap-0.98-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/dta-tokwrap-0.98-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Captive-Portal-4.10-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Captive-Portal-4.10-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/App-oo_modulino_zsh_completion_helper-0.04-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/App-oo_modulino_zsh_completion_helper-0.04-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/App-rmcd-0.280-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/App-rmcd-0.280-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/downsexta-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/downsexta-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Devel-Required-0.16-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Devel-Required-0.16-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Business-Shipping-DataFiles-1.02-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Business-Shipping-DataFiles-1.02-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Sysync-0.35-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Sysync-0.35-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/makepp-1.19-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/makepp-1.19-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Dpkg-1.21.19-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Dpkg-1.21.19-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/RackMan-1.19-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/RackMan-1.19-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/NoZone-1.3-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/NoZone-1.3-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Net-Async-WebService-lxd-0.03-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Net-Async-WebService-lxd-0.03-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/CGI-Application-NetNewsIface-0.0204-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/CGI-Application-NetNewsIface-0.0204-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/CORBA-Python-2.66-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/CORBA-Python-2.66-0/blib/lib:/tmp/loop_over_bdir-111627-3IJmKl/Lingua-YaTeA-0.626-0/blib/arch:/tmp/loop_over_bdir-111627-3IJmKl/Lingua-YaTeA-0.626-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="111827"
PERL5_CPAN_IS_RUNNING="111827"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/tmp/loop_over_bdir-111627-3IJmKl/Lingua-BioYaTeA-0.11-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/Lingua-BioYaTeA-0.11-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/Net-OpenVPN-DDNS-0.1-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/Net-OpenVPN-DDNS-0.1-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/MP3-PodcastFetch-1.05-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/MP3-PodcastFetch-1.05-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/Alien-SNMP-MIBDEV-2.020000-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/Alien-SNMP-MIBDEV-2.020000-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/Debian-Packages-0.03-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/Debian-Packages-0.03-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/Lemonldap-NG-Cli-0.2-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/Lemonldap-NG-Cli-0.2-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/LiquidWeb-Storm-CLI-1.03-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/LiquidWeb-Storm-CLI-1.03-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/DBIx-Migration-Directories-0.12-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/DBIx-Migration-Directories-0.12-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/Simulation-Automate-1.0.1-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/Simulation-Automate-1.0.1-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/dta-tokwrap-0.98-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/dta-tokwrap-0.98-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/Captive-Portal-4.10-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/Captive-Portal-4.10-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/App-oo_modulino_zsh_completion_helper-0.04-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/App-oo_modulino_zsh_completion_helper-0.04-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/App-rmcd-0.280-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/App-rmcd-0.280-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/downsexta-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/downsexta-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/Devel-Required-0.16-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/Devel-Required-0.16-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/Business-Shipping-DataFiles-1.02-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/Business-Shipping-DataFiles-1.02-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/Sysync-0.35-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/Sysync-0.35-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/makepp-1.19-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/makepp-1.19-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/Dpkg-1.21.19-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/Dpkg-1.21.19-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/RackMan-1.19-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/RackMan-1.19-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/NoZone-1.3-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/NoZone-1.3-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/Net-Async-WebService-lxd-0.03-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/Net-Async-WebService-lxd-0.03-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/CGI-Application-NetNewsIface-0.0204-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/CGI-Application-NetNewsIface-0.0204-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/CORBA-Python-2.66-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/CORBA-Python-2.66-0/blib/lib
/tmp/loop_over_bdir-111627-3IJmKl/Lingua-YaTeA-0.626-0/blib/arch
/tmp/loop_over_bdir-111627-3IJmKl/Lingua-YaTeA-0.626-0/blib/lib
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.37.11/d3e4/lib/site_perl/5.37.11/x86_64-linux-ld
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.37.11/d3e4/lib/site_perl/5.37.11
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.37.11/d3e4/lib/5.37.11/x86_64-linux-ld
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.37.11/d3e4/lib/5.37.11
.