
perlbug-followup at perl
Dec 6, 2009, 2:29 PM
Post #1 of 1
(167 views)
Permalink
|
|
[perl #71080] Bleadperl 4411113f breaks NJH/IO-Socket-Multicast6-0.03.tar.gz
|
|
# New Ticket Created by (Andreas J. Koenig) # Please include the string: [perl #71080] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=71080 > This is a bug report for perl from sand [at] k81, generated with the help of perlbug 1.39 running under perl 5.11.0. ----------------------------------------------------------------- [Please describe your issue here] With recent bleadperls we see only FAIL reports for IO::Socket::Multicast6 on cpantesters, so I ran a bisect to find the commit that broke it: 4411113f31b3f00171bb335092b02104d29d7cd7 is first bad commit commit 4411113f31b3f00171bb335092b02104d29d7cd7 Author: Rafael Garcia-Suarez <rgarciasuarez [at] gmail> Date: Fri Mar 27 13:19:16 2009 +0100 Add inet_pton and inet_ntop to the list of functions exported by Socket Reported to the author in https://rt.cpan.org/Ticket/Display.html?id=52497 Please see there if it gets resolved from his side. [Please do not change anything below this line] ----------------------------------------------------------------- --- Flags: category=core severity=medium --- Site configuration information for perl 5.11.0: Configured by sand at Sun Dec 6 22:36:43 CET 2009. Summary of my perl5 (revision 5 version 11 subversion 0) configuration: Commit id: 4411113f31b3f00171bb335092b02104d29d7cd7 Platform: osname=linux, osvers=2.6.30-1-amd64, archname=x86_64-linux uname='linux k81 2.6.30-1-amd64 #1 smp sat aug 15 18:09:19 utc 2009 x86_64 gnulinux ' config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/GitLive-blead-829-g4411113 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db' hint=recommended, useposix=true, d_sigaction=define useithreads=undef, usemultiplicity=undef useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=define, use64bitall=define, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include' ccversion='', gccversion='4.3.4', gccosandvers='' intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 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 -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib /lib64 /usr/lib64 libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc libc=/lib/libc-2.9.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.9' 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' Locally applied patches: PERL_GIT_UNPUSHED_COMMITS /* do not remove this line */ PERL_GIT_UNCOMMITTED_CHANGES /* do not remove this line */ --- @INC for perl 5.11.0: /home/src/perl/repoperls/installed-perls/perl/GitLive-blead-829-g4411113/lib/site_perl/5.11.0/x86_64-linux /home/src/perl/repoperls/installed-perls/perl/GitLive-blead-829-g4411113/lib/site_perl/5.11.0 /home/src/perl/repoperls/installed-perls/perl/GitLive-blead-829-g4411113/lib/5.11.0/x86_64-linux /home/src/perl/repoperls/installed-perls/perl/GitLive-blead-829-g4411113/lib/5.11.0 . --- Environment for perl 5.11.0: HOME=/home/sand LANG=en_US.UTF-8 LANGUAGE (unset) LD_LIBRARY_PATH (unset) LOGDIR (unset) PATH=/home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin PERL_BADLANG (unset) SHELL=/usr/bin/zsh -- andreas
|