develooper Front page | perl.perl5.porters | Postings from May 2008

Re: [perl #55008] help - initial make failing, but don't know why

Thread Next
From:
Steve Michel
Date:
May 29, 2008 08:40
Subject:
Re: [perl #55008] help - initial make failing, but don't know why
Message ID:
483EABFD.4050108@ugs.com
Hi,

Here's the myconfig contents.

Thanks,
Steve

myconfig:
----------------------------------------------------------
#!/bin/sh

# This script is designed to provide a handy summary of the configuration
# information being used to build perl. This is especially useful if you
# are requesting help from comp.lang.perl.misc on usenet or via mail.

# Note that the text lines /^Summary of/ .. /^\s*$/ are copied into 
Config.pm.
cat <<'!NO!SUBS!'
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=darwin, osvers=9.1.0, archname=darwin-thread-multi-2level
    uname='darwin cimac005 9.1.0 darwin kernel version 9.1.0: wed oct 31 
17:46:22 pdt 2007; root:xnu-1228.0.2~1release_i386 i386 '
    config_args='-Dmksymlinks -Uloclibpth -Duselargefiles 
-Uinstallusrbinperl -Ud_sigsetjmp -Dusethreads -Duseithreads -Ulocincpth 
-Uversion -Dprefix=/plm/cinas/chucktestshare2/perl.d/pub/macos 
-Dbin=/plm/cinas/chucktestshare2/perl.d/pub/macos/bin 
-Dscriptbin=/plm/cinas/chucktestshare2/perl.d/pub/macos/bin 
-Dsitebin=/plm/cinas/chucktestshare2/perl.d/pub/macos/bin 
-Dsitescriptbin=/plm/cinas/chucktestshare2/perl.d/pub/macos/bin 
-Dsitelib=/plm/cinas/chucktestshare2/perl.d/pub/macos/site/lib 
-Dsitearch=/plm/cinas/chucktestshare2/perl.d/pub/macos/site/lib 
-Darchlib=/plm/cinas/chucktestshare2/perl.d/pub/macos/lib 
-Dprivlib=/plm/cinas/chucktestshare2/perl.d/pub/macos/lib 
-Darchname=macos -DINST_VER -DUSE_SITECUST -DMULTI -DUSE_ITHREADS 
-DIMP_SYS -DUSE_PERLIO -DUSE_LARGE_FILES -DCRYPT_SRC -DNO_HASH_SEED 
-DPERL_DARWIN -Dusemultiplicity -Duseperlio -Dcc=/usr/bin/cc'
    hint=recommended, 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='/usr/bin/cc', ccflags ='-fno-common -DPERL_DARWIN 
-no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement',
    optimize='-O3',
    cppflags='-no-cpp-precomp -fno-common -DPERL_DARWIN -no-cpp-precomp 
-fno-strict-aliasing -pipe -Wdeclaration-after-statement'
    ccversion='', gccversion='4.0.1 (Apple Inc. build 5465)', 
gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=ffff
    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, prototype=define
  Linker and Libraries:
    ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =''
    libpth=/usr/lib
    libs=-ldbm -ldl -lm -lutil -lc
    perllibs=-ldl -lm -lutil -lc
    libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup'

!NO!SUBS!

Steve Peters via RT wrote:
> On Wed May 28 14:14:56 2008, tdsmichl@ugs.com wrote:
>   
>> Hi,
>>
>> Any help would be appreciated.  I'm not sure what would be causing the 
>> failure.
>>
>> Thanks,
>> Steve
>>
>> src: ActiveState 5.8.8.820
>> uname: Darwin cimac005 9.1.0 Darwin Kernel Version 9.1.0: Wed Oct 31 
>> 17:46:22 PDT 2007; root:xnu-1228.0.2~1/RELEASE_I386 i386
>>
>> + sh /plm/cinas/chucktestshare2/perl.d/tgz/AP820_source/Configure 
>> -Dmksymlinks -Uloclibpth -Duselargefiles -Uinstallusrbinperl 
>> -Ud_sigsetjmp -Dusethreads -Duseithreads -Ulocincpth -Uversion 
>> -Dprefix=/plm/cinas/chucktestshare2/perl.d/pub/macos 
>> -Dbin=/plm/cinas/chucktestshare2/perl.d/pub/macos/bin 
>> -Dscriptbin=/plm/cinas/chucktestshare2/perl.d/pub/macos/bin 
>> -Dsitebin=/plm/cinas/chucktestshare2/perl.d/pub/macos/bin 
>> -Dsitescriptbin=/plm/cinas/chucktestshare2/perl.d/pub/macos/bin 
>> -Dsitelib=/plm/cinas/chucktestshare2/perl.d/pub/macos/site/lib 
>> -Dsitearch=/plm/cinas/chucktestshare2/perl.d/pub/macos/site/lib 
>> -Darchlib=/plm/cinas/chucktestshare2/perl.d/pub/macos/lib 
>> -Dprivlib=/plm/cinas/chucktestshare2/perl.d/pub/macos/lib 
>> -Darchname=macos -DINST_VER -DUSE_SITECUST -DMULTI -DUSE_ITHREADS 
>> -DIMP_SYS -DUSE_PERLIO -DUSE_LARGE_FILES -DCRYPT_SRC -DNO_HASH_SEED 
>> -DPERL_DARWIN -Dusemultiplicity -Duseperlio -Dcc=/usr/bin/cc
>>
>> ---------------
>>
>> [ . . . snip . . . ]
>> echo Makefile.SH cflags.SH | tr ' ' '\n' >.shlist
>> Updating GNUmakefile...
>> Now you must run 'make'.
>>
>> If you compile perl5 on a different machine or from a different object
>> directory, copy the Policy.sh file from this object directory to the
>> new one before you run Configure -- this will help you with most of
>> the policy defaults.
>>
>> ---------------
>>
>> 1;;cimac005;tdsmichl;;;;;
>> /plm/cinas/chucktestshare2/perl.d/build_perl/macos> make
>> make
>> + make
>> [ . . . snip . . . ]
>> touch uni.data
>> sh writemain DynaLoader.o  > perlmain.c
>> `sh  cflags "optimize='-O3'" perlmain.o`  perlmain.c
>>           CCCMD =  /usr/bin/cc -DPERL_CORE -c -fno-common -DPERL_DARWIN 
>> -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement 
>> -O3  -Wall
>>
>>         Making DynaLoader (static)
>> &Config::AUTOLOAD failed on Config::launcher at ../../lib/Config.pm line 72.
>> Compilation failed in require at ../../lib/ExtUtils/MakeMaker.pm line 7.
>> BEGIN failed--compilation aborted at ../../lib/ExtUtils/MakeMaker.pm line 7.
>> Compilation failed in require at Makefile.PL line 1.
>> BEGIN failed--compilation aborted at Makefile.PL line 1.
>> Warning: No Makefile!
>> make[1]: *** No rule to make target `config'.  Stop.
>> make config failed, continuing anyway...
>> make[1]: *** No rule to make target `all'.  Stop.
>> make: *** [DynaLoader.o] Error 2
>>
>>     
>
> Can you please give us the output from the myconfig shell script that is in your build 
> directory?  This will give us a little more complete picture of your environment.
>
> Thanks!
>
>
>
>
>   


Thread Next


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