Skip Menu |

This queue is for tickets about the Algorithm-Cluster CPAN distribution.

Report information
The Basics
Id: 17643
Status: open
Priority: 0/
Queue: Algorithm-Cluster

People
Owner: Nobody in particular
Requestors: smithav [...] cshl.edu
Cc:
AdminCc:

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



Subject: Compiling on 64 bit linux
Unless the CCFLAG has -fPIC added for 'libcluster', the module fails to compile on 64 bit linux (CentOS 4). I added "CCFLAG => '-fPIC'" of 'src/Makefile.PL', and things compiled fine. -albert
From: mdehoon "AT" c2b2.columbia.edu
On Tue Feb 14 08:42:54 2006, guest wrote: Show quoted text
> Unless the CCFLAG has -fPIC added for 'libcluster', the module fails > to compile on 64 bit linux > (CentOS 4). I added "CCFLAG => '-fPIC'" of 'src/Makefile.PL', and > things compiled fine. > > -albert
Which version of Perl are you using? Essentially, this is a bug in Perl -- it should figure out the correct compile flags when running "perl Makefile.PL". I am hesitant to add the -fPIC flag to Makefile.PL, because this flag is likely to be incorrect for other platforms.
Subject: Re: [rt.cpan.org #17643] Compiling on 64 bit linux
Date: Tue, 14 Feb 2006 10:43:39 -0500
To: bug-Algorithm-Cluster [...] rt.cpan.org
From: Albert Vernon Smith <smithav [...] cshl.edu>
5.8.5. Output from 'perl -V': Summary of my perl5 (revision 5 version 8 subversion 5) configuration: Platform: osname=linux, osvers=2.6.9-22.0.1.el, archname=x86_64-linux- thread-multi uname='linux x8664-build.centos.org 2.6.9-22.0.1.el #1 thu oct 27 14:29:45 cdt 2005 x86_64 x86_64 x86_6 4 gnulinux ' config_args='-des -Doptimize=-O2 -g -pipe -m64 -Dversion=5.8.5 - Dmyhostname=localhost -Dperladmin=root@ localhost -Dcc=gcc -Dcf_by=Red Hat, Inc. -Dinstallprefix=/usr - Dprefix=/usr -Dlibpth=/usr/local/lib64 /lib6 4 /usr/lib64 -Dprivlib=/usr/lib/perl5/5.8.5 -Dsitelib=/usr/lib/perl5/ site_perl/5.8.5 -Dvendorlib=/usr/lib/p erl5/vendor_perl/5.8.5 -Darchlib=/usr/lib64/perl5/5.8.5/x86_64-linux- thread-multi -Dsitearch=/usr/lib64/per l5/site_perl/5.8.5/x86_64-linux-thread-multi -Dvendorarch=/usr/lib64/ perl5/vendor_perl/5.8.5/x86_64-linux-t hread-multi -Darchname=x86_64-linux -Dvendorprefix=/usr -Dsiteprefix=/ usr -Duseshrplib -Dusethreads -Duseit hreads -Duselargefiles -Dd_dosuid -Dd_semctl_semun -Di_db -Ui_ndbm - Di_gdbm -Di_shadow -Di_syslog -Dman3ext =3pm -Duseperlio -Dinstallusrbinperl -Ubincompat5005 -Uversiononly - Dpager=/usr/bin/less -isr -Dinc_version _list=5.8.4 5.8.3 5.8.2 5.8.1 5.8.0' hint=recommended, useposix=true, d_sigaction=define usethreads=define use5005threads=undef useithreads=define usemultiplicity=define useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=define use64bitall=define uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno- strict-aliasing -pipe -I/usr/local/incl ude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm', optimize='-O2 -g -pipe -m64', cppflags='-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict- aliasing -pipe -I/usr/local/include -I/usr /include/gdbm' ccversion='', gccversion='3.4.4 20050721 (Red Hat 3.4.4-2)', 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='gcc', ldflags ='' libpth=/usr/local/lib64 /lib64 /usr/lib64 libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc libc=/lib/libc-2.3.4.so, so=so, useshrplib=true, libperl=libperl.so gnulibc_version='2.3.4' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/usr/lib64/perl5/5.8.5/x86_ 64-linux-thread-multi/CORE' cccdlflags='-fPIC', lddlflags='-shared' Characteristics of this binary (from libperl): Compile-time options: DEBUGGING MULTIPLICITY USE_ITHREADS USE_64_BIT_INT USE_64_BIT_ALL USE_LARGE_FILES P ERL_IMPLICIT_CONTEXT Built under linux Compiled at Dec 20 2005 19:07:47 @INC: /usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi /usr/lib/perl5/5.8.5 /usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.4/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.3/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.2/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.1/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.0/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.5/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.4/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.3/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.2/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.1/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl/5.8.2 /usr/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl . Thanks, -albert On 14.2.2006, at 10:09, Guest via RT wrote: Show quoted text
> On Tue Feb 14 08:42:54 2006, guest wrote:
>> Unless the CCFLAG has -fPIC added for 'libcluster', the module fails >> to compile on 64 bit linux >> (CentOS 4). I added "CCFLAG => '-fPIC'" of 'src/Makefile.PL', and >> things compiled fine. >> >> -albert
> > Which version of Perl are you using? > Essentially, this is a bug in Perl -- it should figure out the correct > compile flags when running "perl Makefile.PL". I am hesitant to add > the > -fPIC flag to Makefile.PL, because this flag is likely to be incorrect > for other platforms. >
Can you try the latest version of Perl (5.8.8)? If the problem still exists there, you might want to submit a bug report to the Perl maintainers. In the mean time, I can add your solution of adding "-fPIC" to the FAQ. On Tue Feb 14 10:44:47 2006, smithav@cshl.edu wrote: Show quoted text
> 5.8.5. >
Subject: Re: [rt.cpan.org #17643] Compiling on 64 bit linux
Date: Tue, 14 Feb 2006 12:07:14 -0500
To: bug-Algorithm-Cluster [...] rt.cpan.org
From: Albert Vernon Smith <smithav [...] cshl.edu>
Using the default settings from configure, 5.8.8 does not compile on my system. I tried a couple of quick things to work around the issue, which didn't get perl to compile. I don't have the time or need to dig deeper. I solved the issue from my perspective, and it should remain a FAQ, as you suggest. -albert On 14.2.2006, at 10:56, Guest via RT wrote: Show quoted text
> Can you try the latest version of Perl (5.8.8)? > If the problem still exists there, you might want to submit a bug > report > to the Perl maintainers. > In the mean time, I can add your solution of adding "-fPIC" to the > FAQ. > > On Tue Feb 14 10:44:47 2006, smithav@cshl.edu wrote:
>> 5.8.5.