Alien-raylib v0.025 Perl 5 v5.34.0 x86_64-linux
- Status
- Unknown
- From
- Slaven Rezić
- Dist
-
Alien-raylib v0.025
- Platform
- Perl 5 v5.34.0 x86_64-linux
- Date
- 2022-02-16 20:53:00
- ID
- 6d48c7fe-8f6a-11ec-9153-b0841f24ea8f
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 Ahmad Fatoum,
This is a computer-generated report for Alien-raylib-0.025
on perl 5.34.0, created by CPAN-Reporter-1.2018.
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:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make':
cp lib/Alien/raylib.pm blib/lib/Alien/raylib.pm
"/opt/perl-5.34.0/bin/perl" -MAlien::Build::MM=cmd -e prefix site /opt/perl-5.34.0/lib/5.34.0/x86_64-linux /opt/perl-5.34.0/lib/site_perl/5.34.0/x86_64-linux
Alien::Build::Plugin::PkgConfig::Negotiate> Using PkgConfig plugin: PkgConfig::CommandLine
main> prefix /opt/perl-5.34.0/lib/site_perl/5.34.0/x86_64-linux/auto/share/dist/Alien-raylib
"/opt/perl-5.34.0/bin/perl" -MAlien::Build::MM=cmd -e version 0.025
Alien::Build::Plugin::PkgConfig::Negotiate> Using PkgConfig plugin: PkgConfig::CommandLine
"/opt/perl-5.34.0/bin/perl" -MAlien::Build::MM=cmd -e download
Alien::Build::Plugin::PkgConfig::Negotiate> Using PkgConfig plugin: PkgConfig::CommandLine
Alien::Build::Plugin::Core::Download> downloaded raylib-0d2cfce18edf8016b7ff865aafab25ee7a352507.tar.gz
"/opt/perl-5.34.0/bin/perl" -MAlien::Build::MM=cmd -e build
Alien::Build::Plugin::PkgConfig::Negotiate> Using PkgConfig plugin: PkgConfig::CommandLine
Alien::Build::CommandSequence> + cmake -G Unix Makefiles -DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=true -DCMAKE_INSTALL_PREFIX:PATH=/opt/perl-5.34.0/lib/site_perl/5.34.0/x86_64-linux/auto/share/dist/Alien-raylib -DCMAKE_INSTALL_LIBDIR:PATH=lib -DCMAKE_MAKE_PROGRAM:PATH=make -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_LIBDIR:PATH=lib -DWITH_PIC=ON -DSHARED=ON -DSTATIC=ON -DBUILD_EXAMPLES=OFF -DBUILD_GAMES=OFF .
CMake Warning (dev) in CMakeLists.txt:
No project() command is present. The top-level CMakeLists.txt file must
contain a literal, direct call to the project() command. Add a line of
code such as
project(ProjectName)
near the top of the file, but after cmake_minimum_required().
CMake is pretending there is a "project(Project)" command on the first
line.
This warning is for project developers. Use -Wno-dev to suppress it.
-- The C compiler identification is GNU 10.2.1
-- The CXX compiler identification is GNU 10.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test COMPILER_HAS_THOSE_TOGGLES
-- Performing Test COMPILER_HAS_THOSE_TOGGLES - Success
-- Testing if -Werror=pointer-arith can be used -- compiles
-- Testing if -Werror=implicit-function-declaration can be used -- compiles
-- Testing if -fno-strict-aliasing can be used -- compiles
-- Testing if file system supports symlinks
-- Testing if file system supports symlinks -- supported
-- Setting build type to 'Release' as none was specified.
-- Using raylib's GLFW
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Could NOT find Vulkan (missing: VULKAN_LIBRARY VULKAN_INCLUDE_DIR)
-- Using X11 for window creation
-- Found X11: /usr/include
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
CMake Error at src/external/glfw/CMakeLists.txt:229 (message):
The RandR headers were not found
-- Configuring incomplete, errors occurred!
See also "/home/cpansand/.cpan/build/2022021620/Alien-raylib-0.025-0/_alien/build_J1tN/raylib-0d2cfce18edf8016b7ff865aafab25ee7a352507/CMakeFiles/CMakeOutput.log".
See also "/home/cpansand/.cpan/build/2022021620/Alien-raylib-0.025-0/_alien/build_J1tN/raylib-0d2cfce18edf8016b7ff865aafab25ee7a352507/CMakeFiles/CMakeError.log".
external command failed at /opt/perl-5.34.0/lib/site_perl/5.34.0/Alien/Build/CommandSequence.pm line 72.
make: *** [Makefile:1008: _alien/mm/build] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
-------------------------------------------- ----- --------
Alien::Build 0.25 2.46
perl 5.008 5.034000
build_requires:
Module Need Have
-------------------------------------------- ----- --------
Alien::Build 0.32 2.46
Alien::Build::MM 0.32 2.46
Alien::Build::Plugin::Gather::IsolateDynamic 0.48 2.46
Alien::cmake3 0.02 0.08
Archive::Tar 0 2.38
Config 0 5.034000
ExtUtils::MakeMaker 6.52 7.64
File::Spec 0 3.80
HTTP::Tiny 0.044 0.076
IO::Handle 0 1.46
IO::Socket::SSL 1.56 2.072
IO::Zlib 0 1.11
IPC::Open3 0 1.21
Net::SSLeay 1.49 1.90
Test::More 0 1.302183
URI 0 5.10
configure_requires:
Module Need Have
-------------------------------------------- ----- --------
Alien::Build 0.32 2.46
Alien::Build::MM 0.32 2.46
Alien::Build::Plugin::Build::CMake 0.99 2.46
ExtUtils::MakeMaker 6.52 7.64
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = en_GB.UTF-8
LANGUAGE = en_GB:en
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/linux-gnu:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
PERL = /opt/perl-5.34.0/bin/perl
PERL5LIB = /home/cpansand/.local/share/.cpan/build/2022021620/Alien-PCRE2-0.015000-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022021620/Alien-PCRE2-0.015000-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022021620/Algorithm-BloomFilter-0.02-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022021620/Algorithm-BloomFilter-0.02-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022021620/Acme-MyPeek-0.07-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022021620/Acme-MyPeek-0.07-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022021620/AI-MaxEntropy-0.20-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022021620/AI-MaxEntropy-0.20-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022021620/Algorithm-LBFGS-0.16-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022021620/Algorithm-LBFGS-0.16-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022021620/AI-Calibrate-1.5-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022021620/AI-Calibrate-1.5-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 22183
PERL5_CPAN_IS_RUNNING = 22183
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 22111,22183
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2022021620/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2022021620
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl-5.34.0/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.29
CPAN::Meta 2.150010
Cwd 3.80
ExtUtils::CBuilder 0.280236
ExtUtils::Command 7.64
ExtUtils::Install 2.20
ExtUtils::MakeMaker 7.64
ExtUtils::Manifest 1.73
ExtUtils::ParseXS 3.43
File::Spec 3.80
JSON 4.03
JSON::PP 4.06
Module::Build 0.4231
Module::Signature 0.88
Parse::CPAN::Meta 2.150010
Test::Harness 3.43
Test::More 1.302183
YAML 1.30
YAML::Syck 1.34
version 0.9928
--
Summary of my perl5 (revision 5 version 34 subversion 0) configuration:
Platform:
osname=linux
osvers=5.10.0-9-amd64
archname=x86_64-linux
uname='linux cloud9.bbbike.org 5.10.0-9-amd64 #1 smp debian 5.10.70-1 (2021-09-30) x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.34.0 -Dcf_email=srezic@cpan.org'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='cc'
ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
optimize='-O2'
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='10.2.1 20210110'
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='cc'
ldflags =' -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib
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 -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
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_PERLIO
USE_PERL_ATOF
Built under linux
Compiled at Oct 30 2021 08:37:28
%ENV:
PERL="/opt/perl-5.34.0/bin/perl"
PERL5LIB="/home/cpansand/.local/share/.cpan/build/2022021620/Alien-PCRE2-0.015000-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022021620/Alien-PCRE2-0.015000-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022021620/Algorithm-BloomFilter-0.02-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022021620/Algorithm-BloomFilter-0.02-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022021620/Acme-MyPeek-0.07-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022021620/Acme-MyPeek-0.07-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022021620/AI-MaxEntropy-0.20-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022021620/AI-MaxEntropy-0.20-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022021620/Algorithm-LBFGS-0.16-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022021620/Algorithm-LBFGS-0.16-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022021620/AI-Calibrate-1.5-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022021620/AI-Calibrate-1.5-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="22183"
PERL5_CPAN_IS_RUNNING="22183"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="22111,22183"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2022021620/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpansand/.local/share/.cpan/build/2022021620/Alien-PCRE2-0.015000-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022021620/Alien-PCRE2-0.015000-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022021620/Algorithm-BloomFilter-0.02-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022021620/Algorithm-BloomFilter-0.02-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022021620/Acme-MyPeek-0.07-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022021620/Acme-MyPeek-0.07-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022021620/AI-MaxEntropy-0.20-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022021620/AI-MaxEntropy-0.20-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022021620/Algorithm-LBFGS-0.16-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022021620/Algorithm-LBFGS-0.16-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022021620/AI-Calibrate-1.5-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022021620/AI-Calibrate-1.5-0/blib/lib
/opt/perl-5.34.0/lib/site_perl/5.34.0/x86_64-linux
/opt/perl-5.34.0/lib/site_perl/5.34.0
/opt/perl-5.34.0/lib/5.34.0/x86_64-linux
/opt/perl-5.34.0/lib/5.34.0
.