Front page | perl.perl5.porters |
Postings from June 2003
Re: [perl #22740] "make install" fails
From:
Mario Alberto Cruz Gartner
Date:
June 20, 2003 23:35
Subject:
Re: [perl #22740] "make install" fails
Message ID:
Pine.GSO.4.53.0306201839490.24254@mafalda.univalle.edu.co
Hey, very thanks for your reply!
I checked some things...
There's a perl.core file on the lib folder (but was empty!) and another
one on the utils folder, but empty too...
I use the ulimit -c (but on sh, cause on tcsh doesn's exist) and try
again, but the two core files were empty again. I don't see anything about
coresize on my env. vars.
Really, i don't know what happened... I think that perl it's a
SURE-compile program (like gcc maybe) and on the most systems doesn't
cause any troubles...
AGAIN, the make and make test, looks good! But, the make install fails = (
OK Guys, any advice that can tell me, i would appreciate so much!
ByE!
Cordialmente
-----------------------------------------------------------------------
Mario A Cruz Gartner Administracion de Servidores
malcruzg@univalle.edu.co Of. de Informatica y Telecomunicaciones
Tel: (+57 2) 318 27 41 Universidad del Valle
On Fri, 20 Jun 2003, Nicholas Clark wrote:
> On Thu, Jun 19, 2003 at 08:21:23PM -0000, Mario A Cruz Gartner wrote:
> > # New Ticket Created by Mario A Cruz Gartner
> > # Please include the string: [perl #22740]
> > # in the subject line of all future correspondence about this issue.
> > # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=22740 >
> >
> >
> > Hi!
> > I got a little error when try to install perl 5.8.0 on my FreeBSD box.
> > The "make" and "make test" were successful both.
> >
> > When i do "make install":
> > .
> > .
> > .
> > Manifying blib/man3/URI::Heuristic.3
> > /usr/sbin/make -- OK
> >
> > Everything is up to date. Type 'make test' to run test suite.
> > if [ -n "" ]; then cd utils; make compile; cd ../x2p; make compile; cd
> > ../pod; make compile; else :; fi
> > ./perl installperl
> > /usr/local/bin/perl5.8.0
> > *** Signal 11
>
> Strange. Especially considering that you report that make test was successful.
>
> > The ./myconfig output:
> >
> > ./myconfig
> > Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
> > Platform:
> > osname=freebsd, osvers=4.4-release, archname=i386-freebsd-thread-multi
> > uname='freebsd libertad.univalle.edu.co 4.4-release freebsd
> > 4.4-release #1: sun sep 29 20:00:14 cot 2002
>
> I never had access to a machine running release 4.4 FreeBSD, but 4.4-PRE,
> 4.5, 4.6 and 4.8 haven't shown problems. Curious
>
>
> > libc=, so=so, useshrplib=false, libperl=libperl.a
>
> And you're not using a shared libperl, so that rules out another possible
> cause.
>
> Did you get a coredump? If not, could you set ulimit -c to enable coredumps,
> and then use gdb to get a stack backtrace? (ie the output of gdb's "where"
> command)?
>
> Nicholas Clark
>