Alien-libmariadbclient v0.01 Perl 5 v5.38.0 amd64-freebsd-ld
- Status
- Unknown
- From
- Slaven Rezić
- Dist
-
Alien-libmariadbclient v0.01
- Platform
- Perl 5 v5.38.0 amd64-freebsd-ld
- Date
- 2023-12-19 21:53:16
- ID
- 03b4c92c-9eb9-11ee-a0f8-c1ed6d8775ea
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 B Fraser,
This is a computer-generated report for Alien-libmariadbclient-0.01
on perl 5.38.0, created by CPAN-Reporter-1.2019.
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/libmariadbclient.pm blib/lib/Alien/libmariadbclient.pm
"/usr/perl5.38.0Dp/bin/perl" -MAlien::Build::MM=cmd -e prefix site /usr/perl5.38.0Dp/lib/5.38.0/amd64-freebsd-ld /usr/perl5.38.0Dp/lib/site_perl/5.38.0/amd64-freebsd-ld
Alien::Build::Plugin::PkgConfig::Negotiate> Using PkgConfig plugin: PkgConfig::CommandLine
main> prefix /usr/perl5.38.0Dp/lib/site_perl/5.38.0/amd64-freebsd-ld/auto/share/dist/Alien-libmariadbclient
"/usr/perl5.38.0Dp/bin/perl" -MAlien::Build::MM=cmd -e version 0.01
Alien::Build::Plugin::PkgConfig::Negotiate> Using PkgConfig plugin: PkgConfig::CommandLine
"/usr/perl5.38.0Dp/bin/perl" -MAlien::Build::MM=cmd -e download
Alien::Build::Plugin::PkgConfig::Negotiate> Using PkgConfig plugin: PkgConfig::CommandLine
Alien::Build::Plugin::Core::Download> downloaded mariadb-connector-c-3.1.11.tar.gz
"/usr/perl5.38.0Dp/bin/perl" -MAlien::Build::MM=cmd -e build
Alien::Build::Plugin::PkgConfig::Negotiate> Using PkgConfig plugin: PkgConfig::CommandLine
Alien::Build::CommandSequence> + patch -p1 < /usr/home/cpansand/.cpan/build/2023121920/Alien-libmariadbclient-0.01-2/patch/0001-statically-link-against-auth-plugins.patch
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|From ebc34eb9977b9431b5cd8495d60b92fa5c18b0ff Mon Sep 17 00:00:00 2001
|From: Brian Fraser <brian.fraser@booking.com>
|Date: Mon, 30 Nov 2020 00:26:42 +0100
|Subject: [PATCH] statically link against auth plugins
|
|---
| plugins/auth/CMakeLists.txt | 8 ++++----
| 1 file changed, 4 insertions(+), 4 deletions(-)
|
|diff --git a/plugins/auth/CMakeLists.txt b/plugins/auth/CMakeLists.txt
|index 121f6e9..66a55d8 100644
|--- a/plugins/auth/CMakeLists.txt
|+++ b/plugins/auth/CMakeLists.txt
--------------------------
Patching file plugins/auth/CMakeLists.txt using Plan A...
Hunk #1 succeeded at 30.
Hunk #2 succeeded at 70.
Hunk #3 succeeded at 81.
Hunk #4 succeeded at 126.
Hmm... Ignoring the trailing garbage.
done
Alien::Build::CommandSequence> + /usr/local/bin/cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_SSL=OPENSSL -DWITH_EXTERNAL_ZLIB=yes -G Unix Makefiles -DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=true -DCMAKE_INSTALL_PREFIX:PATH=/usr/perl5.38.0Dp/lib/site_perl/5.38.0/amd64-freebsd-ld/auto/share/dist/Alien-libmariadbclient -DCMAKE_INSTALL_LIBDIR:PATH=lib -DCMAKE_MAKE_PROGRAM:PATH=make /usr/home/cpansand/.cpan/build/2023121920/Alien-libmariadbclient-0.01-2/_alien/build_Ni1u/mariadb-connector-c-3.1.11
CMake Deprecation Warning at CMakeLists.txt:5 (CMAKE_MINIMUM_REQUIRED):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- The C compiler identification is Clang 16.0.6
-- 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
-- Found CURL: /usr/local/lib/libcurl.so (found version "8.4.0")
-- Found Git: /usr/local/bin/git (found version "2.42.0")
-- MariaDB Connector C: INSTALL_BINDIR=bin
-- MariaDB Connector C: INSTALL_LIBDIR=lib/mariadb
-- MariaDB Connector C: INSTALL_PCDIR=lib/pkgconfig
-- MariaDB Connector C: INSTALL_INCLUDEDIR=include/mariadb
-- MariaDB Connector C: INSTALL_DOCSDIR=
-- MariaDB Connector C: INSTALL_PLUGINDIR=lib/mariadb/plugin
-- MariaDB Connector C: LIBMARIADB_STATIC_NAME mariadbclient
-- Found ZLIB: /usr/lib/libz.so (found version "1.3")
-- Looking for include file alloca.h
-- Looking for include file alloca.h - not found
-- Looking for include file arpa/inet.h
-- Looking for include file arpa/inet.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Looking for include file float.h
-- Looking for include file float.h - found
-- Looking for include file limits.h
-- Looking for include file limits.h - found
-- Looking for include file linux/limits.h
-- Looking for include file linux/limits.h - not found
-- Looking for include file pwd.h
-- Looking for include file pwd.h - found
-- Looking for include file sched.h
-- Looking for include file sched.h - found
-- Looking for include file select.h
-- Looking for include file select.h - not found
-- Looking for include file signal.h
-- Looking for include file signal.h - found
-- Looking for include file stddef.h
-- Looking for include file stddef.h - found
-- Looking for include file stdint.h
-- Looking for include file stdint.h - found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file sys/ioctl.h
-- Looking for include file sys/ioctl.h - found
-- Looking for include file sys/select.h
-- Looking for include file sys/select.h - found
-- Looking for include file sys/socket.h
-- Looking for include file sys/socket.h - found
-- Looking for include file sys/types.h
-- Looking for include file sys/types.h - found
-- Looking for include file sys/stat.h
-- Looking for include file sys/stat.h - found
-- Looking for include file sys/un.h
-- Looking for include file sys/un.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file utime.h
-- Looking for include file utime.h - found
-- Looking for include file ucontext.h
-- Looking for include file ucontext.h - found
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for dlerror
-- Looking for dlerror - found
-- Looking for dlopen
-- Looking for dlopen - found
-- Looking for fcntl
-- Looking for fcntl - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for nl_langinfo
-- Looking for nl_langinfo - found
-- Looking for setlocale
-- Looking for setlocale - found
-- Looking for poll
-- Looking for poll - found
-- Looking for getpwuid
-- Looking for getpwuid - found
-- Looking for makecontext
-- Looking for makecontext - found
-- Looking for cuserid
-- Looking for cuserid - not found
-- Check size of char *
-- Check size of char * - done
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of size_t
-- Check size of size_t - done
-- Check size of uchar
-- Check size of uchar - failed
-- Check size of uint
-- Check size of uint - done
-- Check size of ulong
-- Check size of ulong - failed
-- Check size of int8
-- Check size of int8 - failed
-- Check size of uint8
-- Check size of uint8 - failed
-- Check size of int16
-- Check size of int16 - failed
-- Check size of uint16
-- Check size of uint16 - failed
-- Check size of int32
-- Check size of int32 - failed
-- Check size of uint32
-- Check size of uint32 - failed
-- Check size of int64
-- Check size of int64 - failed
-- Check size of uint64
-- Check size of uint64 - failed
-- Check size of socklen_t
-- Check size of socklen_t - failed
-- Performing Test SOCKET_SIZE_FOUND_socklen_t
-- Performing Test SOCKET_SIZE_FOUND_socklen_t - Success
-- Looking for floor
-- Looking for floor - not found
-- Looking for floor in m
-- Looking for floor in m - found
-- Looking for pthread_getspecific
-- Looking for pthread_getspecific - found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - found
-- Looking for setsockopt
-- Looking for setsockopt - 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
-- Found OpenSSL: /usr/lib/libcrypto.so (found version "1.1.1w")
-- TLS library/version: OpenSSL 1.1.1w
-- SYSTEM_LIBS /usr/lib/libz.so;m;m;/usr/lib/libssl.so;/usr/lib/libcrypto.so
-- Found GSSAPI: -Wl,--enable-new-dtags -Wl,-rpath -Wl,/usr/local/lib/heimdal -L/usr/local/lib/heimdal -lgssapi -lkrb5 -lheimntlm -lhx509 -lcom_err -lhcrypto -lasn1 -lwind -lheimbase -lroken -lcrypt -lpthread -lpthread -L/usr/local/lib
-- Dynamic column API support: ON
-- SYSTEM processor: amd64
CMake Error at cmake/ConnectorName.cmake:30 (ENDMACRO):
Flow control statements are not properly nested.
Call Stack (most recent call first):
CMakeLists.txt:423 (INCLUDE)
-- Configuring incomplete, errors occurred!
external command failed at /usr/perl5.38.0Dp/lib/site_perl/5.38.0/Alien/Build/CommandSequence.pm line 72.
*** Error code 1
Stop.
make: stopped in /usr/home/cpansand/.cpan/build/2023121920/Alien-libmariadbclient-0.01-2
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
---------------------------------- ----- --------
Alien::Base 0.038 2.80
Alien::Build 0.25 2.80
Alien::Build::Plugin::Build::CMake 0 2.80
perl 5.006 5.038000
build_requires:
Module Need Have
---------------------------------- ----- --------
Alien::Base 0.038 2.80
Alien::Build::MM 0.25 2.80
Alien::Build::Plugin::Build::CMake 0 2.80
Alien::cmake3 0.02 0.08
Archive::Tar 0 2.40
Config 0 5.038000
HTTP::Tiny 0.044 0.088
IO::Socket::SSL 1.56 2.083
IO::Zlib 0 1.14
Mojo::DOM58 1.00 3.001
Mozilla::CA 0 20230801
Net::SSLeay 1.49 1.92
Sort::Versions 0 1.62
Test::More 0 1.302198
URI 0 5.21
URI::Escape 0 5.21
configure_requires:
Module Need Have
---------------------------------- ----- --------
Alien::Build::MM 0.25 2.80
Alien::Build::Plugin::Build::CMake 0.99 2.80
ExtUtils::MakeMaker 6.52 7.70
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd13.1:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/usr/home/eserte/src/srezic-misc/scripts
PERL = /usr/perl5.38.0Dp/bin/perl
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 25948
PERL5_CPAN_IS_RUNNING = 25948
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 24478,25948
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2023121920/cpanreporter_001_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/local/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2023121920
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/perl5.38.0Dp/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.36
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.51
File::Spec 3.88
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test2 1.302198
Test::Harness 3.47
Test::More 1.302198
YAML 1.30
YAML::Syck 1.34
version 0.9929
--
Summary of my perl5 (revision 5 version 38 subversion 0) configuration:
Platform:
osname=freebsd
osvers=13.2-stable
archname=amd64-freebsd-ld
uname='freebsd cloud10.bbbike.org 13.2-stable freebsd 13.2-stable stable13-9000459d3 generic amd64 '
config_args='-ds -e -Dprefix=/usr/perl5.38.0Dp -Duselongdouble -Dcf_email=srezic@cpan.org -Doptimize=-O2 -pipe'
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 ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
optimize='-O2 -pipe'
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='FreeBSD Clang 15.0.7 (https://github.com/llvm/llvm-project.git llvmorg-15.0.7-0-g8dfdcc7b7bf6)'
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 ='-pthread -Wl,-E -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib /usr/lib/clang/15.0.7/lib
libs=-lpthread -lgdbm -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
libc=
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags=' '
cccdlflags='-DPIC -fPIC'
lddlflags='-shared -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
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_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 freebsd
Compiled at Jul 8 2023 12:28:00
%ENV:
PERL="/usr/perl5.38.0Dp/bin/perl"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="25948"
PERL5_CPAN_IS_RUNNING="25948"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="24478,25948"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2023121920/cpanreporter_001_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/usr/perl5.38.0Dp/lib/site_perl/5.38.0/amd64-freebsd-ld
/usr/perl5.38.0Dp/lib/site_perl/5.38.0
/usr/perl5.38.0Dp/lib/5.38.0/amd64-freebsd-ld
/usr/perl5.38.0Dp/lib/5.38.0
.