Microarray-GeneXplorer v0.11 Perl 5 v5.37.4 x86_64-linux-thread-multi-ld
- Status
- Pass
- From
- Andreas J. König (ANDK)
- Dist
-
Microarray-GeneXplorer v0.11
- Platform
- Perl 5 v5.37.4 x86_64-linux-thread-multi-ld
- Date
- 2022-10-19 19:04:29
- ID
- dbe3c68c-4fe0-11ed-9f90-2a4aa11b77d4
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.4, created by CPAN-Reporter-1.2018.
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-89251-8pGcJf/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:894,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:240:1: note: declared here
240 | gets (char *__str)
| ^~~~
correlations.c: In function âÂÂGetCutOffâÂÂ:
correlations.c:232:10: warning: âÂÂgetsâ is deprecated [-Wdeprecated-declarations]
232 | gets(inputLine);
| ^~~~
In file included from /usr/include/stdio.h:894,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:240:1: note: declared here
240 | gets (char *__str)
| ^~~~
correlations.c: In function âÂÂGetNumCorrelationsâÂÂ:
correlations.c:263:9: warning: âÂÂgetsâ is deprecated [-Wdeprecated-declarations]
263 | gets(inputLine);
| ^~~~
In file included from /usr/include/stdio.h:894,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:240:1: note: declared here
240 | gets (char *__str)
| ^~~~
correlations.c: In function âÂÂCheckYesOrNoâÂÂ:
correlations.c:286:17: warning: âÂÂgetsâ is deprecated [-Wdeprecated-declarations]
286 | gets(inputLine);
| ^~~~
In file included from /usr/include/stdio.h:894,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:240:1: note: declared here
240 | 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:10: 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:9: 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:17: 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:894,
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:244:10: warning: call to âÂÂ__gets_warnâ declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning]
244 | return __gets_warn (__str);
| ^~~~~~~~~~~~~~~~~~~
/usr/bin/ld: /tmp/cc7tqEdv.o: in function `CheckYesOrNo':
correlations.c:(.text+0x5b): warning: the `gets' function is dangerous and should not be used.
/usr/bin/ld: /tmp/cc7tqEdv.o: in function `GetNumCorrelations':
correlations.c:(.text+0x146b): warning: the `gets' function is dangerous and should not be used.
make[1]: Leaving directory '/tmp/loop_over_bdir-89251-8pGcJf/Microarray-GeneXplorer-0.11-0/src'
cp src/correlations blib/script/correlations
"/tmp/basesmoker-reloperl-z5KA/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/correlations
make[1]: Entering directory '/tmp/loop_over_bdir-89251-8pGcJf/Microarray-GeneXplorer-0.11-0/src'
Running Mkbootstrap for correlations ()
chmod 644 "correlations.bs"
"/tmp/basesmoker-reloperl-z5KA/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/k93jammy/v5.37.4/322f/lib/5.37.4/x86_64-linux-thread-multi-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:894,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:240:1: note: declared here
240 | gets (char *__str)
| ^~~~
correlations.c: In function âÂÂGetCutOffâÂÂ:
correlations.c:232:10: warning: âÂÂgetsâ is deprecated [-Wdeprecated-declarations]
232 | gets(inputLine);
| ^~~~
In file included from /usr/include/stdio.h:894,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:240:1: note: declared here
240 | gets (char *__str)
| ^~~~
correlations.c: In function âÂÂGetNumCorrelationsâÂÂ:
correlations.c:263:9: warning: âÂÂgetsâ is deprecated [-Wdeprecated-declarations]
263 | gets(inputLine);
| ^~~~
In file included from /usr/include/stdio.h:894,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:240:1: note: declared here
240 | gets (char *__str)
| ^~~~
correlations.c: In function âÂÂCheckYesOrNoâÂÂ:
correlations.c:286:17: warning: âÂÂgetsâ is deprecated [-Wdeprecated-declarations]
286 | gets(inputLine);
| ^~~~
In file included from /usr/include/stdio.h:894,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:240:1: note: declared here
240 | 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:10: 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:9: 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:17: 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:894,
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:244:10: warning: call to âÂÂ__gets_warnâ declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning]
244 | 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:244: warning: the `gets' function is dangerous and should not be used.
/usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:243: 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:894,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:240:1: note: declared here
240 | gets (char *__str)
| ^~~~
correlations.c: In function âÂÂGetCutOffâÂÂ:
correlations.c:232:10: warning: âÂÂgetsâ is deprecated [-Wdeprecated-declarations]
232 | gets(inputLine);
| ^~~~
In file included from /usr/include/stdio.h:894,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:240:1: note: declared here
240 | gets (char *__str)
| ^~~~
correlations.c: In function âÂÂGetNumCorrelationsâÂÂ:
correlations.c:263:9: warning: âÂÂgetsâ is deprecated [-Wdeprecated-declarations]
263 | gets(inputLine);
| ^~~~
In file included from /usr/include/stdio.h:894,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:240:1: note: declared here
240 | gets (char *__str)
| ^~~~
correlations.c: In function âÂÂCheckYesOrNoâÂÂ:
correlations.c:286:17: warning: âÂÂgetsâ is deprecated [-Wdeprecated-declarations]
286 | gets(inputLine);
| ^~~~
In file included from /usr/include/stdio.h:894,
from correlations.h:5,
from correlations.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:240:1: note: declared here
240 | 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:10: 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:9: 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:17: 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:894,
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:244:10: warning: call to âÂÂ__gets_warnâ declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning]
244 | return __gets_warn (__str);
| ^~~~~~~~~~~~~~~~~~~
/usr/bin/ld: /tmp/ccA5pArS.o: in function `CheckYesOrNo':
correlations.c:(.text+0x5b): warning: the `gets' function is dangerous and should not be used.
/usr/bin/ld: /tmp/ccA5pArS.o: in function `GetNumCorrelations':
correlations.c:(.text+0x146b): 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-89251-8pGcJf/Microarray-GeneXplorer-0.11-0/src'
PERL_DL_NONLAZY=1 "/tmp/basesmoker-reloperl-z5KA/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl
1..1
# Running under perl version 5.037004 for linux
# Current time local: Wed Oct 19 19:04:15 2022
# Current time GMT: Wed Oct 19 19:04:15 2022
# Using Test.pm version 1.31
ok 1
PERL_DL_NONLAZY=1 "/tmp/basesmoker-reloperl-z5KA/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.01 usr 0.03 sys + 0.06 cusr 0.01 csys = 0.11 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- ----
GD 1.19 2.76
Getopt::Long 0 2.52
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.64
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
LC_ADDRESS = de_DE.UTF-8
LC_IDENTIFICATION = de_DE.UTF-8
LC_MEASUREMENT = de_DE.UTF-8
LC_MONETARY = de_DE.UTF-8
LC_NAME = de_DE.UTF-8
LC_NUMERIC = de_DE.UTF-8
LC_PAPER = de_DE.UTF-8
LC_TELEPHONE = de_DE.UTF-8
LC_TIME = de_DE.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-z5KA/bin/perl
PERL5LIB = /tmp/loop_over_bdir-89251-8pGcJf/Simulation-Automate-1.0.1-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/Simulation-Automate-1.0.1-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/Linux-InitFS-0.2-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/Linux-InitFS-0.2-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/Lingua-BioYaTeA-0.11-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/Lingua-BioYaTeA-0.11-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/NoZone-1.3-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/NoZone-1.3-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/shishi-0.0.1-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/shishi-0.0.1-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/downsexta-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/downsexta-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/Lingua-YaTeA-0.626-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/Lingua-YaTeA-0.626-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/Net-ISP-Balance-1.31-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/Net-ISP-Balance-1.31-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/mmds-1.902-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/mmds-1.902-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/makepp-1.19-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/makepp-1.19-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/Business-Shipping-DataFiles-1.02-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/Business-Shipping-DataFiles-1.02-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/Dpkg-1.21.9-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/Dpkg-1.21.9-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/MP3-PodcastFetch-1.05-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/MP3-PodcastFetch-1.05-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/Debian-Packages-0.03-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/Debian-Packages-0.03-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/App-nrun-v1.1.2-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/App-nrun-v1.1.2-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/DBIx-Migration-Directories-0.12-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/DBIx-Migration-Directories-0.12-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/AllKnowingDNS-1.7-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/AllKnowingDNS-1.7-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/CGI-Application-NetNewsIface-0.0204-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/CGI-Application-NetNewsIface-0.0204-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/Devel-Required-0.16-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/Devel-Required-0.16-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/Sysync-0.35-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/Sysync-0.35-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 89259
PERL5_CPAN_IS_RUNNING = 89259
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-z5KA/bin/perl
$UID/$EUID = 1005 / 1005
$GID = 1005 1005
$EGID = 1005 1005
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.34
CPAN::Meta 2.150010
Cwd 3.86
ExtUtils::CBuilder 0.280237
ExtUtils::Command 7.64
ExtUtils::Install 2.20
ExtUtils::MakeMaker 7.64
ExtUtils::Manifest 1.73
ExtUtils::ParseXS 3.46
File::Spec 3.87
JSON 4.10
JSON::PP 4.12
Module::Build 0.4231
Module::Signature 0.88
Parse::CPAN::Meta 2.150010
Test::Harness 3.44
Test::More 1.302191
YAML 1.30
YAML::Syck 1.34
version 0.9929
--
Summary of my perl5 (revision 5 version 37 subversion 4) configuration:
Commit id: f2582f5b18658f945a763f2edc110cdc7c5220e7
Platform:
osname=linux
osvers=5.15.0-50-generic
archname=x86_64-linux-thread-multi-ld
uname='linux k93jammy 5.15.0-50-generic #56-ubuntu smp tue sep 20 13:23:26 utc 2022 x86_64 x86_64 x86_64 gnulinux '
config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/host/k93jammy/v5.37.4/322f -Dmyhostname=k93jammy -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 -Duseithreads -Duselongdouble -DEBUGGING=-g'
hint=recommended
useposix=true
d_sigaction=define
useithreads=define
usemultiplicity=define
use64bitint=define
use64bitall=define
uselongdouble=define
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='cc'
ccflags ='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
optimize='-O2 -g'
cppflags='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='11.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='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=/lib/x86_64-linux-gnu/libc.so.6
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.35'
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:
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_LONG_DOUBLE
USE_PERLIO
USE_PERL_ATOF
USE_REENTRANT_API
USE_THREAD_SAFE_LOCALE
Built under linux
Compiled at Oct 16 2022 03:07:47
%ENV:
PERL="/tmp/basesmoker-reloperl-z5KA/bin/perl"
PERL5LIB="/tmp/loop_over_bdir-89251-8pGcJf/Simulation-Automate-1.0.1-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/Simulation-Automate-1.0.1-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/Linux-InitFS-0.2-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/Linux-InitFS-0.2-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/Lingua-BioYaTeA-0.11-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/Lingua-BioYaTeA-0.11-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/NoZone-1.3-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/NoZone-1.3-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/shishi-0.0.1-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/shishi-0.0.1-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/downsexta-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/downsexta-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/Lingua-YaTeA-0.626-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/Lingua-YaTeA-0.626-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/Net-ISP-Balance-1.31-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/Net-ISP-Balance-1.31-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/mmds-1.902-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/mmds-1.902-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/makepp-1.19-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/makepp-1.19-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/Business-Shipping-DataFiles-1.02-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/Business-Shipping-DataFiles-1.02-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/Dpkg-1.21.9-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/Dpkg-1.21.9-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/MP3-PodcastFetch-1.05-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/MP3-PodcastFetch-1.05-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/Debian-Packages-0.03-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/Debian-Packages-0.03-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/App-nrun-v1.1.2-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/App-nrun-v1.1.2-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/DBIx-Migration-Directories-0.12-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/DBIx-Migration-Directories-0.12-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/AllKnowingDNS-1.7-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/AllKnowingDNS-1.7-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/CGI-Application-NetNewsIface-0.0204-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/CGI-Application-NetNewsIface-0.0204-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/Devel-Required-0.16-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/Devel-Required-0.16-0/blib/lib:/tmp/loop_over_bdir-89251-8pGcJf/Sysync-0.35-0/blib/arch:/tmp/loop_over_bdir-89251-8pGcJf/Sysync-0.35-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="89259"
PERL5_CPAN_IS_RUNNING="89259"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/tmp/loop_over_bdir-89251-8pGcJf/Simulation-Automate-1.0.1-0/blib/arch
/tmp/loop_over_bdir-89251-8pGcJf/Simulation-Automate-1.0.1-0/blib/lib
/tmp/loop_over_bdir-89251-8pGcJf/Linux-InitFS-0.2-0/blib/arch
/tmp/loop_over_bdir-89251-8pGcJf/Linux-InitFS-0.2-0/blib/lib
/tmp/loop_over_bdir-89251-8pGcJf/Lingua-BioYaTeA-0.11-0/blib/arch
/tmp/loop_over_bdir-89251-8pGcJf/Lingua-BioYaTeA-0.11-0/blib/lib
/tmp/loop_over_bdir-89251-8pGcJf/NoZone-1.3-0/blib/arch
/tmp/loop_over_bdir-89251-8pGcJf/NoZone-1.3-0/blib/lib
/tmp/loop_over_bdir-89251-8pGcJf/shishi-0.0.1-0/blib/arch
/tmp/loop_over_bdir-89251-8pGcJf/shishi-0.0.1-0/blib/lib
/tmp/loop_over_bdir-89251-8pGcJf/downsexta-0/blib/arch
/tmp/loop_over_bdir-89251-8pGcJf/downsexta-0/blib/lib
/tmp/loop_over_bdir-89251-8pGcJf/Lingua-YaTeA-0.626-0/blib/arch
/tmp/loop_over_bdir-89251-8pGcJf/Lingua-YaTeA-0.626-0/blib/lib
/tmp/loop_over_bdir-89251-8pGcJf/Net-ISP-Balance-1.31-0/blib/arch
/tmp/loop_over_bdir-89251-8pGcJf/Net-ISP-Balance-1.31-0/blib/lib
/tmp/loop_over_bdir-89251-8pGcJf/mmds-1.902-0/blib/arch
/tmp/loop_over_bdir-89251-8pGcJf/mmds-1.902-0/blib/lib
/tmp/loop_over_bdir-89251-8pGcJf/makepp-1.19-0/blib/arch
/tmp/loop_over_bdir-89251-8pGcJf/makepp-1.19-0/blib/lib
/tmp/loop_over_bdir-89251-8pGcJf/Business-Shipping-DataFiles-1.02-0/blib/arch
/tmp/loop_over_bdir-89251-8pGcJf/Business-Shipping-DataFiles-1.02-0/blib/lib
/tmp/loop_over_bdir-89251-8pGcJf/Dpkg-1.21.9-0/blib/arch
/tmp/loop_over_bdir-89251-8pGcJf/Dpkg-1.21.9-0/blib/lib
/tmp/loop_over_bdir-89251-8pGcJf/MP3-PodcastFetch-1.05-0/blib/arch
/tmp/loop_over_bdir-89251-8pGcJf/MP3-PodcastFetch-1.05-0/blib/lib
/tmp/loop_over_bdir-89251-8pGcJf/Debian-Packages-0.03-0/blib/arch
/tmp/loop_over_bdir-89251-8pGcJf/Debian-Packages-0.03-0/blib/lib
/tmp/loop_over_bdir-89251-8pGcJf/App-nrun-v1.1.2-0/blib/arch
/tmp/loop_over_bdir-89251-8pGcJf/App-nrun-v1.1.2-0/blib/lib
/tmp/loop_over_bdir-89251-8pGcJf/DBIx-Migration-Directories-0.12-0/blib/arch
/tmp/loop_over_bdir-89251-8pGcJf/DBIx-Migration-Directories-0.12-0/blib/lib
/tmp/loop_over_bdir-89251-8pGcJf/AllKnowingDNS-1.7-0/blib/arch
/tmp/loop_over_bdir-89251-8pGcJf/AllKnowingDNS-1.7-0/blib/lib
/tmp/loop_over_bdir-89251-8pGcJf/CGI-Application-NetNewsIface-0.0204-0/blib/arch
/tmp/loop_over_bdir-89251-8pGcJf/CGI-Application-NetNewsIface-0.0204-0/blib/lib
/tmp/loop_over_bdir-89251-8pGcJf/Devel-Required-0.16-0/blib/arch
/tmp/loop_over_bdir-89251-8pGcJf/Devel-Required-0.16-0/blib/lib
/tmp/loop_over_bdir-89251-8pGcJf/Sysync-0.35-0/blib/arch
/tmp/loop_over_bdir-89251-8pGcJf/Sysync-0.35-0/blib/lib
/home/sand/src/perl/repoperls/installed-perls/host/k93jammy/v5.37.4/322f/lib/site_perl/5.37.4/x86_64-linux-thread-multi-ld
/home/sand/src/perl/repoperls/installed-perls/host/k93jammy/v5.37.4/322f/lib/site_perl/5.37.4
/home/sand/src/perl/repoperls/installed-perls/host/k93jammy/v5.37.4/322f/lib/5.37.4/x86_64-linux-thread-multi-ld
/home/sand/src/perl/repoperls/installed-perls/host/k93jammy/v5.37.4/322f/lib/5.37.4
.