Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 14361
Status: resolved
Priority: 0/
Queue: PAR

People
Owner: smueller [...] cpan.org
Requestors: paul.salazar [...] testspectrum.com
Cc:
AdminCc:

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

Attachments


Subject: Failed to Build PAR-0.89 under SunOS 4.1.4
Building PAR-0.89 under Perl(static) v5.8.7 on SunOS 4.1.4 I get the following error after running: perl Makefile.PL (kit is complete - all good) make ./par -I"/tmp_mnt/home/sal/perl/PAR-0.89/inc" -I"/usr/local/lib/perl5/5.8.7/sun4-sunos" -I"/usr/local/lib/perl5/5.8.7" -I"/usr/local/lib/perl5/site_perl/5.8.7/sun4-sunos" -I"/usr/local/lib/perl5/site_perl/5.8.7" -I"/usr/local/lib/perl5/site_perl" -I"/tmp_mnt/home/sal/perl/PAR-0.89" -I"." -I../myldr/.. -I../blib/lib -q -B -O../script/parl /bin/sh: 3211 Memory fault - core dumped make[1]: *** [../script/parl] Error 139 make[1]: Leaving directory `/tmp_mnt/home/sal/perl/PAR-0.89/myldr' make: *** [subdirs] Error 2 See attached file: I have experimented with the ld flags(removed -s, add -static) and no change. The build of the par executable always core dumps.
Download Par-Build_error
application/octet-stream 4.8k

Message body not shown because it is not plain text.

[guest - Mon Aug 29 16:39:58 2005]: Show quoted text
> Building PAR-0.89 under Perl(static) v5.8.7 on SunOS 4.1.4 I get the > following error after running: > > perl Makefile.PL (kit is complete - all good) > make > > ./par -I"/tmp_mnt/home/sal/perl/PAR-0.89/inc" > -I"/usr/local/lib/perl5/5.8.7/sun4-sunos" > -I"/usr/local/lib/perl5/5.8.7" > -I"/usr/local/lib/perl5/site_perl/5.8.7/sun4-sunos" > -I"/usr/local/lib/perl5/site_perl/5.8.7" > -I"/usr/local/lib/perl5/site_perl" > -I"/tmp_mnt/home/sal/perl/PAR-0.89" -I"." -I../myldr/.. > -I../blib/lib -q -B -O../script/parl > /bin/sh: 3211 Memory fault - core dumped > make[1]: *** [../script/parl] Error 139 > make[1]: Leaving directory `/tmp_mnt/home/sal/perl/PAR-0.89/myldr' > make: *** [subdirs] Error 2 > > See attached file: > I have experimented with the ld flags(removed -s, add -static) and no > change. The build of the par executable always core dumps.
Here is the output from my perl -V Summary of my perl5 (revision 5 version 8 subversion 7) configuration: Platform: osname=sunos, osvers=4.1.4, archname=sun4-sunos uname='sunos zing 4.1.4 2 sun4m ' config_args='' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=undef usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=y, bincompat5005=undef Compiler: cc='gcc', ccflags ='-fno-strict-aliasing -pipe', optimize=' ', cppflags='-fno-strict-aliasing -pipe' ccversion='', gccversion='3.1', gccosandvers='sunos4.1.4' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4 alignbytes=8, prototype=define Linker and Libraries: ld='ld', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib /usr/ucblib libs=-lnsl -ldbm -lm -lc -lposix perllibs=-lnsl -ldbm -lm -lc -lposix libc=/usr/lib/libc.a, so=none, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_none.xs, dlext=none, d_dlsymun=undef, ccdlflags='' cccdlflags='', lddlflags='' Characteristics of this binary (from libperl): Compile-time options: Built under sunos Compiled at Aug 26 2005 16:31:06 @INC: /usr/local/lib/perl5/5.8.7/sun4-sunos /usr/local/lib/perl5/5.8.7 /usr/local/lib/perl5/site_perl/5.8.7/sun4-sunos /usr/local/lib/perl5/site_perl/5.8.7 /usr/local/lib/perl5/site_perl .
On Mo. 29. Aug. 2005, 16:39:58, guest wrote: Show quoted text
> Building PAR-0.89 under Perl(static) v5.8.7 on SunOS 4.1.4 I get the > following error after running: > > perl Makefile.PL (kit is complete - all good) > make > > ./par -I"/tmp_mnt/home/sal/perl/PAR-0.89/inc" > -I"/usr/local/lib/perl5/5.8.7/sun4-sunos" > -I"/usr/local/lib/perl5/5.8.7" > -I"/usr/local/lib/perl5/site_perl/5.8.7/sun4-sunos" > -I"/usr/local/lib/perl5/site_perl/5.8.7" > -I"/usr/local/lib/perl5/site_perl" > -I"/tmp_mnt/home/sal/perl/PAR-0.89" -I"." -I../myldr/.. > -I../blib/lib -q -B -O../script/parl > /bin/sh: 3211 Memory fault - core dumped > make[1]: *** [../script/parl] Error 139 > make[1]: Leaving directory `/tmp_mnt/home/sal/perl/PAR-0.89/myldr' > make: *** [subdirs] Error 2 > > See attached file: > I have experimented with the ld flags(removed -s, add -static) and no > change. The build of the par executable always core dumps.
Hi, this is a pretty old ticket which I could address because I didn't really have a clue as to what's happening. I'm not a compiler nor a C expert. PAR 0.89 is pretty old (by now), though. Does building newer PAR's, for example the current 0.954, work for you? Sorry that I'm replying this late. Best regards, Steffen Müller
Marking ticket as resolved after no reaction for six weeks. If the problem hasn't been resolved, a simple reply will reopen the ticket. Steffen