Skip Menu |

This queue is for tickets about the Socket CPAN distribution.

Report information
The Basics
Id: 83982
Status: rejected
Priority: 0/
Queue: Socket

People
Owner: Nobody in particular
Requestors: manik112 [...] hotmail.com
Cc:
AdminCc:

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



Subject: IO-Socket-IP
Date: Sat, 16 Mar 2013 02:29:45 +0000
To: "bug-IO-Socket-IP [...] rt.cpan.org" <bug-io-socket-ip [...] rt.cpan.org>
From: manik tripathi <manik112 [...] hotmail.com>
Hello I installed perl 5.8.8 and installed all .pm modules including Socket and Socket6. When I installed IO-SOCKET-IP the installed failed and hence I downloaded the "tar" ball from your site and installed it. But when I run my script, I see the same error which I saw during CPAN Install: Attempt to free unreferenced scalar: SV 0x83db4e8 at /opt/perl/lib/site_perl/5.8.8/IO/Socket/IP.pm line 35. Here is the info. about the system: 1. perl -V Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=linux, osvers=2.4.18-14, archname=i386-linux uname='linux erised.cnworks.com 2.4.18-14 #1 wed sep 4 13:35:50 edt 2002 i686 i686 i386 gnulinux ' config_args='-Dprefix=/opt/perl' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm', optimize='-O2', cppflags='-fno-strict-aliasing -pipe -I/usr/include/gdbm' ccversion='', gccversion='3.2 20020903 (Red Hat Linux 8.0 3.2-7)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc libc=/lib/libc-2.2.93.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.2.93' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: PERL_MALLOC_WRAP USE_LARGE_FILES USE_PERLIO Built under linux Compiled at Mar 11 2013 21:22:29 @INC: /opt/perl/lib/5.8.8/i386-linux /opt/perl/lib/5.8.8 /opt/perl/lib/site_perl/5.8.8/i386-linux /opt/perl/lib/site_perl/5.8.8 /opt/perl/lib/site_perl . 2../instmodsh Available commands are: l - List all installed modules m <module> - Select a module q - Quit the program cmd? l Installed modules are: Archive::Tar Archive::Zip CPAN Compress::Raw::Bzip2 Compress::Raw::Zlib Cwd DBD::mysql DBI Digest::SHA ExtUtils::CBuilder ExtUtils::Constant ExtUtils::MakeMaker ExtUtils::ParseXS File::HomeDir File::Path File::Which HTTP::Tiny IO::Socket::IP IO::Zlib IPC::Cmd IPC::Run3 Locale::Maketext::Simple Module::Build Module::CoreList Module::Load Module::Load::Conditional Module::Metadata Net Package::Constants Params::Check Parse::CPAN::Meta Perl Perl::OSType Probe::Perl Socket Socket6 Term::ReadKey Term::ReadLine Test::Harness Test::Script Test::Simple Text::Glob YAML 3../corelist -a Socket Data for 2013-03-11 Socket was first released with perl 5 .. v5.17.9 2.009 4. uname -a [ Its a very old Server] Linux 2.4.18-14 Any help to resolve this will be appreciated.
On Fri Mar 15 22:29:56 2013, manik112@hotmail.com wrote: Show quoted text
> Hello > > I installed perl 5.8.8 and installed all .pm modules including Socket > and Socket6. When I installed IO-SOCKET-IP the installed failed and > hence I downloaded the "tar" ball from your site and installed it. > But when I run my script, I see the same error which I saw during > CPAN Install: > > > Attempt to free unreferenced scalar: SV 0x83db4e8 at > /opt/perl/lib/site_perl/5.8.8/IO/Socket/IP.pm line 35.
First off; that's not actually a fatal error, simply a warning. Secondly, you say that CPAN failed but you don't include the error. That's very important - can you include it please? Finally, note that Socket6 isn't needed here in any way, so you don't need to bother with that. -- Paul Evans