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

[perl #22740] "make install" fails

From:
Mario A Cruz Gartner
Date:
June 19, 2003 14:34
Subject:
[perl #22740] "make install" fails
Message ID:
rt-22740-59607.17.7014044018411@rt.perl.org
# 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

Stop in /domo/staff/malcruzg/Compilar/PERL/perl-5.8.0.
*** Error code 1

Stop in /domo/staff/malcruzg/Compilar/PERL/perl-5.8.0.

-------------
I'd try to "make compile" my self the uitls sub-directory, adn the perlcc
(what is the function of the perlccc here?) of the c2ph and h2ph fails.

make compile
../perl -I../lib perlcc -I .. -L .. c2ph -o c2ph.exe -v 10 -log
../compilelog;
Segmentation fault
perlcc: c2ph did not compile, which can't happen:
Starting compile
 Walking tree
 Prescan
 Saving methods

../perl -I../lib perlcc -I .. -L .. h2ph -o h2ph.exe -v 10 -log
../compilelog;
Segmentation fault
perlcc: h2ph did not compile, which can't happen:
Starting compile
 Walking tree
 Exporter saved (it is in File::Path's @ISA)
 Prescan
 Saving methods

../perl -I../lib perlcc -I .. -L .. h2xs -o h2xs.exe -v 10 -log
../compilelog;
----------------------------------
the h2xs and rest goes well (take a big amount of time by the way) but i
don't know what is the "Segmentation fault" of the perl..


------------------------------------
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
root@libertad.univalle.edu.co:usrsrcsyscompilepitu i386 '
    config_args=''
    hint=previous, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define
usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H
-fno-strict-aliasing -I/usr/local/include',
    optimize='-O',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing
-I/usr/local/include -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H
-fno-strict-aliasing -I/usr/local/include -DHAS_FPSETMASK
-DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='2.95.3 20010315 (release) [FreeBSD]',
gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='gcc', ldflags ='-pthread -Wl,-E  -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib /usr/local/BerkeleyDB.4.1/lib
    libs=-lgdbm -ldb -lm -lc_r -lcrypt -lutil
    perllibs=-lm -lc_r -lcrypt -lutil
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fpic', lddlflags='-shared  -L/usr/local/lib'

-----------------------------------------
Any advice that you cand give me.. please!

Thanks a lot!!





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






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