Discussion:
Prototype mismatch error installing PAR-Packer-1.018 on AIX5.3
(too old to reply)
Ulmer, John R.
2014-07-08 17:12:47 UTC
Permalink
Hello PAR-Packer list,

I'm trying to install PAR-Packer-1.018 in Perl 5.14.4 on AIX5.3 and I get:

===============
***@aix53c:/opt/perl-5.14.4/downloads/modules/PARL_Stack/PAR-Packer-1.018#
perl514 ./Makefile.PL
Checking if your kit is complete...
Looks good
Prototype mismatch: sub main::prompt: none vs ($;$) at
/opt/perl-5.14.4/lib/site_perl/5.14.4/ExtUtils/MakeMaker.pm line 221
"bsd_glob" is not defined in %File::Glob::EXPORT_TAGS at
/opt/perl-5.14.4/lib/site_perl/5.14.4/ExtUtils/MakeMaker.pm line 221
ERROR from evaluation of
/opt/perl-5.14.4/downloads/modules/PARL_Stack/PAR-Packer-1.018/myldr/Makefil
e.PL: Can't continue after import errors at ./Makefile.PL line 14
BEGIN failed--compilation aborted at ./Makefile.PL line 14.
===============


Perl built from source. Lots of other modules added without problems.
Summary of my perl5 (revision 5 version 14 subversion 4) configuration:

Platform:
osname=aix, osvers=5.3.0.0, archname=aix-thread-multi-64all
uname='aix aix53c 3 5 0004591ad300 '
config_args='-d -Dcc=gcc -maix64 -Duseshrplib -Dusethreads -Duse64bitall
-Dprefix=/opt/perl-5.14.4'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc -maix64 -maix64', ccflags ='-D_THREAD_SAFE -D_ALL_SOURCE
-D_ANSI_C_SOURCE -D_POSIX_SOURCE -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT
-fno-strict-aliasing -pipe -I/usr/local/include -maix64 -DUSE_64_BIT_ALL',
optimize='-O',
cppflags='-D_THREAD_SAFE -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE
-DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -fno-strict-aliasing -pipe
-I/usr/local/include'
ccversion='', gccversion='4.0.0', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=87654321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='gcc -maix64 -maix64', ldflags =' -Wl,-brtl -Wl,-bdynamic
-L/usr/local/lib -Wl,-b64'
libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
libs=-lbind -lnsl -ldbm -ldl -lld -lm -lcrypt -lpthreads -lc
perllibs=-lbind -lnsl -ldl -lld -lm -lcrypt -lpthreads -lc
libc=, so=a, useshrplib=true, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_aix.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Xlinker
-bE:/opt/perl-5.14.4/lib/5.14.4/aix-thread-multi-64all/CORE/perl.exp'
cccdlflags=' ', lddlflags=' -Wl,-b64 -Wl,-bhalt:4 -Wl,-G
-Wl,-bI:$(PERL_INC)/perl.exp -Wl,-bE:$(BASEEXT).exp -Wl,-bnoentry -lpthreads
-lc -lm -L/usr/local/lib'


Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT
USE_ITHREADS USE_LARGE_FILES USE_PERLIO
USE_PERL_ATOF
USE_REENTRANT_API
Built under aix
Compiled at Jun 12 2014 15:03:29
@INC:
/opt/perl-5.14.4/lib/site_perl/5.14.4/aix-thread-multi-64all
/opt/perl-5.14.4/lib/site_perl/5.14.4
/opt/perl-5.14.4/lib/5.14.4/aix-thread-multi-64all
/opt/perl-5.14.4/lib/5.14.4
.
========================


Any insights would be greatly appreciated.




------------------------------------
John R. Ulmer
SPAWAR Systems Center Atlantic
(843)218-5953
***@saic.com
Roderich Schupp
2014-07-09 06:37:59 UTC
Permalink
Post by Ulmer, John R.
Prototype mismatch: sub main::prompt: none vs ($;$) at
/opt/perl-5.14.4/lib/site_perl/5.14.4/ExtUtils/MakeMaker.pm line 221
Harmless warning (blame ExtUtils::MakeMaker).
Post by Ulmer, John R.
"bsd_glob" is not defined in %File::Glob::EXPORT_TAGS at
/opt/perl-5.14.4/lib/site_perl/5.14.4/ExtUtils/MakeMaker.pm line 221
ERROR from evaluation of
/opt/perl-5.14.4/downloads/modules/PARL_Stack/PAR-Packer-1.018/myldr/Makefil
e.PL: Can't continue after import errors at ./Makefile.PL line 14
Fixed in PAR::Packer 1.019.

Cheers, Roderich

Loading...