Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > All .packlist files contain relative filenames?

Reply
Thread Tools

All .packlist files contain relative filenames?

 
 
moxie
Guest
Posts: n/a
 
      07-22-2003
I am using perl v5.6.1 which I have compiled on a Solaris 8/sparc server
using gcc v3.2.2. Building and installing perl was fairly
straight forward, save for some noise related to having to modify
makedepend.SH to remove some dummy prototype templates. The build of
perl works really well, save for one oddity: all of the .packlists
that are created contain *just* filenames, not absolute pathnames to
where the files are. For example, the .packlist for a build of
SpamAssassin on my FreeBSD box [perl 5.005_03] looks like:

/usr/local/bin/sa-learn
/usr/local/bin/spamassassin
/usr/local/bin/spamc
....etc.

While the .packlist on the Solaris box contains just:

ArchiveIterator.pm
AuditMessage.pm
AutoWhitelist.pm
Bayes.pm
....etc.

This issue is not limited to just the SpamAssassin package; anything
installed using CPAN exhibits this behavior. It is annoying because
it prevents me from being able to uninstall packages cleanly.

I do realize that v5.6.1 is not the most current version, but I must
use it for other dependancy reasons.

Any ideas as to what is going on? I'm tempted to compile 5.8 just to
see if it exhibits this behavior as well. perl -V output is posted
below. Thanks in advance,

Steve

% perl -V

Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
Platform:
osname=solaris, osvers=2.8, archname=sun4-solaris
uname='sunos dev8 5.8 generic_108528-18 sun4u sparc '
config_args='-Dprefix=/usr/local/perl5.6.1 -Uinstallusrbinperl -des'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
Compiler:
cc='gcc', ccflags ='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O',
cppflags='-fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='3.2.2', gccosandvers='solaris2.8'
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, usemymalloc=y, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -L/usr/local/lib '
libpth=/usr/local/lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -ldl -lm -lc
perllibs=-lsocket -lnsl -ldl -lm -lc
libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RCR: String#contain? and Array#contain? Roger Pack Ruby 3 09-28-2010 04:13 PM
Does string contain A, and if so, does a section of string contain B Jason Carlton Javascript 11 12-08-2009 06:07 PM
Microsoft now releases ISO that contain all updates! kenny Computer Support 8 01-14-2006 08:50 PM
Mailed form doesn't contain all the carriage returns Guy Verville ASP General 3 09-23-2004 01:01 PM
delete all the entries that contain "some string" from a file Rick Ng Chi Wah C Programming 2 07-29-2003 06:19 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57