make
make test
make install DESTDIR=/home/me/build/perl/inst
####
setenv PATH /home/me/build/perl/inst/usr/local/bin:$PATH
setenv PERL5LIB /home/me/build/perl-addons/inst/usr/local/lib/perl5:/home/me/build/perl-addons/inst/usr/local/lib/perl5/site_perl:/home/me/build/perl/inst/usr/local/lib/perl5:/home/me/build/perl/inst/usr/local/lib/perl5/site_perl
[me@unixbox1:/home/me/build]> perl -V
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
...
Characteristics of this binary (from libperl):
Compile-time options: PERL_MALLOC_WRAP USE_LARGE_FILES USE_PERLIO
Built under solaris
Compiled at Jan 18 2007 07:45:13
%ENV:
PERL5LIB="/home/me/build/perl-addons/inst/usr/local/lib/perl5:/home/me/build/perl-addons/inst/usr/local/lib/perl5/site_perl:/home/me/build/perl/inst/usr/local/lib/perl5:/home/me/build/perl/inst/usr/local/lib/perl5/site_perl"
@INC:
/home/me/build/perl-addons/inst/usr/local/lib/perl5
/home/me/build/perl-addons/inst/usr/local/lib/perl5/site_perl
/home/me/build/perl/inst/usr/local/lib/perl5/5.8.8/sun4-solaris
/home/me/build/perl/inst/usr/local/lib/perl5/5.8.8
/home/me/build/perl/inst/usr/local/lib/perl5
/home/me/build/perl/inst/usr/local/lib/perl5/site_perl/5.8.8/sun4-solaris
/home/me/build/perl/inst/usr/local/lib/perl5/site_perl/5.8.8
/home/me/build/perl/inst/usr/local/lib/perl5/site_perl
/usr/local/lib/perl5/5.8.8/sun4-solaris
/usr/local/lib/perl5/5.8.8
/usr/local/lib/perl5/site_perl/5.8.8/sun4-solaris
/usr/local/lib/perl5/site_perl/5.8.8
/usr/local/lib/perl5/site_perl
.
####
[me@unixbox1:/home/me/build/perl-addons/tmp/HTML-Template-2.8]> perl Makefile.PL PREFIX=/home/me/build/perl-addons/inst/usr/local PERL_LIB=/home/me/build/perl/inst/usr/local/lib/perl5/5.8.8 PERL_ARCHLIB=/home/me/build/perl/inst/usr/local/lib/perl5/5.8.8/sun4-solaris
Checking if your kit is complete...
Looks good
Have /home/me/build/perl/inst/usr/local/lib/perl5/5.8.8/sun4-solaris/Config.pm expected /usr/local/lib/perl5/5.8.8/sun4-solaris/Config.pm
Your perl and your Config.pm seem to have different ideas about the
architecture they are running on.
Perl thinks: [sun4-solaris]
Config says: [sun4-solaris]
This may or may not cause problems. Please check your installation of perl
if you have problems building this extension.
Writing Makefile for HTML::Template
####
[me@unixbox1:/home/me/build/perl-addons/tmp/HTML-Template-2.8]> perl -MHTML::Template -e 'print "$HTML::Template::VERSION\n"'
2.8
####
[me@unixbox1:/home/me/build/perl-addons/tmp/MQSeries-1.23]> perl Makefile.PL PREFIX=/home/me/build/perl-addons/inst/usr/local PERL_LIB=/home/me/build/perl/inst/usr/local/lib/perl5/5.8.8 PERL_ARCHLIB=/home/me/build/perl/inst/usr/local/lib/perl5/5.8.8/sun4-solaris
Creating directory MQServer/
Copying MQClient/MQSeries.pm.in -> MQServer/MQSeries.pm.in
Creating directory MQServer/MQSeries.xs.in/
Copying MQClient/MQSeries.xs.in/00header -> MQServer/MQSeries.xs.in/00header
Copying MQClient/MQSeries.xs.in/21core -> MQServer/MQSeries.xs.in/21core
Copying MQClient/MQSeries.xs.in/30MQCONN -> MQServer/MQSeries.xs.in/30MQCONN
Copying MQClient/MQSeries.xs.in/31MQCONNX-v5 -> MQServer/MQSeries.xs.in/31MQCONNX-v5
Copying MQClient/MQSeries.xs.in/32MQOPEN-v2 -> MQServer/MQSeries.xs.in/32MQOPEN-v2
Copying MQClient/MQSeries.xs.in/32MQOPEN-v5 -> MQServer/MQSeries.xs.in/32MQOPEN-v5
Copying MQClient/MQSeries.xs.in/33MQINQ -> MQServer/MQSeries.xs.in/33MQINQ
Copying MQClient/MQSeries.xs.in/34MQPUT-v2 -> MQServer/MQSeries.xs.in/34MQPUT-v2
Copying MQClient/MQSeries.xs.in/34MQPUT-v5 -> MQServer/MQSeries.xs.in/34MQPUT-v5
Copying MQClient/MQSeries.xs.in/35MQPUT1-v2 -> MQServer/MQSeries.xs.in/35MQPUT1-v2
Copying MQClient/MQSeries.xs.in/35MQPUT1-v5 -> MQServer/MQSeries.xs.in/35MQPUT1-v5
Copying MQClient/MQSeries.xs.in/36MQGET -> MQServer/MQSeries.xs.in/36MQGET
Copying MQClient/MQSeries.xs.in/37MQCLOSE -> MQServer/MQSeries.xs.in/37MQCLOSE
Copying MQClient/MQSeries.xs.in/38MQDISC -> MQServer/MQSeries.xs.in/38MQDISC
Copying MQClient/MQSeries.xs.in/39MQCMIT -> MQServer/MQSeries.xs.in/39MQCMIT
Copying MQClient/MQSeries.xs.in/40MQBACK -> MQServer/MQSeries.xs.in/40MQBACK
Copying MQClient/MQSeries.xs.in/41MQBEGIN-v5 -> MQServer/MQSeries.xs.in/41MQBEGIN-v5
Copying MQClient/MQSeries.xs.in/42MQSET -> MQServer/MQSeries.xs.in/42MQSET
Copying MQClient/Makefile.PL -> MQServer/Makefile.PL
Copying MQClient/constants.c.PL -> MQServer/constants.c.PL
Copying MQClient/typemap.PL -> MQServer/typemap.PL
Checking if your kit is complete...
Looks good
Have /home/me/build/perl/inst/usr/local/lib/perl5/5.8.8/sun4-solaris/Config.pm expected /usr/local/lib/perl5/5.8.8/sun4-solaris/Config.pm
Your perl and your Config.pm seem to have different ideas about the
architecture they are running on.
Perl thinks: [sun4-solaris]
Config says: [sun4-solaris]
This may or may not cause problems. Please check your installation of perl
if you have problems building this extension.
Warning: PERL_LIB (/usr/local/lib/perl5/5.8.8) seems not to be a perl library directory
(Exporter.pm not found) at /home/me/build/perl/inst/usr/local/lib/perl5/5.8.8/ExtUtils/MM_Unix.pm line 1668.
Have /home/me/build/perl/inst/usr/local/lib/perl5/5.8.8/sun4-solaris/Config.pm expected /usr/local/lib/perl5/5.8.8/sun4-solaris/Config.pm
Your perl and your Config.pm seem to have different ideas about the
architecture they are running on.
Perl thinks: [sun4-solaris]
Config says: [sun4-solaris]
This may or may not cause problems. Please check your installation of perl
if you have problems building this extension.
Note (probably harmless): No library found for -lmqicg
Note (probably harmless): No library found for -lmqic32
Writing Makefile for MQClient::MQSeries
Warning: PERL_LIB (/usr/local/lib/perl5/5.8.8) seems not to be a perl library directory
(Exporter.pm not found) at /home/me/build/perl/inst/usr/local/lib/perl5/5.8.8/ExtUtils/MM_Unix.pm line 1668.
Have /home/me/build/perl/inst/usr/local/lib/perl5/5.8.8/sun4-solaris/Config.pm expected /usr/local/lib/perl5/5.8.8/sun4-solaris/Config.pm
Your perl and your Config.pm seem to have different ideas about the
architecture they are running on.
Perl thinks: [sun4-solaris]
Config says: [sun4-solaris]
This may or may not cause problems. Please check your installation of perl
if you have problems building this extension.
Writing Makefile for MQSeries::Message::DeadLetter
Warning: PERL_LIB (/usr/local/lib/perl5/5.8.8) seems not to be a perl library directory
(Exporter.pm not found) at /home/me/build/perl/inst/usr/local/lib/perl5/5.8.8/ExtUtils/MM_Unix.pm line 1668.
Have /home/me/build/perl/inst/usr/local/lib/perl5/5.8.8/sun4-solaris/Config.pm expected /usr/local/lib/perl5/5.8.8/sun4-solaris/Config.pm
Your perl and your Config.pm seem to have different ideas about the
architecture they are running on.
Perl thinks: [sun4-solaris]
Config says: [sun4-solaris]
This may or may not cause problems. Please check your installation of perl
if you have problems building this extension.
Writing Makefile for MQSeries::Message::PCF
Warning: PERL_LIB (/usr/local/lib/perl5/5.8.8) seems not to be a perl library directory
(Exporter.pm not found) at /home/me/build/perl/inst/usr/local/lib/perl5/5.8.8/ExtUtils/MM_Unix.pm line 1668.
Have /home/me/build/perl/inst/usr/local/lib/perl5/5.8.8/sun4-solaris/Config.pm expected /usr/local/lib/perl5/5.8.8/sun4-solaris/Config.pm
Your perl and your Config.pm seem to have different ideas about the
architecture they are running on.
Perl thinks: [sun4-solaris]
Config says: [sun4-solaris]
This may or may not cause problems. Please check your installation of perl
if you have problems building this extension.
Writing Makefile for MQSeries::Message::RulesFormat
Warning: Guessing NAME [MQSeries-OAM] from current directory name.
Warning: PERL_LIB (/usr/local/lib/perl5/5.8.8) seems not to be a perl library directory
(Exporter.pm not found) at /home/me/build/perl/inst/usr/local/lib/perl5/5.8.8/ExtUtils/MM_Unix.pm line 1668.
Have /home/me/build/perl/inst/usr/local/lib/perl5/5.8.8/sun4-solaris/Config.pm expected /usr/local/lib/perl5/5.8.8/sun4-solaris/Config.pm
Your perl and your Config.pm seem to have different ideas about the
architecture they are running on.
Perl thinks: [sun4-solaris]
Config says: [sun4-solaris]
This may or may not cause problems. Please check your installation of perl
if you have problems building this extension.
Warning: PERL_LIB (/usr/local/lib/perl5/5.8.8) seems not to be a perl library directory
(Exporter.pm not found) at /home/me/build/perl/inst/usr/local/lib/perl5/5.8.8/ExtUtils/MM_Unix.pm line 1668.
Have /home/me/build/perl/inst/usr/local/lib/perl5/5.8.8/sun4-solaris/Config.pm expected /usr/local/lib/perl5/5.8.8/sun4-solaris/Config.pm
Your perl and your Config.pm seem to have different ideas about the
architecture they are running on.
Perl thinks: [sun4-solaris]
Config says: [sun4-solaris]
This may or may not cause problems. Please check your installation of perl
if you have problems building this extension.
Writing Makefile for MQSeries::PubSub
Warning: PERL_LIB (/usr/local/lib/perl5/5.8.8) seems not to be a perl library directory
(Exporter.pm not found) at /home/me/build/perl/inst/usr/local/lib/perl5/5.8.8/ExtUtils/MM_Unix.pm line 1668.
Have /home/me/build/perl/inst/usr/local/lib/perl5/5.8.8/sun4-solaris/Config.pm expected /usr/local/lib/perl5/5.8.8/sun4-solaris/Config.pm
Your perl and your Config.pm seem to have different ideas about the
architecture they are running on.
Perl thinks: [sun4-solaris]
Config says: [sun4-solaris]
This may or may not cause problems. Please check your installation of perl
if you have problems building this extension.
Writing Makefile for MQServer::MQSeries
Writing Makefile for MQSeries
####
t/PL_FILES..............NOK 3# Failed test in t/PL_FILES.t at line 38.
# got: '512'
# expected: '0'
# make[1]: Entering directory `/home/me/build/perl-addons/tmp/ExtUtils-MakeMaker-6.31/t/PL_FILES-Module'
# make[1]: *** No rule to make target `/usr/local/lib/perl5/5.8.8/sun4-solaris/Config.pm', needed by `Makefile'. Stop.
# make[1]: Leaving directory `/home/me/build/perl-addons/tmp/ExtUtils-MakeMaker-6.31/t/PL_FILES-Module'
t/PL_FILES..............NOK 4# Failed test 'single.out was created'
# in t/PL_FILES.t at line 41.
# Failed test '1.out was created'
t/PL_FILES..............NOK 5# in t/PL_FILES.t at line 41.
t/PL_FILES..............NOK 6# Failed test '2.out was created'
# in t/PL_FILES.t at line 41.
t/PL_FILES..............NOK 7# Failed test 'blib/lib/PL/Bar.pm was created'
# in t/PL_FILES.t at line 41.
t/PL_FILES..............ok 8/9# Looks like you failed 5 tests of 9.
t/PL_FILES..............dubious
Test returned status 5 (wstat 1280, 0x500)
DIED. FAILED tests 3-7
Failed 5/9 tests, 44.44% okay
t/pm....................ok 1/6Warning: PERL_LIB (/usr/local/lib/perl5/5.8.8) seems not to be a perl library directory
(Exporter.pm not found) at /home/me/build/perl-addons/tmp/ExtUtils-MakeMaker-6.31/blib/lib/ExtUtils/MM_Unix.pm line 1716.
Warning: PERL_LIB (/usr/local/lib/perl5/5.8.8) seems not to be a perl library directory
(Exporter.pm not found) at /home/me/build/perl-addons/tmp/ExtUtils-MakeMaker-6.31/blib/lib/ExtUtils/MM_Unix.pm line 1716.
t/pm....................ok
t/postamble.............ok 3/8
# Failed test 'postamble argument not warned about'
t/postamble.............NOK 4# in t/postamble.t at line 52.
# got: 'Warning: PERL_LIB (/usr/local/lib/perl5/5.8.8) seems not to be a perl library directory
# (Exporter.pm not found) at /home/me/build/perl-addons/tmp/ExtUtils-MakeMaker-6.31/blib/lib/ExtUtils/MM_Unix.pm line 1716.
# '
# expected: ''
# Looks like you failed 1 test of 8.
t/postamble.............dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 4
Failed 1/8 tests, 87.50% okay
t/prefixify.............ok
1/3 skipped: Test for DOSish prefixification
t/prereq_print..........ok
t/problems..............ok
t/prompt................ok
t/recurs................ok 3/25
t/recurs................NOK 6# Failed test 'recursive make exited normally'
# in t/recurs.t at line 61.
# got: '512'
# expected: '0'
# make[1]: Entering directory `/home/me/build/perl-addons/tmp/ExtUtils-MakeMaker-6.31/t/Recurs'
# make[1]: *** No rule to make target `/usr/local/lib/perl5/5.8.8/sun4-solaris/Config.pm', needed by `Makefile'. Stop.
# make[1]: Leaving directory `/home/me/build/perl-addons/tmp/ExtUtils-MakeMaker-6.31/t/Recurs'
t/recurs................ok 11/25
# Failed test 'recursive make exited normally'
t/recurs................NOK 14# in t/recurs.t at line 84.
# got: '512'
# expected: '0'
t/recurs................ok 19/25# Looks like you failed 2 tests of 25.