in reply to Re: Graph 0.69 on AIX
in thread Graph 0.69 on AIX
Ahh, thanks that does seem to set me on the right path. Wnen I try an install of List::Util I get:
t/weak..........skipped all skipped: weaken requires XS version
The full install log is below, but I'm not sure why I'm not installing the xs version -- the README and perldocs didn't suggest how to do so, and in Makefile.PL I only saw a reference to can_cc(), which I couldn't find any documentation on? Any more guidance on where I could go looking?
Incidentally, for some silly reason its never occurred to me to look at the *code* that was giving the error, but that'll be a useful thing for debugging installs -- thanks!
$ perl -w Makefile.PL Name "Module::Install::AUTOLOAD" used only once: possible typo at inc/ +Module/Install.pm - /home/gbarr/perl/Module/Install.pm line 172. Subroutine new redefined at inc/Module/Install/Base.pm - /home/gbarr/p +erl/Module/Install/Base.pm line 29. Subroutine AUTOLOAD redefined at inc/Module/Install/Base.pm - /home/gb +arr/perl/Module/Install/Base.pm line 47. Subroutine _top redefined at inc/Module/Install/Base.pm - /home/gbarr/ +perl/Module/Install/Base.pm line 58. Subroutine admin redefined at inc/Module/Install/Base.pm - /home/gbarr +/perl/Module/Install/Base.pm line 69. Subroutine is_admin redefined at inc/Module/Install/Base.pm - /home/gb +arr/perl/Module/Install/Base.pm line 74. Subroutine DESTROY redefined at inc/Module/Install/Base.pm - /home/gba +rr/perl/Module/Install/Base.pm line 79. Subroutine new redefined at inc/Module/Install/Base.pm - /home/gbarr/p +erl/Module/Install/Base.pm line 84. Subroutine AUTOLOAD redefined at inc/Module/Install/Base.pm - /home/gb +arr/perl/Module/Install/Base.pm line 85. Subroutine DESTROY redefined at inc/Module/Install/Base.pm - /home/gba +rr/perl/Module/Install/Base.pm line 86. Checking if your kit is complete... Looks good Writing Makefile for List::Util $ make cp lib/List/Util.pm blib/lib/List/Util.pm cp lib/Scalar/Util.pm blib/lib/Scalar/Util.pm /db2blast/Paul/perl5.8.7/bin/perl -Iinc -e 'use ExtUtils::Mksymlists; +\ Mksymlists("NAME" => "List::Util", "DL_FUNCS" => { }, "FUNCLIST" => [ +], "DL_VARS" => []);' /db2blast/Paul/perl5.8.7/bin/perl -Iinc /db2blast/Paul/perl5.8.7/lib/5 +.8.7/ExtUtils/xsubpp -typemap /db2blast/Paul/perl5.8.7/lib/5.8.7/Ext +Utils/typemap Util.xs > Util.xsc && mv Util.xsc Util.c gcc -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -DUSE_NATIVE_D +LOPEN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGE_FILES +-O -DVERSION=\"1.18\" -DXS_VERSION=\"1.18\" "-I/db2blast/Paul/perl +5.8.7/lib/5.8.7/aix/CORE" -DPERL_EXT Util.c Running Mkbootstrap for List::Util () chmod 644 Util.bs rm -f blib/arch/auto/List/Util/Util.so gcc -Wl,-bhalt:4 -Wl,-bexpall -Wl,-G -Wl,-bnoentry -lc -L/usr/local/l +ib Util.o -o blib/arch/auto/List/Util/Util.so \ \ chmod 755 blib/arch/auto/List/Util/Util.so cp Util.bs blib/arch/auto/List/Util/Util.bs chmod 644 blib/arch/auto/List/Util/Util.bs Manifying blib/man3/List::Util.3 Manifying blib/man3/Scalar::Util.3 $ make test PERL_DL_NONLAZY=1 /db2blast/Paul/perl5.8.7/bin/perl "-MExtUtils::Comma +nd::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00version.....ok t/blessed.......ok t/dualvar.......skipped all skipped: dualvar requires XS version t/first.........ok 2/17 skipped: Poor man's MULTICALL can't cope t/isvstring.....skipped all skipped: isvstring requires XS version t/lln...........ok t/max...........ok t/maxstr........ok t/min...........ok t/minstr........ok t/openhan.......ok t/p_blessed.....ok t/p_first.......ok t/p_lln.........ok t/p_max.........ok t/p_maxstr......ok t/p_min.........ok t/p_minstr......ok t/p_openhan.....ok t/p_readonly....ok t/p_reduce......ok t/p_refaddr.....ok t/p_reftype.....ok t/p_shuffle.....ok t/p_sum.........ok t/p_tainted.....ok t/proto.........skipped all skipped: set_prototype requires XS version t/readonly......ok t/reduce........ok 2/23 skipped: Poor man's MULTICALL can't cope t/refaddr.......ok t/reftype.......ok t/shuffle.......ok t/sum...........ok t/tainted.......ok t/weak..........skipped all skipped: weaken requires XS version All tests successful, 4 tests and 4 subtests skipped. Files=35, Tests=327, 3 wallclock secs ( 1.52 cusr + 1.49 csys = 3.0 +1 CPU)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Graph 0.69 on AIX
by randyk (Parson) on Dec 13, 2005 at 16:50 UTC | |
by Anonymous Monk on Dec 13, 2005 at 19:10 UTC | |
by randyk (Parson) on Dec 13, 2005 at 20:36 UTC | |
by Anonymous Monk on Dec 13, 2005 at 20:56 UTC | |
by randyk (Parson) on Dec 14, 2005 at 14:26 UTC | |
|