develooper Front page | perl.perl5.porters | Postings from June 2003

Re: [perl #22740] "make install" fails

Thread Previous
From:
Nicholas Clark
Date:
June 20, 2003 07:34
Subject:
Re: [perl #22740] "make install" fails
Message ID:
20030620153442.Z20414@plum.flirble.org
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

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About