Skip Menu |

This queue is for tickets about the Net-Interface CPAN distribution.

Report information
The Basics
Id: 124991
Status: open
Priority: 0/
Queue: Net-Interface

People
Owner: Nobody in particular
Requestors: jkeenan [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: t/symbols.t: test failures on FreeBSD-11.0
In preparation for the release of perl-5.28.0 in May 2018, I have been testing a selected subset of CPAN distributions against monthly development releases in the perl-5.27.* series. Today I attempted to install this distribution against perl-5.27.10 on FreeBSD-11.0 using 'cpanm' as the installer. The attempt failed due to test failures in t/symbols.t: ##### "", "# Failed test 'Undefined subroutine &Net::Interface::IFF_DRV_RUNNING called at t/symbols.t line 48.", "# '", "# at t/symbols.t line 51.", "", "# Failed test 'Undefined subroutine &Net::Interface::IFF_DRV_OACTIVE called at t/symbols.t line 48.", "# '", "# at t/symbols.t line 51.", "# Looks like you failed 2 tests of 71.", "t/symbols.t ....... ", "Dubious, test returned 2 (wstat 512, 0x200)", "Failed 2/71 subtests ", ##### Please find attached (i) an excerpt from the build.log; and (ii) the relevant 'perl -V' output. Thank you very much. Jim Keenan
Subject: MIKER.Net-Interface-1.016.log.txt

Message body is not shown because it is too large.

Subject: freebsd-11.0.perl-5.27.10_V.txt
Summary of my perl5 (revision 5 version 27 subversion 10) configuration: Platform: osname=freebsd osvers=11.0-release-p1 archname=amd64-freebsd-thread-multi uname='freebsd kid51-freebsd-11-install-3 11.0-release-p1 freebsd 11.0-release-p1 #0 r306420: thu sep 29 01:43:23 utc 2016 root@releng2.nyi.freebsd.org:usrobjusrsrcsysgeneric amd64 ' config_args='-des -Dusedevel -Duseithreads -Doptimize=-O2 -pipe -fstack-protector -fno-strict-aliasing -Uversiononly -Dman1dir=none -Dman3dir=none -Dprefix=/home/jkeenan/prep528/testing/perl-5.27.10' hint=recommended useposix=true d_sigaction=define useithreads=define usemultiplicity=define use64bitint=define use64bitall=define uselongdouble=undef usemymalloc=n default_inc_excludes_dot=define bincompat5005=undef Compiler: cc='cc' ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2' optimize='-O2 -pipe -fstack-protector -fno-strict-aliasing' cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include' ccversion='' gccversion='4.2.1 Compatible FreeBSD Clang 3.8.0 (tags/RELEASE_380/final 262564)' 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 ='-pthread -Wl,-E -fstack-protector-strong -L/usr/local/lib' libpth=/usr/lib /usr/local/lib /usr/bin/../lib/clang/3.8.0/lib /usr/lib libs=-lpthread -lgdbm -lm -lcrypt -lutil perllibs=-lpthread -lm -lcrypt -lutil 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_TIMES MULTIPLICITY PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_USE_DEVEL 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 Built under freebsd Compiled at Mar 21 2018 12:59:59 %ENV: PERL2DIR="/home/jkeenan/gitwork/perl2" PERL_WORKDIR="/home/jkeenan/gitwork/perl" @INC: lib/5.27.10/amd64-freebsd-thread-multi lib/5.27.10 lib /home/jkeenan/prep528/testing/perl-5.27.10/lib/site_perl/5.27.10/amd64-freebsd-thread-multi /home/jkeenan/prep528/testing/perl-5.27.10/lib/site_perl/5.27.10 /home/jkeenan/prep528/testing/perl-5.27.10/lib/5.27.10/amd64-freebsd-thread-multi /home/jkeenan/prep528/testing/perl-5.27.10/lib/5.27.10
On 2018-04-02 09:34:12, JKEENAN wrote: Show quoted text
> In preparation for the release of perl-5.28.0 in May 2018, I have been > testing a selected subset of CPAN distributions against monthly > development releases in the perl-5.27.* series. > > Today I attempted to install this distribution against perl-5.27.10 on > FreeBSD-11.0 using 'cpanm' as the installer.
It seems that all FreeBSD versions are affected. I see the problem with 9, 10, 11, 12, and 13. Show quoted text
> The attempt failed due > to test failures in t/symbols.t: > > ##### > "", > "# Failed test 'Undefined subroutine > &Net::Interface::IFF_DRV_RUNNING called at t/symbols.t line 48.", > "# '", > "# at t/symbols.t line 51.", > "", > "# Failed test 'Undefined subroutine > &Net::Interface::IFF_DRV_OACTIVE called at t/symbols.t line 48.", > "# '", > "# at t/symbols.t line 51.", > "# Looks like you failed 2 tests of 71.", > "t/symbols.t ....... ", > "Dubious, test returned 2 (wstat 512, 0x200)", > "Failed 2/71 subtests ", > ##### > > Please find attached (i) an excerpt from the build.log; and (ii) the > relevant 'perl -V' output. > > Thank you very much. > Jim Keenan